Releases: star-ga/mind
mindc 0.2.3 — Clean Core
Changes from v0.2.2
Removed: XRM/ASIC Target Dialect
- Removed
src/mlir/asic_target.rs(355 lines of non-core code) - Removed
examples/xrm_inference.mind - Removed
BackendTarget::Asicvariant and CLI branch - XRM infrastructure belongs in its own repo, not the core compiler
Added: use Keyword Parser
use module.pathnow works as alias forimport module.path- Enables standard MIND module declaration syntax
- Required for multi-module projects
Stats
- 5 tests passed, 0 failed
- Criterion benchmarks: zero speed regression
- Binary size: 1.9MB (linux-x64)
Download
mindc-0.2.3-linux-x64.tar.gz— Linux x86-64 binary
v0.2.2 — Cognitive Stdlib & XRM Infrastructure
What's New
Parser — Complete Cognitive Stdlib Support
- Float literals —
3.14,0.001,1e-6parsed natively - Array literals —
[1.0, 2.0, 3.0]for inline tensor construction - String literals —
"hello"for debug/print contexts - Comparison operators —
<,<=,>,>=,==,!=through full pipeline (AST → IR → eval → type checker → MLIR → autodiff) - Keyword arguments —
tensor.sum(x, axis=[1,2], keepdims=true) - For loops —
for i in 0..n { body } - Print —
print(expr)for debugging - Unary negation —
-x - Flexible tensor type syntax — Both
tensor<f32>andTensor<F32, [N, M]>
XRM Infrastructure (PR #198)
- ASIC target dialect for XRM-SSD cognitive storage
- MAP (Memory Access Pattern) optimization pass
- Cognitive stdlib with 30+ tensor operations
- End-to-end verification pipeline
Full Pipeline Coverage
All new features flow through the complete compiler pipeline:
- AST → IR lowering (including
ConstF64instruction) - Type checker inference for all new node types
- Constant folding for float and comparison expressions
- IR canonicalization with comparison op support
- MLIR export (
arith.cmpifor comparisons) - Autodiff tape (comparisons as non-differentiable)
- MIC compact format emission
- IR verifier updated for
ConstF64
Documentation
- Model zoo, compliance examples, benchmark docs
- FFT signal processing example
- Cognitive Kernel architecture in README
Stats
- 212 tests passing, 0 failures
- 17 Criterion benchmarks — zero speed regression
mindc examples/xrm_inference.mindparses end-to-end
MIND Compiler v0.2.1
MIND Compiler v0.2.1
The native language for intelligent systems.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | mindc-linux-x64.tar.gz |
| Linux | ARM64 | mindc-linux-arm64.tar.gz |
| macOS | Intel | mindc-macos-x64.tar.gz |
| macOS | Apple Silicon | mindc-macos-arm64.tar.gz |
| Windows | x86_64 | mindc-windows-x64.zip |
Quick Install
# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.2.1/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --versionMIND Language: https://github.com/star-ga/mind
MIND Compiler v0.2.0
MIND Compiler v0.2.0
The native language for intelligent systems.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | mindc-linux-x64.tar.gz |
| Linux | ARM64 | mindc-linux-arm64.tar.gz |
| macOS | Intel | mindc-macos-x64.tar.gz |
| macOS | Apple Silicon | mindc-macos-arm64.tar.gz |
| Windows | x86_64 | mindc-windows-x64.zip |
Quick Install
# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.2.0/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --versionMIND Language: https://github.com/star-ga/mind
MIND Compiler v0.1.9
MIND Compiler v0.1.9
The native language for intelligent systems.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | mindc-linux-x64.tar.gz |
| Linux | ARM64 | mindc-linux-arm64.tar.gz |
| macOS | Intel | mindc-macos-x64.tar.gz |
| macOS | Apple Silicon | mindc-macos-arm64.tar.gz |
| Windows | x86_64 | mindc-windows-x64.zip |
Quick Install
# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.1.9/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --versionMIND Language: https://github.com/star-ga/mind
MIND Compiler v0.1.8
MIND Compiler v0.1.8
The native language for intelligent systems.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | mindc-linux-x64.tar.gz |
| Linux | ARM64 | mindc-linux-arm64.tar.gz |
| macOS | Intel | mindc-macos-x64.tar.gz |
| macOS | Apple Silicon | mindc-macos-arm64.tar.gz |
| Windows | x86_64 | mindc-windows-x64.zip |
Quick Install
# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.1.8/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --versionMIND Language: https://github.com/star-ga/mind
MIND Compiler v0.1.7
MIND Compiler v0.1.7
The native language for intelligent systems.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | mindc-linux-x64.tar.gz |
| Linux | ARM64 | mindc-linux-arm64.tar.gz |
| macOS | Intel | mindc-macos-x64.tar.gz |
| macOS | Apple Silicon | mindc-macos-arm64.tar.gz |
| Windows | x86_64 | mindc-windows-x64.zip |
Quick Install
# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.1.7/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --versionMIND Language: https://github.com/star-ga/mind
MIND Compiler v0.1.6
MIND Compiler v0.1.6
The native language for intelligent systems.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | mindc-linux-x64.tar.gz |
| Linux | ARM64 | mindc-linux-arm64.tar.gz |
| macOS | Intel | mindc-macos-x64.tar.gz |
| macOS | Apple Silicon | mindc-macos-arm64.tar.gz |
| Windows | x86_64 | mindc-windows-x64.zip |
Quick Install
# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.1.6/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --versionMIND Language: https://github.com/star-ga/mind
MIND Compiler v0.1.4
MIND Compiler v0.1.4
The native language for intelligent systems.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | mindc-linux-x64.tar.gz |
| Linux | ARM64 | mindc-linux-arm64.tar.gz |
| macOS | Intel | mindc-macos-x64.tar.gz |
| macOS | Apple Silicon | mindc-macos-arm64.tar.gz |
| Windows | x86_64 | mindc-windows-x64.zip |
Quick Install
# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.1.4/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --versionMIND Language: https://github.com/star-ga/mind
MIND Compiler v0.1.3
MIND Compiler v0.1.3
The native language for intelligent systems.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | mindc-linux-x64.tar.gz |
| Linux | ARM64 | mindc-linux-arm64.tar.gz |
| macOS | Intel | mindc-macos-x64.tar.gz |
| macOS | Apple Silicon | mindc-macos-arm64.tar.gz |
| Windows | x86_64 | mindc-windows-x64.zip |
Quick Install
# Linux/macOS
curl -LO https://github.com/star-ga/mind/releases/download/v0.1.3/mindc-linux-x64.tar.gz
tar -xzf mindc-linux-x64.tar.gz
sudo mv mindc /usr/local/bin/
mindc --versionMIND Language: https://github.com/star-ga/mind