Web
Browser UI powered by the local AlphaBase runtime.
alphabase web starts the runtime server and opens a browser UI served by the same local engine used by CLI/Desktop.
alphabase webRuntime Behavior
- binds to
127.0.0.1by default - chooses an available port unless explicitly set
- opens the browser automatically
Recommended Flags
alphabase web --hostname 127.0.0.1 --port 4096For LAN exposure:
ALPHABASE_SERVER_PASSWORD=strong-password alphabase web --hostname 0.0.0.0 --port 4096Security Notes
- keep loopback binding (
127.0.0.1) unless remote access is intentional - set
ALPHABASE_SERVER_PASSWORDbefore any non-loopback bind - use
--tlswhen HTTPS is required in local enterprise environments
Windows
For best results on Windows, run from WSL. See Windows (WSL).