Quick Install
One-liner — installs Node.js, system dependencies, a dedicatedcomis user,
and registers the daemon as a systemd service:
Choose Your Setup Method
Linux Install
Recommended for most users. Step-by-step procedure with
npm install -g comisai,
setup wizard, and comis daemon start.VPS Install
Deploy on Hostinger, DigitalOcean, Hetzner, or any Ubuntu VPS in under 10 minutes
using the one-line installer.
Docker
Run Comis in a container. No system-level Node.js installation needed —
everything runs inside Docker.
Render.com
Deploy from Docker Hub to Render in ~5 minutes. Managed Linux host,
automatic HTTPS, persistent disk, public URL. No server to provision.
Manual Configuration
Full control over every setting. For experienced users who want to build
their config.yaml from scratch.
Comparison
| Method | Best for | Time estimate |
|---|---|---|
| Linux Install | First-time local install | ~5 minutes |
| VPS Install | Production server with systemd + dedicated user | ~10 minutes |
| Docker | Container-based workflows, isolation | ~10 minutes |
| Render.com | Hosted deploy from Docker Hub, no server admin | ~5 minutes |
| Manual | Custom setups, advanced users | ~15 minutes |
http://localhost:4766. The difference is how much the tooling
handles for you versus how much you configure by hand.
What Gets Installed
Regardless of which method you choose, Comis sets up:- The
comisCLI — a command-line tool for managing your agents, running diagnostics, and controlling the daemon. - A background daemon — the process that keeps your agents running, serves the web dashboard, and handles incoming messages from connected channels.
- A configuration directory at
~/.comis/containing your config file, environment secrets, and local database.
Already installed? If Comis is already running and you want to check that
everything is healthy, skip ahead to the Verification
page for diagnostic steps.
Before You Begin
Make sure your system meets the minimum requirements before starting any installation method. The Requirements page lists everything you need — hardware specs, software versions, and AI provider accounts. Most users only need Node.js 22+, basic build tools, and an API key from one AI provider.Explore the Installation Guides
Requirements
Hardware, software, and account prerequisites.
Install on Linux
Step-by-step procedure for Ubuntu, Fedora, and Arch.
Install on a VPS
One-line installer for Hostinger, DigitalOcean, Hetzner, and others.
Install with Docker
Container-based setup with Docker Compose.
Deploy on Render.com
Hosted deploy from Docker Hub with persistent disk and HTTPS.
Configuration
Customize
config.yaml and connect channels.Verification
Confirm your installation is healthy.
