Skip to content

Releases: fowl-ow/fsh

0.2.0 - 2026-01-26

26 Jan 01:02

Choose a tag to compare

Release Notes

  • added: Built-in command:
    • pwd

Install fsh 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fowl-ow/fsh/releases/download/v0.2.0/fsh-installer.sh | sh

Download fsh 0.2.0

File Platform Checksum
fsh-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
fsh-x86_64-apple-darwin.tar.xz Intel macOS checksum
fsh-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
fsh-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.0 - 2026-01-25

25 Jan 21:43

Choose a tag to compare

Release Notes

  • added: Basic REPL (Read-Eval-Print-Loop) with command execution (built-in and path), argument handling (separation by whitespace only)
  • added: Built-in commands:
    • echo
    • exit
    • type

Install fsh 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fowl-ow/fsh/releases/download/v0.1.0/fsh-installer.sh | sh

Download fsh 0.1.0

File Platform Checksum
fsh-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
fsh-x86_64-apple-darwin.tar.xz Intel macOS checksum
fsh-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
fsh-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum