每隔一段时间,主子从屏幕角落瞬移到中央,让你抬头喘口气;时间到了 ta 就自己回角落继续守着。完全本地、零网络请求。 Every once in a while, your pet teleports from a screen corner to the center to make you look up and breathe. When the break ends, it walks back to the corner. 100% local, zero network calls.
不占 Dock 位置。没有声音。只靠主子的视觉出场打断你。 No Dock icon. No sound. The only signal is your pet showing up on screen.
到点叫主子从角落跑到屏幕中央站岗 N 秒,你抬头活动一下。 Every N minutes, the pet runs from the corner to the center and stays for a short break.
选几个容易上瘾的 App,在里面待太久也会被主子打断。 Pick the apps that suck you in — spend too long there and your pet pops out too.
预装虎虎 + lolo 两只。也能上传两段你家宠物的视频做一只新的。 Husky + lolo bundled. Upload two short clips of your own pet to make a new one.
三张图按顺序看完,整个产品逻辑就一目了然了。 Three frames, in order — the whole product loop in one glance.
01
菜单栏卡片Menu-bar card
02
设置 + 中英切换Settings + bilingual
03
主子来打断你Your pet pulls you out
没花 99 刀走 Apple 公证流程,所以 DMG 是未签名的,多了一步解除 macOS 隔离的命令。 The DMG isn't notarized (Apple charges $99/year). One extra command lifts macOS's quarantine flag.
下载 DMG 并打开Download and open the DMG
从 GitHub Releases 抓最新的 MewMew-0.10.0.dmg,双击挂载,把 MewMew.app 拖到 Applications。 Grab the latest MewMew-0.10.0.dmg from GitHub Releases, mount it, drag MewMew.app into Applications.
在终端跑一行命令Run one command in Terminal
解除 macOS 给"非 App Store"应用打的隔离标记。 Lifts the macOS quarantine flag that's applied to non-App-Store apps.
xattr -dr com.apple.quarantine /Applications/MewMew.app
打开 MewMewLaunch MewMew
菜单栏出现一只爪印——欢迎引导会自动弹出,让你选主子、设节奏。 A paw icon shows up in the menu bar. The welcome flow opens automatically — pick a pet, set your rhythm.
v0.10.0 砍掉了之前可选的 AI 视频生成路径。现在 app 里搜不到一行 URLSession。 v0.10.0 removed the optional AI video-generation path. You won't find a single URLSession call in the codebase.
xattr -dr 那行命令把条子撕掉就完事,撕完跟正版没两样。这事只在你第一次下载时折腾你一次。
URLSession,一个都搜不到。曾经那点 AI 生成路径,v0.10.0 已经被亲手砍干净了。
/Applications/MewMew.app 扔废纸篓就行。想连本地数据一起清干净,顺手删掉 ~/Library/Application Support/MewMew/ 这个目录,主子的痕迹一点不留。
xattr -dr command just peels the sticker off. After that MewMew runs like any other app — and you only get bugged about it once.
URLSession in the source yourself, you'll get zero hits. The old AI-gen path got personally executed in v0.10.0.
/Applications/MewMew.app to the Trash. To also wipe local data, nuke ~/Library/Application Support/MewMew/ and your pet leaves no trace.