Local-first Electron app for opening a git repository, browsing files, editing files in a lightweight textarea, and viewing per-file git diffs.
- Open a local git repository.
- Browse files in a sidebar tree.
- Read and edit text files.
- Save file changes.
- View
git diff -- <file>output for the active file.
AI and agent orchestration features are intentionally deferred to later versions. This v0.1 release only establishes the local filesystem, git, and secure IPC foundation.
npm install
npm run devnpm run build