Skip to content

Releases: Tok/impulse-instruct

v0.7.7

20 Apr 22:27

Choose a tag to compare

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

  1. Download the impulse-instruct-v0.7.7-<platform>.zip for your platform (not the auto-attached "Source code" zip).
  2. Extract — you'll get the binary, configs, start scripts, and an empty models/ folder.
  3. Get a model. Either download gemma-4-E4B-it-Q4_K_M.gguf manually from unsloth/gemma-4-E4B-it-GGUF and drop it in models/, or run ./download-models.sh / download-models.bat.
  4. Run ./start.sh (Linux) or double-click start.bat (Windows) — this launches the app in a console so logs stay visible.

Windows note: the .exe is 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

17 Apr 16:29

Choose a tag to compare

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

  1. Download the impulse-instruct-v0.7.6-<platform>.zip for your platform (not the auto-attached "Source code" zip).
  2. Extract — you'll get the binary, configs, start scripts, and an empty models/ folder.
  3. Get a model. Either download gemma-4-E4B-it-Q4_K_M.gguf manually from unsloth/gemma-4-E4B-it-GGUF and drop it in models/, or run ./download-models.sh / download-models.bat.
  4. Run ./start.sh (Linux) or double-click start.bat (Windows) — this launches the app in a console so logs stay visible.

Windows note: the .exe is 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