Skip to content

Community

Commander is open source (MIT) and built in public. Here is how to get involved today.

Get involved

ChannelStatusLink
GitHubLivegithub.com/PStarH/Commander — issues, PRs, stars
DiscussionsUse GitHub IssuesFeature ideas and Q&A via Issues
DocsLiveThis site + PRs on commander-docs
Discord / TwitterPlannedNot live yet — follow the repo for announcements

Contributing

We welcome contributions of all sizes — bug fixes, docs, providers, tools, and topologies.

Quick start for contributors

bash
git clone https://github.com/PStarH/Commander.git
cd Commander
pnpm install
# Prefer project scripts when available:
pnpm test:all   # or: cd packages/core && npx tsx --test tests/*.test.ts

Areas that help most

  • New tools — filesystem, web, code analysis, integrations
  • LLM providers — via the provider registration interface
  • Topologies — new orchestration patterns with tests
  • Documentation — guides, API accuracy, examples
  • Bug fixes — issues tagged good-first-issue

Guidelines

  • All tests must pass (# fail 0)
  • TypeScript strict mode — no as any or @ts-ignore in production code
  • Follow existing patterns; add tests for new behavior
  • Keep commits atomic and well-described
  • Docs live in commander-docs — open PRs against master

Roadmap

AreaStatusDetails
Event SourcingShipped (0.2.x)WAL + hash chain, deterministic replay, snapshot recovery
Enterprise SecurityShipped (0.2.x)7-layer gateway, DLP, capability tokens, plugin sandboxing
RAG Knowledge BaseShipped (0.2.x)Optional plugin, HNSW vector search
Unified Audit LogShipped (0.2.x)Cross-source aggregation, query/export API
Petri Net SchedulerShipped (0.2.x)Formal resource allocation, deadlock detection
Recovery BootstrapperShipped (0.2.x)Zombie run detection, automatic recovery on startup
npm publishIn progress@commander/core, @commander/sdk public packages
Cloud PlatformPlannedManaged API, usage dashboard, API key management
Enterprise SSOPlannedSSO/SAML, VPC deployment, SLA support
Community spacesPlannedDiscord, showcase gallery
EcosystemPlannedMore providers, tools, template projects

Trust signals

CILicenseDocsStars

Contribute docs

See Contributing for local setup, content rules, and i18n notes.

Showcase

List your project on the Showcase page (PR welcome).

Stay updated

  • Star Commander
  • Watch changelog for release notes
  • Open an issue when something in the docs is wrong — we treat that as a first-class bug
  • Security reports: Security (private email — not public issues)
  • 中文入口: 简体中文

Docs for AI assistants

MIT Licensed — Built for multi-agent orchestration.