Releases: Tok/impulse-instruct
Releases · Tok/impulse-instruct
v0.7.7
Impulse Instruct v0.7.7
A smart synthesizer with a virtual production team inside — multiple LLM agents collaborate to write patterns, shape sound, and evolve tracks in real time.
Quick start
- Download the
impulse-instruct-v0.7.7-<platform>.zipfor your platform (not the auto-attached "Source code" zip). - Extract — you'll get the binary, configs, start scripts, and an empty
models/folder. - Get a model. Either download
gemma-4-E4B-it-Q4_K_M.ggufmanually from unsloth/gemma-4-E4B-it-GGUF and drop it inmodels/, or run./download-models.sh/download-models.bat. - Run
./start.sh(Linux) or double-clickstart.bat(Windows) — this launches the app in a console so logs stay visible.
Windows note: the
.exeis not code-signed. SmartScreen may show "Windows protected your PC" — click More info → Run anyway. The build is reproducible and attested; see verification below.
Verify
sha256sum impulse-instruct-linux-x86_64
gh attestation verify impulse-instruct-linux-x86_64 --repo Tok/impulse-instruct
System requirements
- Linux:
libasound2,libxcb(standard on most distros) - Windows: Windows 10+ x64, MSVC runtime (usually pre-installed)
- LLM inference: NVIDIA GPU recommended; CPU inference works but is slow
Recommended models
- Gemma 4 E4B Q4_K_M (~4.6 GB) — best accuracy, default; needed for all presets
Full Changelog: v0.7.6...v0.7.7
v0.7.6
Impulse Instruct v0.7.6
A smart synthesizer with a virtual production team inside — multiple LLM agents collaborate to write patterns, shape sound, and evolve tracks in real time.
Quick start
- Download the
impulse-instruct-v0.7.6-<platform>.zipfor your platform (not the auto-attached "Source code" zip). - Extract — you'll get the binary, configs, start scripts, and an empty
models/folder. - Get a model. Either download
gemma-4-E4B-it-Q4_K_M.ggufmanually from unsloth/gemma-4-E4B-it-GGUF and drop it inmodels/, or run./download-models.sh/download-models.bat. - Run
./start.sh(Linux) or double-clickstart.bat(Windows) — this launches the app in a console so logs stay visible.
Windows note: the
.exeis not code-signed. SmartScreen may show "Windows protected your PC" — click More info → Run anyway. The build is reproducible and attested; see verification below.
Verify
sha256sum impulse-instruct-linux-x86_64
gh attestation verify impulse-instruct-linux-x86_64 --repo Tok/impulse-instruct
System requirements
- Linux:
libasound2,libxcb(standard on most distros) - Windows: Windows 10+ x64, MSVC runtime (usually pre-installed)
- LLM inference: NVIDIA GPU recommended; CPU inference works but is slow
Recommended models
- Gemma 4 E4B Q4_K_M (~4.6 GB) — best accuracy, default; needed for all presets
- Bonsai 8B Q1_0_g128 (~1.1 GB) — lightweight agent for multi-model teams
Full Changelog: v0.7.4...v0.7.6