@svetfm/gitstore
v0.3.1
Published
App store for GitHub — install and run repos as applications
Maintainers
Readme
GitStore
App Store for GitHub
Discover, install, and run GitHub repositories as native applications.
✨ Features
- Curated Collections — Browse hand-picked app categories: dev tools, AI agents, productivity, and more
- One-Click Install — Clone, set up dependencies, and configure any repo with a single click
- 5 Built-in Runtimes — Node.js, Python, Rust, Go, and Docker — detected and managed automatically
- Trending Discovery — See what's popular on GitHub right now, filtered by language and timeframe
- Desktop App — Native macOS app built with Tauri — fast, lightweight, and private
- MCP Integration — Use GitStore as an MCP server to let AI assistants install and manage repos
🚀 Quick Start
Download
Grab the latest .dmg from Releases.
Run from Source
git clone https://github.com/SvetimFM/GitStore.git
cd gitstore
npm install
npm run build
npm start🔧 How It Works
- Discover — Browse curated lists or search GitHub for repositories
- Inspect — View README, stars, language, and install requirements before committing
- Install — GitStore clones the repo, detects the runtime, and installs dependencies
- Run — Launch the app directly from GitStore with the correct runtime environment
🏗 Tech Stack
| Layer | Technology | |-------|-----------| | Desktop | Tauri + Rust | | Frontend | React + TypeScript + Vite | | Backend | Node.js + Express + SQLite | | AI | MCP Server (Model Context Protocol) |
🤝 Contributing
Contributions are welcome! Please open an issue first to discuss what you'd like to change.
# Development
npm run dev # Watch backend
npm run dev:web # Vite dev server for frontend
# Build
npm run build # Full build (backend + frontend)📄 License
PolyForm Noncommercial 1.0.0 — free for personal and noncommercial use.
