This guide covers local web-mode and packaging for Codexia web server without GUI.
The prebuilt headless binary is compiled without GUI (no Tauri). Just run it directly:
./codexiaOptional flags:
./codexia --port 7420 --host # custom port + bind to 0.0.0.0 for external access
--webflag is not needed for the headless binary and has no effect.
Run:
just dev-webLinux/macOS:
bash scripts/package-web.shWindows:
scripts/package-web.bat