fz v1.7.1 – stability and test improvements Latest

Features:

  • Parallel builds (-j N)
  • Linker script support (-T, -Ttext)
  • Interactive shell (-shell)
  • C++ compilation (.cpp, .cc, .cxx)
  • Flat binary output (-format bin)
  • Project init (-init)
  • Self-update (-update)

Improvements:

  • Test coverage increased for assembler, builder, shell, man, updater
  • Fixed updater testability
  • Removed flaky tests for stable release
  • Added GitHub Actions CI workflow

Install: go install github.com/forgezero-cli/ForgeZero/cmd/fz@latest
Docs: https://github.com/forgezero-cli/ForgeZero

OR

curl -L fzget.duckdns.org/linux -o fz && chmod +x fz