Skip to main content

Alloy - An application installer for restriced macOS

Note: This is in experimental stage. Please report any bugs.

TOC

What is Alloy

Installation

Requirements:

To install Alloy:

deno run -A --unstable https://deno.land/x/alloy/install.ts

To uninstall Alloy:

deno uninstall alloy

Usage

Help

alloy --help
alloy -h

Installing applications

To install an application:

alloy install <app-name>

For example:

alloy install chrome

Supported applications

  • Spotify
  • Google Chrome
  • Firefox (Not yet)
  • NextDNS (Not yet)
  • Keka (Not yet)
  • Visual Studio Code (Not yet)
  • Figma (Not yet)

Uninstalling applications

TODO

Contributing