{"id":50575038,"url":"https://github.com/kitops-ml/kitops-desktop","last_synced_at":"2026-06-04T21:30:23.560Z","repository":{"id":352593784,"uuid":"1190783062","full_name":"kitops-ml/kitops-desktop","owner":"kitops-ml","description":"Desktop GUI for KitOps — browse, build, and manage ModelKits","archived":false,"fork":false,"pushed_at":"2026-05-22T16:58:51.000Z","size":1216,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T20:59:50.495Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kitops-ml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-24T16:03:15.000Z","updated_at":"2026-05-22T16:55:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kitops-ml/kitops-desktop","commit_stats":null,"previous_names":["kitops-ml/kitops-desktop"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/kitops-ml/kitops-desktop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitops-ml%2Fkitops-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitops-ml%2Fkitops-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitops-ml%2Fkitops-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitops-ml%2Fkitops-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitops-ml","download_url":"https://codeload.github.com/kitops-ml/kitops-desktop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitops-ml%2Fkitops-desktop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33920176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-04T21:30:22.773Z","updated_at":"2026-06-04T21:30:23.549Z","avatar_url":"https://github.com/kitops-ml.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KitOps Desktop\n\nA desktop GUI for [KitOps](https://kitops.org) — browse, pack, and manage ModelKits on macOS, Windows, and Linux.\n\n## What is this?\n\nKitOps Desktop gives you a visual interface for the KitOps CLI. Instead of working with ModelKits purely on the command line, you get a native app to:\n\n- Browse all local ModelKits with size, tags, and digest info\n- Inspect manifests and Kitfiles\n- Pack new ModelKits from a visual Kitfile editor\n- Push and pull ModelKits to/from Jozu Hub or any compatible registry\n- Compare two ModelKits side by side\n- Check disk usage across repositories\n- Manage registry credentials securely (stored using OS keychain)\n\nThe app bundles or downloads the `kit` CLI automatically — no separate installation required.\n\n## Download\n\nGrab the latest release for your platform from the [Releases](../../releases) page:\n\n| Platform | Download |\n|----------|----------|\n| macOS | `.dmg` |\n| Windows | `.exe` installer |\n| Linux | `.AppImage` or `.deb` |\n\n## Building from source\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org) 23+\n- [pnpm](https://pnpm.io) 10+\n\n### Setup\n\n```bash\n# Clone the repo\ngit clone https://github.com/kitops-ml/kitops-desktop.git\ncd kitops-desktop\n\n# Install dependencies\npnpm install\n\n# Start in development mode\npnpm run electron:dev\n```\n\n### Building for distribution\n\n```bash\n# Build for your current platform\npnpm run electron:build\n```\n\nOutput will be in `dist-electron/`. See [DEVELOPMENT.md](DEVELOPMENT.md) for more details.\n\n## Uninstalling\n\nTo fully remove KitOps Desktop:\n\n1. **Remove app data and ModelKits** — open the app, go to **Settings → Danger Zone** and use the removal options there. The app will quit automatically after cleanup.\n\n2. **Delete the application** — move `KitOps Desktop.app` (macOS) or the installed program (Windows/Linux) to the trash.\n\n3. **Remove the CLI symlink** (macOS/Linux, if you installed the command line tool):\n   ```sh\n   sudo rm /usr/local/bin/kit\n   ```\n\n4. **Clean up your shell profile** (macOS/Linux) — remove the block added by KitOps Desktop from `~/.zshrc` or `~/.bashrc`:\n   ```sh\n   # KitOps (added by KitOps Desktop)\n   export KITOPS_HOME=\"...\"\n   export PATH=\"...:$PATH\"\n   ```\n\n## Contributing\n\nContributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitops-ml%2Fkitops-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitops-ml%2Fkitops-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitops-ml%2Fkitops-desktop/lists"}