Get RepoGhost

Native desktop builds for macOS, Windows, and Linux are coming soon. In the meantime, run RepoGhost locally using Docker in under two minutes.

x86 / amd64 (Linux, Windows, Intel Mac)

docker
1 docker pull ghcr.io/Async-Avengers/repoghost:latest
2 docker run -p 8000:8000 -p 8001:8001 repoghost -v /home:/home

ARM64 (Apple Silicon Mac, ARM Linux)

docker
1 docker pull ghcr.io/async-avengers/repoghost:latest-arm
2 docker run -p 8000:8000 -p 8001:8001 repoghost -v /home:/home

Requires Docker installed. Once running, open http://localhost:8001 in your browser.

Build from source

Requires Jac runtime installed. Clone the repo and run three commands.

terminal
1 git clone https://github.com/Async-Avengers/repoGhost.git
2 jac install
3 jac build; ./run.sh