Skip to content

Releases: jasper-zheng/neural_tilde

Release list

v0.0.4-jul2026

Choose a tag to compare

@jasper-zheng jasper-zheng released this 11 Jul 19:01

This release contains v0.0.4 (Apple Silicon only) of the following objects:

  • neural.live~
  • mc.neural.live~
  • mcs.neural.live~
  • neural.gen~
  • neural.tokenizer
  • neural.gaussianize
  • neural.info

Install the externals

Download prebuilt externals and Max help patches from the releases page.

To install:

  • Unzip and copy the neural_tilde folder into your Max Packages folder, e.g. ~/Documents/Max 9/Packages/
  • Remove the quarantine flag by running this command in Terminal:
    codesign --force --deep -s - ~/Documents/Max\ 9/Packages/neural_tilde/externals/*.mxo
    xattr -dr com.apple.quarantine ~/Documents/Max\ 9/Packages/neural_tilde
  • Restart Max. All 7 objects will then be available.
  • If Max give you a warn about quarantine, please proceed.

If the externals still fail to load, you may consider building the externals yourself by following Build.md.