Blog
Introducing Forge
Forge is a focused GitHub client for macOS. It keeps repositories, pull requests, issues, and workflows together in a fast, keyboard-friendly three-pane workspace—so you can move through the work without building a maze of browser tabs. Forge is local-only and open source. Your GitHub token stays protected on your Mac, and GitHub remains the source of truth. Install the Apple Silicon build with Homebrew:
July 18, 2026
FScript: a strongly typed language designed to be embedded
Terrabuild’s extensions are powered by FScript, a small, open-source language built at Magnus Opera. We created it for a specific reason: applications sometimes need logic that can evolve independently, without giving up the guarantees and boundaries of the host system. FScript is not only a command-line scripting tool. It is an embeddable language runtime for .NET and JavaScript applications. A host can load a script in-process, type-check it, inspect its exported functions, and invoke them by name. No sidecar service or RPC layer is required.
July 17, 2026
Terrabuild release status: from RC1 to 0.195
Terrabuild RC1 was announced on March 4, 2026 with version 0.189.22. Four months later, the latest stable release is 0.195.10, published on July 16. That represents six minor release lines and a steady progression from a release candidate to a more mature build platform. The changes go well beyond maintenance: Terrabuild now has stronger cache correctness, richer build data, a simpler extension model, clearer execution semantics, and new tools for automation.
July 17, 2026