kangentic
v0.17.0
Published
Install and launch Kangentic -- visual agent orchestration for Claude Code
Downloads
820
Maintainers
Readme
Kangentic
Visual Agent Orchestration for Claude Code
One command to install and launch Kangentic -- a cross-platform desktop Kanban for Claude Code agents.
Install
npx kangenticThis downloads the pre-built binary for your platform from GitHub Releases, installs it, and launches the app. After the first run, the app manages its own updates automatically (Windows and macOS).
Open a specific project
npx kangentic /path/to/your/projectHow it works
- Detects your platform (Windows, macOS, Linux) and architecture (x64, arm64)
- Downloads the matching installer from GitHub Releases
- Installs per platform:
- Windows: Runs NSIS installer silently to
%LOCALAPPDATA%\Programs\Kangentic\ - macOS: Extracts .zip to
~/Applications/Kangentic.app - Linux: Installs .deb via
sudo dpkg -i(prompts for password)
- Windows: Runs NSIS installer silently to
- Launches the app
Updates
After the initial install, you generally don't need to run npx kangentic again:
- Windows: electron-updater installs new versions silently on restart.
- macOS: Built-in auto-updater downloads in the background and prompts to restart. (Requires code signing.)
- Linux: No auto-update. Re-run
npx kangenticor download from GitHub Releases.
Install a specific version
npx [email protected]The launcher version matches the app version. Specifying a version downloads that exact release.
Prerequisites
- Claude Code CLI installed and on your PATH
- Git 2.25+ for worktree support
