Download

Get Powerloom Home. Two minutes to running.

Clone the repo. Add your Anthropic key. docker compose up. Wire Claude Code to the emitted config. Talk to Alfred.

Clone the repo

git clone https://github.com/shanerlevy-debug/powerloom-home.git cd powerloom-home

Then follow the 5-minute setup guide. It covers prerequisites, the `.env.home` edit, starting the stack, generating the Claude Code config, wiring CC, and meeting Alfred.

Setup guide (PDF)

The same walkthrough, offline-ready. Brand-matched typography. Print it if that helps.

  • powerloom-home-setup.pdf — 5 numbered steps, prerequisites, template matrix, everyday commands, troubleshooting. ~10 KB.

Release zips

Versioned archives if you'd rather not use git clone. Each release corresponds to a GitHub Release tag.

Releases mirror the enterprise version numbering (v046, v047, etc.) so you can match a community release with the enterprise feature set it was cut from.

Before you start

You need the following installed. None are Powerloom-specific — all widely-used developer tools.

ToolWhyGet it
Docker Desktop (or Linux docker + compose v2)Runs the stackdocker.com
Python 3.11+scratch/home_init.py — generates the CC configpython.org
Claude CodeCC connects to your local control plane via MCPanthropic.com/claude-code
Anthropic API keyAlfred runs on claude-opus-4-6console.anthropic.com
pip install mcp httpxDependencies of the MCP stdio serverAny Python env CC invokes

What happens on first boot

  • Alembic migrations run against a fresh postgres.
  • Home-bootstrap creates your org, a single OrgAdmin user, and the alfred agent with its brand-voice system prompt.
  • A 365-day Personal Access Token is minted and written to ./home_data/pat.txt (host-visible).
  • The powerloom_meta MCP deployment flips to healthy, and Alfred is wired to it.
  • You run python scratch/home_init.py --write to materialize ./home_data/.mcp.json and ./home_data/cc-prompt.md. Those are what Claude Code consumes.

License

Powerloom Home is licensed under the Elastic License 2.0 (ELv2). Short version:

  • Free to use, modify, and self-host.
  • You can fork it, patch it, run it behind your firewall.
  • You cannot offer Powerloom as a hosted service to third parties. (If you want to do that, talk to us — that's the enterprise product.)

Full text: LICENSE on GitHub.