Getting Started

Get AlphaForge Running in 3 Steps

Register on Whop → Install → Sign in. The Free plan is free of charge (about 10 minutes total). Full instructions live in the official docs.

For complete instructions, parameters, and the full troubleshooting guide, see the official documentation.

Open Documentation →

Step 1 — Create a Whop Account

AlphaForge requires a Whop account for every plan, including Free. Start with the Free plan and upgrade to a paid plan later if you need more.

Register Free on Whop →

Want to start on a paid plan? Pick one from the paid plans page. See Freemium Limits for the differences.

Step 2 — Install the CLI

Run the following in your terminal. The installer downloads the latest binary into /usr/local/bin.

curl -sSL https://alforge-labs.github.io/install.sh | bash

Run this in PowerShell (no admin needed). Installs into %USERPROFILE%\.forge\bin and updates PATH.

irm https://alforge-labs.github.io/install.ps1 | iex

Prefer a manual setup? Download the latest per-platform binaries directly from GitHub Releases (latest).

Step 3 — Sign in with Whop

Sign in with the Whop account you registered in Step 1 via OAuth 2.0 PKCE — your browser opens automatically. Authentication data is cached at ~/.forge/credentials.json.

forge system auth login

Verify the activated membership with:

forge system auth status

Visualize Results — alpha-visualizer (optional)

alpha-visualizer is an OSS Python package (PyPI, MIT-licensed) that renders the backtest results produced by forge in your browser. It runs standalone — no dependency on forge itself — so you can add it any time.

# uv (recommended)
uv tool install alpha-visualizer

# pip
pip install alpha-visualizer

See the alpha-visualizer installation guide for full usage and configuration. PyPI: pypi.org/project/alpha-visualizer / GitHub: alforge-labs/alpha-visualizer

Troubleshooting

IssueFix
command not found: forgeOpen a new terminal or run source ~/.bashrc.
Authentication errorCheck your network connection and re-run forge system auth login. Make sure your Whop membership is active.
macOS security warningOpen System Settings → Privacy & Security and allow forge.

For uninstall steps, environment variable customization, and the complete troubleshooting matrix, see the documentation.

Open Documentation →

Command Quick Reference

Cards for the six core commands plus a full command catalog. Detailed parameters and output examples live in the official docs.

For detailed parameters, output examples, and error codes across every subcommand, see the official documentation.

Open CLI Reference →

Top Commands

All Command Groups

GroupDescriptionSubcommands
forge backtestBacktest execution, scanning, custom experiments11
forge optimizeParameter optimization (grid / bayes / wfa)9
forge strategyStrategy JSON save / validate / apply9
forge dataHistorical data fetch / update4
forge journalTrading journal and trade analysis8
forge liveLive trading and broker integration9
Other commandssystem / pine / idea / analyze / explore and more10 groups

For complete subcommand listings, options, return values, and sample output for each group, see the CLI Reference in the official docs.

Open CLI Reference →

If the issue persists, contact support@alforgelabs.com.