Skip to content

n45-ai install

Download the N45 binary into the home cache. Optional.

Synopsis

npx n45-ai install

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

npx n45-ai install

See also