docs(README.md): added nice download buttons

This commit is contained in:
Neko Ayaka
2026-03-10 13:42:14 +08:00
parent ea2d43b63d
commit c785268880
19 changed files with 385 additions and 0 deletions
+55
View File
@@ -60,6 +60,61 @@ Perhaps you know [Neuro-sama](https://www.youtube.com/@Neurosama) already. She i
Therefore, this project, AIRI, offers another possibility here: **let you own your digital life, cyber living, easily, anywhere, anytime**. Therefore, this project, AIRI, offers another possibility here: **let you own your digital life, cyber living, easily, anywhere, anytime**.
## Download or Web?
You can try the web version of AIRI at [airi.moeru.ai](https://airi.moeru.ai) directly.
You may also download the following desktop versions for Windows, macOS, and Linux, can be used as desktop mate / desktop pet, many unique features included:
<p float="left">
<!-- readme-section:release-binary-windows -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif" />
</picture>
</a>
<!-- readme-section:release-binary-macos -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif" />
</picture>
</a>
<a href="https://github.com/moeru-ai/airi/releases/latest">
<picture>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="32%" src="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif" />
</picture>
</a>
</p>
## DevLogs We Posted & Recent Updates ## DevLogs We Posted & Recent Updates
- [DevLog @ 2026.02.16](https://airi.moeru.ai/docs/en/blog/DevLog-2026.02.16/) on February 16, 2026 - [DevLog @ 2026.02.16](https://airi.moeru.ai/docs/en/blog/DevLog-2026.02.16/) on February 16, 2026
+55
View File
@@ -60,6 +60,61 @@ Peut-être connaissez-vous déjà [Neuro-sama](https://www.youtube.com/@Neurosam
Ainsi, ce projet AIRI offre une autre possibilité : **vous permettre de posséder votre vie digitale, votre cyber-vie, facilement, partout et à tout moment**. Ainsi, ce projet AIRI offre une autre possibilité : **vous permettre de posséder votre vie digitale, votre cyber-vie, facilement, partout et à tout moment**.
## Télécharger ou Web ?
Vous pouvez essayer la version web d'AIRI sur [airi.moeru.ai](https://airi.moeru.ai) directement.
Vous pouvez également télécharger les versions de bureau suivantes pour Windows, macOS et Linux, utilisables comme compagnon de bureau / animal de compagnie numérique, avec de nombreuses fonctionnalités uniques :
<p float="left">
<!-- readme-section:release-binary-windows -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif" />
</picture>
</a>
<!-- readme-section:release-binary-macos -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif" />
</picture>
</a>
<a href="https://github.com/moeru-ai/airi/releases/latest">
<picture>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="32%" src="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif" />
</picture>
</a>
</p>
## Journaux de développement et mises à jour récentes ## Journaux de développement et mises à jour récentes
- [DevLog @ 01.01.2026](https://airi.moeru.ai/docs/en/blog/DevLog-2026.01.01/) du 1er janvier 2026 - [DevLog @ 01.01.2026](https://airi.moeru.ai/docs/en/blog/DevLog-2026.01.01/) du 1er janvier 2026
+55
View File
@@ -62,6 +62,61 @@
そのため、このプロジェクトAIRIは、ここで別の可能性を提供します:**簡単に、どこでも、いつでも、あなた自身のデジタルライフ、サイバー生活を所有できるようにします**。 そのため、このプロジェクトAIRIは、ここで別の可能性を提供します:**簡単に、どこでも、いつでも、あなた自身のデジタルライフ、サイバー生活を所有できるようにします**。
## ダウンロード?それともWeb版?
Web版のAIRIは [airi.moeru.ai](https://airi.moeru.ai) で直接お試しいただけます。
また、以下のWindows、macOS、Linux向けデスクトップ版もダウンロードできます。デスクトップペット/デスクトップマスコットとして使え、多くのユニークな機能が含まれています:
<p float="left">
<!-- readme-section:release-binary-windows -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif" />
</picture>
</a>
<!-- readme-section:release-binary-macos -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif" />
</picture>
</a>
<a href="https://github.com/moeru-ai/airi/releases/latest">
<picture>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="32%" src="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif" />
</picture>
</a>
</p>
## 投稿した DevLog と最近のアップデート ## 投稿した DevLog と最近のアップデート
- [DevLog @ 2026.01.01](https://airi.moeru.ai/docs/en/blog/DevLog-2026.01.01/) — 2026/01/01 - [DevLog @ 2026.01.01](https://airi.moeru.ai/docs/en/blog/DevLog-2026.01.01/) — 2026/01/01
+55
View File
@@ -61,6 +61,61 @@
그래서 이 프로젝트 AIRI는 여기서 또 다른 가능성을 제시합니다: **언제 어디서나 쉽게, 당신만의 디지털 라이프, 사이버 생명을 가질 수 있도록**. 그래서 이 프로젝트 AIRI는 여기서 또 다른 가능성을 제시합니다: **언제 어디서나 쉽게, 당신만의 디지털 라이프, 사이버 생명을 가질 수 있도록**.
## 다운로드 또는 웹?
AIRI의 웹 버전을 [airi.moeru.ai](https://airi.moeru.ai)에서 바로 체험할 수 있습니다.
또한 Windows, macOS, Linux용 데스크톱 버전을 다운로드할 수 있으며, 데스크톱 메이트 / 데스크톱 펫으로 사용할 수 있고, 다양한 고유 기능이 포함되어 있습니다:
<p float="left">
<!-- readme-section:release-binary-windows -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif" />
</picture>
</a>
<!-- readme-section:release-binary-macos -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif" />
</picture>
</a>
<a href="https://github.com/moeru-ai/airi/releases/latest">
<picture>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="32%" src="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif" />
</picture>
</a>
</p>
## 게시한 DevLog 및 최근 업데이트 ## 게시한 DevLog 및 최근 업데이트
- [DevLog @ 2026.01.01](https://airi.moeru.ai/docs/en/blog/DevLog-2026.01.01/) — 2026년 1월 1일 - [DevLog @ 2026.01.01](https://airi.moeru.ai/docs/en/blog/DevLog-2026.01.01/) — 2026년 1월 1일
+55
View File
@@ -60,6 +60,61 @@
Поэтому этот проект, AIRI, предлагает здесь другую возможность: **позволить вам владеть своей цифровой жизнью, кибер-жизнью, легко, везде, в любое время**. Поэтому этот проект, AIRI, предлагает здесь другую возможность: **позволить вам владеть своей цифровой жизнью, кибер-жизнью, легко, везде, в любое время**.
## Скачать или веб-версия?
Вы можете попробовать веб-версию AIRI на [airi.moeru.ai](https://airi.moeru.ai) прямо сейчас.
Вы также можете скачать следующие настольные версии для Windows, macOS и Linux, которые можно использовать как настольного компаньона / настольного питомца, включены многие уникальные функции:
<p float="left">
<!-- readme-section:release-binary-windows -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif" />
</picture>
</a>
<!-- readme-section:release-binary-macos -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif" />
</picture>
</a>
<a href="https://github.com/moeru-ai/airi/releases/latest">
<picture>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="32%" src="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif" />
</picture>
</a>
</p>
## Журналы разработки, которые мы опубликовали, и последние обновления ## Журналы разработки, которые мы опубликовали, и последние обновления
- [DevLog @ 2026.01.01](https://airi.moeru.ai/docs/en/blog/DevLog-2026.01.01/) от 1 января 2026 г. - [DevLog @ 2026.01.01](https://airi.moeru.ai/docs/en/blog/DevLog-2026.01.01/) от 1 января 2026 г.
+55
View File
@@ -58,6 +58,61 @@ Có lẽ bạn đã biết [Neuro-sama](https://www.youtube.com/@Neurosama). Cô
Do đó, dự án AIRI mang đến một lựa chọn khác: **cho phép bạn sở hữu thực thể số của riêng mình, dễ dàng, mọi lúc, mọi nơi.** Do đó, dự án AIRI mang đến một lựa chọn khác: **cho phép bạn sở hữu thực thể số của riêng mình, dễ dàng, mọi lúc, mọi nơi.**
## Tải Về Hay Dùng Web?
Bạn có thể thử phiên bản web của AIRI tại [airi.moeru.ai](https://airi.moeru.ai) ngay bây giờ.
Bạn cũng có thể tải các phiên bản desktop cho Windows, macOS và Linux dưới đây, có thể dùng làm bạn đồng hành trên máy tính / thú cưng ảo trên desktop, bao gồm nhiều tính năng độc đáo:
<p float="left">
<!-- readme-section:release-binary-windows -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif" />
</picture>
</a>
<!-- readme-section:release-binary-macos -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif" />
</picture>
</a>
<a href="https://github.com/moeru-ai/airi/releases/latest">
<picture>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.dark.en-US.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="32%" src="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif" />
</picture>
</a>
</p>
--- ---
## DevLogs Đã Đăng & Cập Nhật Gần Đây ## DevLogs Đã Đăng & Cập Nhật Gần Đây
+55
View File
@@ -61,6 +61,61 @@
因此,这个项目 AIRI,在这里提供了另一种可能性:**让你轻松拥有自己的数字生命、赛博生命,随时随地**。 因此,这个项目 AIRI,在这里提供了另一种可能性:**让你轻松拥有自己的数字生命、赛博生命,随时随地**。
## 下载桌面端?或者网页版也可以?
你可以直接通过我们的网页端 [airi.moeru.ai](https://airi.moeru.ai) 来试用 AIRI。
你也可以下载以下适用于 Windows、macOS 和 Linux 的桌面端版本,可以当桌宠用哦,还有很多特殊功能:
<p float="left">
<!-- readme-section:release-binary-windows -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.dark.zh-Hans.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.zh-Hans.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.zh-Hans.avif" />
</picture>
</a>
<!-- readme-section:release-binary-macos -->
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
<picture>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.dark.zh-Hans.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="33.5%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.zh-Hans.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.zh-Hans.avif" />
</picture>
</a>
<a href="https://github.com/moeru-ai/airi/releases/latest">
<picture>
<sourc
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.dark.zh-Hans.avif"
media="(prefers-color-scheme: dark)"
/>
<source
width="32%"
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.zh-Hans.avif"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img width="32%" src="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.zh-Hans.avif" />
</picture>
</a>
</p>
## 我们发布的 DevLog & 近期更新 ## 我们发布的 DevLog & 近期更新
- [DevLog @ 2026.01.01](https://airi.moeru.ai/docs/zh-Hans/blog/DevLog-2026.01.01/) — 2026 年 1 月 1 日 - [DevLog @ 2026.01.01](https://airi.moeru.ai/docs/zh-Hans/blog/DevLog-2026.01.01/) — 2026 年 1 月 1 日
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB