jarn-cli
v0.9.1
Published
J.A.R.N. — Just A Reliable Nerd. A TUI-first coding agent harness, shipped as a self-contained binary (no Python required).
Maintainers
Readme
jarn-cli
J.A.R.N. — Just A Reliable Nerd. A TUI-first coding agent harness built on DeepAgents, distributed here as a self-contained binary — no Python required.
npm install -g jarn-cli
jarn # or: jarn-cliThis package installs a small launcher exposed as both jarn and jarn-cli. The
actual program is a standalone binary shipped in a per-platform package
(jarn-cli-<platform>-<arch>) that npm installs automatically for your machine.
Supported platforms
| OS | Architecture | Package |
|---|---|---|
| Linux | x64 | jarn-cli-linux-x64 |
| Linux | arm64 | jarn-cli-linux-arm64 |
| macOS | arm64 (Apple Silicon) | jarn-cli-darwin-arm64 |
Intel macs and native Windows are not supported via npm — install with
pip install jarn (Intel mac), or run under WSL (Windows, uses the Linux
binary). On any unsupported host the jarn command prints these instructions.
Installing with
--ignore-scriptsis fine (this package has no install scripts), but--no-optionalwill skip the binary andjarnwill refuse to run with a message telling you to reinstall.
Other ways to install
- pip / uv:
pip install jarn(oruv tool install jarn) — same program from PyPI; requires Python 3.12+. - This npm package and the PyPI package share the same version.
Links
- Source, docs, and issues: https://github.com/chayapats/jarn
- License: Apache-2.0
