Foreman in Go. Fork of ddollar/forego migrated to Go modules and binaries on GitHub.
Precompiled Binaries are available in Releases
$ go get -u github.com/floj/forego
$ cat Procfile
web: bin/web start -p $PORT
worker: bin/worker queue=FOO
$ forego start
web | listening on port 5000
worker | listening to queue FOO