Adds end-to-end Linux compatibility work for the dedicated server: new CI workflow (Ubuntu + Arch), line-ending/executable safeguards, and a local venv-first startup flow with split dependency files for server vs optional host GUI tooling. Improves runtime resilience with better bind error messages, stricter config validation, writable-state checks, cleaner socket/thread shutdown behavior, and SIGTERM-aware graceful stop handling for headless/systemd use. Updates deployment/startup docs and adds portability/runtime integration tests to lock in these behaviors.
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
# Dedicated CLI / headless server dependencies (Linux, macOS, Windows).
|
|
# Do not add GUI frameworks or Windows-only packages here.
|
|
typer==0.12.3
|
|
rich==13.7.0
|