@oriro/orirocli 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +47 -4
- package/dist/cli.js +2578 -1874
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -22,19 +22,19 @@ Your language, your machine, no paid keys required.
|
|
|
22
22
|
## On the roadmap (not in this release)
|
|
23
23
|
Full-page **screenshot → code** Head (Playwright), the **two-way voice loop** (speak + listen/STT), in-REPL **permission modes**, and **`oriro mcp`** guided setup. Today the Head is fetch/structure-based and voice is the avatar's spoken greeting.
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
**## Install**
|
|
26
26
|
|
|
27
|
-
Run it instantly — no install
|
|
27
|
+
**Run it instantly — no install**, works on any OS with Node ≥ 20:
|
|
28
28
|
```bash
|
|
29
29
|
npx @oriro/orirocli
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
Or install the `oriro` command globally:
|
|
32
|
+
**Or install the** `oriro` command globally:
|
|
33
33
|
```bash
|
|
34
34
|
npm i -g @oriro/orirocli # then: oriro
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
Both paths reach the same first-run setup
|
|
37
|
+
**Both paths reach the same first-run setup.** `npx` and `npm i -g` are the supported install channels — they work on every OS with Node ≥ 20, no build step.
|
|
38
38
|
|
|
39
39
|
<details>
|
|
40
40
|
<summary>From source (contributors)</summary>
|
|
@@ -46,3 +46,46 @@ npm install && npm run build # then: node dist/cli.js
|
|
|
46
46
|
</details>
|
|
47
47
|
|
|
48
48
|
> Built on [Pi](https://github.com/earendil-works/pi) (MIT). See `ATTRIBUTION.md` for full provenance.
|
|
49
|
+
|
|
50
|
+
**ORIRO-Head:**
|
|
51
|
+
|
|
52
|
+
Always in context; never forgets anything; scribes everything for you locally and present the router “REAL-TIME FOREVER”.
|
|
53
|
+
Goes to the URL → crawls it in a real browser (Playwright).
|
|
54
|
+
Captures → full-page screenshot + the rendered HTML (page.content () the post-JS DOM, "what it saw").
|
|
55
|
+
Reverse-engineers → feeds that HTML (+ the screenshot for visual context) to the coder model → clean, working code.
|
|
56
|
+
Returns BOTH → {html: <what it saw>, screenshot, code: <clean reproduction>}.
|
|
57
|
+
|
|
58
|
+
**Multi-Lingual** (99 Global Languages):
|
|
59
|
+
You can use your native language in terminal and it will explain in the default language to AI router in your terminal to build and work along with/for you in ORIRO-Terminal.
|
|
60
|
+
TWO-WAY VOICE LOOP LIVE. (TTS) and hears (STT, with the free translate → English path for the coder).
|
|
61
|
+
|
|
62
|
+
**Guardian V3** Security: Talk-to-setup MCP (Guardian companion)
|
|
63
|
+
By TranzGuard.com, Financial Industry grade Live agentic threat analysis anomalous MCP payloads, crawler/Trojan/spam/3rd-party injection, behavioral detection.
|
|
64
|
+
Guardian V3 Lite is pure deterministic TypeScript regex injection patterns + IOC signatures + hidden- unicode ranges + heuristics. No weights, no tokenizer, no download. It's default-on by construction and it’s a Guardian, as deterministic detectors, not a downloadable model. Speed: Agentic, Deep.
|
|
65
|
+
|
|
66
|
+
ORIRO MCP setup — guided Q&A, no JSON: it asks name, command/URL, args, env; builds the config for you.
|
|
67
|
+
Guardian vets every server before it's saved (proven 5/5): blocks a malicious launch (curl | sh, obfuscated loader, env →URL exfil), asks-to-trust a new clean server, allows an already-trusted one — and remembers your "trust" so it won't re-ask.
|
|
68
|
+
Type-check clean.
|
|
69
|
+
As forward integration to base CLI Terminal of pi-mono foundation; we used same foundation and carry forwarded instead of backward efforts to build it backward bottom up. Thanks to the foundation work by pi-mono foundation, @Claude @KIMI and all other contributors.
|
|
70
|
+
|
|
71
|
+
We also added a fun factor in work for you: AVATAR you chose of your own in Terminal.
|
|
72
|
+
A genuinely cool stack, a terminal coder that sees the web (ORIRO-Head: Crawl → Screenshot + HTML → Reverse-engineered code), Speaks/listens in 99 languages, guards itself (Guardian V3 Lite), and can wear a floating avatar that talks back in its own voice. All on-device.
|
|
73
|
+
|
|
74
|
+
Permission cycle / Safety │ ✅ 4 modes: Shift+Tab → │ Postures │ Manual / Accept_Edits / Auto / Plan / Thinking-cycle → alt+shift+t
|
|
75
|
+
|
|
76
|
+
**Safety - ORIRO floor baked in: Even Auto can't run what Guardian blocks (wipes/exfil/curl|sh)**
|
|
77
|
+
|
|
78
|
+
**"Auto"** = don't-ask-for-low-risk, never run-anything; **Plan**= read-only
|
|
79
|
+
|
|
80
|
+
**“Indicators”** **●** Manual · **✎** Accept Edits · **⏵⏵**Auto · **▢** Plan │ Type-check clean
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
License - **MIT License**
|
|
84
|
+
|
|
85
|
+
Copyright (c) 2026 VINAY SHARMA
|
|
86
|
+
|
|
87
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
88
|
+
|
|
89
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
90
|
+
|
|
91
|
+
|