Skip to main content

Prerequisites (macOS)

ArgentOS uses Homebrew to install PostgreSQL, Redis, and system services. Install it first if you don’t have it:

One-Command Install

Need to test a release candidate before it is promoted to main? Use the Developer Branch install guide. On macOS, this installs the full native stack:
Non-default ports (5433, 6380) are used to avoid conflicts with existing PostgreSQL or Redis installations.

Platform Support

Requirements

  • macOS 13+ or Ubuntu 22.04+ (or equivalent)
  • 4GB RAM minimum (8GB+ recommended for local models)
  • Anthropic API key or Max subscription setup token — for the agent runtime
  • Internet connection for initial install
Node.js 22 and pnpm are installed automatically by the installer. If you already have Node via nvm, it will be detected and reused.

What Gets Installed

The installer creates these paths:

Manual Install (from source)

If you prefer to install manually:
1

Clone the repository

2

Install dependencies and build

3

Link the CLI

4

Run setup and start the gateway

You’ll need to install PostgreSQL 17 (port 5433) and Redis (port 6380) yourself. See the setup scripts in scripts/setup-postgres.sh and scripts/setup-redis.sh.

Verify Installation

You should see the gateway running and healthy. If something went wrong, see Troubleshooting.

Next Steps

Complete onboarding

Connect your first channel.

Uninstall

Clean removal of all services.

Updating

Keep ArgentOS current.

Developer Branch

Install from the private develop lane for regression testing.

Docker

Containerized deployment.