🌸 Free & Open Source — v2.0

Stop memorizing
computer commands.

Hridaya OS lets you talk to your computer in plain English — create files, folders, and full projects just by saying what you want.

✨ No tech knowledge needed. Just type naturally.

npm install -g hridaya-os
Already have Node.js? Paste the command above in your terminal and hit Enter.
Don't have it? See the 3-step guide below ↓
What is Hridaya OS?

Your computer, but it understands you

Normally, to create a folder on your computer from a terminal, you have to type exact commands like mkdir projects. One mistake and it fails. Hridaya OS changes that — just say it like you'd say it to a person.

😓 Old way (terminal)
mkdir projectsCreate a folder
rm -rf old_folderDelete a folder
mv file.txt archive/Move a file
npx create-react-app myappStart a React project
😊 Hridaya OS way
create a folder named projectsSame thing, plain English
delete the folder named old_folderEasy to remember
move file.txt to archive/Natural to say
create a react app named myappOne sentence, full project!
Who is it for?
🎓

Students learning to code

Skip memorizing commands. Focus on building real things from day one.

🎨

Designers & creators

Organize your project files and folders without touching confusing commands.

💻

Developers

Scaffold full projects in seconds. React, Next.js, Django — one sentence each.

🏠

Everyone else

If you've ever wanted to use a terminal but felt scared — this is for you.

See it in action

Watch Hridaya OS understand plain English commands in real time

hridaya-os — terminal
╔══════════════════════════════════════════════╗ ║ 🌸 H R I D A Y A O S 🌸 ║ ║ Human-Friendly File System CLI v2.0 ║ ╚══════════════════════════════════════════════╝ 📂 Working in: /home/user/projects 💡 Just type naturally — no commands to memorize!
hridaya>
How to get started

3 simple steps — even if you've never used a terminal

1

Install Node.js

Go to nodejs.org, download and install it. It's free. This is the engine that runs Hridaya OS. Only needed once!

2

Open your terminal

On Windows: press Win + R, type cmd, hit Enter.
On Mac: press Cmd + Space, type Terminal.

3

Run one command

Type npm install -g hridaya-os and press Enter. Then type hridaya to start. That's it! 🌸

Everything you can say

All of these are just normal sentences — say them however feels natural to you.

📁 Files & Folders
create a folder named projectsMakes a new folder
create a file called notes.txtMakes a new empty file
delete the folder named oldRemoves folder and everything in it
delete the file notes.txtRemoves that file
rename folder old to newGives it a new name
copy file notes.txt to backup/notes.txtMakes a copy
move folder work to archive/workMoves it to a new place
list all filesShows everything in current folder
read the file notes.txtShows what's inside the file
write Hello World to notes.txtSaves text into a file
create 3 folders named a, b, cCreates many at once
🚀 Start a Project
create a react app named myappFull React website, ready to go
create a next.js project named blogNext.js project setup
create an express app named apiExpress backend server
create a django project named sitePython Django project
create a node project named toolSimple Node.js project
create a spring boot app named svcJava Spring Boot project

⚙️ Other
helpShows all commands inside the app
exitCloses Hridaya OS (also: bye, quit)

Ready to try it?

Free forever. Works on Windows, Mac, and Linux. No account needed.

Step 1 — Install once
npm install -g hridaya-cli
Step 2 — Open anytime
hridaya