You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,19 @@ We built this with tears in our eyes, remembering every episode, every gadget, e
57
57
58
58
---
59
59
60
-
## 🆕 One more thing — Doraemon now lives in your IDE. In **792 kilobytes.**
60
+
## 🆕 One more thing — your Kiro agent has a heartbeat.
61
+
62
+
### Doraemon Coding Companion: a Shimeji-style Kiro desktop pet in **792 kilobytes**
63
+
64
+
A spinner tells you to wait. Doraemon tells you what is happening.
61
65
62
66
Install one Kiro extension. Doraemon walks out of the editor and onto your
63
-
desktop — transparent, always on top, draggable, throwable.
67
+
desktop — always on top, draggable, throwable, and reacting to code, tests,
68
+
errors, Git, terminals, debugging and Kiro's AI agent status.
69
+
70
+
Nothing else to download. No API key. No account. No telemetry. Fully offline.
64
71
65
-
Nothing else to download. No API key. No account. No network call, ever.
72
+
[**Install Doraemon Coding Companion from Open VSX →**](https://open-vsx.org/extension/AlleyBo55/doraemon-coding-companion)
66
73
67
74
### The part nobody else did
68
75
@@ -79,8 +86,8 @@ Ours is **792 KB**.
79
86
80
87
Same 247 sprites. Same physics engine. Same everything.
81
88
82
-
Because 288 lines of Rust borrow the webview your operating system already
83
-
shipped. macOS has WebKit. Windows has WebView2. Linux has WebKitGTK.
89
+
Because a small native Rust companion borrows the webview your operating system
90
+
already shipped. macOS has WebKit. Windows has WebView2. Linux has WebKitGTK.
84
91
85
92
**Nobody needs a second copy of Chromium to animate a cartoon cat.**
86
93
@@ -109,8 +116,9 @@ so it can ask the OS. *That is the whole reason this works.*
109
116
110
117
### Honest small print
111
118
112
-
- Built and verified on **macOS arm64**. CI builds Windows, Linux and Intel Mac; those are unverified by hand.
113
-
- A downloaded build needs Apple notarization to clear Gatekeeper. Measured: a quarantined binary starts and prints nothing.
119
+
- CI builds Apple Silicon Mac, Intel Mac, Windows x64 and Linux x64. macOS arm64 is verified end to end; Windows and Linux render, while the 0.1.2 transparency fix still needs field validation.
120
+
- macOS is ad-hoc signed, not notarized. The extension detects quarantine and asks before clearing it from the bundled companion only.
121
+
- Wayland prevents applications from positioning their own windows, so Doraemon animates in place there. X11 restores desktop walking.
114
122
- "Waiting on approval" is **inferred** from the agent going quiet, because Kiro has no such hook trigger. A slow tool looks the same from outside.
115
123
- Approving from the bubble is deliberately not built. It would stall the agent while you're away.
<ahref="#platform-support"><imgsrc="https://img.shields.io/badge/macOS%20%C2%B7%20Windows%20%C2%B7%20Linux-supported-20232a"alt="macOS, Windows and Linux"></a>
Copy file name to clipboardExpand all lines: kiro-extension/package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
{
2
2
"name": "doraemon-coding-companion",
3
-
"displayName": "Doraemon Coding Companion",
4
-
"description": "A real desktop pet, not a sidebar widget. Doraemon walks across your screen and reacts to saves, failing tests, red diagnostics and Kiro's agent. One install, 792 KB, fully offline.",
"description": "A Shimeji-style Kiro desktop pet and AI coding companion for macOS, Windows and Linux. Doraemon reacts to code, tests, errors, Git, terminals, debugging and agent status—offline in one install.",
0 commit comments