Releases: Architeuthis-Flux/Jumperless-App
dev-eb5ee64ac0350199a333bd96e89ebad432062201
Windows is dumb
dev-cbd750dcbcea9bd008661272c73ddf4fece6319e
fix smoke test
dev-32f114d28dde8201b9ced38dac8d3dedc4ea6705
update macos 13 to 14
dev-20aef97b53d369f4cadaa9ce3d6af85f83a9bd51
try to get automatic builds to work
Jumperless dev-0acd03660ffddb1bd3a74cb2123c0bfa17efae58
Jumperless Development Build 0acd036
Multi-platform release of the Jumperless Wokwi Bridge application.
Downloads
- Linux x64: Jumperless-Linux-x64 (tar.gz + Python fallback)
- macOS Intel: Jumperless-macOS-Intel (App bundle + Python fallback)
- macOS Apple Silicon: Jumperless-macOS-Apple-Silicon (App bundle + Python fallback)
- Windows x64: Jumperless-Windows-x64 (EXE + Python fallback)
- Windows x86: Jumperless-Windows-x86 (EXE + Python fallback)
macOS Users - Important Note
This release includes properly notarized macOS apps that should run without security warnings.
To run the app:
- Double-click
Jumperless.app- Opens Terminal automatically for CLI interaction - Or run from Terminal for direct console output:
/path/to/Jumperless.app/Contents/MacOS/Jumperless
If you still get a security warning:
- Right-click the app and select "Open" to bypass Gatekeeper
- Or remove the quarantine attribute:
xattr -d com.apple.quarantine Jumperless.app
Installation Methods
Each package includes multiple ways to run Jumperless:
- Native executable - Double-click to run, no dependencies
- Python script - Run from source with Python 3.11+
- Portable launcher - Cross-platform launcher script
Quick Start
- Download the package for your platform
- Extract/install the package
- Run the native executable OR use the Python fallback
See the README.md in each package for detailed instructions.
What's New
- Full macOS notarization support - Apps are properly signed and notarized
- No more macOS security warnings - Apps run without quarantine issues
- Multi-platform CI/CD pipeline with Windows x86 support
- Improved packaging with modern tools
- Better error handling and logging
- Enhanced platform-specific optimizations
- Linux packages now use tar.gz format
- macOS Terminal launcher - Double-click opens Terminal automatically
- Proper launcher script order - Applied before code signing to maintain notarization
dev-72415040c44dc4e1766490b5926ec42b7f0f9bd0
see if this fixes the failing github actions
Jumperless dev-0468b9d0ac84363538a97be87f08bfc05dff820f
Jumperless Development Build 0468b9d
Multi-platform release of the Jumperless Wokwi Bridge application.
Downloads
- Linux x64: Jumperless-Linux-x64 (tar.gz + Python fallback)
- macOS Intel: Jumperless-macOS-Intel (App bundle + Python fallback)
- macOS Apple Silicon: Jumperless-macOS-Apple-Silicon (App bundle + Python fallback)
- Windows x64: Jumperless-Windows-x64 (EXE + Python fallback)
- Windows x86: Jumperless-Windows-x86 (EXE + Python fallback)
macOS Users - Important Note
This release includes properly notarized macOS apps that should run without security warnings.
To run the app:
- Double-click
Jumperless.app- Opens Terminal automatically for CLI interaction - Or run from Terminal for direct console output:
/path/to/Jumperless.app/Contents/MacOS/Jumperless
If you still get a security warning:
- Right-click the app and select "Open" to bypass Gatekeeper
- Or remove the quarantine attribute:
xattr -d com.apple.quarantine Jumperless.app
Installation Methods
Each package includes multiple ways to run Jumperless:
- Native executable - Double-click to run, no dependencies
- Python script - Run from source with Python 3.11+
- Portable launcher - Cross-platform launcher script
Quick Start
- Download the package for your platform
- Extract/install the package
- Run the native executable OR use the Python fallback
See the README.md in each package for detailed instructions.
What's New
- Full macOS notarization support - Apps are properly signed and notarized
- No more macOS security warnings - Apps run without quarantine issues
- Multi-platform CI/CD pipeline with Windows x86 support
- Improved packaging with modern tools
- Better error handling and logging
- Enhanced platform-specific optimizations
- Linux packages now use tar.gz format
- macOS Terminal launcher - Double-click opens Terminal automatically
- Proper launcher script order - Applied before code signing to maintain notarization
Jumperless dev-572fe25eeffe0b7ada1016487321dca0cce86b5c
Jumperless Development Build 572fe25
Multi-platform release of the Jumperless Wokwi Bridge application.
Downloads
- Linux x64: Jumperless-Linux-x64 (tar.gz + Python fallback)
- macOS Intel: Jumperless-macOS-Intel (App bundle + Python fallback)
- macOS Apple Silicon: Jumperless-macOS-Apple-Silicon (App bundle + Python fallback)
- Windows x64: Jumperless-Windows-x64 (EXE + Python fallback)
- Windows x86: Jumperless-Windows-x86 (EXE + Python fallback)
macOS Users - Important Note
This release includes properly notarized macOS apps that should run without security warnings.
To run the app:
- Double-click
Jumperless.app- Opens Terminal automatically for CLI interaction - Or run from Terminal for direct console output:
/path/to/Jumperless.app/Contents/MacOS/Jumperless
If you still get a security warning:
- Right-click the app and select "Open" to bypass Gatekeeper
- Or remove the quarantine attribute:
xattr -d com.apple.quarantine Jumperless.app
Installation Methods
Each package includes multiple ways to run Jumperless:
- Native executable - Double-click to run, no dependencies
- Python script - Run from source with Python 3.11+
- Portable launcher - Cross-platform launcher script
Quick Start
- Download the package for your platform
- Extract/install the package
- Run the native executable OR use the Python fallback
See the README.md in each package for detailed instructions.
What's New
- Full macOS notarization support - Apps are properly signed and notarized
- No more macOS security warnings - Apps run without quarantine issues
- Multi-platform CI/CD pipeline with Windows x86 support
- Improved packaging with modern tools
- Better error handling and logging
- Enhanced platform-specific optimizations
- Linux packages now use tar.gz format
- macOS Terminal launcher - Double-click opens Terminal automatically
- Proper launcher script order - Applied before code signing to maintain notarization
dev-fee0aa75635c5476db3aa7ff998528ceec943f64
Merge pull request #6 from Architeuthis-Flux/MessingAroundWithWorkflows make workflow work on main branch
dev-6b2d7c9c510c57abb264f1f240ddf70c7b66d466
Merge pull request #5 from Architeuthis-Flux/fixed-tty-restore Fixed The Terminal not being restored