Install Nula Programming Language
Get started with Nula by following these simple installation steps:
- Visit our official repository on GitHub to download the latest release.
- Choose the appropriate installer for your operating system (Windows, macOS, or Linux).
- Run the installer and follow the on-screen instructions to complete the setup.
- Ensure your system meets the minimum requirements: 64-bit OS, 4GB RAM, 500MB free disk space.
- Open your terminal or IDE and start coding with Nula!
For detailed installation guides and troubleshooting, check our GitHub documentation.
Building from Source
Use the following commands to build Nula from source:
For Windows: curl -L -o /tmp/build-from-source.sh https://raw.githubusercontent.com/Nula-Lang/Nula/main/install/install.ps1
For Linux/Unix/macOS: curl -L -o /tmp/build-from-source.sh https://raw.githubusercontent.com/Nula-Lang/Nula/main/install/install.sh
Normal Installation
Use the following commands for a standard installation:
For Windows: curl -L -o /tmp/build-from-source.sh https://raw.githubusercontent.com/Nula-Lang/Nula/main/install/build-from-source.ps1
For Linux/Unix/macOS: curl -L -o /tmp/build-from-source.sh https://raw.githubusercontent.com/Nula-Lang/Nula/main/install/build-from-source.sh