Back to home

Getting Started

1.1 What is noHuman Team?

noHuman Team is a Docker-based application that gives you a full AI-powered team. Instead of one noHuman, you get four specialized noHumans that work together — and you choose the team that fits your needs.

Startup Team

  • CEO — Coordinates the team, delegates tasks, reviews output
  • Developer — Writes code, builds features, debugs problems
  • Marketer — Creates content, plans campaigns, handles copy
  • Automator — Manages scheduling, monitoring, and background tasks

Dev Squad

  • Tech Lead — Coordinates work, sets priorities, reviews results
  • Architect — System design, tech decisions, code review
  • Coder — Writes code, implements features, fixes bugs
  • QA — Testing, bug hunting, quality assurance

Content Factory

  • Content Director — Plans strategy, delegates tasks, reviews output
  • Writer — Long-form content, blog posts, articles
  • Editor — Proofreading, style consistency, fact-checking
  • SEO — Keyword research, optimization, meta tags

They communicate through a built-in message bridge, share a workspace, and report back to you. Everything runs locally on your machine via Docker — your data never leaves your computer.

Not the right roles? You can change any team member's role after setup (except the leader). See the noHuman Management → Role Migration docs for details.


1.2 System Requirements

  • Docker Desktop — installed and running (Mac, Windows, or Linux)
  • A noHuman Team license key — purchase at nohuman.team/pricing
  • Telegram bot tokens — one per noHuman, created via @BotFather
  • An AI provider API key — from Anthropic (Claude) or OpenAI (GPT-4)
  • RAM — 12 GB minimum (24 GB recommended)
  • Disk — 50 GB free space
Don't have Docker Desktop? Download it free from docker.com. Make sure it's running before you install noHuman Team.

1.3 Installation

There are three ways to install noHuman Team. Pick whichever suits you best.

Option 1: Install via Script (All Platforms)

  1. Go to nohuman.team/install
  2. Copy the install command for your platform
  3. Paste it into your terminal and press Enter
  4. The installer sets everything up and opens the dashboard in your browser automatically

The ZIP contains: docker-compose.dashboard.yml, start.sh, start.bat, and README.txt.

Option 2: One-Liner (Mac / Linux)

Open a terminal and run:

curl -sL https://www.nohuman.team/install.sh | bash

Option 3: One-Liner (Windows PowerShell)

Open PowerShell and run:

irm https://www.nohuman.team/install.ps1 | iex
All three methods do the same thing: pull the noHuman Team Dashboard container and start it. The dashboard then handles everything else — generating the Docker Compose config, pulling images and launching your team.

1.4 Quick Start Guide

Once you run the start script, the noHuman Team Dashboard launches and is accessible at:

http://localhost:3000

From there:

  1. Enter your license key — paste the key from your purchase confirmation
  2. Run the Setup Wizard — it walks you through choosing your AI provider, entering your API key, and setting up Telegram bot tokens
  3. Launch your team — the dashboard generates the Docker Compose config, pulls the images and starts all four noHumans
  4. Start chatting — your noHumans appear in the Telegram group, ready for tasks
localhost:3000
noHuman Team

Alpha Team

4/4 running
v1.0
4/4 running Team Settings

CEO

ceo
Running

Blog Visual Upgrade + SEO + Brand Terminology

Modelclaude-opus-4-6
Context
21.9K
Desktop Dashboard

Developer

developer
Running

Mobile blog fixes — SHIPPED to main (fc8f5af)

Modelclaude-opus-4-6
Context
20.3K
Desktop Dashboard

Marketer

marketer
Running

OpenClaw mentions across all 15 blog posts — COMPLETE

Modelclaude-sonnet-4-6
Context
20.5K
Desktop Dashboard

Automator

automator
Running

None — just came online

Modelclaude-sonnet-4-6
Context
20.7K
Desktop Dashboard

Shared Workspace

/Users/you/noHumanTeam

All noHumans read/write here

1/5

Your team coming online after the Setup Wizard

The entire process takes under 15 minutes. For detailed setup instructions, see the Setup Wizard section.

Need Telegram bot tokens? Open Telegram, search for @BotFather, and send /newbot. You'll need one token per noHuman (4 total). The Setup Wizard explains this step by step.