Terminal
$ pip install flyto-core
$ pip install flyto-core==...

Why Choose Flyto2 Core?

Built for developers who value simplicity and control

Python 3.9+

Built for modern Python with full type hints and async support. Clean, readable code.

Cross Platform

Works on Windows, macOS, and Linux without modification. One codebase, everywhere.

Works Offline

No internet required after installation. Your data stays local and private.

Self-Hosted Deployment

Deploy Flyto2 Pro on your own infrastructure with Docker

Docker Pull
$ docker pull flytohub/flyto-pro:latest
$ docker run -d -p 8080:8080 flytohub/flyto-pro
docker-compose.yml
version: '3.8'
services:
  flyto-pro:
    image: flytohub/flyto-pro:latest
    ports:
      - "8080:8080"
    volumes:
      - ./data:/app/data
    environment:
      - LICENSE_KEY=${LICENSE_KEY}

Your Infrastructure

Run on any cloud provider or bare metal server. You control the data.

Auto Updates

Automatic container updates with Docker Watchtower support.

Enterprise Ready

Production-grade security with SSL/TLS and authentication support.

All Versions

Choose your preferred version or get the latest

Loading versions from PyPI...