Skip to content
@Commands-com

Commands.com

AI Agent Workspace

Commands.com

Local AI rooms where independent models converge.

Beta Gateway Room Plugins E2EE

Orchestrated rooms running on your machine. Multiple AI models explore, build, and audit independently — converging on solutions proven by real metrics, not model confidence.


Why Convergence

One model playing five roles still has one set of blind spots. Giving it five personas doesn't give you five perspectives — it gives you one perspective in five costumes.

Commands.com runs rooms — orchestrated workspaces where independent models with different training data, architectures, and tooling converge on a shared objective through a structured pipeline.

The most reliable AI is not one model. It's independent models that converge.

The Great Convergence

The Pipeline

Every room follows a convergence cycle:

Fan Out          →   Synthesize       →    Build            →    Audit
Multiple             Merge, dedup,         Implement top         Independent
explorers            rank by               candidates,           validation for
discover             consensus             benchmark with        production risk
independently                              real metrics
Explored: 12  →  Synthesized: 5  →  Built: 3  →  Converged: 1

Agent Roles

Role What it does Why a separate model
Explorer Casts the widest net across candidates Different search corpora and training data maximize diversity of discovery
Builder Implements with precision, benchmarks empirically The strongest agentic coder, informed by consensus from explorers
Auditor Validates for production safety and correctness Independent scrutiny catches what the builder's biases miss

Platform

Repo What it does Stack
gateway Self-hosted encrypted relay, OAuth/OIDC, device routing, shares, webhook tunnel, admin console Go
agent-workspace Local runtime, rooms engine, desktop app, CLI, audit logging, remote chat, MCP passthrough TS / Electron / Node
room-plugins Room orchestrators for domain-specific convergence — SQL optimization, FFT autotuning, and more JS plugins
interface-plugins External interface providers for webhook and Slack-style integrations JS plugins
agent-plugins Provider plugins that make model diversity real instead of cosmetic JS plugins

Rooms in Practice

Postgres Query Optimizer — Explorers independently discover index strategies and query rewrites. The builder implements each candidate against a real Postgres instance, measuring actual execution time. The auditor validates for production safety.

FFT Autotune — Explorers search for SIMD vectorization strategies across Apple Silicon architectures. The builder compiles and benchmarks each kernel variant. The auditor validates numerical accuracy. Convergence means the fastest correct implementation wins.

Security

  • End-to-end encrypted relay (AES-256-GCM) — we can't read your data, even if we wanted to
  • Rooms, agents, code, and data stay on your machine
  • Self-hosted gateway option for teams that want infrastructure ownership
  • Zero-knowledge architecture — by design, not by policy

Get Started

Sign up for the beta to get early access to the desktop app and start running rooms locally.

# Self-host the relay
git clone https://github.com/Commands-com/gateway.git

# Extend with plugins
git clone https://github.com/Commands-com/room-plugins.git
git clone https://github.com/Commands-com/agent-plugins.git
git clone https://github.com/Commands-com/interface-plugins.git

Popular repositories Loading

  1. interface-plugins interface-plugins Public

    Interface Plugins

    JavaScript

  2. room-plugins room-plugins Public

    Room Plugins

    JavaScript

  3. agent-plugins agent-plugins Public

    Use your own LLM

    JavaScript

  4. gateway gateway Public

    OSS Gateway

    Go 1

  5. .github .github Public

    Public README

  6. garden garden Public

    A fully automated site that runs a commands.com pipeline once a day

    JavaScript

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…