forego Foreman in Go. Installation OSX Homebrew brew install forego Precompiled Binaries Linux 32bit Linux 64bit OS X 32bit OS X 64bit Windows 32bit Windows 64bit Compile from Source $ go get -u github.com/ddollar/forego Usage $ 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