This is REALLY awesome! However, you need to change your instructions now that you have the install script. I came across another of your posts a couple of days ago when you announceed the update. I went to the github page and scanned the readme. I followed the link to the blog post and followed the directions there since the readme said these were more complete. Topday I tried to use it to review a PR and got a oauth error. Weird, I thought, as I remembered that your announcement was explicitly about fixing this. So I went back to the github page, which is when I noticed the curl/bash install info. I then used the curl command, went through the wonderful install flow (super clear and easy) and successfully installed. and used it. I imagine others may make the mistake I did and follow the outdated blog post instructions! Answer from Parabola2112 on reddit.com
🌐
GitHub
github.com › anthropics › claude-code
GitHub - anthropics/claude-code: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
This repository includes several Claude Code plugins that extend functionality with custom commands and agents. See the plugins directory for detailed documentation on available plugins.
Starred by 47.7K users
Forked by 3.3K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
🌐
GitHub
github.com › hesreallyhim › awesome-claude-code
GitHub - hesreallyhim/awesome-claude-code: A curated list of awesome commands, files, and workflows for Claude Code
Run Claude Code in a Docker container ... for frictionless one-shotting prompts. Allows users to spin up multiple instances of Claude Code in the background easily with reduced permission fatigue. VoiceMode MCP brings natural conversations to Claude Code. It supports any OpenAI API compatible voice services and installs free and open source ...
Starred by 18.5K users
Forked by 1K users
Languages   Python 98.9% | Makefile 1.1%
🌐
GitHub
github.com › topics › claude-code
claude-code · GitHub Topics · GitHub
Project management system for Claude ... for parallel agent execution. project-management ai-agents claude ai-coding vibe-coding claude-code ... Manage multiple AI terminal agents like Claude Code, Aider, Codex, OpenCode, and Amp. ... Use Claude Code or Cursor CLI on mobile and web with Claude Code UI. Claude Code UI free open source ...
🌐
GitHub
github.com › topics › free-claude-code
free-claude-code · GitHub Topics · GitHub
An AI chat proxy with universal tool access, protocol conversion, load balancing, key isolation, prompt enhancement, centralized MCP hub, and built-in WebSearch & WebFetch — more than an AI assistant for chat, translation, mind maps, flowcharts, and search. mcp mindmap ai-assistant prompt-engineering flowchat ccproxy chatgpt-client ai-proxy mcp-proxy free-claude-code free-gemini-cli chat-completion-proxy
🌐
Reddit
reddit.com › r/github › how we made claude code free in github actions (for pro / max users)
r/github on Reddit: How we made Claude Code free in github actions (for Pro / Max users)
July 1, 2025 -

1 month ago Anthropic released rather quickly there Github App and github action in response to Google Jules and OpenAI Codex. It allows to trigger a github action with "@claude" on issues or PRs and getting Claude Code to do the work and revert back in semi realtime.

It's all great but bad news for many Antropic subscribers (Claude Max / Claude Pro) it turns out that if they want to use @claude on their repo, they have to create a new API key and pay per tokens on top of their subscription.

Turns out the community of disapointed people by the above is quite big, so we gathered with the open-source community on github and created a fork of the claude github action enabling oauth support via a few github secrets that you would set on your repository and pass to the github action.

After a month and a lot of contributions, discussions and ideas we have improved the github action above by allowing to perform the full oauth flow within github indenpendently from the local Claude Code app. This solved all issue we had previously with oauth token expiring or invalidating the local oauth flow.

To give you an idea of what it took to achieve an oauth flow within github actions, we created a separate github action called claude code login. It runs in two steps the first one would store the oauth state in cache and generate the unique url to the anthropic website which generate the code. We then expect the user to go on the url, copy the code and re-run the same action. On the second run the user should provide the copied code. Using the cached state we perform the exchange code for token of the oauth flow and store the oauth tokens and expiry information in github secrets.

Additionally to the claude code login github action we check the expiry secret and refresh the tokens automatically (updating github secrets with a PAT) if expired or close to expire.

If you want to try for yourself, we have also released an installer which make it as simple as running one command in your repo to get started with @claude (if you are Claude subscriber):

