Version controlWorks
GitLab
Self-hosted or SaaS — Watchfire pushes branches, you review them in GitLab.
What is GitLab?
GitLab is a git host like any other for Watchfire's branch-per-task workflow. The host-specific glue (auto-PR, PR-merge webhook) is GitHub-only today; everything else drops in without changes.
GitLab + Watchfire
- Push and merge requests work like any other git remote — Watchfire never touches the GitLab API directly.
- Self-hosted and SaaS GitLab both work; the worktree model only depends on git, not the host.
- The GitHub-specific PR-merge webhook has no GitLab equivalent yet — mark the task done in Watchfire after merging the MR.
Other version control integrations
Ready to go
Get started with Watchfire
Install in seconds. Define tasks. Let agents ship code for you.
Download for macOSAvailable for macOS, Linux, and Windows
install
# Install via Homebrew (macOS)$
brew tap watchfire-io/tap$
brew install --cask watchfire-io/tap/watchfire# Set up your project and go$
watchfire init$
watchfire task add "Build the login page"$
watchfire start --allIncludes GUI, CLI, and daemon. Also available via Homebrew.