@wanghuimvp/axon
v0.5.83
Published
Developer Agent for the Terminal
Downloads
1,300
Readme
Axon
Developer Agent for the Terminal
Axon is a terminal-native coding agent for exploring repositories, planning changes, editing code, running tools, reviewing diffs, debugging failures, and coordinating larger tasks.
Developed by Wang Hui (王辉). GitHub: https://github.com/Wade-DevCode/axon
Install
npm install -g @wanghuimvp/axon
cd your-project
axon providers login
axonThe npm installer selects the native binary for Windows, macOS, or Linux on x64 and ARM64 systems.
Core workflows
axon # open the TUI
axon run "fix the failing tests" # run a non-interactive task
axon --continue # continue the latest session
axon models # list available models
axon providers login # connect a model provider
axon serve # start the headless server
axon --help # show all commandsAxon includes agents for building, planning, coding, Q&A, debugging, review, and orchestration. It also supports MCP servers, plugins, custom agents, skills, LSP integration, a web interface, and ACP.
Axon is built from OpenCode and distributed under the MIT License.
