Releases: EdgeCaser/Compositor
Releases · EdgeCaser/Compositor
Compositor v0.1.0
Downloads
- Windows:
compositor.exe(unsigned). After download, verify the SHA256 againstcompositor.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 localclaudeso 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.exeSmartScreen / 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:
- Microsoft: https://www.microsoft.com/wdsi/filesubmission
- VirusTotal (for a multi-vendor scan): https://virustotal.com
What's Changed
- Package Compositor as a standalone exe by @EdgeCaser in #1
New Contributors
- @EdgeCaser made their first contribution in #1
Full Changelog: https://github.com/EdgeCaser/Compositor/commits/v0.1.0