FAQ
Direct answers.
What is HorseCI?
A managed CI service that runs your GitHub Actions workflows. Same YAML, faster execution, fewer failures.
Do I need to change my workflows?
No. We read .github/workflows/*.yml directly. Same YAML, same secrets, same triggers. Zero migration.
How does it work?
Install the GitHub App, select repos. We receive webhooks when you push and run your workflows. Results post back to GitHub as check runs.
Where does code run?
Our Linux infrastructure. 4 vCPU, 16GB RAM, 50GB SSD per job. Isolated containers.
How is this faster?
Workers stay warm. Your repo stays checked out. Dependencies cached. We fetch commits, not clone. No VM provisioning overhead.
What if a build fails?
Cancel from GitHub UI. Remove the app to revert to Actions. No code changes.
Is there a waitlist?
No. Install now. Free during beta.
How do I uninstall?
Remove the GitHub App from your repo settings. Workflows immediately revert to GitHub Actions.
Can I self-host?
No. HorseCI is a managed service only.
Is it open source?
No. We run the infrastructure, you bring your workflows.