返回主页
v1.0 Coming Soon · MIT License

下载 iainote CLI

一条命令完成安装,支持 Linux、macOS、Windows(WSL)
安装完成后,运行 iainote auth login 即可开始

Linux (x86_64)
curl -fsSL https://iainote.iaiaiai.cc/install.sh | bash

或手动下载:GitHub Releases →

macOS (Apple Silicon + Intel)
curl -fsSL https://iainote.iaiaiai.cc/install.sh | bash

macOS 用户也可以用 Homebrew:brew install i3xai/tap/iainote

Windows (WSL2)
curl -fsSL https://iainote.iaiaiai.cc/install.sh | bash

请在 WSL2 终端(Ubuntu/Debian)中运行上述命令

其他平台 / 手动安装

如果自动安装脚本不适用,请前往 GitHub Releases 页面手动下载对应平台的二进制文件:

GitHub Releases

快速开始

1. 登录账号

iainote auth login
输入邮箱和密码,创建你的第一个 API Key

2. 创建笔记

iainote note new
交互式创建你的第一条笔记,支持 Markdown

3. 搜索笔记

iainote search <关键词>
毫秒级全文检索,支持标签过滤

查看完整文档