Download Latest Version aiken-x86_64-apple-darwin.tar.gz (11.5 MB)
Email in envelope

Get an email when there's a new version of Aiken

Home / v1.1.16
Name Modified Size InfoDownloads / Week
Parent folder
aiken-x86_64-unknown-linux-musl.tar.gz 2025-04-14 14.1 MB
aiken-x86_64-unknown-linux-musl.tar.gz.sha256 2025-04-14 105 Bytes
aiken.rb 2025-04-14 2.1 kB
dist-manifest.json 2025-04-14 20.6 kB
source.tar.gz 2025-04-14 1.3 MB
source.tar.gz.sha256 2025-04-14 80 Bytes
aiken-aarch64-apple-darwin.tar.gz 2025-04-14 10.9 MB
aiken-aarch64-apple-darwin.tar.gz.sha256 2025-04-14 100 Bytes
aiken-installer.ps1 2025-04-14 16.1 kB
aiken-installer.sh 2025-04-14 36.6 kB
aiken-npm-package.tar.gz 2025-04-14 31.8 kB
aiken-x86_64-apple-darwin.tar.gz 2025-04-14 11.3 MB
aiken-x86_64-apple-darwin.tar.gz.sha256 2025-04-14 99 Bytes
aiken-x86_64-pc-windows-msvc.tar.gz 2025-04-14 10.1 MB
aiken-x86_64-pc-windows-msvc.tar.gz.sha256 2025-04-14 102 Bytes
README.md 2025-04-14 2.4 kB
v1.1.16 - 2025-04-14 source code.tar.gz 2025-04-14 1.3 MB
v1.1.16 - 2025-04-14 source code.zip 2025-04-14 3.7 MB
Totals: 18 Items   52.7 MB 0

Release Notes

Added

  • aiken: Very simple support for monorepos via a members property in the root aiken.toml file. Globs are supported you one could do this:

toml members = ["pkgs/*"]

@rvcas

Fixed

  • aiken: Summary should always print at the end of the output not just when checks plus warnings is greater than zero. @rvcas

  • aiken-lang: Fix comments not being able to occur in ByteArray array members. @rvcas

  • uplc: find_script now supports stake registrations certificates @mpizenberg

Install aiken 1.1.16

Install prebuilt binaries via shell script

:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/aiken-lang/aiken/releases/download/v1.1.16/aiken-installer.sh | sh

Install prebuilt binaries via powershell script

:::sh
powershell -ExecutionPolicy ByPass -c "irm https://github.com/aiken-lang/aiken/releases/download/v1.1.16/aiken-installer.ps1 | iex"

Install prebuilt binaries into your npm project

:::sh
npm install @aiken-lang/aiken@1.1.16

Install prebuilt binaries via Homebrew

:::sh
brew install aiken-lang/tap/aiken

Download aiken 1.1.16

File Platform Checksum
aiken-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
aiken-x86_64-apple-darwin.tar.gz Intel macOS checksum
aiken-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
aiken-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
Source: README.md, updated 2025-04-14