Installation
Installation
Taskip works in any browser, but also offers native apps for the best experience.
Web App
No installation needed. Visit taskip.net and log in. The web app works on Chrome, Firefox, Safari, and Edge.
Desktop App
brew install --cask taskipOr download the .dmg directly.
Download the installer (.exe) and run it. Taskip will auto-update in the background.
# Debian/Ubuntusudo apt install taskip
# Or via AppImagechmod +x Taskip-*.AppImage && ./Taskip-*.AppImageMobile App
Download Taskip from the App Store or Google Play. The mobile app supports offline mode — changes sync when you’re back online.
Self-Hosted (Enterprise)
Taskip Enterprise can be deployed on your own infrastructure using Docker.
docker pull taskip/server:latestdocker run -d \ -e DATABASE_URL=postgres://... \ -e SECRET_KEY=your-secret \ -p 3000:3000 \ taskip/server:latestSee the full self-hosted guide for environment variables, reverse proxy setup, and backup configuration.