This site is private. Enter the password to continue.
Ark requires Node.js 18 or later. npm, pnpm, and yarn are all supported.
| Requirement | Minimum | Recommended |
|---|---|---|
| Node.js | 18.0.0 | 20.x LTS |
| npm | 8.0.0 | 10.x |
| OS | macOS 12, Ubuntu 20.04 | macOS 14+, Ubuntu 22.04+ |
| Disk | 200 MB | 1 GB (for packages) |
The recommended approach. Install once, use everywhere.
$ npm install -g ark-pm # Verify installation $ ark --version ark-pm/1.0.0 darwin-arm64 node-v20.11.0
No installation required. Run any Ark command directly with npx. Useful for one-off commands or CI environments.
$ npx ark-pm search voice $ npx ark-pm audit --static $ npx ark-pm install voice-writer
Ark stores installed packages and configuration in your home directory. No system-wide files are modified.
~/.ark/ ├── packages/ # installed packages │ ├── voice-writer/ │ └── daily-recap/ ├── config.json # auth token, preferences └── cache/ # downloaded archives (clearable)
$ npm update -g ark-pm # Or reinstall to latest $ npm install -g ark-pm@latest
$ npm uninstall -g ark-pm # Remove local data (optional) $ rm -rf ~/.ark