{"id":26268091,"url":"https://github.com/oslabs-beta/ahoy","last_synced_at":"2026-02-25T01:35:47.321Z","repository":{"id":51355003,"uuid":"358949714","full_name":"oslabs-beta/Ahoy","owner":"oslabs-beta","description":"Ahoy! is a GUI tool for DevOps engineers which distills the many functions of Helm into a user-friendly interface. ","archived":false,"fork":false,"pushed_at":"2021-05-22T05:29:37.000Z","size":15848,"stargazers_count":183,"open_issues_count":15,"forks_count":16,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-12-31T13:04:25.957Z","etag":null,"topics":["ahoy","devops","devops-tools","docker","helm","kubernetes","minikube"],"latest_commit_sha":null,"homepage":"https://ahoyhelm.org","language":"JavaScript","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/oslabs-beta.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}},"created_at":"2021-04-17T18:09:25.000Z","updated_at":"2024-12-19T19:32:09.000Z","dependencies_parsed_at":"2022-09-11T12:52:32.920Z","dependency_job_id":null,"html_url":"https://github.com/oslabs-beta/Ahoy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FAhoy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FAhoy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FAhoy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FAhoy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oslabs-beta","download_url":"https://codeload.github.com/oslabs-beta/Ahoy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243521211,"owners_count":20304188,"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","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":["ahoy","devops","devops-tools","docker","helm","kubernetes","minikube"],"created_at":"2025-03-14T04:19:27.234Z","updated_at":"2026-02-25T01:35:42.301Z","avatar_url":"https://github.com/oslabs-beta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ahoy!\n\n[Website](https://www.ahoyhelm.org) | [Github](https://github.com/oslabs-beta/Ahoy) | [Bugs/Features](https://github.com/oslabs-beta/Ahoy/issues)\n\n## An easy-to-use GUI for Helm\n\n![Ahoy! Logo](./README/ahoy-logo.png)\n\nAhoy! is a GUI tool for DevOps engineers which distills the many functions of [Helm](https://helm.sh) into a user-friendly interface. A GUI visually aids all engineers (even those that love CLI) and better organizes the various configuration files. The ability to quickly revert to a previous version will give the DevOps engineer peace of mind.\n\n### Built With\n\n* [React](https://reactjs.org/), [Electron](https://www.electronjs.org/), [Semantic UI](https://semantic-ui.com/)\n\n![Ahoy! Demo](./README/ahoy-demo.gif)\n\n## Getting Started\n\nAhoy! requires a local Kubernetes cluster. To get one up and running, follow the steps below.\n\n## Prerequisites\n\nYou'll want these things installed and running.\n- [Helm](https://helm.sh)\n- [MiniKube](https://minikube.sigs.k8s.io/)\n- [Docker](https://www.docker.com)\n- Helm Charts. Bring your own or download from https://artifacthub.io.\n\n## Installation\n\nDownload the [latest release](https://github.com/oslabs-beta/Ahoy/releases) or clone the repo and build your own.\n\n1. Clone the repo\n   ```sh\n   git clone https://github.com/oslabs-beta/Ahoy.git\n   ```\n2. Install dependancies\n   ```sh\n   npm install\n   ```\n3. Build\n    ```\n    npm run package\n    # then...\n    npm run package-mac\n    npm run package-windows\n    npm run package-linux\n    ```\n## Usage\n\n### Setup Environment\n\n1. Launch the Docker Daemon\n2. Start a MiniKube Kubernetes Cluster `minikube start`\n3. Download charts (see below for location)\n4. Launch Ahoy!\n\n### Local Helm Chart Storage Paths\n\n- macOS: `/Users/\u003cusername\u003e/Library/Application\\ Support/ahoy/charts`\n- Windows: `C:\\Users\\\u003cusername\u003e\\AppData\\Roaming\\Ahoy\\charts`\n\n*Tip:*\n\nAttach the node port to minikube node so you can see your cluster(s) in the browser.\n  ```sh\n  kubectl create deployment my-minikube --image=k8s.gcr.io/echoserver:1.4\n  kubectl expose deployment my-minikube --type=LoadBalancer --port=8080\n  ```\n\n\n\n\n\nTo launch the application in developer mode:\n```\nnpm start\n```\n\n## Roadmap\n\nSee the [open issues](https://github.com/oslabs-beta/Ahoy/issues) for a list of proposed features (and known issues).\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request to the `Staging` branch\n\n\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Contributors\n\nJoe Bigelow - [LinkedIn](https://www.linkedin.com/in/joe-bigelow-591a2170/) - [GitHub](https://github.com/lilbigs2001)\n\nTobey Forsman - [LinkedIn](https://www.linkedin.com/in/tobeyforsman/) - [GitHub](https://github.com/yebot)\n\nYoko Kawamoto - [LinkedIn](https://www.linkedin.com/in/yoko-kawamoto-95623047/) - [GitHub](https://github.com/libero-yoko)\n\nJin Oh - [LinkedIn](https://www.linkedin.com/in/jintoh613/) - [GitHub](https://github.com/ohjintech)\n\nProject Link: [https://github.com/oslabs-beta/Ahoy](https://github.com/oslabs-beta/Ahoy)\n\n\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n## Acknowledgements\n\n* [OS Labs](https://opensourcelabs.io/)\n* [Matthew Marchand](https://www.linkedin.com/in/mnmarchand/)\n* [horseQL](https://horseql.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fahoy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foslabs-beta%2Fahoy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fahoy/lists"}