Download Jobber

License

Jobber's source code is copyright © 2014–2020 C. Dylan Shearer. It is licensed according to the MIT License:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Downloading

The latest release is v1.4.4, which was made on 1 Jun 2020.

Release notes.

Source

Mac

On Mac, Jobber can be installed with Homebrew:

brew install jobber
sudo brew services start jobber

Linux Packages

OS Platform File Size
Alpine Linux x86_64 jobber-1.4.4-r0.apk 8.39 MB
Debian/Ubuntu x86_64 jobber_1.4.4-1_amd64.deb 4.67 MB
RHEL/CentOS x86_64 jobber-1.4.4-1.el8.x86_64.rpm 6.71 MB

Docker Images

docker pull jobber

These images contain Jobber running as an unprivileged user named “jobberuser”. The jobs are defined in the file /home/jobberuser/.jobber. By default, the only job is one that prints “Jobber is running!” every second. You should replace it with your own jobs.

The images are based on Alpine. You can find a list of them here.