Installing OdiaLang Locally

Get OdiaLang running on your machine in just a few minutes. Write code in Odia and compile to JavaScript on your local computer.

Prerequisites

Check your Node.js version: node --version

Install via npm

The easiest way to install OdiaLang is using npm:

Verify Installation

Run this command to verify OdiaLang is installed correctly:

Quick Start

Once installed, create your first OdiaLang program:

1. Create a file

Create a file named hello.odia with:

2. Run it

Output: Namaskar, Odia!

Available Commands

CommandDescription
odia file.odiaRun an OdiaLang file
odia compile file.odiaCompile to JavaScript
odia tokens file.odiaShow tokens (debug)
odia ast file.odiaShow AST (debug)

Try Online

Don't want to install? Try OdiaLang in your browser:

What's Next?

Tutorial

Learn OdiaLang step by step with our beginner-friendly tutorial.

Language Reference

Complete reference for all OdiaLang keywords and syntax.