Releases: talosgl/manuscript2slides
Releases · talosgl/manuscript2slides
v0.1.6
Windows & MacOS Binary Releases
Download the ZIP for your platform below. New to downloading from GitHub? Here's a step-by-step guide.
Windows
- Download
manuscript2slides-windows.zipand extract (recommend 7-Zip) - Run
manuscript2slides.exefrom the extracted folder - Windows may show a security warning - click "More info" > "Run anyway" (Video Steps)
- No Python installation required
macOS (Apple Silicon)
- Download
manuscript2slides-macos.zipand extract. Then double-click the extracted manuscript2slides.app - macOS will warn the app is from an unidentified developer. Click "Done" in the prompt to dismiss it, then open your macOS System Settings, go to Privacy & Security, and scroll down to Security. Note the message there: "manuscript2slides was blocked to protect your Mac." Click "Open Anyway". (Video)
- The app should now run normally, and should not prompt you again on subsequent launches unless you get a new version.
- If prompted to access your Documents folder, click "Allow" - the app stores its templates and sample files there
(Optional) Verification
Windows SHA256: 5b7aaef157457002bf51dec11a73ca18f9085f3e85f1c2114134ab551f7a5a79
macOS SHA256: ed99f5feedec27115aa66426ff106420b95bb90686b345afe901ffc8eafa7d2f
To verify your download (What are checksums?):
# Windows (PowerShell)
Get-FileHash -Algorithm SHA256 manuscript2slides-windows.zip# macOS (Terminal)
shasum -a 256 manuscript2slides-macos.zipCompare the output to the checksum above. They should match.
Notes
- Unsigned binaries - security warnings are normal for open source apps
- ~100MB each, including full Python runtime
- Windows: keep all files in the extracted folder together
- macOS: tested on Apple Silicon (M-series) Macs
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Windows Binary Release
Download manuscript2slides-windows.zip below.
Installation
- Download and extract the ZIP file (recommend 7-Zip)
- Run
manuscript2slides.exefrom the extracted folder - Windows may show a security warning - click "More info" > "Run anyway"
- No Python installation required
(Optional) Verification
SHA256 Checksum: 96DDC24FE335CCB9F489B1B81DCF244E3620C95793FB0BB0D941A787DA5D8E4D
To verify the download (What are checksums?):
Get-FileHash -Algorithm SHA256 manuscript2slides-windows.zipCompare the output to the checksum above. They should match.
Notes
- Unsigned binary - Windows SmartScreen may warn you the app and its publisher are unknown. This is common with open source apps. Click "More Info" to get the option to "Run anyway."
- ~100MB including full Python runtime
- Keep all files in the extracted folder together
- Tested on Windows 11
Full Changelog: https://github.com/talosgl/manuscript2slides/commits/v0.1.5