{"id":19300480,"url":"https://github.com/rubriclab/maige","last_synced_at":"2025-04-07T08:15:31.127Z","repository":{"id":191703152,"uuid":"612356020","full_name":"RubricLab/maige","owner":"RubricLab","description":"Open-source infrastructure for running natural language workflows on your codebase.","archived":false,"fork":false,"pushed_at":"2025-02-11T14:39:38.000Z","size":12791,"stargazers_count":83,"open_issues_count":6,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T07:04:43.929Z","etag":null,"topics":["ai","bots","github","gpt-4-turbo","issues"],"latest_commit_sha":null,"homepage":"https://maige.app","language":"TypeScript","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/RubricLab.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}},"created_at":"2023-03-10T19:01:53.000Z","updated_at":"2025-03-21T08:42:55.000Z","dependencies_parsed_at":"2023-08-31T08:55:11.192Z","dependency_job_id":"bd232e41-cc38-407e-8c54-6792515256b5","html_url":"https://github.com/RubricLab/maige","commit_stats":{"total_commits":647,"total_committers":6,"mean_commits":"107.83333333333333","dds":"0.49459041731066455","last_synced_commit":"deab5382312238477ff4b7e25748659e67b6813a"},"previous_names":["tedspare/maige","rubriclab/maige"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubricLab%2Fmaige","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubricLab%2Fmaige/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubricLab%2Fmaige/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubricLab%2Fmaige/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RubricLab","download_url":"https://codeload.github.com/RubricLab/maige/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247615377,"owners_count":20967184,"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":["ai","bots","github","gpt-4-turbo","issues"],"created_at":"2024-11-09T23:14:52.794Z","updated_at":"2025-04-07T08:15:31.089Z","avatar_url":"https://github.com/RubricLab.png","language":"TypeScript","readme":"# Maige\n\nRepo maintenance made simpler.\n\nQuickly set up Maige and let AI handle your issue labels with ease. Get started at [Maige.app](https://maige.app).\n\n## Self-Hosting\n\n\u003e [!NOTE]\n\u003e\n\u003e Self-hosting is not yet supported, but if you're immune to papercuts, feel free to continue at your own risk.\n\n- Install dependencies: `bun i`\n- Set up the environment: `vercel env pull` or `cp .env.example .env`\n- Start the app: `bun run dev`\n- Expose the app: in a separate terminal, run `ngrok http 3000`\n\n## GitHub App Integration\n\nCreate a GitHub App for webhooks and repo access. Populate your **.env** with the app details.\n\n1. Go to Settings (personal or org) \u003e Developer \u003e GitHub Apps\n2. Copy your app name, ID, and client secret. Add these to your **.env**.\n3. Callback URL: nGrok URL + GitHub auth endpoint eg. `https://abc.ngrok.app/api/auth/callback/github`\n4. Webhook URL: nGrok URL + handler path eg. `https://abc.ngrok.app/api/webhook/github`.\n5. Webhook secret: generate this with `openssl rand -hex 32`. Add it to your **.env**.\n6. Permissions: toggle **Issue: Read \u0026 Write** and **Pull Request: Read \u0026 Write**.\n7. Events: toggle **issues**, **issue comments**, and **pull requests**.\n8. Private key: generate a private key. Download it. Run the following command ([source](https://github.com/gr2m/universal-github-app-jwt?tab=readme-ov-file#converting-pkcs1-to-pkcs8)) to convert it to the right format:\n\n   ```sh\n   openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in private-key.pem -out private-key-pkcs8.key\n   ```\n\n   then copy **private-key-pkcs8.key**'s text contents to your **.env**.\n\n## Environment Variables\n\nWe use [Infisical](https://infisical.com) for a better development experience. To use it, make an account, upload your **.env** (then delete it), download and authenticate the CLI, then run `bun dx:env [your-environment-name] \u0026\u0026 bun run dev` to develop locally.\n\n## Dive In\n\nAccess Maige through your nGrok URL and link a test repo. Open an issue to test Maige out!\n\nTry these commands:\n\n- \"maige assign me to this issue\"\n- \"maige remove all labels from this issue\"\n- \"maige add the 'self-hosting' label anytime someone mentions 'docker'\"\n- \"maige what packages does this repo use?\"\n\nEnjoy streamlined issue management with Maige.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubriclab%2Fmaige","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubriclab%2Fmaige","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubriclab%2Fmaige/lists"}