Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 590 Bytes

File metadata and controls

41 lines (26 loc) · 590 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-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