← Ramanujan

Platform

One AI. Every surface you already use.

I didn't want to build another chat app.
I wanted AI to disappear into the tools I already use.

Where it lives

Web Available now

No install. Opens in any browser. Add an API key in Settings — or just use it as-is with the built-in local model.

Desktop Available now

A window that sits in your menu bar. Open it, type, get the best answer. Nothing else to think about.

Ramanujan
You Generate a logo concept for a fintech startup
R Here's a concept direction…
You Now write the Python to resize it to 512×512
R from PIL import Image…
Terminal Available now

For people who live in the terminal. ram "your question" — that's the whole interface.

Download: Mac · Windows · Linux
zsh
~ $ ram "explain this stack trace"
The error occurs because…
~ $ cat error.log | ram "summarise"
Three issues found…
VS Code Available now

Select any code. Ask anything. The answer appears in a side panel — no switching tabs, no copying context.

main.py — VS Code
def process_order(order_id):
db = get_connection()
result = db.query("SELECT…")
► Ask Ramanujan: explain this
return result
Ramanujan
Queries the orders table by ID and returns the first match.
API Available now

Building something? One endpoint. Send a prompt, get the answer. Ramanujan handles the rest invisibly.

ram serve · runs on localhost:4242
POST /v1/prompt
{
  "prompt": "Fix the bug in this function"
}
// response
{
  "output": "Here's the fixed version…"
}

Download

Mac
curl -fsSL https://avithehacker.github.io/PM/ramanujan/install.sh | bash
Windows
irm https://avithehacker.github.io/PM/ramanujan/install-windows.ps1 | iex or download .exe directly
Linux
curl -fsSL https://avithehacker.github.io/PM/ramanujan/install-linux.sh | bash or download AppImage directly