Skip to content

Install komac

Actions
Install the komac CLI (latest, specific version, or nightly) on Windows, Linux, or macOS
1.0
Latest
Star (0)

Install komac Action License

Cross-platform action to install komac.

Example Usage

- name: Install komac
  uses: UnownPlain/install-komac@main
# with:
#   version: nightly
- name: Update Package
  run: komac update foo.bar -v ${{ github.event.release.tag_name }} -u https://example.com/downloads/${{ github.event.release.tag_name }}/installer.msix
  env:
    GITHUB_TOKEN: ${{ secrets.WINGET_TOKEN }}

Options

  • version: komac version to install. Supports any version 2.3.0+ or nightly.
    • Required: ❌ Installs latest stable version by default.
    • Example: version: 2.13.0, version: nightly
  • github_token: GitHub token for API rate limit.
    • Required: ❌ Uses the default GITHUB_TOKEN present in runner.

Supported Runners

  • windows-2025
  • windows-11-arm
  • ubuntu-24.04
  • ubuntu-24.04-arm
  • macos-26
  • macos-15-intel

Note

Other runner images will likely work, but aren't tested.

Install komac is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install the komac CLI (latest, specific version, or nightly) on Windows, Linux, or macOS
1.0
Latest

Install komac is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.