A simple, cross-platform utility for downloading and managing Meshtastic firmware and Android app releases.
Fetchtastic automatically downloads the latest Meshtastic firmware and Android APK releases from GitHub, with support for notifications, scheduling, and repository browsing.
- 🔄 Automatic Downloads: Latest firmware and Android APK releases
- 📱 Cross-Platform: Linux, macOS, Windows, and Android (Termux)
- 🗂️ Repository Browser: Browse and download files from meshtastic.github.io
- 🔔 Notifications: Push notifications via NTFY
- ⏰ Scheduling: Automatic downloads via cron/startup scripts
- 🎯 Smart Selection: Choose specific devices and APK variants
- 📦 Auto-extraction: Extract firmware files from zip archives
- 🔧 Easy Setup: One-command installation with guided setup
Linux/MacOS/Android (Termux):
curl -sSL https://raw.githubusercontent.com/jeremiah-k/fetchtastic/main/src/fetchtastic/tools/setup_fetchtastic.sh | bashSecurity Note: For security-conscious users, you can inspect the script before running it.
Windows (PowerShell):
irm https://raw.githubusercontent.com/jeremiah-k/fetchtastic/main/src/fetchtastic/tools/setup_fetchtastic.ps1 | iexSecurity Note: For security-conscious users, you can inspect the script before running it.
# Run setup (first time)
fetchtastic setup
# Download latest releases
fetchtastic download
# Browse repository files
fetchtastic repo browse- Linux Installation - Complete installation guide for Linux distributions
- macOS Installation - Installation guide for macOS with Homebrew
- Windows Installation - Windows installation with integration features
- Termux Installation - Android installation using Termux
- Usage Guide - Complete guide to using Fetchtastic
fetchtastic setup # Run the setup process
fetchtastic download # Download firmware and APKs
fetchtastic cache update # Clear cached API data
fetchtastic repo browse # Browse repository files
fetchtastic repo clean # Clean repository downloads
fetchtastic topic # Show NTFY topic
fetchtastic version # Show version
fetchtastic clean # Remove all configurationDownloads are organized in a clean structure:
~/Downloads/Meshtastic/
├── apks/
│ ├── v2.3.2/
│ └── v2.3.1/
├── firmware/
│ ├── v2.3.2/
│ ├── v2.3.1/
│ ├── repo-dls/ # Repository browser downloads
│ └── prerelease/ # Pre-release firmware (optional)
Get notified when new releases are downloaded:
- Enable NTFY during setup
- Install the ntfy app or use the web interface
- Subscribe to your unique topic
- Receive push notifications for new downloads
Set up automatic downloads:
- Linux/macOS: Cron jobs (daily at 3 AM)
- Windows: Startup folder shortcuts
- Termux: Boot scripts and cron jobs
Automatic (recommended):
- Windows: Use Start Menu → Fetchtastic → "Check for Updates"
- Linux/macOS/Termux: Re-run the installation script
Manual:
pipx upgrade fetchtasticContributions are welcome! Please feel free to:
- Report bugs and issues
- Suggest new features
- Submit pull requests
- Improve documentation
Visit the GitHub repository to get started.
MIT License - see LICENSE for details.