codegent
v0.0.10
Published
AI-powered coding agent and workflow orchestration CLI
Maintainers
Readme
Codegent
AI-powered workflow orchestration CLI tool.
Installation
npm install -g codegent
# or
yarn global add codegent
# or
pnpm add -g codegentUsage
After installation, the codegent command will be available globally:
codegent --helpBinary Installation
This npm package automatically downloads and installs the appropriate Codegent binary for your platform during installation. The binary is fetched from the official GitHub releases.
Supported Platforms
- macOS (x64, arm64)
- Linux (x64)
- Windows (x64)
Alternative Installation Methods
macOS (Homebrew)
brew tap codegent-dev/tap
brew install codegentDebian/Ubuntu (APT)
# Download the latest .deb package
wget https://github.com/codegent-dev/cli-releases/releases/latest/download/codegent_VERSION_amd64.deb
# Install the package
sudo dpkg -i codegent_*.debDocumentation
For full documentation, visit https://codegent.dev
License
MIT
