Skip to content

Releases: quistthejack10/forge-public

Release list

Forge v0.1.0

Choose a tag to compare

@quistthejack10 quistthejack10 released this 25 Jul 04:03

Forge v0.1.0

First public evaluation release. Assets only — no application source.

Install

Windows (GUI): download forge-installer-windows-amd64.exe (or use https://forge-mes.com/download.html).

Linux:

export FORGE_VERSION=v0.1.0
export FORGE_DOWNLOAD_BASE="https://github.com/quistthejack10/forge-public/releases/download/v0.1.0"
curl -fsSL "$FORGE_DOWNLOAD_BASE/install-forge-linux.sh" \
  | FORGE_VERSION="$FORGE_VERSION" FORGE_DOWNLOAD_BASE="$FORGE_DOWNLOAD_BASE" bash

macOS:

export FORGE_VERSION=v0.1.0
export FORGE_DOWNLOAD_BASE="https://github.com/quistthejack10/forge-public/releases/download/v0.1.0"
curl -fsSL "$FORGE_DOWNLOAD_BASE/install-forge-macos.sh" \
  | FORGE_VERSION="$FORGE_VERSION" FORGE_DOWNLOAD_BASE="$FORGE_DOWNLOAD_BASE" bash

Verify every file against its published .sha256 before running.

Docs: https://forge-mes.com/docs.html