The Rise of Open Source as EB-1A Evidence for Software Engineers
Five years ago, a software engineer building an EB-1A case leaned almost entirely on patents, conference talks, and employer letters. That evidentiary base is undergoing a great transformation today. USCIS Policy Manual updates issued between 2022 and 2024 explicitly recognized open-source contributions and modern technical metrics as valid evidence of extraordinary ability. For self-petitioning engineers, that opens a documentation path built on infrastructure they already maintain.
As always, our EB1A consultants have discussed here on the effectiveness and strength of Open Source as EB-1A evidence. Moreover, we have also taken a look into how to use open-source evidence into an applicant's profile.
Why open source fits the eb1a adjudication framework
The ten EB-1A criteria were written broadly enough to absorb new forms of evidence, and open-source work now maps onto several of them directly. A widely adopted library or framework can support the "original contribution of major significance" criterion. Maintaining merge authority over a project, or reviewing pull requests from other contributors, can satisfy the "judging the work of others" criterion. Officers have accepted maintainer history and completed code-review records as proof. A critical role at a company built around an open-source product can support the "critical employment" criterion. The regulatory language remains the same as before while the idea of ‘open source’ can fit seamlessly into several of them.
The metrics that carry weight in open source evidence
Not every repository metric is equally persuasive. Here is a general guideline we have compiled, on metrics that matter most in open source evidence.
- GitHub stars and forks can help establish visibility and reuse, but officers weigh them against the project's category. For instance, 5,000 stars on a niche developer tool signals something different than 5,000 stars on a general-purpose framework, so comparative benchmarking against similar projects matters more than the raw count.
- Package download counts (npm, PyPI, crates.io, Maven Central) translate abstract popularity into a concrete usage figure, and sustained download volume over time does more work than a single spike tied to one release.
- Enterprise adoption is often the single strongest data point, because it shows institutional reliance. In other words, it works like a documentation that a project is used in production by named companies, referenced in their engineering blogs, or listed as a dependency in their public stacks. This metric can convert abstract popularity into verifiable organizational impact.
- Contributor graphs demonstrate that a project has become a shared resource rather than a personal side project. Likewise, a growing, active contributor base is evidence that the candidate's original architecture or decision-making shaped how an entire community builds software.
- Linux Foundation and CNCF project status carries outsized weight because inclusion is itself a form of third-party vetting. A project accepted into the Linux Foundation, CNCF, or Apache Software Foundation has already been evaluated by an independent governance body, which gives adjudicators an external validator they don't have to interpret themselves.
Where petitions still fall short
The most common mistake in presenting open source evidence is presenting numbers without context an adjudicator can independently verify. A star count without a comparison to peer projects, a download figure without an explanation of what the package does, or a claim of "widely used" without named adopters reads as self-reported, and not sufficiently proven. USCIS guidance for AI and open-source portfolios in 2026 has been clear that the challenge is translating modern technical output into a structured evidence record that maps cleanly onto the existing legal framework. At GCEB1, our EB-1A experts mentor you to make that exact transition into creating a structured evidence record.
From raw metrics to documented impact
Officers increasingly expect petitioners to connect individual technical achievement to broader industry or national relevance, not just report a number and move on. That means the strongest open-source petitions build a documentation layer around the metrics.
In practice, that layer can somewhat look like: testimonials from developers who rely on the project day to day; letters from CTOs or engineering leads at companies confirming production use and the business problem it solves; and short case studies quantifying the outcome. Where the underlying project belongs to a larger foundation or organization, petitioners have also had to independently establish that the organization itself is distinguished. To do so, they can pull from sources like the foundation's own governance documentation, membership records, or annual reporting to show the project sits inside a recognized, vetted ecosystem rather than an obscure repository. The prestige of the platform is treated as part of the evidentiary chain.
Pairing open source with complementary evidence
Open-source contributions rarely carry an EB-1A petition alone, and candidates who rely on GitHub metrics exclusively tend to face a harder final merits review. The strongest cases pair repository evidence with at least one adjacent criterion, creating two independent lines of proof pointing to the same conclusion:
- Open source + academic publication: peer-reviewed papers describing the algorithms or techniques implemented in the project, so citation counts and download statistics validate each other.
- Open source + conference speaking: Invited talks at major technical conferences (the kind widely recognized within a given ecosystem) demonstrate that peers actively sought out the candidate's expertise, not just their code.
- Open source + industry recognition: Grants, hackathon wins, or formal recognition programs run by major platforms validate technical excellence through a third party rather than the candidate's own account.
- Open source + technical writing: Bylined articles in established engineering publications show the candidate can shape how the broader field thinks about a problem, not just solve it privately.
- Open source + advisory or steering roles: A seat on a technical steering committee, standards body, or foundation board is direct evidence that peers already regard the candidate as an authority worth including in governance decisions.
What successful petitions tend to look like
Publicly documented approvals in this category share a pattern: a single dominant piece of evidence, reinforced by two or three supporting categories, rather than one metric asked to carry the whole case. Below are some ideal scenarios to ensure EB-1A success for software engineers who want to unleash the strength of open source:
- A maintainer of a widely used JavaScript framework combined npm download statistics and adoption by recognizable companies with conference speaking invitations and technical writing that reached a large developer readership.
- A core contributor to a major Apache Software Foundation project built the case around the project's standing within Apache (high commit frequency and top-tier ranking among Apache projects) rather than isolated personal metrics.
- A creator of an open-source security tool paired enterprise adoption with quantified outcomes: vulnerabilities identified, cost savings attributable to the tool, and its integration into downstream commercial products.
- A maintainer of critical developer infrastructure documented Fortune 500 usage, estimated engineering hours saved through automation, and speaking invitations tied specifically to that project.
The throughline across all four is the same: a headline metric, translated into business or field-level impact, and corroborated from outside the candidate's own repository.
Translating metrics into petition language
How a metric is written matters nearly as much as the metric itself. A statistic tied to named adopters and a quantified outcome could be ideal evidence in this case. Compare a bare line like "10,000 GitHub stars" to a version that says the library is used in production by named companies, cites an annual install or download figure, and frames that metric as sustained international acclaim in the field. The second version gives an officer something concrete to weigh against the final merits standard while the first simply restates a number the officer has no way to contextualize.
The practical takeaway
Open-source evidence works best when it is assembled the way a research portfolio is: with documentation of scale (stars, forks, downloads), independent validation (foundation acceptance, enterprise adoption), and demonstrated authority (contributor graphs, merge history, review records) presented together rather than in isolation. For software professionals, that means the evidence for an EB-1A petition may already exist in a repository's commit history and dependency graph. In other words, the work ahead is less about generating new proof and more about translating infrastructure into a case an officer can verify criterion by criterion. This is exactly what our EB-1A mentorship specializes in.
Frequently asked questions
Does USCIS accept GitHub contributions as evidence for an EB-1A petition?
Yes. USCIS Policy Manual guidance recognizes contributions to widely used open-source projects as valid evidence, most commonly under the original contribution of major significance criterion, and sometimes under judging or critical employment as well.
How many GitHub stars do I need for a strong EB-1A case?
There's no fixed star threshold for EB-1A eligibility. Officers weigh star and fork counts against comparable projects in the same category, so context and benchmarking matter more than hitting a specific number.
Can maintaining an open-source project satisfy the EB-1A judging criterion?
Yes, when properly documented. Merge authority, completed code-review records, and maintainer history can support the judging the work of others criterion, since the regulation requires judging service rather than celebrity status as a judge.
Do npm or PyPI download counts count as EB-1A evidence?
Package download figures from platforms like npm, PyPI, crates.io, and Maven Central can support an EB-1A petition, particularly when they show sustained usage over time rather than a single release spike.
Why does enterprise adoption matter more than star counts in an EB-1A petition?
Enterprise adoption demonstrates institutional, not just individual, reliance on the candidate's work. Named companies referencing a project in production or in public engineering documentation gives officers verifiable organizational impact rather than self-reported popularity.
Does contributing to a Linux Foundation or CNCF project strengthen an EB-1A case?
Yes. Acceptance into a governance body like the Linux Foundation, CNCF, or Apache Software Foundation functions as independent third-party vetting, giving adjudicators an external validator they don't have to interpret unassisted.
Is open-source evidence enough on its own for an EB-1A petition?
Open-source evidence is strongest when combined with other criteria, such as publications, speaking engagements, awards, or media coverage. USCIS evaluates the totality of the record at the final merits determination stage, not any single evidence category in isolation.
Sources & further readings
- Beyond Border. “Can My Open-Source Contributions Help Me Qualify for EB-1A?” Last updated February 10, 2026. Accessed July 27, 2026. https://www.beyondborderglobal.com/resources/can-my-open-source-contributions-help-me-qualify-for-eb-1a.
- PassRight. “Evidence Portfolios for AI and Open-Source Talent: Meeting 2026 Extraordinary Ability Standards.” April 29, 2026. Accessed July 27, 2026. https://www.passright.com/o-1a-eb-1a-evidence-portfolios-ai-talent-2026/.
- Tukki.ai. “EB-1A for Software Engineers.” Accessed July 27, 2026. https://tukki.ai/blog/eb1a-for-software-engineers.
Perplexity
ChatGPT
Claude
Gemini









