Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rtzll/rascal

Open more actions menu

Repository files navigation

Rascal

Rascal is a self-hosted coding-agent runner for GitHub repositories.

It gives you one CLI to provision/deploy the orchestrator, trigger agent runs, and ship PRs.

Why Rascal

  • Own your runtime: runs execute on your server.
  • Keep workflow simple: trigger from CLI or GitHub labels/comments.
  • Stay in GitHub-native flow: branch, commit, PR, review.

Mental Model

rascal (CLI) -> rascald (orchestrator API) -> runner container -> branch + PR on GitHub.

Quickstart

  1. Install the CLI so rascal is available on your PATH:
go install ./cmd/rascal
  1. Copy the local env template and fill in the required tokens:
cp .rascal.env.example .rascal.env

Then edit .rascal.env:

# Hetzner Cloud API token used locally to provision the server
HCLOUD_TOKEN=...

# GitHub PAT used locally to create/update repo webhooks and labels
GITHUB_ADMIN_TOKEN=...

# GitHub PAT stored on the server; controls what Rascal runs can do in the repo
RASCAL_GITHUB_TOKEN=...
  1. Initialize Rascal:
rascal init --provision \
  --repo OWNER/REPO \
  --domain rascal.example.com
  1. Verify:
rascal doctor --host <server_ip>
  1. Run first task:
rascal run -t "Add a short CONTRIBUTING.md section for local dev setup"

Core Commands

rascal run -t "..."
rascal run --issue OWNER/REPO#123
rascal ps
rascal task <task_id>
rascal logs <run_id> --follow
rascal open <run_id>
rascal retry <run_id>
rascal cancel <run_id>
rascal doctor --host <server_ip>
rascal config view

Learn More

About

poor man's minion

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.