Go to file
2026-03-27 10:27:46 +08:00
apps chore: initialize monorepo workspace 2026-03-27 10:27:46 +08:00
docs/architecture chore: initialize monorepo workspace 2026-03-27 10:27:46 +08:00
.gitignore chore: initialize monorepo workspace 2026-03-27 10:27:46 +08:00
melos.yaml chore: initialize monorepo workspace 2026-03-27 10:27:46 +08:00
README.md chore: initialize monorepo workspace 2026-03-27 10:27:46 +08:00

TermRemoteCtl

TermRemoteCtl is a personal remote coding controller for one Windows workstation.

Workspace Layout

  • apps/mobile_app: Flutter app for iPhone and Android
  • apps/windows_agent: Windows resident agent
  • docs: specifications, plans, and protocol notes

Prerequisites

  • Flutter 3.x
  • .NET 8 SDK
  • Windows 11 for the agent runtime

Initial Setup

  1. Run flutter create apps/mobile_app --platforms=android,ios --project-name term_remote_ctl
  2. Run dotnet new sln -n TermRemoteCtl.Agent -o apps/windows_agent
  3. Follow the implementation plan in docs/superpowers/plans/2026-03-27-mobile-windows-terminal-controller.md