n45-ai install¶
Download the N45 binary into the home cache. Optional.
Synopsis¶
Description¶
Downloads the N45 binary for your platform into the shared home cache (~/.n45/bin/v<version>/) if it isn't there yet. It does not touch your project — no skills, no .n45/. To set up a project, use init.
install is entirely optional: login, status, and the slash commands all download the binary on demand. Use it to pre-warm the cache (offline prep) or to confirm your platform is supported.
If the binary is already cached, it does nothing.
What it modifies¶
| File / folder | Action |
|---|---|
~/.n45/bin/v<version>/n45 |
Downloaded if missing |
Nothing inside your project is touched.
Examples¶
See also¶
- n45-ai update — get the latest binary version
- n45-ai init — set up a project