Superset Portable is a standalone, USB-ready distribution of Apache Superset for Windows. It requires no installation, no admin rights, and works offline.
Perfect for secure environments (closed loop), demos, and rapid analytics deployment.
🇷🇺 Русская версия | 🇬🇧 English Version
- Portable: Runs from a USB flash drive or any folder.
- Standalone: Embedded Python and SQLite. No dependencies required.
- Fast: High-performance Rust launcher with server pre-warming.
- Secure: Offline-first design, no external requests.
- Easy Data Update: Includes
create_dashboard.exetool to update data from Excel/CSV without Python.
Get the latest release from the Releases Page.
Extract the ZIP archive and run:
start_superset.bat- URL: http://localhost:8088
- User:
admin - Password:
admin
superset-portable/
├── start_superset.bat # 🚀 Entry point
├── superset-launcher.exe # 🦀 Main Rust executable
├── create_dashboard.exe # 📊 Data update tool
├── data/ # 📂 Excel/CSV source files
├── python/ # 🐍 Embedded Python 3.8
├── superset_home/ # 🗄️ Database & Config
└── docs/ # 📚 Documentation
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
- Fork the repository.
- Create your feature branch.
- Commit your changes.
- Push to the branch.
- Open a Pull Request.
Distributed under the Apache 2.0 License. See LICENSE for more information.
Superset Portable — это готовая к работе версия Apache Superset для Windows, которая запускается без установки.
Идеально подходит для закрытых контуров (без интернета), демонстраций и быстрого развертывания аналитики.
- Портативность: Работает с флешки.
- Автономность: Встроенный Python и SQLite. Ничего не нужно устанавливать.
- Скорость: Быстрый лаунчер на Rust с предзагрузкой сервера.
- Обновление данных: Утилита
create_dashboard.exeобновляет дашборды из Excel/CSV.
Загрузите архив со страницы Релизы.
Распакуйте и запустите:
start_superset.bat- Адрес: http://localhost:8088
- Логин:
admin - Пароль:
admin
Автор: @serg_borisovich