I was running sap-devs init for the first time and it seems like it was stuck in an endless loop of creating new instances of the program, see my menu bar:
Killing the process was actually quite difficult, as the creation of new instances almost completely blocked my machine.
~/ sap-devs init
11:05AM INF Build Info: Wails=v3.0.0-alpha.77 Compiler=go1.26.1 vcs.time=2026-05-08T00:54:59Z -compiler=gc CGO_CFLAGS="" GOARCH=arm64 vcs.modified=true CGO_CPPFLAGS="" CGO_CXXFLAGS="" vcs=git -buildmode=exe CGO_LDFLAGS="" GOARM64=v8.0 vcs.revision=99c70cf1a079a53e6b611d1e56ad04171d0d6fba -ldflags="-X main.version=0.0.15 " CGO_ENABLED=1 GOOS=darwin
11:05AM INF AssetServer Info: middleware=true handler=true
11:05AM INF Platform Info: ID=25F80 Name=MacOS Version=26.5.1 Branding="MacOS 26.5.1"
^C
I was running
sap-devs initfor the first time and it seems like it was stuck in an endless loop of creating new instances of the program, see my menu bar:Killing the process was actually quite difficult, as the creation of new instances almost completely blocked my machine.