Plyrium Forge Docs
v1.1.25 Β· Windows x64
Installation
Plyrium Forge installs like any standard Windows application.
Plyrium-Forge-Setup.exe (~122 MB).- Welcome β click Next
- License agreement β read and accept
- Install location β defaults to
C:\Program Files\Plyrium Forge. Change it if you prefer. - Installing β files copy (a few seconds)
- Finish β βLaunch Plyrium Forgeβ is checked by default. Click Finish.
Program Files.First launch & sign in
On first launch the app shows a sign-in screen.
forge.plyrium.com/sign-in.Solo plan β what's included
The Solo plan is free forever with no credit card required.
| Terminal agents | 4 terminals + 1 director |
| Projects | 1 active project (delete to switch) |
| Teams | 1 team |
| Memory vaults | β Per-project vaults |
| Auto-updater | β Silent background updates |
| Local & remote models | β Claude, Codex, Gemini, Ollama, Aider, OpenCode |
| Token savings routing | Studio+ only |
| Multi-agent missions | Studio+ only |
| Team seats | Team plan only |
Creating a team
Cmd/Ctrl+Shift+N.Solo plan sizes: up to 4 terminals (3-starter or 4-solo max). Larger presets are greyed out and require Studio+.
Agent roles explained
| Director | Orchestrates the team via the chat panel. Receives your mission brief, breaks it into tasks, and routes work to workers. |
| Coder | Writes and edits code in an isolated git worktree branch. |
| Auditor | Reviews code, checks for bugs, validates tests. |
| Researcher | Searches the codebase, docs, or web to gather context for the team. |
| Project Manager | Manages the Ops Board, coordinates subtasks, tracks progress. |
Git & worktree isolation
Plyrium Forge uses git worktrees to give each Coder agent its own isolated branch. This means multiple agents can edit different parts of the codebase simultaneously without stomping on each other.
If prompted, click Install Git for Windows to open the Git download page. Install it, then click Check again in the app β no restart needed.
Upgrading to Studio or Team
You can upgrade at any time from inside the app or from your account dashboard.
- From the app: Hit any plan limit (e.g. try to add a 5th agent) and the upgrade dialog appears automatically.
- From the web: Go to forge.plyrium.com/account β Upgrade section.
| Studio β $19/mo | 1 seat, unlimited agents, token savings, multi-agent missions |
| Team β $59/mo | Up to 5 seats, everything in Studio, shared workspaces |
Uninstalling
- Open Windows Settings β Apps β search for Plyrium Forge
- Click Uninstall β follow the prompt
Or open Start Menu β Plyrium Forge β Uninstall Plyrium Forge.
FAQ
The installer shows a SmartScreen warning. Is it safe?
Yes. SmartScreen warns about any app that isn't yet code-signed. The app is genuine. Click More info β Run anywayto proceed. We're working on getting a code signing certificate.
Do I need Git installed?
Git is recommended for worktree isolation β the feature that lets multiple agents work independently without conflicts. Terminals work without it. The app will prompt you to install Git if it's not found.
Does the app send my code to the internet?
No. All orchestration runs locally. Your code never leaves your machine unless you explicitly configure an agent to push to a remote. The only network calls are to the AI provider you configure (Claude, Codex, etc.) and to forge.plyrium.com for authentication and tier checks.
Can I use my own AI API key?
Yes. Plyrium Forge is provider-agnostic β you bring your own API key. Supported: Claude Code, OpenAI Codex, Google Gemini, Ollama (local), Aider, OpenCode.
What is the Director?
The Director is a special agent that runs in the chat panel on the right side. You give it your mission goal; it breaks the work into tasks and routes them to your worker agents (Coders, Auditors, Researchers). It does not appear as a terminal in the grid.
How do I update the app?
The app checks for updates automatically at startup. If a new version is available, a notification appears. Click Download & Install and the update runs in the background. You can also manually check via Settings β About β Check for updates.
I have a question not covered here.
Email us at support@plyrium.com.