From install to your first AI-built feature in about 5 minutes — plus a full tour of what Oryn can do.
Run Oryn Setup 0.1.0.exe (from your purchase email or download).
Windows may show a blue "Windows protected your PC" screen (the app isn't code-signed yet — it's safe). Click More info → Run anyway.
Oryn installs and opens. A 7-day free trial starts automatically — no key needed to explore.
If you bought a license:
XXXXXXXX-XXXXXXXX-XXXXXXXX-XXXXXXXX).Oryn doesn't lock you to one AI — you bring your own, or run a model locally for free. Open Settings (gear icon, bottom-left) → AI Provider, then pick one:
Paste the key in the matching field, save, then pick that model from the model dropdown at the top of the chat panel.
ollama pull qwen2.5-coder (or any coding model).Click Add Folder to Workspace (bottom of the Explorer) or Change folder (top-right) and choose your project folder. Oryn can now read, edit, and create files there.
In the Oryn Agent chat panel on the right, describe what you want — in plain English, Hindi, or Hinglish. For example:
Press Send. Oryn plans the work, reads the relevant files, and proposes edits.
| Mode | What it does |
|---|---|
| Manual (default) | Review and approve each change before it's applied. Safest. |
| Auto-approve | Oryn applies changes as it goes. Faster — use once you trust it. |
| Tab / feature | What it does |
|---|---|
| Code | Full code editor — edit files, save with Ctrl+S |
| Oryn Agent (chat) | Describe tasks; the agent plans, reads, writes, edits, runs terminal & git |
| Workspace | Project overview and files |
| Builder | Scaffold runnable apps — React/Vite, Docker, Kubernetes, CI |
| Tests | Generate & run smoke tests |
| Build / Preview / Deploy | Build the app, preview it, generate deploy configs |
| Cloud | Cloud inventory & infrastructure helpers |
Most work happens in Code + the Agent chat — you don't have to use every tab.