Skip to content
/ mind Public

The native language for intelligent systems - Machine Intelligence Native Design

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE-COMMERCIAL
Notifications You must be signed in to change notification settings

cputer/mind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MIND logo

MIND — Native Language for Intelligent Systems

CI License: Apache 2.0

Overview

MIND is a Rust-first language and runtime for building intelligent systems with auditable foundations. It blends declarative tensor algebra, static shape inference, automatic differentiation, and MLIR/LLVM lowering in a compact toolchain that scales from research prototypes to production.

Quick Start

git clone https://github.com/cputer/mind.git
cd mind
cargo run -- eval "let x: Tensor[f32,(2,3)] = 0; x + 1"

Explore the full language tour and runtime guides in /docs.

Core Concepts

  • Type System — ranks, shapes, polymorphism, and effect tracking.
  • Autodiff — reverse-mode differentiation on the SSA IR.
  • IR & MLIR — compiler pipeline from parser to MLIR dialects.

Architecture

Benchmarks

The /docs/benchmarks.md report covers baseline compiler/runtime performance, regression tracking, and methodology.

Roadmap

Upcoming milestones and release planning live in /docs/roadmap.md.

Links

Licensing

MIND follows an open-core dual licensing model maintained by STARGA Inc.

  • Community Edition (this repository)
    The language, core compiler, and runtime found here are provided under the Apache License, Version 2.0.
    See LICENSE for the full text.

  • Enterprise & SaaS Offerings
    Enterprise-only features, hosted “MIND Cloud” services, and proprietary extensions are available under a separate commercial license from STARGA Inc. These components are not covered by the Apache License and are not present in this repository.
    Commercial and trademark terms are summarized in LICENSE-COMMERCIAL and governed by separate agreements with STARGA Inc.

For commercial licensing, OEM partnerships, or large-scale deployments, please contact: info@star.ga or legal@star.ga.


Looking for implementation details? Start in /docs and join the conversation in mind-runtime and mind-spec.

About

The native language for intelligent systems - Machine Intelligence Native Design

Topics

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE-COMMERCIAL

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published