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
✨ Why Vita?
- Lightning-fast compilation
- Modern syntax with powerful features
- Built-in package manager
- Cross-platform support
- Memory-safe by default
- Easy to learn, powerful to use
📖 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