经 AI Skill Hub 精选评估,ReMind 获评「强烈推荐」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
ReMind 是一款基于 TypeScript 开发的开源工具,专注于 ai、chatbot、typescript 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
ReMind 是一款基于 TypeScript 开发的开源工具,专注于 ai、chatbot、typescript 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g remind # 方式二:npx 直接运行(无需安装) npx remind --help # 方式三:项目依赖安装 npm install remind # 方式四:从源码运行 git clone https://github.com/ReNothingg/ReMind cd ReMind npm install npm start
# 命令行使用
remind --help
# 基本用法
remind [options] <input>
# Node.js 代码中使用
const remind = require('remind');
const result = await remind.run(options);
console.log(result);
# remind 配置说明 # 查看配置选项 remind --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export REMIND_CONFIG="/path/to/config.yml"
<p> <strong>ReMind — для всех. Даже для тех, кто ещё не понял зачем.</strong> </p>
<p> <a href="https://github.com/ReNothingg/ReMind/actions/workflows/ci.yml"><img src="https://github.com/ReNothingg/ReMind/actions/workflows/ci.yml/badge.svg" alt="CI status" /></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-AGPLv3-0f766e.svg" alt="License: AGPLv3" /></a> <img src="https://img.shields.io/badge/status-beta-f59e0b" alt="Project status: beta" /> <a href="https://github.com/ReNothingg/ReMind/stargazers"><img src="https://img.shields.io/github/stars/ReNothingg/ReMind?style=flat&color=111827" alt="GitHub stars" /></a> <a href="https://github.com/ReNothingg/ReMind/issues"><img src="https://img.shields.io/github/issues/ReNothingg/ReMind?color=2563eb" alt="Open issues" /></a> </p>
<p> <img src="https://img.shields.io/badge/Python-3.11-3776AB?logo=python&logoColor=white" alt="Python 3.11" /> <img src="https://img.shields.io/badge/React-19-20232A?logo=react&logoColor=61DAFB" alt="React 19" /> <img src="https://img.shields.io/badge/Vite-7-646CFF?logo=vite&logoColor=white" alt="Vite 7" /> <img src="https://img.shields.io/badge/Flask-API-111827?logo=flask&logoColor=white" alt="Flask API" /> <img src="https://img.shields.io/badge/Docker-Compose-2496ED?logo=docker&logoColor=white" alt="Docker Compose" /> </p>
<p align="center"> <a href="https://www.star-history.com/#ReNothingg/ReMind&type=date&legend=top-left"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=ReNothingg/ReMind&type=date&theme=dark&legend=top-left" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ReNothingg/ReMind&type=date&legend=top-left" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ReNothingg/ReMind&type=date&legend=top-left" /> </picture> </a> </p>
<p> <a href="#overview">Обзор</a> · <a href="#features">Возможности</a> · <a href="#quick-start">Быстрый старт</a> · <a href="#docker">Docker</a> · <a href="#architecture">Архитектура</a> · <a href="#quality">Качество</a> · <a href="#license">Лицензия</a> </p>
<img src="public/images/banners/main-banner.png" alt="ReMind interface preview" width="100%" /> </div>
<a id="stars"></a>
В репозитории есть отдельные Compose-конфигурации для разработки и production-like проверки.
| Режим | Команда | Назначение |
|---|---|---|
| Dev | docker compose -f docker-compose.dev.yml up --build | Hot reload frontend, backend and worker |
| Dev shortcut | npm run docker:dev | Запуск dev Compose stack |
| Production-like | docker compose up --build | Nginx + Flask app + worker + PostgreSQL + Redis |
Dev URLs:
http://127.0.0.1:5173http://127.0.0.1:5000Подробности по Docker: docs/docker.md.
<a id="architecture"></a>
Минимальная полезная локальная конфигурация:
SECRET_KEY=replace-with-a-long-random-secret
DATABASE_URL=sqlite:///database/users.db
REDIS_URL=redis://localhost:6379/0
CELERY_BROKER_URL=redis://localhost:6379/1
CELERY_RESULT_BACKEND=redis://localhost:6379/1
GEMINI_API_KEY=
GEMINI_API_KEY нужен для основного AI provider. Для локальных smoke-тестов UI, SSE и истории можно использовать встроенные echo и demo_image.
Полезные endpoints:
| Endpoint | Назначение |
|---|---|
POST /chat | Streaming chat response |
GET /sessions | Список сессий |
GET /sessions/<id>/history | История выбранной сессии |
POST /sessions/<id>/share | Создание public read-only share link |
POST /translate | Translate text |
POST /synthesize | Text-to-speech synthesis |
GET /api/privacy/export | Экспорт пользовательских данных |
POST /api/privacy/delete | Удаление пользовательских данных |
GET /health | Health check |
GET /metrics | Runtime metrics |
GET /openapi.json | OpenAPI schema |
Проверить generated TypeScript client:
npm run openapi:check
<a id="quality"></a>
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
AI Skill Hub 点评:ReMind 的核心功能完整,质量优秀。对于AI 技术爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | ReMind |
| 原始描述 | 开源AI工具:ReMind — для всех. Даже для тех, кто ещё не понял зачем.。⭐16 · TypeScript |
| Topics | aichatbottypescript |
| GitHub | https://github.com/ReNothingg/ReMind |
| License | NOASSERTION |
| 语言 | TypeScript |
收录时间:2026-06-10 · 更新时间:2026-06-10 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。