Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 720 Bytes

File metadata and controls

43 lines (27 loc) · 720 Bytes

Remote control Web Server Guide

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

Optional flags:

./codexia --port 7420 --host   # custom port + bind to 0.0.0.0 for external access

--web flag is not needed for the headless binary and has no effect.

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