Let's cut through GitHub's marketing department's fever dreams. GitHub made Copilot "free" in early 2025, which sounds great until you realize the limits. You get 2,000 completions and 50 chat requests per month. That sounds like a lot until you hit it on day 3 of actual development.
System Requirements: Any JetBrains IDE version 2024.1+ with an active internet connection and sufficient memory allocation.
The Account Situation
Just need a GitHub account to get started. No credit card, no trial period nonsense. Go to github.com/settings/copilot and click the button. Done.
If the free plan pisses you off (it will):
- Individual plan - $10/month for unlimited basic features. Worth it if you code more than hobby projects.
- Business plan - $19/month per user. Your company probably won't approve it.
- Enterprise - $39/month per user. Good luck navigating procurement purgatory.
June 2025 Update: GitHub now enforces premium request limits on paid plans. Your Pro plan includes unlimited GPT-4.1/GPT-4o usage, but advanced models cost extra and count toward your monthly premium allowance.
August 26, 2025 Update: GitHub just announced Grok Code Fast 1 in public preview for paid Copilot plans. It's free to try until September 2nd, then it'll count as premium requests. Only available in VS Code for now - JetBrains support coming later.
JetBrains IDE Compatibility
Works with basically everything JetBrains makes. If you're using IntelliJ IDEA, PyCharm, WebStorm, or PhpStorm, you're good. Even works with the free Community editions, which is actually nice of them.
Version reality check: Stick to 2024.1+ versions. Earlier versions have buggy chat integration that'll make you want to throw your laptop. IntelliJ 2024.1.1 specifically has a memory leak with Copilot chat - upgrade to 2024.1.2+ immediately.
Performance warning: Expect your IDE to use an extra 500MB+ RAM with Copilot running. If you're on an 8GB machine, prepare for some swapping. Fair warning.
Corporate Network Pain
If you're on a corporate network, Copilot might not work out of the box. Common blockers:
- Firewall blocking GitHub domains (needs
*.github.com
and*.githubusercontent.com
) - Proxy settings that break authentication
- VPN interference with the OAuth flow
- IT departments that hate AI tools (expect a 3-week approval process)
Pro tip: Test authentication on your home network first to verify your account works before fighting with corporate IT.