Code at the Speed of Thought.

An independent, AI-integrated programming language built for high-performance mathematics, real-time web serving, and Agentic logic.

iex (irm https://raw.githubusercontent.com/Vishwam162/Nexus-Lang/main/install_nexus.ps1)

Paste this into Windows PowerShell to install Nexus globally.
Note: If using VS Code, restart your terminal after installation.

Lightning Fast

Built on a custom Lexer and Parser, Nexus executes your logic directly without bloated compilation times.

AI Native

Designed from day one to handle predictive models, array processing, and automated virtual assistants.

Auto-Updating

The global manager ensures your engine is always synced with the Overpowered Studios master repository.

About the Project

The Creator: Vishwam Phalke

Nexus is the brainchild of Vishwam Phalke, a software architect and founder of Overpowered Studios based in Pune, India.

Born on July 25, 2011, Vishwam began architecting the Nexus engine while studying in Class 9. With a strong background in Python, web routing, and game development, he noticed the friction between high-level logic and complex automated systems. Nexus was built from the ground up using custom Lex/Yacc implementations to handle everything from Agentic AI virtual assistants to multi-platform publishing logic.

Overpowered Studios

Overpowered Studios is an independent software research initiative. We focus on building highly optimized, auto-updating developer tools. Nexus is our flagship product, proving that enterprise-grade language interpreters can be built outside of massive tech corporations.

Nexus Official Documentation

Welcome to the Nexus Language documentation. All Nexus files must be saved with the .nxs file extension.

Declaring Variables

Use the let keyword to assign data to memory.

let player_speed = 500 print player_speed

Math & AI Predictors

Nexus natively handles arithmetic. (NumPy arrays and prediction models are handled via the engine).

math + 10 20 // Returns 30

The CLI Manager

Once installed, Nexus acts as a global command on your computer.

nexus main.nxs // Runs your code nexus --update // Syncs your engine with GitHub nexus --version // Checks your current build

Download Nexus v7.1.0

Nexus does not require manual ZIP file extraction. We use an automated PowerShell installer that configures your System PATH and downloads external dependencies (like Flask and NumPy) instantly.

Windows (10/11) PowerShell Installer

1. Open Windows PowerShell as Administrator (Recommended).
2. Paste the following command and press Enter:

iex (irm https://raw.githubusercontent.com/Vishwam162/Nexus-Lang/main/install_nexus.ps1)

The script will create a .nexus directory in your User Profile and link it to your global environment variables. Restart any open terminals after installation.

macOS / Linux (Coming Soon)

The Unix bash installation script is currently in development for a future Nexus release.