Command-line tool

AgentykCode

AI pair-programming from your terminal. Edits files, runs commands, reads your project, picks the right model for the job — all without leaving the shell.

Coming soon

How to install

npm (planned)

npm install -g @agentyk/code

Linux, macOS, and Windows — wherever Node.js runs. Single binary distribution under evaluation as well.

What it does

Edits your code

Reads files, writes diffs, runs your tests, watches the output, fixes regressions. Asks before running anything destructive.

Project-aware

Indexes your repo so it knows the structure, conventions, dependencies. Suggestions match your codebase, not stack-overflow defaults.

Local or cloud

Pick AgentykLM Cheetah on the cloud for big refactors, or run a local model for quick edits and offline work.

IDE-friendly

Works alongside VS Code, JetBrains, Vim, Emacs. Doesn't fight your editor — operates on the filesystem, your editor sees the changes live.

Shell-native

Pipe stuff in, redirect stuff out. Use it in scripts, in CI, in tmux. Shell completions for bash, zsh, fish.

Reproducible

Every change is a real diff. Roll back with git, replay with the session log, audit what the AI actually did.

Made for

Other Agentyk apps