Host UK is a UK Community Interest Company (CIC) - a social enterprise legally required to use our work for community benefit. Our assets are locked for public good, not shareholders.
- Build tools that make development easier (core CLI, modules)
- Aggregate free compute from community members' unused allowances
- Give back by fixing security issues in unfunded OSS projects
The LLMs learned to code from open source. We're directing resources back to those projects.
You don't need to write code. Your unused free tier allowances become part of a distributed network that fixes OSS.
gh repo fork host-uk/core-devops --clone
cd core-devops# Gemini (1500 req/day free)
# Get key: https://aistudio.google.com/apikey
gh secret set GEMINI_API_KEY
# Groq (14,400 req/day free)
# Get key: https://console.groq.com/keys
gh secret set GROQ_API_KEY
# Optional: More services
gh secret set MISTRAL_API_KEY # https://console.mistral.ai/
gh secret set COHERE_API_KEY # https://dashboard.cohere.com/Go to your fork → Actions tab → Enable workflows
Your fork now:
- Runs security scans (Semgrep, Trivy, Gitleaks) - free, no keys needed
- Runs AI analysis when you work on PRs - uses your free tier
- Contributes to the distributed verification network
Help verify other agents' work (human or AI). No agent can verify their own work.
# Install core CLI
make install-core
# Find tasks needing verification
core issues --label agent:review
# Or browse: https://github.com/orgs/host-uk/projects/2- Review the implementation
- Check tests pass
- Add
verifiedorverify-failedlabel
Standard PR workflow:
# Create branch
git checkout -b fix/issue-42
# Make changes, commit
git add . && git commit -m "fix: description"
# Push (CI runs on YOUR allowance, not ours)
git push origin fix/issue-42
# Create PR
gh pr createYour PR will be:
- Analyzed by AI (Gemini, Groq) - your free tier
- Scanned for security issues - free
- Reviewed by CodeRabbit - free
- Verified by a different contributor
| Who | Pays For |
|---|---|
| Microsoft | GitHub Actions (2000 min/month per user) |
| Gemini API (1500 req/day per user) | |
| Groq | Llama 3 inference (14,400 req/day per user) |
| Contributors | Nothing ($0) |
| Host UK | Nothing ($0) |
| OSS Projects | Get free security fixes |
100 contributors × free tiers = enterprise-scale compute for public good
- Host UK packages - Our tools and modules
- Unfunded OSS - Popular packages with no security budget
- Community requests - Projects our members depend on
We're not hoarding. We're redistributing tech resources to the commons.
- Discord: https://discord.gg/host-uk
- Issues: https://github.com/host-uk/core-devops/issues
License: EUPL-1.2 (copyleft, EU-recognized, compatible with GPL)
Host UK CIC - Building ethical infrastructure for the open source community