Skip to content

Releases: talosgl/manuscript2slides

v0.1.6

16 Feb 19:34

Choose a tag to compare

Windows & MacOS Binary Releases

Download the ZIP for your platform below. New to downloading from GitHub? Here's a step-by-step guide.

Windows

  1. Download manuscript2slides-windows.zip and extract (recommend 7-Zip)
  2. Run manuscript2slides.exe from the extracted folder
  3. Windows may show a security warning - click "More info" > "Run anyway" (Video Steps)
  4. No Python installation required

macOS (Apple Silicon)

  1. Download manuscript2slides-macos.zip and extract. Then double-click the extracted manuscript2slides.app
  2. 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)
  3. The app should now run normally, and should not prompt you again on subsequent launches unless you get a new version.
  4. 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.zip

Compare 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

05 Feb 16:18

Choose a tag to compare

Windows Binary Release

Download manuscript2slides-windows.zip below.

Installation

  1. Download and extract the ZIP file (recommend 7-Zip)
  2. Run manuscript2slides.exe from the extracted folder
  3. Windows may show a security warning - click "More info" > "Run anyway"
  4. No Python installation required

(Optional) Verification

SHA256 Checksum: 96DDC24FE335CCB9F489B1B81DCF244E3620C95793FB0BB0D941A787DA5D8E4D

To verify the download (What are checksums?):

Get-FileHash -Algorithm SHA256 manuscript2slides-windows.zip

Compare 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