# cd into your repo
bash <(curl -fsSL https://raw.githubusercontent.com/grll/claude-code-action/main/scripts/installer.sh)

Let @claude solve all your github issues, and PRs at no extra cost...

repo: https://github.com/grll/claude-code-action

🌐
GitHub
github.com › apps › claude
GitHub Apps - Claude · GitHub
This is built on the publicly available Claude Code SDK.
🌐
GitHub
github.com › siteboon › claudecodeui
GitHub - siteboon/claudecodeui: Use Claude Code or Cursor CLI on mobile and web with Claude Code UI. Claude Code UI free open source webui/GUI that helps you manage your Claude Code session and projects remotely
Use Claude Code or Cursor CLI on mobile and web with Claude Code UI. Claude Code UI free open source webui/GUI that helps you manage your Claude Code session and projects remotely - siteboon/claudecodeui
Starred by 5.1K users
Forked by 648 users
Languages   JavaScript 95.9% | HTML 2.5% | CSS 1.6%
🌐
GitHub
github.com › anthropics › claude-code-action
GitHub - anthropics/claude-code-action
Just open claude and run /install-github-app. This command will guide you through setting up the GitHub app and required secrets. ... This quickstart method is only available for direct Anthropic API users.
Starred by 4.4K users
Forked by 1.3K users
Languages   TypeScript 93.6% | JavaScript 5.8% | Shell 0.6%
Find elsewhere
🌐
GitHub
github.com › inmve › free-ai-coding
GitHub - inmve/free-ai-coding: AI coding tools that give free Claude Opus/Sonnet, GPT-5, Gemini Pro, and other pro-grade models
Note: Claude models removed from free tier ~June 2025 · AI-powered code editor with autonomous coding capabilities ... Know better pricing or limits? Share a link in an issue or PR to help keep this updated. See CONTRIBUTING.md for guidelines.
Starred by 345 users
Forked by 52 users
Languages   JavaScript
🌐
Reddit
reddit.com › r/claudeai › github @claude free with claude pro / max subscription v2
r/ClaudeAI on Reddit: GitHub @claude free with Claude Pro / Max subscription v2
July 8, 2025 -

[UPDATE 2025-07-08]

Anthropic finally released this capability officially as part of claude code. You can uninstall everything previously installed via the installer with the new uninstaller:

# cd into your repo
bash <(curl -fsSL https://raw.githubusercontent.com/grll/claude-code-action/main/scripts/uninstaller.sh)

Then follow the official instructions to setup the github action from claude code:

claude
/install-github-app     Set up Claude GitHub Actions for a repository
use current repo
│ A Claude workflow file already exists at .github/workflows/claude.yml
│
│ What would you like to do?
│
│ ❯ 1. Update workflow file with latest version   👈

│ > Create a long-lived token with your Claude subscription 👈
│   Enter a new API key 

[ORIGINAL POST]

Hey there,

It's been more than a month that Anthropic released the integration of Claude Code with GitHub action using @claude on Github issues or PRs. Yet as of this time it is still not possible to use it with you Claude Pro / Max subscription unless you pay additionally per tokens for the use of that feature.

Few days after the release of @claude I made my own fork of the github action allowing anyone to use their subscription credentials with @claude. It's been quite successful but we also discovered a few issues with the setup.

Today I am releasing the biggest update of that fork so far. The key improvement that we worked on with the community was the handling of the authentication. We now properly support the full oauth flow from Anthropic independently from your local setup. This means we will refresh the tokens when they are expired (no more manual intervention every 8 hours) and we will not invalidate your local authentication flow.

Furthermore we also released and installer script that make it easier than ever to install @claude on your own repo. It's basically one command to run in your terminal:

# cd into your repo
bash <(curl -fsSL https://raw.githubusercontent.com/grll/claude-code-action/main/scripts/installer.sh)  

What are you waiting to start solving all your GitHub issues, opening and review PRs with Claude Code right from GitHub?

repo: https://github.com/grll/claude-code-action new release article: https://grll.bearblog.dev/major-update-for-pro-max-subscriber-using-claude-github-action/

🌐
GitHub
github.com › kodu-ai › claude-coder
GitHub - kodu-ai/claude-coder: Kodu is an autonomous coding agent that lives in your IDE. It is a VSCode extension that can help you build your dream project step by step by leveraging the latest technologies in automated coding agents
Kodu is an autonomous coding agent that lives in your IDE. It is a VSCode extension that can help you build your dream project step by step by leveraging the latest technologies in automated coding agents - GitHub - kodu-ai/claude-coder: Kodu ...
Starred by 5.3K users
Forked by 201 users
Languages   TypeScript
🌐
GitHub
github.com › topics › claude-ai
claude-ai · GitHub Topics · GitHub
rust ide cursor claude tauri llm anthropic claude-ai anthropic-claude claude-4 llm-code claude-code claude-4-sonnet claude-code-sdk claude-4-opus ... Open-source Next.js template for building apps that are fully generated by AI.
🌐
GitHub
github.com › musistudio › claude-code-router
GitHub - musistudio/claude-code-router: Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic.
Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic. - musistudio/claude-code-router
Starred by 23.8K users
Forked by 1.9K users
Languages   TypeScript 95.4% | JavaScript 2.9% | CSS 1.6%
🌐
GitHub
github.com › topics › claude
claude · GitHub Topics · GitHub
Free ChatGPT&DeepSeek API Key,免费ChatGPT&DeepSeek API。免费接入DeepSeek API和GPT4 API,支持 gpt | deepseek | claude | gemini | grok 等排名靠前的常用大模型。 ... Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting.
🌐
Claude
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
Yes. Claude Code runs locally in your terminal and talks directly to model APIs without requiring a backend server or remote code index. It also asks for permission before making changes to your files or running commands.
🌐
GitHub
github.com › feiskyer › claude-code-settings
GitHub - feiskyer/claude-code-settings: Claude Code settings, commands and agents for vibe coding
Claude Code settings, commands and agents for vibe coding - feiskyer/claude-code-settings
Starred by 948 users
Forked by 150 users
Languages   Shell 80.8% | Python 19.2%
🌐
GitHub
github.com › anthropics
Anthropic · GitHub
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflo
🌐
GitHub
github.com › galaxyapi › claude-3
GitHub - galaxyapi/claude-3: Free Proxy to access Claude-3 API. Anthropic key not required 🔐. It uses OpenAI format api to easily integrate on any Openai supported frontend.
If you're using it through any front-end, for Librechats, Sillytavern, JanitorAI etc. Replace the Proxy url to https://galaxyapi.onrender.com ... curl https://galaxyapi.onrender.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $GALAXYAI_API_KEY" \ -d '{ "model": "claude-3-haiku-20240307", "messages": [ { "role": "system", "content": "You are a helpful assistant."
Starred by 112 users
Forked by 8 users
🌐
GitHub
github.com › topics › claude-3
claude-3 · GitHub Topics · GitHub
Personal Telegram bot with a wide range of capabilities, it stays in permanent proof of concept stage so don't blame me for quality of code ) ai telegram telegram-bot gpt claude gpt-3 dall-e gpt-4 chatgpt claude-3 ... Convert the Claude API to OpenAI compatible API. ... Free Proxy to access ...