plain-portal changelog
0.1.0 (2026-03-22)
What's changed
Initial release. Remote Python shell and file transfer via encrypted tunnel.
- SPAKE2 key exchange + NaCl SecretBox for E2E encryption through a Cloudflare relay (7c782e15a962)
- Streaming stdout — output appears line-by-line in real time
- Read-only database mode by default,
--writableopt-in with confirmation prompt - File transfer:
pullandpushthrough the encrypted tunnel (up to 50MB, push restricted to/tmp/) - Per-command exec timeout (default 120s,
--timeoutoverride) --jsonflag for machine-readable exec output- Keepalive pings every 30s to survive proxy idle timeouts
- CLI commands:
start,connect,exec,pull,push,disconnect,status