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, --writable opt-in with confirmation prompt
  • File transfer: pull and push through the encrypted tunnel (up to 50MB, push restricted to /tmp/)
  • Per-command exec timeout (default 120s, --timeout override)
  • --json flag for machine-readable exec output
  • Keepalive pings every 30s to survive proxy idle timeouts
  • CLI commands: start, connect, exec, pull, push, disconnect, status