Remote control Web Server Guide
June 22, 2026 ยท View on GitHub
This guide covers local web-mode and packaging for Codexia web server without GUI.
Run after installation
Headless binary (Linux / Windows / macOS)
The prebuilt headless binary is compiled without GUI (no Tauri). Just run it directly:
./codexia-web
Optional flags:
./codexia-web --port 7420
Develop frontend and Rust backend together
Run:
just dev-web
Build headless web package without GUI from source
Linux/macOS:
bash scripts/package-web.sh
Windows:
scripts/package-web.bat