# juicefs を Homebrew, Nix, scoop でインストール

juicefs のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:juicefs
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install juicefs
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#juicefs
```

  証拠: nixpkgs package indexes: pkgs/by-name/ju/juicefs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/juicefs
```

  証拠: Scoop official bucket manifest trees: bucket/juicefs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:juicefs
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.4.1
- **ソース概要:** Cloud-based, distributed POSIX file system built on top of Redis and S3
- **ホームページ:** <https://juicefs.com>
- **リポジトリ:** <https://github.com/juicedata/juicefs>
- **最終更新:** 2026-07-31T05:31:51Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- juicefs (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.4.1
## プロジェクトの歴史と使われ方

JuiceFS is a cloud-native distributed POSIX file system that separates file data from metadata: file data lives in object storage and metadata lives in a database or key-value engine. That split made it attractive for Kubernetes, machine-learning, big-data, and cloud migration workloads that need a familiar filesystem interface over elastic storage.

### プロジェクトの歴史

JuiceFS project materials describe the system as started in 2017 and designed for unstructured data management across multi-cloud, cross-cloud, and hybrid-cloud environments. Its open-source Community Edition is released under Apache-2.0, and official architecture documentation explains the object-storage plus metadata-engine design.

### 採用の歴史

The project moved from an early open-source release line in 2021 to a 1.0.0 release published on August 9, 2022. Packaging in Homebrew, Nix, and Scoop made the single `juicefs` CLI easy to install across developer laptops and automation environments.

### 使われ方

Users format a JuiceFS volume against a metadata engine, mount it through the CLI, and back file data with S3-compatible or other object storage. In package-manager terms, it is a heavyweight CLI because the same binary is both an administration tool and the client that mounts the filesystem.

### パッケージ好きにとっての重要性

JuiceFS is significant because it packages a distributed storage client as a normal CLI while depending on external services for durability and metadata. It sits at the intersection of FUSE filesystems, cloud object stores, Kubernetes CSI drivers, and database-backed metadata.

### タイムライン

- 2017: JuiceFS project materials describe the project as having started in this year.
- 2021: Public GitHub releases show the 0.x open-source release line.
- 2022: JuiceFS 1.0.0 was published on August 9.
- 2023: v1.1 documentation introduced directory statistics and directory quota behavior.

### Related projects

- Kubernetes CSI drivers are a major deployment surface for JuiceFS.
- Redis, TiKV, MySQL, PostgreSQL, and SQLite are documented metadata-engine options.
- Amazon S3 and S3-compatible object stores are common backing stores.

### ソース

- <https://formulae.brew.sh/formula/juicefs>
- <https://github.com/juicedata/juicefs>
- <https://juicefs.com/docs/community/architecture/>
- <https://juicefs.com/docs/community/release_notes/>
- <https://juicefs.com/en/blog/release-notes/juicefs-v1>


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal

## 他のパッケージマネージャ記録

- Nix - juicefs: normalized package name match | nixpkgs package indexes: pkgs/by-name/ju/juicefs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/juicefs: normalized package name match | Scoop official bucket manifest trees: bucket/juicefs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/juicefs.yml](https://github.com/mxcl/pkgdb/blob/main/combined/juicefs.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
