anon-kode.mov
Terminal-based AI coding buddy that can use any model that supports the OpenAI-style API.
- Fixes your spaghetti code
- Explains what that function does
- Runs tests and other tasks
- Whatever else claude-code can do, depending on the model you use
npm install -g anon-kode
cd your-project
kode
First time you gotta set up your shit with /config. After that, just start typing.
Use at own risk.
- All telemetry removed
This project uses GitHub Actions for automated versioning, building and publishing:
- Release Workflow - Single workflow that handles everything
- Trigger manually from GitHub Actions tab
- Choose version type: patch, minor, or major
- The workflow will:
- Bump the version in package.json
- Build the project
- Commit changes and create a tag
- Publish to npm
To release a new version:
- Go to Actions → Release → Run workflow
- Select version type (patch/minor/major)
- Click "Run workflow"
Note: Requires NPM_TOKEN
secret to be set in repository settings.