Releases: ormastes/simple
Simple Language v0.9.5
Simple Language v0.9.5
Release Date: 2026-03-30
Bootstrap Base: v0.5.0
Build Method: Self-hosted compilation using v0.5.0 runtime
🎯 Release Highlights
This release is built using the v0.5.0 bootstrap runtime, demonstrating the self-hosting capability of Simple Language.
Key Features
✅ Multi-platform support (Linux, macOS, Windows, FreeBSD)
✅ Built with previous stable release (reproducible builds)
✅ Comprehensive test suite (4000+ tests)
✅ Full source code included
📦 Downloads
Bootstrap Packages (Runtime + Source)
Choose the package for your platform:
- Linux x86_64:
simple-bootstrap-0.9.5-linux-x86_64.spk✅ - Linux ARM64:
simple-bootstrap-0.9.5-linux-aarch64.spk(source-only, requires build) - Linux RISC-V:
simple-bootstrap-0.9.5-linux-riscv64.spk(source-only, requires build) - macOS ARM64 (Apple Silicon):
simple-bootstrap-0.9.5-darwin-arm64.spk✅ - macOS x86_64 (Intel):
simple-bootstrap-0.9.5-darwin-x86_64.spk✅ - FreeBSD x86_64:
simple-bootstrap-0.9.5-freebsd-x86_64.spk✅ - Windows x86_64:
simple-bootstrap-0.9.5-windows-x86_64.spk✅ - Windows ARM64:
simple-bootstrap-0.9.5-windows-aarch64.spk(source-only, requires build)
Note: Some platforms provide source-only packages that require local compilation.
Platforms marked with ✅ include pre-built binaries.
Native Installation Packages
Pre-built native packages for direct installation:
- Debian/Ubuntu:
simple-lang_0.9.5_amd64.deb—sudo dpkg -i simple-lang_0.9.5_amd64.deb - Fedora/RHEL:
simple-lang-0.9.5-1.x86_64.rpm—sudo rpm -i simple-lang-0.9.5-1.x86_64.rpm - macOS:
simple-lang-0.9.5.pkg—sudo installer -pkg simple-lang-0.9.5.pkg -target / - FreeBSD:
simple-lang-0.9.5.txz—pkg add simple-lang-0.9.5.txz - Windows:
simple-lang-0.9.5-setup.exe— Run the installer
Full Package (Development)
- Source + Binaries:
simple-full-0.9.5.tar.gz
🚀 Installation
Quick Install (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/ormastes/simple/main/install.sh | shManual Install
# Download the bootstrap package for your platform
wget https://github.com/ormastes/simple/releases/download/v0.9.5/simple-bootstrap-0.9.5-linux-x86_64.spk
# Extract it
tar -xzf simple-bootstrap-0.9.5-linux-x86_64.spk -C ~/.local
# Add to PATH
export PATH="$HOME/.local/bin:$PATH"
# Verify installation
simple --version🔒 Verification
All packages include SHA256 checksums. Verify before installing:
sha256sum -c simple-bootstrap-0.9.5-linux-x86_64.spk.sha256📝 What's New
See CHANGELOG.md for detailed changes.
📊 Package Information
- Bootstrap packages: ~30-35 MB (compressed, includes source)
- Full package: ~50-100 MB (with documentation)
- Binary size: ~31-32 MB (optimized)
- Test coverage: 4000+ tests passing
🔧 Building from Source
The included source code can be compiled using any Simple v0.5.0+ runtime:
simple build --release📚 Documentation
🐛 Known Issues
- Windows ARM64 and Linux ARM64/RISC-V: Source-only packages (no pre-built binaries yet)
- Some platforms require building from source using v0.5.0+ bootstrap runtime
- Full test suite may show warnings when run with older bootstrap runtime (this is expected)
💬 Support
- Issues: https://github.com/ormastes/simple/issues
- Discussions: https://github.com/ormastes/simple/discussions
License: MIT
Language: 100% Simple (self-hosted)
v0.9.4
Simple Language v0.9.4
Release Date: 2026-03-29
Bootstrap Base: v0.5.0
Build Method: Self-hosted compilation using v0.5.0 runtime
🎯 Release Highlights
This release is built using the v0.5.0 bootstrap runtime, demonstrating the self-hosting capability of Simple Language.
Key Features
✅ Multi-platform support (Linux, macOS, Windows, FreeBSD)
✅ Built with previous stable release (reproducible builds)
✅ Comprehensive test suite (4000+ tests)
✅ Full source code included
📦 Downloads
Bootstrap Packages (Runtime + Source)
Choose the package for your platform:
- Linux x86_64:
simple-bootstrap-0.9.4-linux-x86_64.spk✅ - Linux ARM64:
simple-bootstrap-0.9.4-linux-aarch64.spk(source-only, requires build) - Linux RISC-V:
simple-bootstrap-0.9.4-linux-riscv64.spk(source-only, requires build) - macOS ARM64 (Apple Silicon):
simple-bootstrap-0.9.4-darwin-arm64.spk✅ - macOS x86_64 (Intel):
simple-bootstrap-0.9.4-darwin-x86_64.spk✅ - FreeBSD x86_64:
simple-bootstrap-0.9.4-freebsd-x86_64.spk✅ - Windows x86_64:
simple-bootstrap-0.9.4-windows-x86_64.spk✅ - Windows ARM64:
simple-bootstrap-0.9.4-windows-aarch64.spk(source-only, requires build)
Note: Some platforms provide source-only packages that require local compilation.
Platforms marked with ✅ include pre-built binaries.
Native Installation Packages
Pre-built native packages for direct installation:
- Debian/Ubuntu:
simple-lang_0.9.4_amd64.deb—sudo dpkg -i simple-lang_0.9.4_amd64.deb - Fedora/RHEL:
simple-lang-0.9.4-1.x86_64.rpm—sudo rpm -i simple-lang-0.9.4-1.x86_64.rpm - macOS:
simple-lang-0.9.4.pkg—sudo installer -pkg simple-lang-0.9.4.pkg -target / - FreeBSD:
simple-lang-0.9.4.txz—pkg add simple-lang-0.9.4.txz - Windows:
simple-lang-0.9.4-setup.exe— Run the installer
Full Package (Development)
- Source + Binaries:
simple-full-0.9.4.tar.gz
🚀 Installation
Quick Install (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/simple-lang/simple/main/scripts/install.sh | shManual Install
# Download the bootstrap package for your platform
wget https://github.com/ormastes/simple/releases/download/v0.9.4/simple-bootstrap-0.9.4-linux-x86_64.spk
# Extract it
tar -xzf simple-bootstrap-0.9.4-linux-x86_64.spk -C ~/.local
# Add to PATH
export PATH="$HOME/.local/bin:$PATH"
# Verify installation
simple --version🔒 Verification
All packages include SHA256 checksums. Verify before installing:
sha256sum -c simple-bootstrap-0.9.4-linux-x86_64.spk.sha256📝 What's New
See CHANGELOG.md for detailed changes.
📊 Package Information
- Bootstrap packages: ~30-35 MB (compressed, includes source)
- Full package: ~50-100 MB (with documentation)
- Binary size: ~31-32 MB (optimized)
- Test coverage: 4000+ tests passing
🔧 Building from Source
The included source code can be compiled using any Simple v0.5.0+ runtime:
simple build --release📚 Documentation
🐛 Known Issues
- Windows ARM64 and Linux ARM64/RISC-V: Source-only packages (no pre-built binaries yet)
- Some platforms require building from source using v0.5.0+ bootstrap runtime
- Full test suite may show warnings when run with older bootstrap runtime (this is expected)
💬 Support
- Issues: https://github.com/ormastes/simple/issues
- Discussions: https://github.com/ormastes/simple/discussions
License: MIT
Language: 100% Simple (self-hosted)
Full Changelog: v0.9.3...v0.9.4
v0.9.3
Simple Language v0.9.3
Release Date: 2026-03-28
Bootstrap Base: v0.5.0
Build Method: Self-hosted compilation using v0.5.0 runtime
🎯 Release Highlights
This release is built using the v0.5.0 bootstrap runtime, demonstrating the self-hosting capability of Simple Language.
Key Features
✅ Multi-platform support (Linux, macOS, Windows, FreeBSD)
✅ Built with previous stable release (reproducible builds)
✅ Comprehensive test suite (4000+ tests)
✅ Full source code included
📦 Downloads
Bootstrap Packages (Runtime + Source)
Choose the package for your platform:
- Linux x86_64:
simple-bootstrap-0.9.3-linux-x86_64.spk✅ - Linux ARM64:
simple-bootstrap-0.9.3-linux-aarch64.spk(source-only, requires build) - Linux RISC-V:
simple-bootstrap-0.9.3-linux-riscv64.spk(source-only, requires build) - macOS ARM64 (Apple Silicon):
simple-bootstrap-0.9.3-darwin-arm64.spk✅ - macOS x86_64 (Intel):
simple-bootstrap-0.9.3-darwin-x86_64.spk✅ - FreeBSD x86_64:
simple-bootstrap-0.9.3-freebsd-x86_64.spk✅ - Windows x86_64:
simple-bootstrap-0.9.3-windows-x86_64.spk✅ - Windows ARM64:
simple-bootstrap-0.9.3-windows-aarch64.spk(source-only, requires build)
Note: Some platforms provide source-only packages that require local compilation.
Platforms marked with ✅ include pre-built binaries.
Full Package (Development)
- Source + Binaries:
simple-full-0.9.3.tar.gz
🚀 Installation
Quick Install (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/simple-lang/simple/main/scripts/install.sh | shManual Install
# Download the bootstrap package for your platform
wget https://github.com/ormastes/simple/releases/download/v0.9.3/simple-bootstrap-0.9.3-linux-x86_64.spk
# Extract it
tar -xzf simple-bootstrap-0.9.3-linux-x86_64.spk -C ~/.local
# Add to PATH
export PATH="$HOME/.local/bin:$PATH"
# Verify installation
simple --version🔒 Verification
All packages include SHA256 checksums. Verify before installing:
sha256sum -c simple-bootstrap-0.9.3-linux-x86_64.spk.sha256📝 What's New
See CHANGELOG.md for detailed changes.
📊 Package Information
- Bootstrap packages: ~30-35 MB (compressed, includes source)
- Full package: ~50-100 MB (with documentation)
- Binary size: ~31-32 MB (optimized)
- Test coverage: 4000+ tests passing
🔧 Building from Source
The included source code can be compiled using any Simple v0.5.0+ runtime:
simple build --release📚 Documentation
🐛 Known Issues
- Windows ARM64 and Linux ARM64/RISC-V: Source-only packages (no pre-built binaries yet)
- Some platforms require building from source using v0.5.0+ bootstrap runtime
- Full test suite may show warnings when run with older bootstrap runtime (this is expected)
💬 Support
- Issues: https://github.com/ormastes/simple/issues
- Discussions: https://github.com/ormastes/simple/discussions
License: MIT
Language: 100% Simple (self-hosted)
Full Changelog: v0.9.2...v0.9.3
v0.9.1
Simple Language v0.9.1
Release Date: 2026-03-19
Bootstrap Base: v0.5.0
Build Method: Self-hosted compilation using v0.5.0 runtime
🎯 Release Highlights
This release is built using the v0.5.0 bootstrap runtime, demonstrating the self-hosting capability of Simple Language.
Key Features
✅ Multi-platform support (Linux, macOS, Windows, FreeBSD)
✅ Built with previous stable release (reproducible builds)
✅ Comprehensive test suite (4000+ tests)
✅ Full source code included
📦 Downloads
Bootstrap Packages (Runtime + Source)
Choose the package for your platform:
- Linux x86_64:
simple-bootstrap-0.9.1-linux-x86_64.spk✅ - Linux ARM64:
simple-bootstrap-0.9.1-linux-aarch64.spk(source-only, requires build) - Linux RISC-V:
simple-bootstrap-0.9.1-linux-riscv64.spk(source-only, requires build) - macOS ARM64 (Apple Silicon):
simple-bootstrap-0.9.1-darwin-arm64.spk✅ - macOS x86_64 (Intel):
simple-bootstrap-0.9.1-darwin-x86_64.spk✅ - FreeBSD x86_64:
simple-bootstrap-0.9.1-freebsd-x86_64.spk✅ - Windows x86_64:
simple-bootstrap-0.9.1-windows-x86_64.spk✅ - Windows ARM64:
simple-bootstrap-0.9.1-windows-aarch64.spk(source-only, requires build)
Note: Some platforms provide source-only packages that require local compilation.
Platforms marked with ✅ include pre-built binaries.
Full Package (Development)
- Source + Binaries:
simple-full-0.9.1.tar.gz
🚀 Installation
Quick Install (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/simple-lang/simple/main/scripts/install.sh | shManual Install
# Download the bootstrap package for your platform
wget https://github.com/ormastes/simple/releases/download/v0.9.1/simple-bootstrap-0.9.1-linux-x86_64.spk
# Extract it
tar -xzf simple-bootstrap-0.9.1-linux-x86_64.spk -C ~/.local
# Add to PATH
export PATH="$HOME/.local/bin:$PATH"
# Verify installation
simple --version🔒 Verification
All packages include SHA256 checksums. Verify before installing:
sha256sum -c simple-bootstrap-0.9.1-linux-x86_64.spk.sha256📝 What's New
See CHANGELOG.md for detailed changes.
📊 Package Information
- Bootstrap packages: ~30-35 MB (compressed, includes source)
- Full package: ~50-100 MB (with documentation)
- Binary size: ~31-32 MB (optimized)
- Test coverage: 4000+ tests passing
🔧 Building from Source
The included source code can be compiled using any Simple v0.5.0+ runtime:
simple build --release📚 Documentation
🐛 Known Issues
- Windows ARM64 and Linux ARM64/RISC-V: Source-only packages (no pre-built binaries yet)
- Some platforms require building from source using v0.5.0+ bootstrap runtime
- Full test suite may show warnings when run with older bootstrap runtime (this is expected)
💬 Support
- Issues: https://github.com/ormastes/simple/issues
- Discussions: https://github.com/ormastes/simple/discussions
License: MIT
Language: 100% Simple (self-hosted)
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Simple Language v0.9.0
Release Date: 2026-03-14
Bootstrap Base: v0.5.0
Build Method: Self-hosted compilation using v0.5.0 runtime
🎯 Release Highlights
This release is built using the v0.5.0 bootstrap runtime, demonstrating the self-hosting capability of Simple Language.
Key Features
✅ Multi-platform support (Linux, macOS, Windows, FreeBSD)
✅ Built with previous stable release (reproducible builds)
✅ Comprehensive test suite (4000+ tests)
✅ Full source code included
📦 Downloads
Bootstrap Packages (Runtime + Source)
Choose the package for your platform:
- Linux x86_64:
simple-bootstrap-0.9.0-linux-x86_64.spk✅ - Linux ARM64:
simple-bootstrap-0.9.0-linux-aarch64.spk(source-only, requires build) - Linux RISC-V:
simple-bootstrap-0.9.0-linux-riscv64.spk(source-only, requires build) - macOS ARM64 (Apple Silicon):
simple-bootstrap-0.9.0-darwin-arm64.spk✅ - macOS x86_64 (Intel):
simple-bootstrap-0.9.0-darwin-x86_64.spk✅ - FreeBSD x86_64:
simple-bootstrap-0.9.0-freebsd-x86_64.spk✅ - Windows x86_64:
simple-bootstrap-0.9.0-windows-x86_64.spk✅ - Windows ARM64:
simple-bootstrap-0.9.0-windows-aarch64.spk(source-only, requires build)
Note: Some platforms provide source-only packages that require local compilation.
Platforms marked with ✅ include pre-built binaries.
Full Package (Development)
- Source + Binaries:
simple-full-0.9.0.tar.gz
🚀 Installation
Quick Install (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/simple-lang/simple/main/scripts/install.sh | shManual Install
# Download the bootstrap package for your platform
wget https://github.com/ormastes/simple/releases/download/v0.9.0/simple-bootstrap-0.9.0-linux-x86_64.spk
# Extract it
tar -xzf simple-bootstrap-0.9.0-linux-x86_64.spk -C ~/.local
# Add to PATH
export PATH="$HOME/.local/bin:$PATH"
# Verify installation
simple --version🔒 Verification
All packages include SHA256 checksums. Verify before installing:
sha256sum -c simple-bootstrap-0.9.0-linux-x86_64.spk.sha256📝 What's New
See CHANGELOG.md for detailed changes.
📊 Package Information
- Bootstrap packages: ~30-35 MB (compressed, includes source)
- Full package: ~50-100 MB (with documentation)
- Binary size: ~31-32 MB (optimized)
- Test coverage: 4000+ tests passing
🔧 Building from Source
The included source code can be compiled using any Simple v0.5.0+ runtime:
simple build --release📚 Documentation
🐛 Known Issues
- Windows ARM64 and Linux ARM64/RISC-V: Source-only packages (no pre-built binaries yet)
- Some platforms require building from source using v0.5.0+ bootstrap runtime
- Full test suite may show warnings when run with older bootstrap runtime (this is expected)
💬 Support
- Issues: https://github.com/ormastes/simple/issues
- Discussions: https://github.com/ormastes/simple/discussions
License: MIT
Language: 100% Simple (self-hosted)
Full Changelog: t32-v1.1.0...v0.9.0
T32 Tools 1.1.0
TRACE32 MCP Tools 1.1.0
Pre-built native binaries for TRACE32 development tools.
Downloads
| Tool | Linux x86_64 | Windows x86_64 | Description |
|---|---|---|---|
| t32-mcp-server | ✅ | ✅ | TRACE32 debug session control — 20 MCP tools |
| t32-lsp-mcp-server | ✅ | ✅ | CMM language intelligence — 6 MCP tools |
| cmm-lsp | ✅ | ✅ | CMM Language Server (LSP over stdio) |
| t32-cli | ✅ | ✅ | Interactive TRACE32 CLI shell |
Quick Install (Linux)
curl -fsSL https://raw.githubusercontent.com/ormastes/simple/main/examples/10_tooling/trace32_tools/install.sh | bashManual Install
- Download the binary for your platform
- Make executable:
chmod +x t32-mcp-server - Add to your Claude Code
.mcp.json:
{
"mcpServers": {
"t32-mcp": {
"command": "/path/to/t32-mcp-server"
},
"t32-lsp-mcp": {
"command": "/path/to/t32-lsp-mcp-server"
}
}
}Requirements
- T32 MCP Server: Lauterbach TRACE32 installation with
t32remaccessible in PATH - T32 LSP MCP Server: Standalone (no TRACE32 needed — pure CMM analysis)
- CMM LSP: Standalone (for IDE integration)
- T32 CLI: Lauterbach TRACE32 installation
Verification
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"capabilities":{}}}' | ./t32-mcp-serverSee SHA256SUMS.txt for binary checksums.
Built from examples/10_tooling/trace32_tools/ in the Simple compiler project.
T32 Tools 1.0.0
TRACE32 MCP Tools 1.0.0
Pre-built native binaries for TRACE32 development tools.
Downloads
| Tool | Linux x86_64 | Windows x86_64 | Description |
|---|---|---|---|
| t32-mcp-server | ✅ | ✅ | TRACE32 debug session control — 20 MCP tools |
| t32-lsp-mcp-server | ✅ | ✅ | CMM language intelligence — 6 MCP tools |
| cmm-lsp | ✅ | ✅ | CMM Language Server (LSP over stdio) |
| t32-cli | ✅ | ✅ | Interactive TRACE32 CLI shell |
Quick Install (Linux)
curl -fsSL https://raw.githubusercontent.com/ormastes/simple/main/examples/10_tooling/trace32_tools/install.sh | bashManual Install
- Download the binary for your platform
- Make executable:
chmod +x t32-mcp-server - Add to your Claude Code
.mcp.json:
{
"mcpServers": {
"t32-mcp": {
"command": "/path/to/t32-mcp-server"
},
"t32-lsp-mcp": {
"command": "/path/to/t32-lsp-mcp-server"
}
}
}Requirements
- T32 MCP Server: Lauterbach TRACE32 installation with
t32remaccessible in PATH - T32 LSP MCP Server: Standalone (no TRACE32 needed — pure CMM analysis)
- CMM LSP: Standalone (for IDE integration)
- T32 CLI: Lauterbach TRACE32 installation
Verification
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"capabilities":{}}}' | ./t32-mcp-serverSee SHA256SUMS.txt for binary checksums.
Built from examples/10_tooling/trace32_tools/ in the Simple compiler project.
v0.8.8c
Simple Language v0.8.8c
Release Date: 2026-03-09
Bootstrap Base: v0.5.0
Build Method: Self-hosted compilation using v0.5.0 runtime
🎯 Release Highlights
This release is built using the v0.5.0 bootstrap runtime, demonstrating the self-hosting capability of Simple Language.
Key Features
✅ Multi-platform support (Linux, macOS, Windows, FreeBSD)
✅ Built with previous stable release (reproducible builds)
✅ Comprehensive test suite (4000+ tests)
✅ Full source code included
📦 Downloads
Bootstrap Packages (Runtime + Source)
Choose the package for your platform:
- Linux x86_64:
simple-bootstrap-0.8.8c-linux-x86_64.spk✅ - Linux ARM64:
simple-bootstrap-0.8.8c-linux-aarch64.spk(source-only, requires build) - Linux RISC-V:
simple-bootstrap-0.8.8c-linux-riscv64.spk(source-only, requires build) - macOS ARM64 (Apple Silicon):
simple-bootstrap-0.8.8c-darwin-arm64.spk✅ - macOS x86_64 (Intel):
simple-bootstrap-0.8.8c-darwin-x86_64.spk✅ - FreeBSD x86_64:
simple-bootstrap-0.8.8c-freebsd-x86_64.spk✅ - Windows x86_64:
simple-bootstrap-0.8.8c-windows-x86_64.spk✅ - Windows ARM64:
simple-bootstrap-0.8.8c-windows-aarch64.spk(source-only, requires build)
Note: Some platforms provide source-only packages that require local compilation.
Platforms marked with ✅ include pre-built binaries.
Full Package (Development)
- Source + Binaries:
simple-full-0.8.8c.tar.gz
🚀 Installation
Quick Install (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/simple-lang/simple/main/scripts/install.sh | shManual Install
# Download the bootstrap package for your platform
wget https://github.com/ormastes/simple/releases/download/v0.8.8c/simple-bootstrap-0.8.8c-linux-x86_64.spk
# Extract it
tar -xzf simple-bootstrap-0.8.8c-linux-x86_64.spk -C ~/.local
# Add to PATH
export PATH="$HOME/.local/bin:$PATH"
# Verify installation
simple --version🔒 Verification
All packages include SHA256 checksums. Verify before installing:
sha256sum -c simple-bootstrap-0.8.8c-linux-x86_64.spk.sha256📝 What's New
See CHANGELOG.md for detailed changes.
📊 Package Information
- Bootstrap packages: ~30-35 MB (compressed, includes source)
- Full package: ~50-100 MB (with documentation)
- Binary size: ~31-32 MB (optimized)
- Test coverage: 4000+ tests passing
🔧 Building from Source
The included source code can be compiled using any Simple v0.5.0+ runtime:
simple build --release📚 Documentation
🐛 Known Issues
- Windows ARM64 and Linux ARM64/RISC-V: Source-only packages (no pre-built binaries yet)
- Some platforms require building from source using v0.5.0+ bootstrap runtime
- Full test suite may show warnings when run with older bootstrap runtime (this is expected)
💬 Support
- Issues: https://github.com/ormastes/simple/issues
- Discussions: https://github.com/ormastes/simple/discussions
License: MIT
Language: 100% Simple (self-hosted)
Full Changelog: https://github.com/ormastes/simple/commits/v0.8.8c