Installation
One Command
Section titled “One Command”npx instarThe guided setup wizard handles everything:
- Discovers your environment — Node.js version, Claude Code CLI, existing projects
- Configures messaging — Telegram bot setup, WhatsApp QR pairing, or both
- Creates identity files —
AGENT.md,USER.md,MEMORY.mdwith guided prompts - Starts your agent — Server running, messaging connected, ready to talk
Within minutes, you’re talking to your partner from your phone.
Global Install (Optional)
Section titled “Global Install (Optional)”If you prefer a persistent CLI:
npm install -g instarinstarWhat Gets Created
Section titled “What Gets Created”After setup, you’ll have:
.instar/ config.json # Server, scheduler, messaging config jobs.json # Scheduled job definitions users.json # User profiles AGENT.md # Agent identity USER.md # User context MEMORY.md # Persistent learnings hooks/ # Behavioral scripts (auto-installed).claude/ settings.json # Hook registrations scripts/ # Health watchdog, relay scripts skills/ # Built-in skillsAuto-Start on Login
Section titled “Auto-Start on Login”Your agent can start automatically when you log into your computer:
instar autostart install # macOS LaunchAgent or Linux systemdinstar autostart status # Check if installedinstar autostart uninstall # RemoveVerify
Section titled “Verify”Check that everything is running:
instar status # Infrastructure overviewinstar doctor # Health diagnosticsNext Steps
Section titled “Next Steps”- Quick Start guide — Walk through your first interaction
- Core Concepts — Understand what makes Instar different
- CLI Reference — All available commands