{"id":29688630,"url":"https://github.com/iris-networks/gpt-agent","last_synced_at":"2025-07-26T09:17:24.609Z","repository":{"id":305538766,"uuid":"1023141070","full_name":"iris-networks/gpt-agent","owner":"iris-networks","description":"Fully self hosted chatgpt agent alternative","archived":false,"fork":false,"pushed_at":"2025-07-20T17:08:06.000Z","size":41112,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-20T18:19:43.155Z","etag":null,"topics":["browser-use","chatgpt-agent","computer-use","cua"],"latest_commit_sha":null,"homepage":"https://tryiris.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iris-networks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-07-20T16:01:54.000Z","updated_at":"2025-07-20T17:08:10.000Z","dependencies_parsed_at":"2025-07-20T18:31:37.789Z","dependency_job_id":null,"html_url":"https://github.com/iris-networks/gpt-agent","commit_stats":null,"previous_names":["iris-networks/iris-core"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/iris-networks/gpt-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-networks%2Fgpt-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-networks%2Fgpt-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-networks%2Fgpt-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-networks%2Fgpt-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iris-networks","download_url":"https://codeload.github.com/iris-networks/gpt-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iris-networks%2Fgpt-agent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266625266,"owners_count":23958305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["browser-use","chatgpt-agent","computer-use","cua"],"created_at":"2025-07-23T05:37:55.568Z","updated_at":"2025-07-23T05:37:56.103Z","avatar_url":"https://github.com/iris-networks.png","language":"JavaScript","funding_links":[],"categories":["Conversational / General Agents","Learning"],"sub_categories":["Repositories"],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 🙌 gpt-agents: Code Less, Make More\n\n*A TypeScript alternative to [OpenHands](https://github.com/All-Hands-AI/OpenHands) - An AI-powered software development platform*\n\n![Weather Demo](demo.gif)\n\n*In this demo, the AI agent processes a complex multi-city weather analysis request - gathering comprehensive meteorological data for Singapore, San Francisco, and New Delhi including current conditions, 12-hour forecasts, 3-day projections, weather alerts, air quality indices, and travel recommendations, then formatting all data into a structured CSV file format. This demonstration is shown in real time with no speedups.*\n\n🎥 **[Watch Full Demo Video](https://youtu.be/KsJ1Nz74MWA)** - See the complete demonstration in action.\n\n[![Contributors](https://img.shields.io/github/contributors/iris-networks/gpt-agent?style=for-the-badge\u0026color=blue)](https://github.com/iris-networks/gpt-agent/graphs/contributors)\n[![Stars](https://img.shields.io/github/stars/iris-networks/gpt-agent?style=for-the-badge\u0026color=blue)](https://github.com/iris-networks/gpt-agent/stargazers)\n[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL%203.0-blue.svg?style=for-the-badge)](https://opensource.org/licenses/AGPL-3.0)\n\n[![Try Now](https://img.shields.io/badge/TRY_NOW-agent.tryiris.dev-brightgreen?style=for-the-badge\u0026logo=rocket)](https://agent.tryiris.dev)\n\n📖 **[DOCUMENTATION](purpose.md)** 📊 **[BENCHMARK SCORE](ROADMAP.md)** \n\n\u003c/div\u003e\n\nWelcome to gpt-agents (aka Iris), a TypeScript-powered platform for AI software development agents. \n\ngpt-agents can do anything a human developer can: modify code, run commands, browse the web, call APIs, and yes—even copy code snippets from StackOverflow.\n\n## 🚀 Getting Started\n\n### Option 1: Try gpt-agents Now\n**[🚀 Try on agent.tryiris.dev](https://agent.tryiris.dev)** - Experience gpt-agents instantly in your browser without any setup.\n\n### Option 2: Docker Installation\n\n**Prerequisites:**\n*   Docker\n*   Docker Compose\n\n**Setup Steps:**\n\n1.  **Clone the Repository:**\n    ```bash\n    git clone https://github.com/iris-networks/gpt-agent.git\n    cd gpt-agent\n    ```\n\n2.  **Environment Configuration:**\n    ```bash\n    cp .env.example .env\n    # Edit .env with your API keys\n    ```\n    Your `.env` file:\n    ```env\n    ANTHROPIC_API_KEY=your_anthropic_key_here\n    GEMINI_API_KEY=your_gemini_key_here\n    PORT=3000\n    DISPLAY=:1\n    IS_CONTAINERIZED=true\n    ```\n\n3.  **Run with Docker:**\n    ```bash\n    docker-compose up --build\n    ```\n\n4.  **Desktop Application (Optional):**\n    ```bash\n    pnpm run tauri:dev\n    ```\n\n\n## 🗺️ Roadmap\n\n📋 **[View Full Roadmap](ROADMAP.md)** - Our comprehensive development plan to create the leading open-source AI agent platform.\n\n## 🤝 Contributing\n\nYour contributions are vital to making gpt-agent (aka Iris). We welcome developers from all backgrounds to help us build and improve this platform, particularly in expanding its reach across different operating systems.\n\n## 📄 License\ngpt-agents (aka Iris) is licensed under the AGPL-3.0-or-later license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firis-networks%2Fgpt-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firis-networks%2Fgpt-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firis-networks%2Fgpt-agent/lists"}