You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/Cod-e-Codes/marchat/releases)
A lightweight terminal chat with real-time messaging over WebSockets, optional E2E encryption, and a flexible plugin ecosystem. Built for developers who prefer the command line.
13
13
14
14
**Quick start:**[QUICKSTART.md](QUICKSTART.md) for a single-page walkthrough (install → server → client → next docs).
15
15
16
16
## Latest Updates
17
17
18
-
### v0.10.0-beta.2 (Current)
18
+
### v0.10.0-beta.3 (Current)
19
+
-**Caddy / WSS**: `docker-compose.proxy.yml`, `deploy/caddy/` (`Caddyfile`, `proxy.env.example`), cross-platform `scripts/build-linux.sh` and `scripts/connect-local-wss.sh`, full walkthrough in `deploy/CADDY-REVERSE-PROXY.md`
20
+
-**Client**: WSS/TLS tweaks; sanitize pasted `--server` URLs; connect from flags without profile picker when server+username are set (keystore passphrase prompted for `--e2e` unless `--non-interactive`); `MARCHAT_GLOBAL_E2E_KEY` unchanged
21
+
-**Server config**: Document `godotenv.Overload` for `config/.env` vs process env (see README / env.example)
22
+
23
+
### v0.10.0-beta.2
19
24
-**CLI diagnostics**: `marchat-client` and `marchat-server` support `-doctor` and `-doctor-json` for environment, paths, and config health
20
25
-**Build**: `build-release.ps1` sets `CGO_ENABLED=0` for consistent cross-compilation
0 commit comments