Skip to content

GitHub EnterpriseGitHub Enterprise

Loved by developers.
Trusted by enterprises.

Innovate faster on the platform your team knows and loves—with the security your business demands.

    • ✓SAML single sign-on
    • ✓Access provisioning
    • ✓Invoice billing
    • ✓Self-hosted or cloud-hosted
    • ✓FedRAMP and SOC 2 compliance
    • ✓Dependency insights
    • ✓Priority support
    • ✓Access to Actions and Packages
    • ✓Simplified account administration
    • ✓99.95% uptime SLA for Enterprise Cloud

GitHub One

The best from GitHub

Build with the world’s most innovative communities, backed by our best tools, support, and services.

Contact Sales

Community-powered security

Build safer code faster with Automated Code Scanning and suggested fixes from top security researchers.

Learn more about built-in security

Actionable metrics

Set goals, track KPIs, and accelerate innovation with insights validated by the GitHub community.

See what we measure

24/7 support

Critical issues don’t wait for business hours. Get help whenever you need it from our always-available support team.

Compare support options

Continuous learning

Create custom courses and help your team level up their skills—on the same platform they code.

Explore Learning Lab courses

Your one-stop for developer innovation

From startups to global companies, GitHub Enterprise helps organizations of every size code, scale, and work better together.

Contact Sales to learn more

security alert notification security alert list
Security lock

Security and compliance

Get end-to-end security

Millions of teams trust GitHub to keep their code secure. With leading code security tools, FedRAMP authorization, SOC 2 Type 2 reports, and more, businesses can build securely—and stay focused on customer solutions.

See how we keep your code secure

innersource innersource
Teamwork high-five

Smarter teamwork

Boost collaboration

Open source powers innovation—and it all starts on GitHub. Top organizations learn from the communities behind the code they use and adopt an innersource culture to build proprietary software with open source best practices.

Get started with innersource

ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
14
15
    on: push
    jobs:
      test:
        strategy:
          matrix:
            platform: [ubuntu-latest, macos-latest, windows-latest]
        runs-on: ${{ matrix.platform }}
        steps:
        - uses: actions/checkout@v1
        - uses: actions/setup-node@v1
          with:
            version: 12
        - run: npm install-ci-test
        - uses:
    
Devops workflow

DevOps, delivered

Automate your workflows

On GitHub, you control your workflows. GitHub Actions with built-in CI/CD automates your DevOps pipelines using workflows you create—or choose from thousands of workflows created by the community. With GitHub Packages, you can update your package versions and install packages right in your repository.

Build with GitHub Actions and GitHub Packages →

Travis CI
Atom
Circle CI
Google
ZenHub
Code Climate
Slack
Azure Pipelines
Codecov
Codacy
Dependabot
ImgBot
AppVeyor
Slack
deploy to server, cloud or both
GitHub enterprise

Flexible deployment

Deploy your way

You know what’s best for your business. We’re here to help you build it. Whether in the cloud, on your servers, or hybrid models, GitHub Enterprise supports your organization’s deployment strategy with the most scalable platform on the planet.

Find the right plan for your business

Experts that work with you

What you build is just as important as how you build it. As home to the world’s developer community, we know how the best software teams work together. Try new techniques, meet your goals, and make changes that stick—with help from GitHub experts who’ve been there.

Partner with us

Trusted by 2.1 million organizations

To build better developer tools, we need a direct line to it. GitHub accelerates production, progress, and connections, bringing us closer to our users.

Chris Traganos

Developer Advocate, Stripe

Read more 

stripe office photo

See how the world’s leading companies use GitHub Enterprise.

Meet our customers 

Ready to build the way you do

Premium support

24/7 support

Critical issues don’t wait for business hours. Get help whenever you need it from our always-available support team.

See GitHub Support options

Marketplace

Top integrations

Bring your go-to integrations to GitHub with support for integrated developer environments, cloud platforms, and more.

Browse GitHub Marketplace

Learning lab

Continuous learning

Create custom courses and help your team level up their skills—on the same platform they code.

Explore Learning Lab courses

Get started with GitHub Enterprise

Try GitHub Enterprise, free for 14 days.

Start a free trial

Want to talk to a human instead?

Contact Sales
    • ✓SAML single sign-on
    • ✓Access provisioning
    • ✓Invoice billing
    • ✓Self-hosted or cloud-hosted
    • ✓FedRAMP and SOC 2 compliance
    • ✓Dependency insights
    • ✓Priority support
    • ✓Access to Actions and Packages
    • ✓Simplified account administration
    • ✓99.95% uptime SLA for Enterprise Cloud
You can’t perform that action at this time.