aria-memo release. aria-memo provides persistent memory for Aria agents.
Method: GET Path: /api/download/memo-latest Auth: None
Response
Same shape asGET /api/download/engine-latest.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Return the newest aria-memo release metadata and download URLs. GitHub-backed on the international site, Gitee-backed on the China site.
aria-memo release. aria-memo provides persistent memory for Aria agents.
Method: GET Path: /api/download/memo-latest Auth: None
GET /api/download/engine-latest.
curl -s https://ariacompute.com/api/download/memo-latest | jq .
{
"tag_name": "v0.2.0",
"name": "Aria Memo v0.2.0",
"prerelease": false,
"published_at": "2026-09-05T09:00:00Z",
"assets": [
{
"name": "aria-memo-linux-x86_64.tar.gz",
"url": "https://github.com/ariacompute/memo/releases/download/v0.2.0/aria-memo-linux-x86_64.tar.gz",
"size": 15000000,
"content_type": "application/gzip"
}
]
}
Was this page helpful?