Aura Programming LanguageAura is a compiled, statically typed programming language with Python-familiar syntax, deterministic ownership, native executables, and structured concurrency. Its current focus includes reliable applications, agents, and ML infrastructure. Aura's long-term goal is to become a general-purpose systems language for every layer of software, including operating systems and device drivers. The language, compiler, and editor tooling are developed in the Aura repository. This preview extension provides the maintained VS Code experience for
InstallInstall Aura Programming Language from the
Visual Studio Marketplace
or Open VSX.
The matching The complete installation guide covers command-line installation, WSL remote setup, custom compiler paths, and verification. The extension includes the editor client and JavaScript language-server
transport. Semantic analysis is performed by the actual Aura compiler server,
the Download a prebuilt CLI archive from Aura Releases, or install from source with Rust:
Reload VS Code after installing the CLI, then open any
Language SupportThe compiler-backed language server understands the maintained Aura surface,
including classes, enums, traits, generics, modules, The extension stays intentionally thin: syntax assets and snippets live here, while semantic rules and diagnostics remain owned by the Aura compiler. DevelopmentContributors building the extension from the monorepo should follow the development installation guide. Issues belong in the Aura issue tracker. LicenseAura and this extension are available under the MIT License. |