Requirements
- Operating System: macOS, Linux, Windows (Windows Terminal is recommended).
- CPU Architecture: arm64, amd64.
- Node.js: Node.js >= 20.0.0 is required when installing via npm.
Windows (arm64) is not currently supported.
Installation
Using the Installation Script (Recommended)
The installation script automatically downloads the version matching your current system and configures the executable. macOS / LinuxInstalling via npm
If you already have Node.js (>= 20.0.0) installed, you can install it globally via npm:
beta is the preview channel for the Node native-compatible version, and its version number may be lower than the Stable Release. Unless you have specific needs, it is recommended to install the Stable Release.
Verifying the Installation
PATH. For troubleshooting steps, see Installation and Upgrade issues.
First Run
Upgrade
Upgrading via the Installation Script
macOS / LinuxUsing the Built-in Update Command
Upgrading via npm
Auto-Upgrade Settings
general.enableAutoUpdate to false in ~/.qoder/settings.json:
Uninstallation
- Installed via npm: Run
npm uninstall -g @qoder-ai/qodercli. - Installed via the installation script: Delete the executable placed by the installation script and remove the corresponding directory from
PATH.
~/.qoder). Before deleting, ensure there are no sessions, memories, or settings you need to keep.
The configuration directory location can be customized via theQODER_CONFIG_DIREnvironment Variable, with the default being~/.qoder. If you have set this variable, delete the corresponding directory.