Pendulums is a free and open source time tracking tool for Windows, MacOS, Android, web and Linux. Using Pendulums you can manage and track your time more easily and in good manner. It will notify you to rest in the specified time intervals. It comes with offline support, unlimited Projects, build-in charts And reports, invite unlimited team members, create unlimited Notes.
Install Pendulums on Ubuntu Linux
Pendulums is available as a portable AppImage, native deb and snap package for Ubuntu Linux. Download Pendulums in .AppImage file format from the above download link and save it on your Downloads folder. Open the terminal application (ctrl+alt+t) and run below commands one by one.
cd Downloads
sudo chmod +x ~ Pendulums.AppImage
./Pendulums.AppImage
Here “Pendulums.AppImage” is the Downloaded file name.
Install Pendulums via DEB:
Download Pendulums in .deb package file from above link and save in your Downloads folder. Now in terminal app run below command.
sudo apt install ./Downloads/Pendulums.deb
Install Pendulums via Snap:
In terminal application run below Pendulums snap installation command.
sudo snap install pendulums
It will install the latest Pendulums app on your system. After the installation you can run it from the show applications menu. You can also uninstall it via
sudo snap remove pendulums
That’s all.