[{"data":1,"prerenderedAt":500},["ShallowReactive",2],{"content:\u002Fja\u002Ffiddling\u002Fmacos-27-apple-intelligence-chatgpt":3,"github:SkyBlue997\u002FenableMacosAI":413,"surround:\u002Fja\u002Ffiddling\u002Fmacos-27-apple-intelligence-chatgpt":489},{"id":4,"title":5,"authorship":6,"body":7,"categories":385,"date":387,"description":388,"draft":389,"extension":390,"image":391,"meta":392,"navigation":394,"path":395,"permalink":396,"published":396,"readingTime":397,"recommend":396,"references":396,"seo":402,"seoDescription":403,"seoTitle":396,"sitemap":404,"stem":405,"tags":406,"type":411,"__hash__":412},"content_ja\u002Fposts\u002Ffiddling\u002Fmacos-27-apple-intelligence-chatgpt.md","中国本土向けMacでApple Intelligenceを使う：地域変更からChatGPTの取り出しまで","ai-human-reviewed",{"type":8,"value":9,"toc":376},"minimark",[10,14,23,27,30,41,67,101,105,108,112,115,118,126,129,135,138,141,153,156,162,170,173,177,180,187,193,200,210,213,216,222,239,244,250,253,275,278,284,292,295,301,305,311,317,323,333,336,342,348,354,364,367,370],[11,12,13],"p",{},"今年もテック界の年越し番組、WWDCがやってきて、macOS 27も予定どおり登場しました。見た目は変わり、バージョン番号も上がりましたが、最大の更新であるApple Intelligenceだけは、中国本土向け端末で依然使えません。またも中国本土を避けて一周する更新で、相変わらず二等市民扱いです。",[11,15,16,17,22],{},"昨年の",[18,19,21],"a",{"href":20},"\u002Fja\u002Ffiddling\u002Fmacos-26-trial","macOS 26","ではあまり気にしませんでしたが、今年は手元に端末があるのだし、いじってみることにしました。中国本土向けMacBook Air M5、macOS 27（26A5353q）です。まずカーネル拡張でApple Intelligenceを有効にし、その後ChatGPT拡張を有効にします。後者には独自のジオフェンスがあり、Apple Intelligence全体の地域制限よりずっと厳しいのです。",[24,25,26],"h2",{"id":26},"仕組み",[11,28,29],{},"Apple Intelligence全体の地域制限は、次のように単純化できます。",[31,32,37],"pre",{"className":33,"code":35,"language":36},[34],"language-text","MGGetStringAnswer(\"RegionCode\") == \"CH\"  →  Apple 智能关闭\n","text",[38,39,35],"code",{"__ignoreMap":40},"",[11,42,43,46,47,50,51,54,55,58,59,62,63,66],{},[38,44,45],{"code":45},"RegionCode","はIORegistryの",[38,48,49],{"code":49},"IOPlatformExpertDevice","にある",[38,52,53],{"code":53},"region-info","をリアルタイムで読み取ります。中国本土向け端末の値は",[38,56,57],{"code":57},"CH\u002FA","です。macOS 27の",[38,60,61],{"code":61},"eligibilityd","はSwiftDataで資格を随時再計算するため、plistを書き換えて",[38,64,65],{"code":65},"uchg","で固定する従来の方法はすべて効かなくなりました。変更しても再起動で戻ります。",[11,68,69,70,72,73,79,80,82,83,86,87,89,90,93,94,89,97,100],{},"根本的にはIORegistry側の",[38,71,53],{"code":53},"を変える必要があります。GitHubの",[18,74,78],{"href":75,"rel":76},"https:\u002F\u002Fgithub.com\u002FSkyBlue997\u002FenableMacosAI",[77],"nofollow","RegionSpoof","はこの仕組みで、",[38,81,49],{"code":49},"にマッチするkextを読み込み、",[38,84,85],{"code":85},"start()","で",[38,88,53],{"code":53},"を",[38,91,92],{"code":92},"LL\u002FA","（米国版）、",[38,95,96],{"code":96},"country-of-origin",[38,98,99],{"code":99},"USA","にします。すべてのプロセスが情報源から米国地域として読むため、利用資格、モデル配信、UIがまとめて有効になります。各プロセスへの個別注入は不要です。",[102,103],"github",{"repo":104},"SkyBlue997\u002FenableMacosAI",[11,106,107],{},"簡潔で徹底した方法ですが、カーネル拡張を読み込む必要があります。そのためにはSIPを無効にしなければなりません。",[24,109,111],{"id":110},"避けられないsip","避けられないSIP",[11,113,114],{},"Apple Siliconで第三者製kextを読み込むには、システム整合性保護（SIP）を無効にし、Permissiveセキュリティモードへ切り替え、第三者製カーネル拡張を許可します。復旧モードに入る必要があります。",[11,116,117],{},"電源を切ってから電源ボタンを長押しして復旧モードに入り、ターミナルで次を入力します。",[31,119,124],{"className":120,"code":122,"language":123,"meta":40},[121],"language-bash","csrutil disable\n","bash",[38,125,122],{"__ignoreMap":40},[11,127,128],{},"再起動して通常のシステムに戻り、プロジェクト内で次を実行します。",[31,130,133],{"className":131,"code":132,"language":123,"meta":40},[121],"sudo .\u002Finstall.sh\n",[38,134,132],{"__ignoreMap":40},[11,136,137],{},"スクリプトがSIPとApple Siliconの状態を確認し、kextを入れ、自動起動用LaunchDaemonを設定して、Apple Intelligence関連のデーモンを更新します。初回のkext読み込みはOSに止められるので、「システム設定 → プライバシーとセキュリティ」で許可して再起動します。",[11,139,140],{},"ここに落とし穴があります。",[142,143,146],"alert",{"type":144,"title":145},"warning","ついでにAMFIまで無効にしない",[11,147,148,149,152],{},"SIPを切る際、",[38,150,151],{"code":151},"amfi_get_out_of_my_way=1","をboot-argに追加するよう勧める解説が多くあります。AMFIを無効にするとSEPがPrivate Cloud Computeへのハードウェア証明を拒否し、クラウドAIが使えず、端末内処理だけになります。文体の書き換えやImage Playgroundなど、PCCを使う機能はすべて動きません。",[11,154,155],{},"導入後は次のコマンドで状態を確認できます。",[31,157,160],{"className":158,"code":159,"language":123,"meta":40},[121],"sudo .\u002Finstall.sh status     # SIP \u002F AMFI \u002F region \u002F kext \u002F 资格 一览\nioreg -ard1 -c IOPlatformExpertDevice | plutil -p - | grep region-info   # 应为 0x4c4c2f41 即 \"LL\u002FA\"\n",[38,161,159],{"__ignoreMap":40},[11,163,164,166,167,169],{},[38,165,53],{"code":53},"が",[38,168,92],{"code":92},"、資格ドメインGREYMATTERが4（eligible）ならOKです。再起動して設定を開くとApple Intelligenceの項目が現れ、作文ツール、Genmoji、Image Playground、Foundation Modelsが正常に使えました。",[11,171,172],{},"完璧です！",[24,174,176],{"id":175},"chatgpt拡張","ChatGPT拡張",[11,178,179],{},"問題はSiriのChatGPT拡張でした。Siri設定にはChatGPT拡張のスイッチとログイン項目が出るはずなのに、Siriは「ChatGPT用のApple Intelligenceサポートをダウンロード中」とも表示します。",[11,181,182,183,186],{},"最初は本当にダウンロードが詰まったのだと思い、",[38,184,185],{"code":185},"generativeexperiencesd","のログを取りました。しかし原因はダウンロードではなく、次のproviderが非表示と判定されていました。",[31,188,191],{"className":189,"code":190,"language":36},[34],"Retrieved provider status for ChatGPT: .forciblyHidden, info:\n  partnerNotSelected,\n  useCaseDoesNotAllowCurrentIPCountryCode,\n  useCaseDoesNotAllowUserLocaleRegion\n",[38,192,190],{"__ignoreMap":40},[11,194,195,196,199],{},"理由は3つです。",[38,197,198],{"code":198},"partnerNotSelected","はスイッチが出ないことによるものなのでひとまず置いておきます。本題は残る2つで、現在のIPの国コードとシステムの地域設定が条件に合っていません。",[11,201,202,203,205,206,209],{},"面白い話です。kextで端末の地域は米国版になり、",[38,204,45],{"code":45},"もUSです。しかしChatGPT拡張はそれを読まず、",[38,207,208],{"code":208},"countryd","がリアルタイムで計算する「今どの国にいるか」を使っています。",[24,211,212],{"id":212},"countrydを攻略する",[11,214,215],{},"日本のプロキシにつなぎ、出口IPが日本であることを確認しました。Apple自身のGeoIP APIもJPを返します。",[31,217,220],{"className":218,"code":219,"language":123,"meta":40},[121],"curl -s https:\u002F\u002Fgspe1-ssl.ls.apple.com\u002Fpep\u002Fgcc   # 返回 JP\n",[38,221,219],{"__ignoreMap":40},[11,223,224,225,227,228,231,232,235,236,238],{},"これで制限が解けるはずですが、",[38,226,185],{"code":185},"を再起動しても",[38,229,230],{"code":230},"isDisabled","は",[38,233,234],{"code":234},"true","のままでした。",[38,237,208],{"code":208},"を見ると、かなり複雑な仕組みがありました。",[11,240,241,243],{},[38,242,208],{"code":208},"は次の優先順位で国を判定します。",[31,245,248],{"className":246,"code":247,"language":36},[34],"WiFiAP (优先级 1)  >  Location 定位 (优先级 4)  >  GeoIP (优先级 5)\n",[38,249,247],{"__ignoreMap":40},[11,251,252],{},"プロキシが変えるのはIP、つまり最下位のGeoIPだけです。その上にWi-Fiアクセスポイント測位と、位置情報サービスからの緯度・経度があり、どちらも私を中国本土と判定していました。",[11,254,255,256,259,260,166,263,266,267,270,271,274],{},"位置情報サービスは無効にすればよく、",[38,257,258],{"code":258},"LatLonLocation","の信号が消えます。地域設定も中国本土から日本へ変更するだけです。",[38,261,262],{"code":262},"AppleLocale",[38,264,265],{"code":265},"zh_CN","から",[38,268,269],{"code":269},"zh-Hans_JP","になり、",[38,272,273],{"code":273},"useCaseDoesNotAllowUserLocaleRegion","は通りました。",[11,276,277],{},"厄介なのはWi-Fiです。スマートフォンのテザリングならBSSIDはAppleの位置データベースにないだろうと考えました。接続してログを取ると、前半は予想どおりです。",[31,279,282],{"className":280,"code":281,"language":36},[34],"21:49:42  \"WiFi AP update\", \"countryCode\":\"\"     ← 热点本身查不到国家，是空的\n21:49:51  \"WiFi AP update\", \"countryCode\":\"CN\"   ← 9 秒后又变回 CN\n",[38,283,281],{"__ignoreMap":40},[11,285,286,287,291],{},"そのホットスポットのBSSIDは空を返しました。しかし9秒後にはまたCNになります。AppleのWi-Fi測位は接続先だけでなく、周囲の",[288,289,290],"strong",{},"すべて","のWi-Fi信号を調べるからです。テザリング中でも、自宅や隣家、建物中の中国国内ルーターが私の居場所を教えてしまいます。",[11,293,294],{},"Wi-Fiが有効な限り、どこにつないでも無駄です。周囲の中国国内APが次々に居場所をばらします。",[11,296,297],{},[298,299,300],"del",{},"Only Apple Can Do",[24,302,304],{"id":303},"wi-fiを切る","Wi-Fiを切る",[11,306,307,308,310],{},"Wi-Fiを切って有線接続にすれば、",[38,309,208],{"code":208},"は物理的な位置の信号を取れず、GeoIPだけで判断するしかありません。",[11,312,313,314,316],{},"私はiPhoneのUSBテザリングを使い、Mac側ではすべての通信を日本のプロキシ経由にして、Wi-Fiは切ったままにしました。",[38,315,208],{"code":208},"を見ると、GeoIPはついに日本です。",[31,318,321],{"className":319,"code":320,"language":36},[34],"\"CACHE: Geo IP country code changing\", \"from\":\"CN\", \"to\":\"JP, priority = 5 (GeoIP)\"\n",[38,322,320],{"__ignoreMap":40},[11,324,325,326,328,329,332],{},"それでもoverallはCNでした。調べると、Wi-Fiを切っても「クリア」イベントは送られず、",[38,327,208],{"code":208},"は最後の",[38,330,331],{"code":331},"WiFiAP=CN","をディスクにキャッシュして、再起動のたびに読み戻します。最優先なので、GeoIPが反映されません。",[11,334,335],{},"ならばキャッシュを削除します。",[31,337,340],{"className":338,"code":339,"language":123,"meta":40},[121],"sudo plutil -p \u002Fvar\u002Fdb\u002Fcom.apple.countryd\u002FcountryCodeCache.plist\n",[38,341,339],{"__ignoreMap":40},[11,343,344,345,347],{},"サービスを止め、キャッシュを削除し、Wi-Fiを切った状態で",[38,346,208],{"code":208},"を再起動します。",[31,349,352],{"className":350,"code":351,"language":123,"meta":40},[121],"sudo launchctl bootout system\u002Fcom.apple.countryd\nsudo rm -f \u002Fvar\u002Fdb\u002Fcom.apple.countryd\u002FcountryCodeCache.plist   # [!code highlight]\nsudo launchctl bootstrap system \u002FSystem\u002FLibrary\u002FLaunchDaemons\u002Fcom.apple.countryd.plist\n",[38,353,351],{"__ignoreMap":40},[11,355,356,357,359,360,363],{},"ここまで来て、ついに",[38,358,208],{"code":208},"の判定が日本になりました。ChatGPTの",[38,361,362],{"code":362},"forciblyHidden","が解除され、設定に拡張のスイッチが現れました。",[11,365,366],{},"Finally！",[11,368,369],{},"スイッチが出たらChatGPTを有効にします。PlusやProのアカウントがあればログインできます。",[142,371,373],{"type":372},"tip",[11,374,375],{},"一度ChatGPT拡張を有効にすれば、その後Wi-Fiや地域設定を元に戻しても、引き続きChatGPTを使えます。",{"title":40,"searchDepth":377,"depth":377,"links":378},4,[379,381,382,383,384],{"id":26,"depth":380,"text":26},2,{"id":110,"depth":380,"text":111},{"id":175,"depth":380,"text":176},{"id":212,"depth":380,"text":212},{"id":303,"depth":380,"text":304},[386],"fiddling","2026-06-11 10:00:00","今年もWWDCでmacOS 27の新しいApple Intelligenceが登場しました。macOS 26時代の回避方法はもう使えず、引き続きAppleとの知恵比べです。",false,"md","https:\u002F\u002Fblog-img.774352199.xyz\u002FfOFucm.webp",{"slots":393},{},true,"\u002Ffiddling\u002Fmacos-27-apple-intelligence-chatgpt",null,{"text":398,"minutes":399,"time":400,"words":401},"10 min read",9.74,584400,1948,{"title":5,"description":388},"中国本土向けMacのmacOS 27でApple Intelligenceを有効にした記録。RegionSpoofやSIPの設定、ChatGPT拡張を阻むcountrydの位置判定とキャッシュを調べます。",{"loc":395},"posts\u002Ffiddling\u002Fmacos-27-apple-intelligence-chatgpt",[407,408,409,410],"macOS 27","Apple Intelligence","ChatGPT","中国本土向けMac","tech","Ac7_klsoPc8DD8IV9cd3w_I_uBmqe6x2X4zKkz-Axvo",{"id":414,"node_id":415,"name":416,"full_name":104,"private":389,"owner":417,"html_url":75,"description":435,"fork":389,"url":436,"forks_url":437,"keys_url":438,"collaborators_url":439,"teams_url":440,"hooks_url":441,"issue_events_url":442,"events_url":443,"assignees_url":444,"branches_url":445,"tags_url":446,"blobs_url":447,"git_tags_url":448,"git_refs_url":449,"trees_url":450,"statuses_url":451,"languages_url":452,"stargazers_url":453,"contributors_url":454,"subscribers_url":455,"subscription_url":456,"commits_url":457,"git_commits_url":458,"comments_url":459,"issue_comment_url":460,"contents_url":461,"compare_url":462,"merges_url":463,"archive_url":464,"downloads_url":465,"issues_url":466,"pulls_url":467,"milestones_url":468,"notifications_url":469,"labels_url":470,"releases_url":471,"deployments_url":472,"created_at":473,"updated_at":474,"pushed_at":475,"git_url":476,"ssh_url":477,"clone_url":478,"svn_url":75,"homepage":40,"size":479,"stargazers_count":480,"watchers_count":480,"language":481,"has_issues":394,"has_projects":394,"has_downloads":389,"has_wiki":394,"has_pages":389,"has_discussions":389,"forks_count":482,"mirror_url":396,"archived":389,"disabled":389,"open_issues_count":483,"license":396,"allow_forking":394,"is_template":389,"web_commit_signoff_required":389,"has_pull_requests":394,"pull_request_creation_policy":484,"topics":485,"visibility":434,"forks":482,"open_issues":483,"watchers":480,"default_branch":487,"temp_clone_token":396,"network_count":482,"subscribers_count":488},1265107923,"R_kgDOS2gD0w","enableMacosAI",{"login":418,"id":419,"node_id":420,"avatar_url":421,"gravatar_id":40,"url":422,"html_url":423,"followers_url":424,"following_url":425,"gists_url":426,"starred_url":427,"subscriptions_url":428,"organizations_url":429,"repos_url":430,"events_url":431,"received_events_url":432,"type":433,"user_view_type":434,"site_admin":389},"SkyBlue997",74125386,"MDQ6VXNlcjc0MTI1Mzg2","https:\u002F\u002Favatars.githubusercontent.com\u002Fu\u002F74125386?v=4","https:\u002F\u002Fapi.github.com\u002Fusers\u002FSkyBlue997","https:\u002F\u002Fgithub.com\u002FSkyBlue997","https:\u002F\u002Fapi.github.com\u002Fusers\u002FSkyBlue997\u002Ffollowers","https:\u002F\u002Fapi.github.com\u002Fusers\u002FSkyBlue997\u002Ffollowing{\u002Fother_user}","https:\u002F\u002Fapi.github.com\u002Fusers\u002FSkyBlue997\u002Fgists{\u002Fgist_id}","https:\u002F\u002Fapi.github.com\u002Fusers\u002FSkyBlue997\u002Fstarred{\u002Fowner}{\u002Frepo}","https:\u002F\u002Fapi.github.com\u002Fusers\u002FSkyBlue997\u002Fsubscriptions","https:\u002F\u002Fapi.github.com\u002Fusers\u002FSkyBlue997\u002Forgs","https:\u002F\u002Fapi.github.com\u002Fusers\u002FSkyBlue997\u002Frepos","https:\u002F\u002Fapi.github.com\u002Fusers\u002FSkyBlue997\u002Fevents{\u002Fprivacy}","https:\u002F\u002Fapi.github.com\u002Fusers\u002FSkyBlue997\u002Freceived_events","User","public","国行 Mac 一键开启完整 Apple 智能(端侧 + Private Cloud Compute 云端)· macOS 27 \u002F Apple Silicon","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fforks","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fkeys{\u002Fkey_id}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fcollaborators{\u002Fcollaborator}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fteams","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fhooks","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fissues\u002Fevents{\u002Fnumber}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fevents","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fassignees{\u002Fuser}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fbranches{\u002Fbranch}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Ftags","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fgit\u002Fblobs{\u002Fsha}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fgit\u002Ftags{\u002Fsha}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fgit\u002Frefs{\u002Fsha}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fgit\u002Ftrees{\u002Fsha}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fstatuses\u002F{sha}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Flanguages","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fstargazers","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fcontributors","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fsubscribers","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fsubscription","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fcommits{\u002Fsha}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fgit\u002Fcommits{\u002Fsha}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fcomments{\u002Fnumber}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fissues\u002Fcomments{\u002Fnumber}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fcontents\u002F{+path}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fcompare\u002F{base}...{head}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fmerges","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002F{archive_format}{\u002Fref}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fdownloads","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fissues{\u002Fnumber}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fpulls{\u002Fnumber}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fmilestones{\u002Fnumber}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fnotifications{?since,all,participating}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Flabels{\u002Fname}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Freleases{\u002Fid}","https:\u002F\u002Fapi.github.com\u002Frepos\u002FSkyBlue997\u002FenableMacosAI\u002Fdeployments","2026-06-10T13:23:39Z","2026-09-20T11:36:48Z","2026-09-10T12:35:58Z","git:\u002F\u002Fgithub.com\u002FSkyBlue997\u002FenableMacosAI.git","git@github.com:SkyBlue997\u002FenableMacosAI.git","https:\u002F\u002Fgithub.com\u002FSkyBlue997\u002FenableMacosAI.git",83,2090,"Shell",121,17,"all",[486],"apple-intelligence","main",14,[490,495],{"title":491,"path":492,"stem":493,"date":494,"type":411,"children":-1},"TREKひとつのつもりが、20個のスタックに","\u002Ffiddling\u002Fone-trek-twenty-stacks","posts\u002Ffiddling\u002Fone-trek-twenty-stacks","2026-05-11 22:43:00",{"title":496,"path":497,"stem":498,"date":499,"type":411,"children":-1},"Xiaomi 17を普段使いに：ロック解除、ROM書き込み、root化とroot隠し","\u002Ffiddling\u002Fxiaomi17-root-and-hide-root","posts\u002Ffiddling\u002Fxiaomi17-root-and-hide-root","2026-08-17 23:59:21",1789914057905]