{"id":40244127,"url":"https://github.com/agentage/desktop","last_synced_at":"2026-02-28T12:47:42.123Z","repository":{"id":327656557,"uuid":"1109491183","full_name":"agentage/desktop","owner":"agentage","description":"Electron desktop app for Agentage — local UI for running and managing agents","archived":false,"fork":false,"pushed_at":"2026-01-17T22:18:48.000Z","size":1302,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-18T07:58:40.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agentage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"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":"2025-12-03T22:00:01.000Z","updated_at":"2026-01-17T21:47:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/agentage/desktop","commit_stats":null,"previous_names":["agentage/desktop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agentage/desktop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentage%2Fdesktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentage%2Fdesktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentage%2Fdesktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentage%2Fdesktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agentage","download_url":"https://codeload.github.com/agentage/desktop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentage%2Fdesktop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28590676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T23:59:00.777Z","status":"ssl_error","status_checked_at":"2026-01-19T23:58:54.030Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-01-20T00:01:31.133Z","updated_at":"2026-01-20T00:01:33.725Z","avatar_url":"https://github.com/agentage.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agentage Desktop\r\n\r\n\u003e Lightweight desktop application for managing and running AI agents locally\r\n\r\n[![Version](https://img.shields.io/github/v/release/agentage/desktop?style=flat-square)](https://github.com/agentage/desktop/releases)\r\n[![License](https://img.shields.io/github/license/agentage/desktop?style=flat-square)](LICENSE)\r\n[![Node](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen?style=flat-square)](package.json)\r\n\r\n## ✨ Features\r\n\r\n- 🚀 **Run agents locally** - Execute AI agents on your machine\r\n- ✏️ **Edit configurations** - Customize agent settings and behavior\r\n- 📋 **Manage agents** - List, create, and organize your agents\r\n- 🔒 **Secure** - Context isolation and validated inputs\r\n- 🌐 **Cross-platform** - Linux, macOS, and Windows support\r\n\r\n## 🛠️ Tech Stack\r\n\r\n- **Framework**: [Electron](https://electronjs.org/) 33+ • [React](https://react.dev/) 18+\r\n- **Language**: [TypeScript](https://typescriptlang.org/) 5.3+ (strict mode)\r\n- **Build**: [Vite](https://vite.dev/) 6+ • [electron-builder](https://electron.build/)\r\n- **Validation**: [Zod](https://zod.dev/)\r\n- **Testing**: [Jest](https://jestjs.io/) 30+ • [Playwright](https://playwright.dev/)\r\n- **State**: [Zustand](https://zustand-demo.pmnd.rs/)\r\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/) 4+\r\n\r\n## 📋 Prerequisites\r\n\r\n- **Node.js** ≥ 20.0.0\r\n- **npm** ≥ 10.0.0\r\n\r\n## 🚀 Quick Start\r\n\r\n```bash\r\n# Install dependencies\r\nnpm install\r\n\r\n# Start development (Electron)\r\nnpm run dev\r\n\r\n# Start development (Web)\r\nnpm run dev:web\r\n\r\n# Build for production\r\nnpm run build\r\n\r\n# Package for distribution\r\nnpm run package -w @agentage/electron\r\n```\r\n\r\n## 📦 Project Structure\r\n\r\n```\r\npackages/\r\n  core/       # Core business logic\r\n  electron/   # Electron main + preload\r\n  frontend/   # React UI (renderer)\r\n  server/     # Backend server\r\n  shared/     # Shared types \u0026 schemas\r\n```\r\n\r\n## 🔧 Development\r\n\r\n```bash\r\n# Type checking\r\nnpm run type-check\r\n\r\n# Linting\r\nnpm run lint\r\nnpm run lint:fix\r\n\r\n# Testing\r\nnpm run test\r\nnpm run test:coverage\r\nnpm run test:e2e\r\n\r\n# Full verification\r\nnpm run verify\r\n```\r\n\r\n## 🏗️ Building\r\n\r\n```bash\r\n# Build all packages\r\nnpm run build\r\n\r\n# Package for current platform\r\nnpm run package -w @agentage/electron\r\n```\r\n\r\nArtifacts are published to [GitHub Releases](https://github.com/agentage/desktop/releases) on tag push.\r\n\r\n## 🤝 Contributing\r\n\r\n1. Fork the repository\r\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\r\n3. Commit changes (`git commit -m 'feat: add amazing feature'`)\r\n4. Push to branch (`git push origin feature/amazing-feature`)\r\n5. Open a Pull Request\r\n\r\n## 📄 License\r\n\r\nSee [LICENSE](LICENSE) file for details.\r\n\r\n---\r\n\r\n**Made with ❤️ by [Agentage](https://github.com/agentage)**\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentage%2Fdesktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentage%2Fdesktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentage%2Fdesktop/lists"}