Download SeqMaster
Install on your Raspberry Pi in minutes
SeqMaster v0.9.0 Beta
BETAComplete installation package for Raspberry Pi 5. Includes backend, web interface, example sequences, and auto-installer.
Raspberry Pi 5 / Pi 4
~414 KB (.tar.gz)
February 2025
What's Included
- Python backend (FastAPI + SQLite)
- Web interface (React + TailwindCSS)
- Example test sequences
- One-command installer with systemd + nginx
Demo Mode
SeqMaster starts in free Demo mode so you can try it before buying:
- • Up to 10 steps per sequence
- • Up to 3 sequences
- • Up to 10 stored results
Purchase a license → to unlock unlimited features.
Installation Guide
No Linux experience needed. Follow these steps to get SeqMaster running on your Raspberry Pi.
Before you start
- • Your Raspberry Pi should have Raspberry Pi OS (64-bit) installed and be connected to your network (Ethernet or WiFi)
- • If you haven't set up your Pi yet, use Raspberry Pi Imager to install the OS on your SD card
Get the file onto your Raspberry Pi
Click the download button above, then choose the easiest method for you:
USB Drive
- Download the file to your computer
- Copy it to a USB drive
- Plug the USB drive into your Raspberry Pi
- On the Pi, open the file manager and copy the file to your home folder (
/home/pi/)
Download directly on the Pi
If your Pi has a monitor and keyboard, open the browser on the Pi and go to this page. Click the download button — the file saves directly.
Transfer from your computer
Windows
Download WinSCP (free). Connect with your Pi's IP address, username pi and your password. Drag the file over.
Mac / Linux
scp seqmaster-0.9.0-beta.tar.gz pi@<pi-ip>:~
Run the installer on your Pi
Open a Terminal on your Raspberry Pi (Menu → Accessories → Terminal, or connect via SSH) and type these 3 commands:
# 1. Extract the archive
tar -xzf seqmaster-0.9.0-beta.tar.gz
# 2. Go into the folder
cd seqmaster-0.9.0-beta
# 3. Run the installer (enter your password when asked)
sudo ./install.sh
The installer takes 2-5 minutes. It downloads dependencies, sets up the web server, and configures SeqMaster to start automatically on boot.
Open SeqMaster in your browser
Once the installer finishes, it shows the address. Open any browser on a computer or tablet on the same network and go to:
That's it! SeqMaster is running. You'll see the web interface.
How do I find my Pi's IP address?
You need your Pi's IP address to transfer files and access SeqMaster. Here are several ways to find it:
On the Pi itself
Open Terminal and type: hostname -I
Shows something like: 192.168.1.42
From your router
Log into your router's admin page (usually 192.168.1.1) and look for connected devices. The Pi shows up as "raspberrypi".
Using raspberrypi.local
On most networks, you can try http://raspberrypi.local in your browser. This works automatically on Mac and most Linux systems. On Windows, it works if Bonjour is installed (comes with iTunes).
System Requirements
- • Raspberry Pi 5 (recommended) or Pi 4 (4GB+ RAM)
- • 16GB+ microSD card
- • Power supply (USB-C)
- • Ethernet cable or WiFi
- • Raspberry Pi OS (64-bit, Bookworm)
- • Python 3.11+ (included in Pi OS)
- • Internet connection (for initial setup)
File: seqmaster-0.9.0-beta.tar.gz · 99 files · 414 KB