AetherLink

AetherLink移动应用是一个基于现代Web技术构建的跨平台AI助手应用。该应用支持与多种AI模型(如OpenAI、Google Gemini、Anthropic Claude、Grok、硅基流动、火山方舟等)的交互,提供流畅的对话体验,并支持Android平台部署。应用采用React、TypeScript和Capacitor框架开发,具有高度可定制的模型配置、多主题聊天管理、AI思考过程可视化、语音合成、语音识别、MCP工具支持、知识库管理等特色功能。

GitHub Stars

191

User Rating

Not Rated

Favorites

0

Views

43

Forks

22

Issues

5

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: v22.x or higher
npm: v10.x or higher
Android Studio: For Android platform development
JDK: Java 11 or higher
Vite: 6.x or higher
Capacitor CLI: 7.x or higher
React: 19.x
TypeScript: 5.8.x

Installation Steps

1. Clone Repository

bash
git clone https://github.com/1600822305/AetherLink.git
cd AetherLink

2. Install Dependencies

bash
npm install

3. Initialize Capacitor

bash
npx cap init

4. Start Development Server

bash
npm run dev

Troubleshooting

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.

Additional Resources