Skip to content

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

Terminal window
brew install --cask taskip

Or download the .dmg directly.

Mobile 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.

Terminal window
docker pull taskip/server:latest
docker run -d \
-e DATABASE_URL=postgres://... \
-e SECRET_KEY=your-secret \
-p 3000:3000 \
taskip/server:latest

See the full self-hosted guide for environment variables, reverse proxy setup, and backup configuration.