Skip to content

moghtech/homebrew-komodo

Repository files navigation

Komodo Homebrew 🦎

This is a homebrew tap to install the Komodo CLI and Komodo Periphery on Apple silicon based Macs.

Periphery can be used alongside Docker Desktop, OrbStack, Colima, or other Docker-on-Mac tools.

Non-Apple silicon Macs can install this, and replace the binary (/opt/homebrew/bin/periphery) with one built from source on their machine.

Add the homebrew tap

brew tap moghtech/komodo

Install CLI

brew install km

And configure your komodo.cli.toml at $HOME/.config/komodo/komodo.cli.toml. For more information, see the docs.

Install Periphery

brew install periphery && \
	brew services start periphery

Relevant Paths

  • periphery (binary) -> /opt/homebrew/bin/periphery
  • periphery.config.toml -> /opt/homebrew/etc/komodo/periphery.config.toml
  • log -> /opt/homebrew/var/log/komodo/periphery.log
  • stack directory -> /opt/homebrew/var/komodo/stacks/
  • repo directory -> /opt/homebrew/var/komodo/repos/

About

Homebrew tap to install Komodo CLI and Periphery

Resources

Stars

Watchers

Forks

Packages

No packages published