Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.25 KB

File metadata and controls

48 lines (30 loc) · 1.25 KB

Homebrew Tap for SynapSeq

This repository provides the official Homebrew formula for installing SynapSeq,
the open-source brainwave sequencing engine built in Go.


Installation

Add this tap and install SynapSeq:

brew tap synapseq-foundation/synapseq
brew install synapseq

After installation, verify:

synapseq -version

The binary will be available at:

/opt/homebrew/bin/synapseq

Formula Details

This tap currently supports:

  • macOS ARM64
  • Linux ARM64
  • Linux x86_64

The formula automatically downloads the precompiled binary from the latest GitHub release.

Issues and Support

For reporting bugs or suggesting improvements related to installation, packaging, or distribution, please open an issue in the main SynapSeq repository using the
type: packaging label.

Go to SynapSeq Issues

License

SynapSeq is licensed under the GPL-3.0 license.