create-namios
v1.0.0
Published
Create a new NamiOS instance - Self-evolving AI companion
Maintainers
Readme
create-namios
Create a new NamiOS instance with a single command.
Quick Start
npx create-namios@latestOr specify a directory:
npx create-namios@latest my-namiWhat it does
- Downloads the latest NamiOS from GitHub
- Installs dependencies (bun or npm)
- Runs an interactive configuration wizard
- Creates your
.envfile with API keys - Sets up initial data directories
Options
npx create-namios [directory] [options]
Options:
--skip-install Skip dependency installation
--skip-config Skip configuration wizard
-V, --version Output version number
-h, --help Display helpAfter Installation
cd namios
# Start the daemon
nami start
# Interactive CLI
nami
# Other commands
nami stop # Stop daemon
nami status # Check status
nami logs # View logsRequirements
- Node.js 18+
- One of: Anthropic API key, OpenAI API key, or Ollama running locally
Links
License
MIT
