arc-forge, arc-cast, and arc-anvil binaries.
After installing Arc Foundry, you’re ready to
deploy on Arc.
Prerequisites
Before you begin, ensure that you’ve:- Confirmed access to a Unix-like shell (macOS, Linux, or Windows with WSL)
- Installed a code editor such as VS Code
Steps
Step 1. Download the archive
Precompiled binaries are available for Linux (x86_64, arm64), macOS Apple Silicon, and Windows with WSL (use the Linux binary). For Intel Mac, see building from source. Download the archive for your platform from the Arc Foundry releases page.Step 2. Extract and install the binaries
Extract the archive and move the binaries to a directory on yourPATH:
~/.local/bin isn’t already on your PATH, add it:
.zshrc or .bash_profile) to persist it
across sessions.