SDF CLI

SDF is compiled for various architectures, with various optimizations. Extensive test suites are run as part of releases.

The latest stable release is: v0.10.8

The latest preview release is: v0.10.8-p

Release Channels

SDF CLI offers two release channels:

  • Stable: Our production-ready releases that have undergone thorough testing. By default, all installations and updates will use the stable channel, ensuring reliable and consistent behavior for production environments.
  • Preview: Early access to new features and improvements. While preview releases are tested, they may contain experimental features that are still being refined. Perfect for users who want to test upcoming features and provide feedback.

Latest Builds

ArchitectureStatusVersionDownload
Linux Intel X86-64v0.10.8Download
Linux Arm ARM-64v0.10.8Download
Apple Intel X86-64v0.10.8Download
Apple Arm AARCh-64v0.10.8Download

Latest Preview Builds

ArchitectureStatusVersionDownload
Linux Intel X86-64v0.10.8-pDownload
Linux Arm ARM-64v0.10.8-pDownload
Apple Intel X86-64v0.10.8-pDownload
Apple Arm AARCh-64v0.10.8-pDownload

Docker Images

We provide Docker images for Linux in two architectures:

x86_64
# Pull the x86_64 Linux image
docker pull sdflabs/sdf-x86_64-unknown-linux-musl:<version>

View on Docker Hub →

ARM64
# Pull the ARM64 Linux image
docker pull sdflabs/sdf-aarch64-unknown-linux-gnu:<version>

View on Docker Hub →

Example usage:

# Run the CLI using Docker
docker run sdflabs/sdf-x86_64-unknown-linux-musl:<version> sdf --help

Release Notes and History

You can view detailed release notes for all versions, including both stable and preview releases, on our GitHub Releases page. Each release includes:

  • Detailed changelog of new features and improvements
  • Bug fixes and performance enhancements
  • Breaking changes and migration notes (if applicable)
  • List of contributors

We maintain a rigorous testing process to ensure that features graduating from preview to stable releases meet our quality standards. This dual-channel approach allows us to innovate quickly while maintaining stability for production users.