keen-code
v0.12.0
Published
CLI coding agent powered by AI (npm compatibility wrapper)
Readme
Keen Code
Keen Code is a terminal-based coding agent for working on local codebases.
Install with script
curl -fsSL https://raw.githubusercontent.com/mochow13/keen-code/main/scripts/install.sh | bashTo pin a specific version:
curl -fsSL https://raw.githubusercontent.com/mochow13/keen-code/main/scripts/install.sh | bash -s -- -v v0.1.4Installs to /usr/local/bin if writable, otherwise $HOME/.local/bin.
Install with npm
Install the CLI globally:
npm install -g keen-codeCheck that the install worked:
keen --version
which keenYou can also run it without a global install:
npx keen-code --versionRun Keen
Start Keen in your current directory:
keen