devcode-cli
v0.1.0
Published
DevCode — local-first AI coding agent in your terminal. Read repos, edit files, run tests, ship. (npx devcode-cli)
Maintainers
Readme
@kweuiue/devcode
DevCode — local-first AI coding agent in your terminal.
Unscoped name
devcodeis blocked by npm (too similar to existingdev-code).
Use the scoped package below.
npx @kweuiue/devcodeOr install globally:
npm install -g @kweuiue/devcode
devcodeShort alias (after global install):
dcWhat it does
- Reads your repository on disk
- Edits real files, runs builds/tests
- Shows diffs and asks before dangerous actions
- Your API key · your machine · no product cloud for source
First run
npx devcode auth # paste API key
npx devcode doctor # verify setup
cd your-project
npx devcode # open TUIPlatforms
- macOS (arm64 / x64)
- Linux (arm64 / x64)
Node ≥ 18. The package downloads a native binary on install (or first run).
Env (optional)
| Variable | Purpose |
|----------|---------|
| DEVCODE_REPO | GitHub owner/repo for releases (default kweuuuie/gonka) |
| DEVCODE_VERSION | Pin release tag |
| DEVCODE_BASE_URL | CDN base with gonka-$os-$arch.tar.gz |
| DEVCODE_SKIP_DOWNLOAD=1 | Skip postinstall download |
License
See the main repository license. Upstream MIT portions are attributed in the monorepo NOTICE.
