{"id":26591577,"url":"https://github.com/aingdesk/aingdesk","last_synced_at":"2025-05-15T01:08:22.707Z","repository":{"id":278121375,"uuid":"931442415","full_name":"aingdesk/AingDesk","owner":"aingdesk","description":"AingDesk是一款简单好用的AI助手，支持知识库、模型API、分享、联网搜索、智能体，它还在飞快成长中。 AingDesk is a simple and easy-to-use AI assistant that supports knowledge bases, model APIs, sharing, internet search, and intelligent agents. It is still growing rapidly.","archived":false,"fork":false,"pushed_at":"2025-05-08T13:12:04.000Z","size":16304,"stargazers_count":1662,"open_issues_count":37,"forks_count":183,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-08T14:27:11.599Z","etag":null,"topics":["deepseek","electron","llm","localai","nodejs","ollama"],"latest_commit_sha":null,"homepage":"https://www.aingdesk.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aingdesk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-12T09:35:09.000Z","updated_at":"2025-05-08T14:20:51.000Z","dependencies_parsed_at":"2025-04-30T13:47:23.544Z","dependency_job_id":"29546e30-7a7c-4989-bfec-e09739a6e608","html_url":"https://github.com/aingdesk/AingDesk","commit_stats":null,"previous_names":["aingdesk/aingdesk"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aingdesk%2FAingDesk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aingdesk%2FAingDesk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aingdesk%2FAingDesk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aingdesk%2FAingDesk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aingdesk","download_url":"https://codeload.github.com/aingdesk/AingDesk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254254042,"owners_count":22039792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deepseek","electron","llm","localai","nodejs","ollama"],"created_at":"2025-03-23T14:18:38.925Z","updated_at":"2025-05-15T01:08:17.698Z","avatar_url":"https://github.com/aingdesk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AingDesk\n![GitHub License](https://img.shields.io/github/license/aingdesk/aingdesk)\n![GitHub Release](https://img.shields.io/github/v/release/aingdesk/aingdesk)\n![GitHub stars](https://img.shields.io/github/stars/aingdesk/aingdesk?style=social)\n![GitHub forks](https://img.shields.io/github/forks/aingdesk/aingdesk?style=social)\n![GitHub issues](https://img.shields.io/github/issues/aingdesk/aingdesk)\n![GitHub last commit](https://img.shields.io/github/last-commit/aingdesk/aingdesk)\n![GitHub all releases](https://img.shields.io/github/downloads/aingdesk/aingdesk/total)\n![Docker Pulls](https://img.shields.io/docker/pulls/aingdesk/aingdesk)\n\n\n[简体中文](README.zh_cn.md) | [Official Website](https://www.aingdesk.com/) | [Documentation](https://docs.aingdesk.com/)\n\nAingDesk是一款简单好用的AI助手，支持知识库、模型API、分享、联网搜索、智能体，它还在飞快成长中。\n\nAingDesk is an easy-to-use AI assistant that supports knowledge bases, model APIs, sharing, web search, and intelligent agents. It's rapidly growing and improving.\n\n## 🚀 One-sentence Introduction  \n\nA user-friendly AI assistant software that supports local AI models, APIs, and knowledge base setup.\n\n## ✅ Core Features  \n\n- One-click deployment of local AI models and mainstream model APIs\n![Local model](.github/assets/img/1_en.png)\n- Local knowledge base\n![Knowledge base](.github/assets/img/3_en.png)\n- Intelligent agent creation\n![Intelligent agent](.github/assets/img/4_en.png)\n  \n- Can be shared online for others to use\n![Sharing](.github/assets/img/5_en.png)\n\n- Supports web search\n![Web search](.github/assets/img/6_en.png)\n\n- Supports server-side deployment \n- Simultaneous conversations with multiple models in a single session (coming soon)  \n\n## ✨ Product Highlights  \n- Simple and easy to use, beginner-friendly for AI newcomers  \n\n## 📥 Quick Installation\n\n### Client Version（MacOS, Windows） \n\n- [Download from official website](https://www.aingdesk.com/)   \n- [Download from CNB](https://cnb.cool/aingdesk/AingDesk/-/releases/)  \n- [Download from Github](https://github.com/aingdesk/AingDesk/releases)  \n\n### Server Version\n\n#### Docker Run\n```bash \ndocker run -d \\\n  --name node \\\n  -v $(pwd)/data:/aingdesk/data \\\n  -v $(pwd)/uploads:/aingdesk/uploads \\\n  -v $(pwd)/logs:/aingdesk/logs \\\n  -p 7071:7071 \\\n  -w /aingdesk \\\n  aingdesk/aingdesk\n```\n\n#### Docker Compose\n```bash\nmkdir -p aingdesk\ncd aingdesk\nwget https://cnb.cool/aingdesk/AingDesk/-/git/raw/server/docker-compose.yml\n# Run\ndocker compose up -d\n# or\ndocker-compose up -d\n``` \n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=aingdesk/aingdesk\u0026type=Date)](https://www.star-history.com/#aingdesk/aingdesk\u0026Date)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faingdesk%2Faingdesk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faingdesk%2Faingdesk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faingdesk%2Faingdesk/lists"}