Install Vita Programming Language

Fast, modern, and powerful programming for everyone

🚀 Quick Install (Linux/macOS)

Run this one-liner in your terminal:

curl -fsSL https://install.deathaiaustralia.com.au/vita.sh | bash

📦 Platform-Specific Downloads

🐧 Linux

AMD64 / ARM64

curl -fsSL https://install.deathaiaustralia.com.au/vita.sh | bash

🍎 macOS

Intel / Apple Silicon

curl -fsSL https://install.deathaiaustralia.com.au/vita.sh | bash

🪟 Windows

Coming Soon

Windows installer is in development

✨ Why Vita?

📖 Getting Started

After installation, verify Vita is installed:

vita --version

Create your first Vita program:

echo 'print("Hello, Vita!")' > hello.vita vita run hello.vita
← Back to Homepage