Automic VaultAutomic Vault

brew

Install algol68g with Homebrew, apt, dnf, MacPorts, Nix, pacman, scoop

Algol 68 compiler-interpreter. Version 3.11.3 via Homebrew; verified 2026-06-13.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install algol68g

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install algol68g

MacPorts ports tree · lang/algol68g/Portfile · source: api.github.com

Linux

Debian aptverified · 92%
sudo apt install algol68g

Debian stable package indexes · algol68g · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install algol68g

Fedora Rawhide package metadata · algol68g · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#algol68g

nixpkgs package indexes · pkgs/by-name/al/algol68g/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S algol68g

Arch Linux sync databases · algol68g · source: geo.mirror.pkgbuild.com

Windows

Scoopverified · 92%
scoop install main/algol68g

Scoop official bucket manifest trees · bucket/algol68g.json · source: api.github.com

overview

Package summary

Algol 68 compiler-interpreter

Commands and aliases

  • a68g

history

Project history and usage

Algol 68 Genie, invoked as `a68g`, is a maintained interpreter and compiler-interpreter environment for ALGOL 68. It exists as both a practical language implementation and a preservation project for a historically important programming language.

Project history

Marcel van der Veer's official Algol 68 Genie page says development started around 1990, an alpha release was posted in 2001, beta releases followed from 2002, and revision 1.0 dates from September 2002. The project page frames the work as preservation of Algol 68 for educational and scientific-historical use, while still letting users write medium-sized programs.

The official history notes several milestones: revision 1.3 added formatted transput in 2003, revisions 1.6 and 1.7 added the parallel clause and partial parametrization in 2005, version 2.0 arrived in 2010, and version 3.0 arrived in 2021. By 2026, the site described the implementation as essentially feature-complete, with recent releases focused mostly on maintenance and runtime-library additions.

The implementation is written from scratch and is presented as one of the most complete ALGOL 68 implementations. It provides runtime checks, a GDB-style debugger, arbitrary precision arithmetic, and optional partial precompilation on platforms such as Linux and FreeBSD.

Adoption history

Algol 68 Genie occupies the preservation-and-practice niche rather than a mainstream production niche. Its official page links to precompiled packages for major distributions, and the input facts list packages in Homebrew, Debian, Ubuntu, Fedora, MacPorts, Nix, Arch, and Scoop.

The project has also influenced later compiler work. The official page says Jose Marchesi's `ga68` GCC front-end derives its parser from the hand-coded Algol 68 Genie parser, and that the GCC Steering Committee agreed to include ga68 in trunk as experimental for GCC 16.1.

How it is used

Users install `a68g` to run ALGOL 68 programs, work through the official Learning Algol 68 Genie material, and experiment with the Revised Report language on modern systems. The official page describes Linux, BSD, and Windows 11 support, with source archives and Windows binaries published from the project site.

For package users, `algol68g` is the practical way to get a maintained ALGOL 68 environment without hunting historical compilers. It is useful for language archaeology, programming-language coursework, Rosetta Code style examples, and testing historical algorithms in a current terminal.

Why package nerds care

Algol 68 Genie is significant because package managers make a language-preservation runtime one command away. That keeps ALGOL 68 visible in modern Unix-like environments and makes historical language exploration reproducible.

It is also a reminder that package repositories are not only for current production stacks. They preserve executable culture: old languages, reports, examples, and implementation techniques remain buildable on current machines.

Timeline

  • Around 1990: Development starts.
  • 2001: Alpha release posted.
  • 2002: Beta releases and revision 1.0.
  • 2003: Revision 1.3 introduces formatted transput.
  • 2005: Revisions 1.6 and 1.7 add the parallel clause and partial parametrization.
  • 2010: Version 2.0 released.
  • 2021: Version 3.0 released.
  • 2025: ga68 GCC front-end work is announced, deriving parser work from Algol 68 Genie.
  • 2026: Version 3.12.2 source archive listed on the official site.

Related projects

  • Related projects include the GNU ga68 front-end for GCC, historical ALGOL 68 implementations, the Software Preservation Group's ALGOL materials, Rosetta Code ALGOL 68 examples, and editor modes for ALGOL 68 syntax.

security posture

Risk level: yellow

generalized runtime or code generation signal.

Risk classifier

yellow risk · medium confidence · runtime

Why

  • generalized runtime or code generation signal

Signals

  • text:interpreter

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
a68gcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version3.11.3
manager updated2026-06-13
local dataok
upstreamnot checked
latest detectednot detected

https://jmvdveer.home.xs4all.nl/algol.html

install metadata

Package metadata

Package keybrew:algol68g
Version3.11.3
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/algol68g
Homepagehttps://jmvdveer.home.xs4all.nl/algol.html
Upstream docshttps://algol68genie.nl/en/algol-68-genie
LicenseGPL-3.0-or-later
Source archivehttps://jmvdveer.home.xs4all.nl/algol68g-3.11.3.tar.gz
Last updated2026-06-13T01:02:18+02:00
Pulseupdated
Uses from macOScurl, ncurses
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namealgol68g
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

algol68g 3.1.2-1+b1

Implementation of Algol 68 as defined by the Revised Report

https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html

sudo apt install algol68g
  • Section: devel
  • Architecture: amd64
  • Source Package: algol68g
  • 2 dependencies
  • normalized package name match
  • Matched by: Algol68g
Debian stable package indexes · deb.debian.org · Debian stable package indexes: algol68g from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

algol68g

nix profile install nixpkgs#algol68g
  • normalized package name match
  • Matched by: Algol68g
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/al/algol68g/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

algol68g 3.1.2-1

Implementation of Algol 68 as defined by the Revised Report

https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html

sudo apt install algol68g
  • Section: universe/devel
  • Architecture: amd64
  • 2 dependencies
  • normalized package name match
  • Matched by: Algol68g
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: algol68g from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

algol68g 3.12.2-1.fc45

Algol 68 Genie compiler-interpreter

https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html

sudo dnf install algol68g
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: algol68g
  • 14 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Algol68g
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: algol68g from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

algol68g 3.12.2-1

Algol 68 compiler and interpreter

https://algol68genie.nl/en/algol-68-genie/

sudo pacman -S algol68g
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • 4 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Algol68g
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: algol68g from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

algol68g

sudo port install algol68g
  • normalized package name match
  • Matched by: Algol68g
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/algol68g/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/algol68g

scoop install main/algol68g
  • normalized package name match
  • Matched by: Algol68g
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/algol68g.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment