Installation
myna is distributed as a single binary, making it easy to install on any platform.
Supported Platforms
Section titled “Supported Platforms”Based on our build configuration, myna supports the following:
- Windows: x86_64, i386, ARM64
- macOS (Darwin): x86_64, ARM64 (Apple Silicon)
- Linux: x86_64, i386, ARM64, ARMv6/v7
Installation Methods
Section titled “Installation Methods”Windows (Scoop)
Section titled “Windows (Scoop)”The easiest way to install myna on Windows is via scoop:
scoop bucket add myna https://github.com/jpalaniselvam/scoop-bucketscoop install mynaHomebrew (macOS)
Section titled “Homebrew (macOS)”If you use Homebrew on macOS, you can install myna from our tap:
brew install jpalaniselvam/tap/mynaDirect Download
Section titled “Direct Download”For all other platforms, including Linux (where package managers like apt or yum are not yet supported), please download the binary directly:
- Go to the GitHub Releases page.
- Download the archive for your OS and architecture (e.g.,
myna_Linux_x86_64.tar.gzormyna_Windows_arm64.zip). - Extract the archive.
- Move the
mynabinary to a directory in yourPATH(e.g.,/usr/local/binon Linux/macOS or a dedicated bin folder on Windows).
Verification
Section titled “Verification”After installation, verify that myna is working by running:
myna --version