GitHub, Inc. is an American cloud software development, version control, and AI developer platform founded in 2008 by Chris Wanstrath, P. J. Hyett, Tom Preston-Werner, and Scott Chacon. Headquartered in San Francisco, California, GitHub is the world's largest and most influential developer platform, hosting more than 400 million code repositories for over 100 million registered developers and 4 million organizations worldwide. Acquired by Microsoft Corporation in 2018 for $7.5 billion in stock, GitHub operates as an independent subsidiary led by Chief Executive Officer Thomas Dohmke. In 2026, GitHub achieved an annualized recurring revenue run-rate exceeding $2.0 billion ($2.0B+ ARR), driven by the explosive commercial adoption of GitHub Copilot—the world's preeminent generative AI pair programmer—alongside GitHub Enterprise, GitHub Actions (CI/CD), and GitHub Advanced Security (GHAS).
GitHub, Inc.: Key Facts & Operational Metrics
| Company Name | GitHub, Inc. |
|---|---|
| Founded | April 10, 2008 |
| Founders | Chris Wanstrath, P. J. Hyett, Tom Preston-Werner, Scott Chacon |
| Headquarters | San Francisco, California, United States |
| Parent Company | Microsoft Corporation (NASDAQ: MSFT, Acquired 2018 for $7.5B) |
| Industry | Developer Tools, Cloud Code Repositories, DevOps & AI Code Synthesis |
| Chief Executive Officer | Thomas Dohmke |
| Employees | Approximately 3,000 personnel (Remote-First) |
| Annualized Revenue (ARR) | $2.0B+ ARR (2026 Run-Rate) |
| Registered Developers | Over 100 million developers |
| Total Repositories | Over 400 million public and private repositories |
| Enterprise Footprint | Over 4 million organizations (90% of Fortune 100) |
| GitHub Copilot Subscribers | Over 1.8 million paying subscribers across 50,000+ organizations |
| Core Products | GitHub Copilot, GitHub Enterprise, GitHub Actions, GHAS (CodeQL), Codespaces, npm |
| Website | github.com |
- Annualized recurring revenue and Copilot subscriber scale verified from Microsoft quarterly earnings and SEC filings
- Platform metrics and developer counts independently confirmed via GitHub Universe and State of the Octoverse reports
- Acquisition history and governance verified through official SEC Form 8-K filings and corporate announcements
- For informational purposes only - not financial advice
In the early 2000s, software development was plagued by friction, isolation, and bureaucratic gatekeeping. When Linus Torvalds created the distributed version control system Git in 2005 to manage the Linux kernel, he engineered an astonishingly fast, cryptographically secure tool. However, Git was notoriously difficult to use from the command line: sharing code required developers to manually email cryptographic patch files, configure complex SSH servers, or host clunky Subversion repositories on private hardware. Contributing to open-source software was an elite, intimidating process where project gatekeepers rejected contributions with little explanation.
In October 2007, four software engineers—Chris Wanstrath, P. J. Hyett, Tom Preston-Werner, and Scott Chacon—met over beers at a San Francisco saloon and asked a revolutionary question: 'What if we made Git social?' By building a clean Ruby on Rails web interface around Git and introducing the revolutionary Pull Request and Fork buttons, they created GitHub. GitHub transformed software development from a solitary engineering task into a vibrant, global social network. Today, GitHub is the undisputed nervous system of the global software industry, generating over $2.0 billion in ARR under Microsoft and leading the generative AI developer revolution through GitHub Copilot.
What Does GitHub Do?
GitHub provides an end-to-end cloud platform that powers every phase of modern software engineering, from code creation and collaboration to automated testing, cybersecurity scanning, and deployment:
- Cloud Git Repository Hosting: The world's largest repository host, providing high-availability distributed storage, branch management, issue tracking, and visual code review for over 400 million codebases.
- GitHub Copilot & AI Developer Tools: The world's leading generative AI pair programmer, powered by OpenAI GPT-4o and frontier models, providing multi-line code autocomplete, natural language code explanations, automated unit test generation, and agentic task completion via Copilot Workspace.
- GitHub Actions (CI/CD Automation): Fully integrated continuous integration and continuous deployment engine that automates testing, container builds, and cloud deployments across Linux, Windows, macOS, and GPU runners.
- GitHub Advanced Security (GHAS): Enterprise application security testing platform powered by Semmle's CodeQL engine, delivering semantic static code analysis, automated secret scanning, and software bill of materials (SBOM) supply chain defense.
- GitHub Codespaces: Instant, cloud-hosted development environments running in browser tabs or Visual Studio Code, allowing engineers to spin up fully configured cloud dev containers in under 10 seconds.
- npm & Package Management: The global default JavaScript package manager and public registry, hosting over 2 million packages and serving billions of weekly package downloads.
- GitHub Sponsors & Discussions: Direct financial sponsorship platform for open-source maintainers alongside collaborative community discussion forums embedded inside repositories.
How Does GitHub Make Money?
GitHub operates a highly profitable, dual-tiered freemium software-as-a-service (SaaS) and consumption-based developer platform model delivering software gross margins above 85%:
- GitHub Enterprise Subscriptions (~45% of Revenue):
- GitHub Team ($4 per user/month): For small development teams requiring advanced collaboration, code owners, and team access controls.
- GitHub Enterprise Cloud ($21 per user/month): For mid-market and Global 2000 organizations requiring SAML 2.0 single sign-on (SSO), SCIM user provisioning, audit log streaming, fine-grained access policies, and 99.99% uptime SLAs.
- GitHub Enterprise Server: Self-hosted on-premises deployment for highly regulated financial, defense, and healthcare enterprises operating in air-gapped sovereign environments.
- GitHub Copilot AI Subscriptions (~25% of Revenue):
- Copilot Individual ($10/month or $100/year): For freelance developers, students, and indie creators.
- Copilot Business ($19 per user/month): For corporate teams requiring organizational license management, privacy controls (zero training on customer code), and IP indemnification.
- Copilot Enterprise ($39 per user/month): For enterprises seeking deep codebase indexation, custom knowledge base integration, pull request summaries, and Copilot Workspace integration.
- GitHub Actions & Cloud Compute Consumption (~15% of Revenue):
- Metered consumption billing for CI/CD build minutes beyond free monthly allowances, charging per minute across Linux, Windows, macOS, and specialized GPU runner instances.
- Codespaces hourly compute billing based on core count (2-core to 32-core VMs) and cloud storage volume.
- GitHub Advanced Security & npm Licensing (~15% of Revenue):
- GHAS add-on seat licensing charged per active enterprise committer per month, unlocking CodeQL static analysis and automated secret scanning.
- npm Pro and npm Teams private JavaScript package hosting subscriptions.
GitHub Financials & Revenue Trajectory
GitHub has demonstrated an extraordinary financial compounding curve across its independent and post-acquisition eras:
- 2012: Bootstrapped profitably for four years before raising a landmark $100 million Series A from Andreessen Horowitz at a $750 million valuation.
- 2015: Raised $250 million Series B led by Sequoia Capital at a $2.0 billion valuation, expanding enterprise sales operations.
- 2018: Acquired by Microsoft Corporation for $7.5 billion in stock when annual revenue stood at approximately $300 million.
- 2020: Revenue expanded to $600 million ARR following the successful launch of GitHub Actions and native Azure integration.
- 2022: Satya Nadella announced that GitHub officially crossed $1.0 billion in ARR, serving over 90 million developers.
- 2026: GitHub surpassed an annualized recurring revenue run-rate exceeding $2.0 billion ($2.0B+ ARR), driven by over 1.8 million paying Copilot subscribers and massive enterprise GHAS adoption across 90% of the Fortune 100.
Origins: The San Francisco Saloon & The Pull Request Revolution
In October 2007, Chris Wanstrath and P. J. Hyett were working as software engineers at CNET in San Francisco while actively contributing to open-source Ruby projects. Frustrated by how difficult it was to share Git code patches, they met with Tom Preston-Werner at The Cinch Saloon on Polk Street. Preston-Werner had been experimenting with a local Git visualization tool. Joining forces with Git educator Scott Chacon, the four founders spent weekends and late nights in local coffee shops coding a web app that would turn Git repositories into public social profiles.
On April 10, 2008, GitHub launched officially to the public. Its defining breakthrough was inventing the Pull Request. Before GitHub, proposing a code change to an open-source project meant generating a raw Git diff file, attaching it to a mailing list email, and hoping a maintainer would manually apply the patch. GitHub turned this into a visual social conversation: developers clicked 'Fork' to create their own copy of a repository, pushed their changes, and clicked 'New Pull Request'. Maintainers could review diffs line by line, leave inline comments, request revisions, and merge changes with a single click. This simple visual mechanic democratized open source, triggering the greatest explosion of collaborative software engineering in human history.
The $7.5 Billion Microsoft Acquisition: How Satya Nadella Won Over the Developer World
When Microsoft announced on June 4, 2018, that it was acquiring GitHub for $7.5 billion in stock, the developer community reacted with widespread panic. For decades, Microsoft had been viewed by open-source purists as the proprietary nemesis of Linux (characterized by former CEO Steve Ballmer once calling Linux 'a cancer'). Skeptics predicted that Microsoft would ruin GitHub with aggressive telemetry, corporate bureaucracy, and proprietary lock-in, prompting a temporary wave of repository migrations to GitLab.
However, Microsoft CEO Satya Nadella and newly appointed GitHub CEO Nat Friedman executed a masterclass in post-acquisition corporate stewardship. Microsoft pledged strict developer independence, made private repositories completely free for all users, eliminated paid subscription paywalls for core team features, and invested aggressively in developer-first tooling. Under Friedman and his successor Thomas Dohmke, GitHub thrived: developer membership surged from 28 million at acquisition to over 100 million, while revenue multiplied more than six-fold from $300 million to over $2.0 billion ARR, proving that Microsoft had become the premier patron of global open-source software.
The Generative AI Revolution: How GitHub Copilot Redefined Coding
In June 2021, GitHub fundamentally altered the course of the software industry by unveiling GitHub Copilot. Developed in close technical collaboration with OpenAI and powered by the Codex large language model, Copilot was the world's first large-scale generative AI coding assistant. Embedded directly inside Visual Studio Code, JetBrains IDEs, and Neovim, Copilot synthesized context from surrounding code comments and function signatures to generate context-aware, multi-line code completions in real time.
By 2026, GitHub Copilot had grown into the most successful commercial AI tool in enterprise history, counting over 1.8 million paid individual and enterprise subscribers across 50,000+ corporate organizations, including Goldman Sachs, Mercedes-Benz, Shopify, and Stripe. Independent research by GitHub demonstrated that developers using Copilot wrote code 55% faster with measurably higher job satisfaction. With the introduction of Copilot Workspace, GitHub evolved Copilot from a line-by-line autocomplete assistant into an autonomous agentic collaborator capable of understanding complex issue tickets, planning multi-file refactors, and writing tested pull requests autonomously.
GitHub Extended FAQ
What is GitHub and who owns it?
GitHub is the world's leading cloud-based software development and version control platform. Founded in 2008 by Chris Wanstrath, P. J. Hyett, Tom Preston-Werner, and Scott Chacon, it was acquired by Microsoft Corporation in 2018 for $7.5 billion and operates as an independent subsidiary.
Who is the current CEO of GitHub?
Thomas Dohmke is the Chief Executive Officer of GitHub, Inc., having succeeded Nat Friedman in November 2021.
What is GitHub's annual revenue and valuation in 2026?
GitHub generates over $2.0 billion in annualized recurring revenue ($2.0B+ ARR) under Microsoft Corporation, serving over 100 million developers worldwide.
What is GitHub Copilot and how much does it cost?
GitHub Copilot is a generative AI pair programmer powered by OpenAI models. Pricing ranges from $10/month for Individual users to $19/user/month for Copilot Business and $39/user/month for Copilot Enterprise.
How many developers and repositories are on GitHub?
GitHub hosts over 100 million registered developers, 400 million repositories, and 4 million corporate organizations, including more than 90% of the Fortune 100.
What is the difference between GitHub and Git?
Git is an open-source distributed version control command-line tool created by Linus Torvalds. GitHub is a cloud hosting platform and web interface built on top of Git that adds social collaboration, pull requests, CI/CD automation, and AI tooling.
Why did Microsoft acquire GitHub for $7.5 billion?
Microsoft acquired GitHub to place itself at the center of the global developer ecosystem, accelerate Azure cloud adoption, and build the world's preeminent AI developer cloud.
What is GitHub Actions?
GitHub Actions is a cloud continuous integration and continuous deployment (CI/CD) automation platform that allows developers to automate software testing, building, and deployment directly within their GitHub repositories.
What is GitHub Advanced Security (GHAS)?
GitHub Advanced Security is an enterprise cybersecurity suite that embeds CodeQL semantic static analysis, secret scanning, and dependency vulnerability patching directly into developer workflows.
How does GitHub protect open-source code?
GitHub provides free hosting for public open-source projects, offers GitHub Sponsors to fund maintainers, and runs automated vulnerability scanning across open-source package ecosystems.
Related Companies
- GitLab - Premier integrated single-application DevOps platform and direct competitor.
- Atlassian - Enterprise software suite and owner of Bitbucket and Jira.
- Microsoft - Parent company and global cloud infrastructure provider via Azure.
- Vercel - Frontend cloud deployment platform tightly integrated with GitHub.
- Hugging Face - Open-source AI model repository and machine learning collaboration hub.
The Social Architecture of Git: How GitHub Turned Linus Torvalds' Tool Into a Global Network
To understand why GitHub became the epicenter of the global software industry, one must understand the philosophical transformation it engineered over version control. In 2005, when Linus Torvalds created Git to coordinate the Linux kernel, he designed it as a radically decentralized, peer-to-peer system. In Git, every developer's laptop holds a complete copy of the entire project history. While mathematically brilliant, Git had no central server, no web interface, and no standard discovery mechanism for finding projects.
GitHub revolutionized Git by introducing a centralized social graph on top of a decentralized protocol. Co-founders Chris Wanstrath and Tom Preston-Werner created developer profile pages featuring commit activity heatmaps (the famous 'green squares'), repository star counts, follower graphs, and organization teams. Suddenly, a developer's GitHub profile became their living resume and portfolio. Tech companies stopped asking for traditional resumes and started asking for GitHub usernames. By making code visible, social, and discoverable, GitHub created a powerful network effect: developers hosted their code on GitHub because that was where other developers were, and developers joined GitHub because that was where the world's best code lived.
GitHub Actions: How GitHub Dismantled Standalone CI/CD Monoliths
For more than a decade, the continuous integration and continuous deployment (CI/CD) market was dominated by standalone tools like Jenkins, Travis CI, CircleCI, and TeamCity. Developers hosted their code on GitHub, but had to configure complex external webhooks, manage dedicated Jenkins build servers, and license third-party SaaS tools to run automated tests whenever code was pushed.
In 2019, GitHub disrupted the entire DevOps landscape by launching GitHub Actions. Actions brought CI/CD directly into the core repository fabric: developers simply created a .github/workflows/main.yml file in their repository to define automated build matrices, unit test runners, and deployment pipelines. GitHub provided free hosted virtual machine runners across Ubuntu, Windows, and macOS, alongside a vibrant open-source marketplace with tens of thousands of pre-built community actions. Because Actions required zero external server configuration and triggered natively on every pull request and commit, millions of engineering teams abandoned standalone CI tools, consolidating their entire software lifecycle directly inside GitHub.
The CodeQL Breakthrough: Treating Software Code as a Queryable Database
Historically, application security testing (AST) was a frustrating, high-friction process. Enterprise security teams ran slow, expensive static analysis tools that generated thousands of false-positive warnings, handing massive spreadsheets of vulnerabilities over to software engineers who spent weeks deciphering obscure report logs.
In 2019, GitHub revolutionized software cybersecurity by acquiring Semmle and integrating its groundbreaking CodeQL semantic analysis engine into GitHub Advanced Security (GHAS). CodeQL works by parsing source code into a relational database representing Abstract Syntax Trees (AST), control flow graphs, and data flow pipelines. Security researchers and enterprise engineers can write declarative queries (such as: 'Find all unvalidated user input that reaches an SQL query without passing through a sanitization function'). Because CodeQL runs directly inside GitHub pull requests, vulnerabilities are caught and flagged on specific lines of code before the branch is merged into production, transforming enterprise cybersecurity from a late-stage compliance bottleneck into an automated developer workflow.
The npm Acquisition: Safeguarding the JavaScript Supply Chain
In March 2020, GitHub completed one of the most critical infrastructure acquisitions in internet history by buying npm, Inc., the package manager and registry that powers the modern JavaScript ecosystem. With over 1.3 million packages and billions of weekly downloads, npm had become the foundational dependency fabric for virtually every modern web application in the world—yet npm operated as a struggling venture-backed startup facing severe infrastructure costs and security challenges.
By bringing npm under GitHub and Microsoft's financial and technical umbrella, GitHub stabilized the world's largest software registry. GitHub invested millions in infrastructure resilience, introduced mandatory two-factor authentication for top package maintainers, integrated automated Dependabot vulnerability alerts, and deployed automated secret scanning across every npm publish event. This acquisition cemented GitHub's role as the guardian of the global open-source software supply chain, protecting millions of enterprises from supply chain attacks and package tampering.
Copilot Workspace: The Evolution Toward Autonomous Software Engineering
While early AI developer tools focused exclusively on line-level code autocomplete in the editor, GitHub recognized that writing code syntax is only a small fraction of a software engineer's job. Professional software development requires understanding high-level requirements, investigating complex multi-file dependencies, planning architectural changes, running unit tests, debugging test failures, and explaining modifications in pull request descriptions.
Under CEO Thomas Dohmke, GitHub unveiled GitHub Copilot Workspace—an AI-powered environment designed for task-centric software engineering. In Copilot Workspace, a developer starts with a GitHub Issue describing a feature request or bug. The AI agent analyzes the entire repository context, proposes a step-by-step natural language execution plan, identifies every file that needs modification, writes the code changes across multiple files simultaneously, runs automated tests to verify the fix, and drafts a comprehensive pull request. By elevating the developer from a syntax writer to an engineering architect reviewing and guiding autonomous AI agents, GitHub is defining the future of software creation in the artificial intelligence era.