Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# DesireCore

[![GitHub release](https://img.shields.io/github/v/release/desirecore/distribution)](https://github.com/desirecore/distribution/releases/latest)
> An open, delegation-based **AgentOS** (Agent Operating System) — a teachable, file-based AI companion desktop app you can grow.

[![GitHub release](https://img.shields.io/github/v/release/desirecore/agent-os)](https://github.com/desirecore/agent-os/releases/latest)
![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux%20%7C%20Web-blue)
![Electron](https://img.shields.io/badge/Electron-latest-47848F?logo=electron&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6?logo=typescript&logoColor=white)
Expand Down Expand Up @@ -59,14 +61,14 @@ Download the latest version for your platform:

| Platform | Architecture | File | Download |
|----------|-------------|------|----------|
| Windows | x64 | `.exe` (NSIS installer) | [Download](https://github.com/desirecore/distribution/releases/latest) |
| Windows | ARM64 | `.exe` (NSIS installer) | [Download](https://github.com/desirecore/distribution/releases/latest) |
| macOS | Intel (x64) | `.dmg` | [Download](https://github.com/desirecore/distribution/releases/latest) |
| macOS | Apple Silicon (ARM64) | `.dmg` | [Download](https://github.com/desirecore/distribution/releases/latest) |
| Linux | x64 | `.AppImage` | [Download](https://github.com/desirecore/distribution/releases/latest) |
| Linux | ARM64 | `.AppImage` | [Download](https://github.com/desirecore/distribution/releases/latest) |
| Windows | x64 | `.exe` (NSIS installer) | [Download](https://github.com/desirecore/agent-os/releases/latest) |
| Windows | ARM64 | `.exe` (NSIS installer) | [Download](https://github.com/desirecore/agent-os/releases/latest) |
| macOS | Intel (x64) | `.dmg` | [Download](https://github.com/desirecore/agent-os/releases/latest) |
| macOS | Apple Silicon (ARM64) | `.dmg` | [Download](https://github.com/desirecore/agent-os/releases/latest) |
| Linux | x64 | `.AppImage` | [Download](https://github.com/desirecore/agent-os/releases/latest) |
| Linux | ARM64 | `.AppImage` | [Download](https://github.com/desirecore/agent-os/releases/latest) |

Or browse **[all releases](https://github.com/desirecore/distribution/releases)** for older versions.
Or browse **[all releases](https://github.com/desirecore/agent-os/releases)** for older versions.

You can also download from the [official website](https://www.desirecore.com).

Expand Down Expand Up @@ -95,7 +97,7 @@ You can also download from the [official website](https://www.desirecore.com).
3. Run it: `./DesireCore-*.AppImage`
4. (Optional) Use the included install script for desktop integration:
```bash
curl -fsSL https://raw.githubusercontent.com/desirecore/distribution/main/scripts/install-linux.sh | bash
curl -fsSL https://raw.githubusercontent.com/desirecore/agent-os/main/scripts/install-linux.sh | bash
```

---
Expand Down Expand Up @@ -128,7 +130,7 @@ Each release includes SHA-512 checksums in the `latest.yml` / `latest-mac.yml` /
**macOS / Linux:**
```bash
# Download the verification script
curl -fsSL https://raw.githubusercontent.com/desirecore/distribution/main/scripts/verify-checksum.sh -o verify.sh
curl -fsSL https://raw.githubusercontent.com/desirecore/agent-os/main/scripts/verify-checksum.sh -o verify.sh
chmod +x verify.sh

# Verify a downloaded file
Expand All @@ -138,7 +140,7 @@ chmod +x verify.sh
**Windows (PowerShell):**
```powershell
# Download and run the verification script
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/desirecore/distribution/main/scripts/verify-checksum.ps1" -OutFile verify.ps1
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/desirecore/agent-os/main/scripts/verify-checksum.ps1" -OutFile verify.ps1
.\verify.ps1 -File "DesireCore_10.0.1_x64.exe" -MetadataFile "latest.yml"
```

Expand Down Expand Up @@ -201,7 +203,7 @@ Agents are file-based (AgentFS). You can share them by:
## Links

- [Official Website](https://www.desirecore.com)
- [All Releases](https://github.com/desirecore/distribution/releases)
- [All Releases](https://github.com/desirecore/agent-os/releases)

---

Expand Down
26 changes: 14 additions & 12 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# DesireCore

[![GitHub release](https://img.shields.io/github/v/release/desirecore/distribution)](https://github.com/desirecore/distribution/releases/latest)
> 开放的委派式 **AgentOS**(Agent 操作系统)—— 一个可培养、文件化的 AI 同伴桌面应用。

[![GitHub release](https://img.shields.io/github/v/release/desirecore/agent-os)](https://github.com/desirecore/agent-os/releases/latest)
![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux%20%7C%20Web-blue)
![Electron](https://img.shields.io/badge/Electron-latest-47848F?logo=electron&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6?logo=typescript&logoColor=white)
Expand Down Expand Up @@ -59,14 +61,14 @@

| 平台 | 架构 | 文件 | 下载 |
|------|------|------|------|
| Windows | x64 | `.exe`(NSIS 安装程序) | [下载](https://github.com/desirecore/distribution/releases/latest) |
| Windows | ARM64 | `.exe`(NSIS 安装程序) | [下载](https://github.com/desirecore/distribution/releases/latest) |
| macOS | Intel (x64) | `.dmg` | [下载](https://github.com/desirecore/distribution/releases/latest) |
| macOS | Apple Silicon (ARM64) | `.dmg` | [下载](https://github.com/desirecore/distribution/releases/latest) |
| Linux | x64 | `.AppImage` | [下载](https://github.com/desirecore/distribution/releases/latest) |
| Linux | ARM64 | `.AppImage` | [下载](https://github.com/desirecore/distribution/releases/latest) |
| Windows | x64 | `.exe`(NSIS 安装程序) | [下载](https://github.com/desirecore/agent-os/releases/latest) |
| Windows | ARM64 | `.exe`(NSIS 安装程序) | [下载](https://github.com/desirecore/agent-os/releases/latest) |
| macOS | Intel (x64) | `.dmg` | [下载](https://github.com/desirecore/agent-os/releases/latest) |
| macOS | Apple Silicon (ARM64) | `.dmg` | [下载](https://github.com/desirecore/agent-os/releases/latest) |
| Linux | x64 | `.AppImage` | [下载](https://github.com/desirecore/agent-os/releases/latest) |
| Linux | ARM64 | `.AppImage` | [下载](https://github.com/desirecore/agent-os/releases/latest) |

或浏览 **[所有版本](https://github.com/desirecore/distribution/releases)** 获取历史版本。
或浏览 **[所有版本](https://github.com/desirecore/agent-os/releases)** 获取历史版本。

也可从[官网](https://www.desirecore.com)下载。

Expand Down Expand Up @@ -95,7 +97,7 @@
3. 运行:`./DesireCore-*.AppImage`
4. (可选)使用安装脚本集成到桌面环境:
```bash
curl -fsSL https://raw.githubusercontent.com/desirecore/distribution/main/scripts/install-linux.sh | bash
curl -fsSL https://raw.githubusercontent.com/desirecore/agent-os/main/scripts/install-linux.sh | bash
```

---
Expand Down Expand Up @@ -128,7 +130,7 @@ DesireCore_{版本号}_{架构}.{扩展名}
**macOS / Linux:**
```bash
# 下载校验脚本
curl -fsSL https://raw.githubusercontent.com/desirecore/distribution/main/scripts/verify-checksum.sh -o verify.sh
curl -fsSL https://raw.githubusercontent.com/desirecore/agent-os/main/scripts/verify-checksum.sh -o verify.sh
chmod +x verify.sh

# 校验下载的文件
Expand All @@ -138,7 +140,7 @@ chmod +x verify.sh
**Windows(PowerShell):**
```powershell
# 下载并运行校验脚本
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/desirecore/distribution/main/scripts/verify-checksum.ps1" -OutFile verify.ps1
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/desirecore/agent-os/main/scripts/verify-checksum.ps1" -OutFile verify.ps1
.\verify.ps1 -File "DesireCore_10.0.1_x64.exe" -MetadataFile "latest.yml"
```

Expand Down Expand Up @@ -201,7 +203,7 @@ Android、HarmonyOS 和 iOS(iPhone 和 iPad)版本正在开发中。请关
## 链接

- [官方网站](https://www.desirecore.com)
- [所有版本](https://github.com/desirecore/distribution/releases)
- [所有版本](https://github.com/desirecore/agent-os/releases)

---

Expand Down
4 changes: 2 additions & 2 deletions scripts/install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - 注册 dc:// 协议
#
# 用法:
# curl -fsSL https://raw.githubusercontent.com/desirecore/distribution/main/scripts/install-linux.sh | bash
# curl -fsSL https://raw.githubusercontent.com/desirecore/agent-os/main/scripts/install-linux.sh | bash
#
# 或手动运行:
# ./install-linux.sh [--no-shortcut] [--no-protocol]
Expand Down Expand Up @@ -50,7 +50,7 @@ done

# 获取最新版本信息
echo -e "${YELLOW}正在获取最新版本信息...${NC}"
RELEASE_INFO=$(curl -fsSL "https://api.github.com/repos/desirecore/distribution/releases/latest")
RELEASE_INFO=$(curl -fsSL "https://api.github.com/repos/desirecore/agent-os/releases/latest")
VERSION=$(echo "$RELEASE_INFO" | jq -r '.tag_name')

if [ -z "$VERSION" ] || [ "$VERSION" = "null" ]; then
Expand Down