Skip to content

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.

Terminal window
alphabase web

Runtime Behavior

  • binds to 127.0.0.1 by default
  • chooses an available port unless explicitly set
  • opens the browser automatically
Terminal window
alphabase web --hostname 127.0.0.1 --port 4096

For LAN exposure:

Terminal window
ALPHABASE_SERVER_PASSWORD=strong-password alphabase web --hostname 0.0.0.0 --port 4096

Security Notes

  • keep loopback binding (127.0.0.1) unless remote access is intentional
  • set ALPHABASE_SERVER_PASSWORD before any non-loopback bind
  • use --tls when HTTPS is required in local enterprise environments

Windows

For best results on Windows, run from WSL. See Windows (WSL).