Tooloop OS is a platform for media artists to safely and easily develop and deploy multimedia installations.
Tooloop OS is based on Ubuntu Server 24.04 LTS and the super lightweight window manager Openbox. Both are customized to fit the needs of live and public multimedia installations.
Many ideas of Tooloop OS are based on this article in the openframeworks book on keeping a linux installation up forever. However Tooloop tries to take the aproach one step further.
Tooloop OS comes with a set of management and maintenance tools and a set of bundled apps. You can configure and control it over the network and get built-in health and confidence monitoring.
Tooloop is designed for any kind of public, live system such as museum installations, digital signage, kiosks, etc.
Being Ubuntu based, Tooloop OS can run pretty much any Linux software. However it’s specifically designed with these frameworks in mind:
If you have written an application using one of these, Tooloop might just be what you need to stop worrying about deploying your live system.
The system is stable and usable. We are using it exclusivly for all our clients projects for years and you are warmly invited to give it a go and contribute.
Please check out the project documentation if you want to learn more.
Help is very much welcome! If you want to have a look, install it in a virtual machine. Even better, if you have spare hardware or a project ongoing, use it and share your experience!
Open an issue here if you want to discuss ideas or changes.
You're also very welcome in the Tooloop OS Matrix chat room.
- Download and install Ubuntu Server 24.04 LTS
- Name the user
tooloop
- SSH into your machine
ssh tooloop@<IP_ADDRESS>
- Install Git LFS
sudo apt install git-lfs
- Clone the repo
git clone https://github.com/Tooloop/Tooloop-OS
- Run the install script
cd Tooloop-OS sudo ./install-tooloop-os.sh
You can get your Tooloop Box up and running in about 30 minutes ;-).