└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Actias 2 | Welcome to the innovative world of the Actias, a software synthesizer that taps into the science of quantum computers to transform your approach to sound design. With Actias, you'll explore new ways of composing music, thanks to its quantum-inspired algorithms. Craft intricate patches between qubits and instruments, design circuits to combine your qubits, and hear the results as your quantum systems collapse. 3 | 4 | ## Installation 5 | Head to [Releases](https://github.com/lunar-build/q1synth-app/releases) and download the correct asset for your platform. 6 | * `arm64` is Apple Silicon (M1, M2, M3 chips) 7 | * `x64` is Apple Intel 8 | 9 | Unzip the download package and open the app. 10 | 11 | ## Security 12 | Whilst we're still in the process of signing the app, the app may fail to open due to missing permissions. 13 | * On older MacOSs, go to System Preferences > Security and Privacy and give approval 14 | * On newer MacOSs, in a terminal, run `xattr -d com.apple.quarantine /path/to/app`, e.g. `xattr -d com.apple.quarantine ~/Downloads/Q1\ Synth.app` 15 | --------------------------------------------------------------------------------