Quick answer

OxiCodeis an AI coding terminal for school and college computer labs, built by OxygenLabs. Each student codes with their own AI assistant in a real terminal, while teachers monitor activity, prompts, and usage from a dashboard. It's coding-only and safe by default, with per-student accounts and a one-command install for lab machines.

A product by OxygenLabs

The AI coding terminal
for your school lab.

OxiCode gives every student their own AI coding assistant in a real terminal — to write, run, and build projects — while teachers see exactly what each student is working on.

Built for schools and colleges worldwide

OxiCode  v0.1 · build like you breathe

> build a python function to check if a number is prime

Here's a clean, well-commented version:

  def is_prime(n):
      if n < 2: return False
      for i in range(2, int(n**0.5)+1):
          if n % i == 0: return False
      return True

 created prime.py

Why OxiCode

An AI pair-programmer for every student — and full visibility for teachers.

Purpose-built for a classroom: focused on coding, safe by default, and simple to run.

Real coding terminal

Students write, run, and build actual projects with an AI assistant guiding them — not just chat.

Coding-only & safe

OxiCode stays on programming and computer science, and politely declines off-topic questions — built for a school.

Teacher dashboard

See each student by class, what they're asking, how much they're using, and their activity — at a glance.

Per-student accounts

Individual logins with usage limits, one active session per student, and secure sign-in.

One-command setup

A single command sets up a lab machine — then students just type oxicode and start.

Affordable at scale

Runs on efficient open models, so a whole class of coders costs a few rupees per student.

How it works

From zero to coding in minutes.

1

Student signs in

Each student logs in with their own account on the lab machine.

2

Codes with OxiCode

They build and debug real projects with an AI assistant right in the terminal.

3

Teacher monitors

You track progress, questions, and usage per student from one dashboard.

Bring OxiCode to your school

Tell us about your lab and we'll set you up. Reach out on WhatsApp or email — we usually reply the same day.