一键安装
curl -sSL https://d.juicefs.com/install | sh -
手动安装
The x86_64 architecture is downloaded by default, if you are using ARM architecture system, please replace the code amd64
to arm64
manually.
1. 获取最新的版本号
JFS_LATEST_TAG=$(curl -s https://api.github.com/repos/juicedata/juicefs/releases/latest | grep 'tag_name' | cut -d '"' -f 4 | tr -d 'v')
2. 下载客户端到当前目录
wget "https://d.juicefs.com/juicefs/releases/download/v${JFS_LATEST_TAG}/juicefs-${JFS_LATEST_TAG}-linux-amd64.tar.gz"
3. 解压安装包
tar -zxf "juicefs-${JFS_LATEST_TAG}-linux-amd64.tar.gz"
4. 安装客户端
sudo install juicefs /usr/local/bin
对于其他版本或特定架构,请参考文档手动编译。
历史版本
请查看 GitHub Releases。