System Requirements
For Users (Binary Installation)
The CodeMachine binary bundles the Bun runtime, so no additional tooling is required.For Developers (Building from Source)
Resource Scaling Guide
Running multiple parallel agents requires additional system resources. Use this table to plan your infrastructure:These requirements are for running multiple AI engine processes simultaneously, not for build tooling.
Building from Source
1
Clone the Repository
2
Install Dependencies
3
Run in Development Mode
4
Build for Production
Optional: Link bun globally
Optional: Link bun globally
To use Now you can run
cm as a global command while developing, link the package:cm from anywhere on your system. To unlink:Manual Installation
If you prefer not to use a package manager, you can download the binary directly from the GitHub Releases page.- Linux/macOS
- Windows
Manual Update
- npm
- bun
Uninstallation
- npm
- bun
- Manual