Download TermTree
See every task and know what needs you. Free for personal use.
Version 1.0.0 (beta)
Installation Guide
macOS
DMG File (Recommended)
- 1 Double-click the downloaded DMG file to mount it
- 2 Drag TermTree to your Applications folder
- 3 Launch from Applications or Spotlight
tar.gz Archive
- 1 Extract the archive by double-clicking it
- 2 Move the TermTree app to Applications
- 3 Right-click and select Open on first launch
Windows
MSI Installer (Recommended)
- 1 Double-click the MSI file to start installation
- 2 Follow the setup wizard instructions
- 3 Launch from Start Menu or Desktop shortcut
NSIS Installer
- 1 Run the NSIS installer executable
- 2 Choose installation directory
- 3 Complete the installation wizard
Linux
AppImage (Recommended)
- 1 Make executable:
chmod +x TermTree-*.AppImage - 2 Run:
./TermTree-*.AppImage
Missing FUSE?
If you see dlopen(): error loading libfuse.so.2, install FUSE:
sudo apt install libfuse2 DEB Package (Debian/Ubuntu)
- 1 Install:
sudo dpkg -i TermTree-*.deb - 2 Or double-click to open in Software Center
RPM Package (Fedora/RHEL)
- 1 Install:
sudo rpm -i TermTree-*.rpm - 2 Or use:
sudo dnf install TermTree-*.rpm