If your repository is public and OSI-licensed, Octopus reviews every pull request. Forever, on us. No credit card, no monthly quota, no "free for the first 100 projects" trick.
One workflow file. Reviews start on the next pull request.
Every opened or updated pull request on every public repo, no monthly cap.
Drop a single GitHub Action step into your workflow. No tokens, no signup.
Inline review comments tied to actual lines, with severity levels and source citations.
Public code stays public. We don't train models on your repos, period.
Drop the YAML on the right into .github/workflows/octopus.yml, commit it, and Octopus will start reviewing on the next pull request. The action authenticates via the ephemeral GITHUB_TOKEN so there are no API keys to manage.
name: Octopus Review
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
review:
runs-on: ubuntu-latest
steps:
- uses: octopusreview/action@v1Public repositories with an OSI-approved license. If your project meets the Open Source Definition, you're in.
Projects that are visible but commercially restricted use the standard credit-based plan. Octopus itself is MIT-licensed and self-hostable if you'd rather run it on your own infra.
Open the package.json of any project shipped in the last decade. Every dependency was built by someone who didn't ask for money. The bill never arrives, but the debt is real.
Octopus exists to make code review less exhausting. So giving it to the people who need it most felt less like generosity and more like the obvious move.
Free for every public OSI-licensed repository. Forever.