nativ
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.
It packages many everyday file-processing tools into one MIT-licensed desktop app with local-first privacy, plus optional AI features that connect directly to user-provided model API keys.
English · 简体中文
一站式音视频 · 图片 · 文档 · AI 工具箱,全部本地运行,隐私安全
ToolKnit 是一个多功能桌面工具箱,把日常会用到的音视频处理、图片转换压缩、PDF/文档处理、AI 对话、文本工具等功能集成在一个应用里。所有文件处理全部本地完成,不上传服务器,隐私安全有保障。
这个桌面端是 ToolKnit 网页端的开源配套版本。 网页端功能更完整、免安装、跨平台、即开即用,推荐优先使用: toolknit.com
| 工具 | 说明 |
|---|---|
| PDF 合并 | 多个 PDF 合并为一个 |
| PDF 拆分 | 按页码拆分 PDF |
| PDF 旋转 | 旋转 PDF 页面 |
| PDF 加密 | 给 PDF 添加密码保护 |
| PDF 解密 | 解除 PDF 密码 |
| PDF 压缩 | 压缩 PDF 体积 |
| PDF 增强 | 增强 PDF 清晰度 |
| 工具 | 说明 |
|---|---|
| 图片转换 | 批量转换图片格式(JPG/PNG/WebP/BMP/GIF) |
| 图片压缩 | 压缩图片体积 |
| 图标生成 | 生成应用图标 |
| 工具 | 说明 |
|---|---|
| 音频转换 | 批量转换音频格式 |
| BPM 检测 | 检测音频节拍 |
| 音频裁剪 | 精确裁剪音频片段 |
| 音频提取 | 从视频提取音轨 |
| 视频转换 | 批量转换视频格式 |
| 工具 | 说明 |
|---|---|
| AI 润色 | 智能润色文本 |
| AI 翻译 | 多语言翻译 |
| AI 文档 | 智能文档处理 |
| AI 表格 | 智能表格处理 |
AI 工具支持 DeepSeek / OpenAI / 通义千问 / Moonshot,用户自行配置 API Key,数据直连模型厂商,不经第三方。
| 工具 | 说明 |
|---|---|
| 颜色提取 | 从图片提取配色 |
| 文本统计 | 统计字数/行数 |
| 文本格式化 | 大小写转换等 |
| 打字测试 | 打字速度练习 |
| BMI 计算器 | 身体质量指数 |
| 时间戳计算 | Unix 时间戳转换 |
无需配置环境,直接下载编译好的安装包:
适合开发者,可自行修改和编译。
克隆仓库
git clone https://github.com/ZihangDong/toolknit-desktop.git
cd toolknit-desktop
下载 ffmpeg.exe(必需)
由于 GitHub 单文件 100MB 限制,ffmpeg.exe 未包含在仓库中,需自行下载:
解压后,将 bin/ffmpeg.exe 放到以下路径:
toolknit-desktop/src-tauri/resources/ffmpeg/ffmpeg.exe
目录结构应如下:
toolknit-desktop/
└── src-tauri/
└── resources/
└── ffmpeg/
└── ffmpeg.exe ← 放在这里
安装依赖并构建
npm install
npm run tauri build
构建完成后,安装包在
多功能工具箱 · 桌面端开源版 | 音视频/图片/PDF/AI 一站式处理
Similar projects matched by category, topics, and programming language.
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.