Skip to content

Core Installation

Build DigiEmu Core directly from source.

  • Git
  • Go
  • PowerShell, Bash or another shell
git clone https://github.com/DigiEmu/core.git
cd core
go test ./...
go build -o digiemu.exe ./cmd/digiemu

Continue with Snapshots →.