{"name":"Goon: Autonomous AI Worker for Software Development and Custom Workflows","description":"Goon is a self-hosted, autonomous AI worker designed to streamline software development and automate custom workflows. Built with Go and having zero dependencies, it operates as a daemon, capable of tasks from writing code and opening PRs to summarizing emails and monitoring logs. It learns from your context and asks for human approval before acting, ensuring controlled and intelligent automation.","github":"https://github.com/harisaginting/goon","url":"https://osrepos.com/repo/harisaginting-goon","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/harisaginting-goon","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/harisaginting-goon.md","json":"https://osrepos.com/repo/harisaginting-goon.json","topics":["ai","autonomous-agents","golang","llm","productivity","automation","software-development","daemon"],"keywords":["ai","autonomous-agents","golang","llm","productivity","automation","software-development","daemon"],"stars":null,"summary":"Goon is a self-hosted, autonomous AI worker designed to streamline software development and automate custom workflows. Built with Go and having zero dependencies, it operates as a daemon, capable of tasks from writing code and opening PRs to summarizing emails and monitoring logs. It learns from your context and asks for human approval before acting, ensuring controlled and intelligent automation.","content":"## Introduction\n\nGoon is an autonomous AI worker designed to streamline software development and automate a wide range of custom workflows. It operates as a self-hosted daemon, built with Go, and boasts zero external dependencies, making it a lightweight and robust solution. Goon continuously works in the background, learning from your context, and intelligently asks for human approval before executing sensitive actions, ensuring controlled and efficient automation for your team.\n\n## Why Use Goon and Key Benefits\n\nGoon stands out from other AI tools by offering continuous, daemon-like operation, integrating deeply into your team's workflow. Its key benefits include:\n\n*   **Board Integration**: Polls Jira or GitHub Issues to automatically pick up the next task.\n*   **Custom Workflows**: Define any workflow, from code generation to email summaries and log monitoring, using a simple `workflow.json` configuration.\n*   **Human Approval Gates**: Ensures control with mandatory human approval via web UI, Telegram, or CLI before any sensitive actions are taken.\n*   **Automated PRs**: Branches, commits, and pushes code to GitHub, GitLab, or Bitbucket, opening pull requests automatically.\n*   **Self-Learning and Memory**: Builds persistent memory by learning your conventions, repository layout, and past decisions, distilling insights into `LEARNED.md`.\n*   **Multi-LLM Routing**: Route planning, coding, and review tasks to different LLM providers and models based on specific needs.\n*   **Local and Offline Support**: Works with local LLMs like Ollama, enabling offline operations.\n*   **Telegram Interface**: Manage approvals, review PRs, and interact with Goon from your mobile device.\n*   **Google Workspace Integration**: Connects to Calendar, Gmail, Tasks, and GCP logs for enhanced context and automation.\n*   **Zero Dependencies**: Built with Go and only standard library, ensuring minimal overhead and easy deployment.\n\n## Installation\n\nGetting started with Goon is straightforward, requiring Go 1.21+ and no additional runtime dependencies.\n\n**Install with `go install`:**\n\nsh\ngo install github.com/harisaginting/goon@latest\ngoon start --web=:8080\n# open http://localhost:8080 ? Settings ? configure your LLM + board\n\n\n**Build from source:**\n\nsh\ngit clone https://github.com/harisaginting/goon\ncd goon && make install\n\n\n## Examples\n\nGoon supports various modes for interaction, from one-shot tasks to continuous daemon operation.\n\n**Offline smoke test (no API key needed):**\n\nsh\nGOON_LLM_PROVIDER=mock \\\nGOON_MOCK_REPLIES='{\"tool\":\"finish\",\"args\":{\"message\":\"done\"}}' \\\ngoon \"say hi\"\n\n\n**Real one-shot tasks:**\n\nsh\ngoon config set GOON_LLM_PROVIDER openai\ngoon config set OPENAI_API_KEY sk-...\n\ngoon \"list every .go file under internal/\" --explain   # plan only, no execution\ngoon \"tidy go.mod\"                                     # dry-run (default)\ngoon \"fix the typo in README.md\" --auto                # execute automatically\n\n\nGoon's flexibility extends to custom workflows defined in `workflow.json`. For example, you can set up a daily email digest that reads Gmail, summarizes unread threads, and posts to Telegram, or a log monitoring workflow that scans GCP logs for errors and opens incident tickets.\n\n## Links\n\n*   **GitHub Repository**: [https://github.com/harisaginting/goon](https://github.com/harisaginting/goon)\n*   **Official Website**: [https://harisaginting.github.io/goon/](https://harisaginting.github.io/goon/)","metrics":{"detailViews":1,"githubClicks":1},"dates":{"published":null,"modified":"2026-09-14T23:32:06.000Z"}}