Download the alpha kit
Sign in to the hosted app, open Settings, and download the private alpha kit or release manifest from Downloads.
https://app.waveforward.tech/
Settings -> Downloads
waveforward-alpha-kit.tar.gz
WaveForward is closed-source during the private alpha. Invited users can sign in, download the verified alpha package, and connect local machines that run their own agent credentials.
The download files are served from the hosted app after sign-in. The public website documents the process without exposing private release artifacts.
Sign in to the hosted app, open Settings, and download the private alpha kit or release manifest from Downloads.
https://app.waveforward.tech/
Settings -> Downloads
waveforward-alpha-kit.tar.gz
Extract the kit and install the verified wheel into a local WaveForward environment.
tar -xzf waveforward-*-alpha-kit.tar.gz
cd waveforward-*-alpha
sh install.sh --manifest waveforward-alpha-manifest.json
waveforward --version
Create a setup command in Settings, then run the daemon from the workspace that should execute agent turns.
waveforward daemon \
--server https://app.waveforward.tech \
--auth-token <setup-token> \
--machine "Laptop"
Every alpha release includes a manifest and checksums. Check the manifest before applying an update, then restart any running daemon.
waveforward update-check waveforward-alpha-manifest.json --verify-asset
waveforward update-install waveforward-alpha-manifest.json --apply
systemctl --user restart waveforward-daemon.service