overview
pseudocoder puts your dev workflow on your phone with an immersive mobile UI. monitor terminal sessions, interact with coding agents, review diffs with semantic analysis, manage PRs, keep your mac awake, and try demo mode without installing anything.
what it does
a go cli runs on your dev machine and watches your repo. when an ai agent produces diffs, the host uses tree-sitter to semantically analyze them, then turns them into diff cards with risk scores and streams them over websocket to the flutter mobile app on your phone. you review, approve, or reject each change -- plus manage PRs, edit files, and control keep-awake from your phone.
docs map
- what is pseudocoder: model, trust boundary, keep-awake model
- key features: diff review, git ops, semantic analysis, keep-awake, demo mode, immersive UI
- how it works: flow, rollback, pairing flow, session lifecycle
- getting started: install, pair, config, CLI commands
system snapshot
stack: go cli host, websocket server (port 7070), sqlite storage, tls, tree-sitter semantic analysis, flutter mobile client with immersive UI.
next steps
- open getting started.
- read how it works.
- review security.