Get started with Mana in minutes. Choose your platform and follow the installation instructions below.
curl --proto '=https' --tlsv1.2 -sSf https://www.mana-lang.org/install.sh | shCreate a file called hello.mana:
module main
fn main() {
println("Hello, Mana!")
}Mana compiles to C++17, so you'll need a C++ compiler installed on your system:
Visual Studio 2022 with the "Desktop development with C++" workload
Xcode Command Line Tools: xcode-select --install
GCC or Clang: sudo apt install g++ (Debian/Ubuntu)
Having trouble with the installation? Check out these resources: