AI-powered desktop Git client for modern software development. Script, commit, push and collaborate on GitHub—for faster, easier product development and deployment.
- Fast, intuitive desktop app built with Electron, Vite, and React
- Script and run Git commands in a user-friendly interface
- AI-powered assistance for commit messages, error explanations, and more
- Easy GitHub integration for push/pull, PRs, and collaboration
- Cross-platform: Windows, macOS, Linux
-
Clone the repo:
git clone https://github.com/gitriksha/gitriksha-desktop.git cd gitriksha-desktop
-
Install dependencies:
npm install cd renderer npm install cd ..
-
Run in development mode:
- (UI) In
/renderer
, run:npm run dev
- (Electron) In root, run:
npm start
- (UI) In
-
Build for production:
- (UI) In
/renderer
, run:npm run build
- (Electron) Packaging steps coming soon!
- (UI) In
/ # Electron main process
/renderer/ # React + Vite frontend (renderer process)
MIT
Made with ❤️ by the Gitriksha team.