Skip to content

Releases: EdgeCaser/Compositor

Compositor v0.1.0

19 May 22:01
f6be69e

Choose a tag to compare

Downloads

  • Windows: compositor.exe (unsigned). After download, verify the SHA256 against compositor.exe.sha256.
  • macOS / Linux: build locally via packaging/build.sh. Pre-built binaries are not produced on CI yet.

Runtime requirements (not bundled)

  • ffmpeg on PATH -- needed for Render Chapter.
  • Claude Code CLI signed in to a Pro/Max account -- needed for AI Attribution. The exe shells out to your local claude so you draw from your account, not an API key.

Verifying the download

# Windows
certutil -hashfile compositor.exe SHA256
# compare the line that prints to compositor.exe.sha256
# macOS / Linux
shasum -a 256 compositor.exe

SmartScreen / antivirus warnings

The exe is unsigned, so Windows SmartScreen will warn on first
launch (Don't run -> More info -> Run anyway). PyInstaller
onefile builds also occasionally trip antivirus heuristics. If
your AV flags it, submit the binary to:

What's Changed

  • Package Compositor as a standalone exe by @EdgeCaser in #1

New Contributors

Full Changelog: https://github.com/EdgeCaser/Compositor/commits/v0.1.0