Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 631 Bytes

File metadata and controls

21 lines (12 loc) · 631 Bytes

Binary Installation

Check the latest release for downloads.

Windows

  1. Open a terminal, e.g. PowerShell or CMD.
  2. Move to the location of your kumono-*.exe binary.
  3. Run it: .\kumono-*.exe

macOS/Linux

For convenience, you can move the kumono-* binary to a PATH location. This will enable you to run it by just typing kumono in the terminal.

  1. Give the binary execution permission: chmod +x kumono-*
  2. Optional: Move the binary to a PATH location: mv kumono-* /usr/local/bin/kumono