Skip to content

0.35.2 - 2026-06-10

Choose a tag to compare

@github-actions github-actions released this 11 Jun 07:00

Release Notes

Example of Amberfile:

pub fun hello() {
  echo("hello")
}

pub fun world() {
  echo("world")
}

Install task-keeper 0.35.2

Install prebuilt binaries via Homebrew

brew install linux-china/tap/task-keeper

Download task-keeper 0.35.2

File Platform Checksum
task-keeper-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
task-keeper-x86_64-apple-darwin.tar.xz Intel macOS checksum
task-keeper-x86_64-pc-windows-msvc.zip x64 Windows checksum
task-keeper-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
task-keeper-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
task-keeper-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum