Most Indian developers who maintain open source projects have never used Claude seriously. The reason is predictable: Anthropic's billing is USD-only, international cards are a hassle, and Claude Max at $200/month feels absurd for someone who isn't billing enterprise clients.
In late February 2026, Anthropic changed this calculus. They launched Claude for Open Source — 6 months of Claude Max 20x ($200/month value = $1,200 total, approximately ₹1,00,800) — completely free, for open source maintainers who qualify. 10,000 spots available, applications close June 30, 2026.
Most Indian developers I've talked to have no idea this exists.
What you actually get
Claude Max 20x is Anthropic's highest-tier individual plan. "20x" refers to usage limits — you get 20 times the message quota of the standard Claude.ai Pro tier.
What that means practically:
- Full access to Claude Sonnet 4.5, Claude Opus, and every other model Anthropic ships during your 6-month period
- Claude Code — Anthropic's agentic coding tool that runs in your terminal and can modify files, run tests, and autonomously complete multi-step coding tasks
- Extended context (200K tokens) across all models
- No rate limiting that you'd hit during a normal day of development work
- Access to Claude's API through the claude.ai interface (note: this is claude.ai Pro access, not direct API credits — for API access you'd still use AICredits.in or Anthropic's API directly)
Total value: approximately ₹1,00,800 (₹1 lakh) in access over 6 months. For an Indian open source maintainer who's been using free tiers and working around token limits, this is a meaningful upgrade.
Who qualifies
The program targets active open source maintainers. You need to meet one of these:
Tier 1 criteria (clearly qualify):
- Primary maintainer or core contributor of a public GitHub repo with 5,000+ GitHub stars
- Package with 1M+ monthly downloads on npm, PyPI, Maven, RubyGems, or similar
Tier 2 criteria (apply anyway):
- Active commits and releases in the last 3 months (the project can't be abandoned)
- Critical infrastructure that many projects depend on, even if the star count is lower
The program page says "tell us about your project's impact" — this matters more than you might think. A package with 50K weekly npm downloads that 5,000 other packages depend on downstream is more impactful than a demo project with 8,000 GitHub stars. The review is manual, not automated.
What "active" means
Anthropic is looking for projects with:
- Commits or releases in the last 90 days
- Open issues being engaged with
- A real user community (Discord, forum, GitHub Discussions activity)
A perfectly maintained but slow-moving library that people actually use in production is fine. A project with 6,000 stars that hasn't had a commit in 8 months probably won't qualify.
Indian open source projects that likely qualify
I can't name specific maintainers without their permission, but here are the types of Indian-maintained projects that would clearly meet the bar:
CLI tools with high download counts: Any widely-used npm package used in build tooling, developer workflows, or CI pipelines often has 1M+ monthly downloads. Check your npm stats.
Python libraries in data science or web: India has a strong FastAPI, Pandas, and ML tooling community. If you maintain something in this space with PyPI traction, check.
Government tech / civic tech: Projects like those coming out of iSPIRT, EkStep, or the open government data movement often have significant downstream usage even with modest star counts.
Mobile and web frameworks: React Native UI component libraries, Flutter packages with high pub.dev scores, or anything in the Dart/Flutter ecosystem.
How to check your numbers:
For npm: go to npmjs.com/package/[your-package-name] → click the Downloads tab → weekly downloads × 4 ≈ monthly downloads.
For PyPI: pypistats.org/packages/[your-package-name] shows daily download trends.
For GitHub downstream dependents: go to your repo → Insights → Dependency graph → Dependents tab. This shows how many other repos depend on yours — a powerful impact signal even with moderate star counts.
How to apply
Application URL: claude.com/contact-sales/claude-for-oss
The application asks for your GitHub profile, your main project(s), usage metrics, and — crucially — what you plan to use Claude for.
What to write in the application:
Lead with hard numbers. Reviewers scan hundreds of applications. Your opening should be:
"[Project Name] is a [category] package maintained by [your name]. It has [X]k GitHub stars, [Y]M monthly downloads, and is a dependency for [Z]k downstream repositories."
Then explain what you'll use Claude for. Be specific — "I'll use Claude Code to speed up my refactoring of the parser module from sync to async" is better than "I'll use it to help with coding."
Mentioning the Indian developer community benefit lands well. Anthropic has explicitly said they want the program to reach developers globally, including in regions where API access has been harder to set up.
Timeline: Rolling review. Most people hear back in 1-3 weeks. The program runs until June 30, 2026 or 10,000 spots fill — whichever comes first.
What "Claude Max 20x" unlocks for open source work
If you've used Claude Pro but hit rate limits on heavy coding days, Claude Max 20x removes that ceiling for practical purposes.
The biggest unlock for Indian maintainers:
Claude Code for codebase-wide refactoring: Claude Code can read your entire repository, understand the architecture, and make coordinated changes across dozens of files. Migrating an API from v1 to v2, adding type hints to a legacy Python codebase, or refactoring a monolith into modules — these tasks that used to take weeks can be compressed significantly.
Documentation generation at scale: Generating API documentation, writing comprehensive README files, creating example notebooks for ML libraries — Claude handles these with context about your actual implementation, not generic boilerplate.
Issue triage and response drafting: For busy maintainers, Claude can draft responses to GitHub issues — explaining why something is a known limitation, drafting workaround instructions, or identifying that an issue is a duplicate. You review and post; the drafting time is saved.
Code review on PRs: For maintainers who get external PRs, Claude can review code quality, catch edge cases, and flag inconsistencies with your existing codebase conventions.
If you don't qualify for the OSS program
Not every useful project has 5,000 GitHub stars. Here's what else exists:
AICredits.in: If you just need API access in India without the hassle of an international card, AICredits.in lets you top up in ₹ via UPI, starting at ₹100. This gives you direct API access (not claude.ai Pro), which is what you need for automated workflows, Claude Code via API, and programmatic use.
Anthropic startup program: If your open source project is also a startup (VC-backed or revenue-generating), Anthropic has a separate startup program with API credits. Check anthropic.com/startups.
Claude.ai free tier: For personal use on claude.ai — writing, reading, coding help at limited volume — the free tier works. It doesn't include Claude Code or API access.
Google Summer of Code + Anthropic: GSoC participants sometimes get access to AI tools through their organisation. Worth checking with your GSoC org.
💡 While your OSS application is under review, AICredits.in is the best way to access Claude API in India with UPI billing — no international card, ₹100 minimum, pay-as-you-go.
Practical checklist before you apply
Before submitting, make sure you have:
- GitHub repository URL(s) with clear public metrics
- Screenshot or link to npm/PyPI download stats
- GitHub Dependents count (from the Insights tab)
- Last commit date and release date
- Clear description of what you'll use Claude for (be specific)
- Brief note on Indian developer community impact (if applicable)
The application takes about 20 minutes to fill out properly. Given the value at stake (₹1 lakh in access), that's an excellent time investment.
What to read next
- How to use Claude Code in India without a credit card — set up Claude Code via AICredits.in while you wait on OSS approval
- AICredits.in review: accessing AI APIs in India via UPI — full breakdown of the platform
- How to use Claude API in India with INR and UPI — step-by-step API setup guide
- How to write a CLAUDE.md for any project — getting the most out of Claude Code once you have access



