# lazyjj を Homebrew, Nix, pacman, winget でインストール

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

## インストール

```sh
sudo av install brew:lazyjj
```

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

### macOS

- Homebrew (100%):

```sh
brew install lazyjj
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#lazyjj
```

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

- pacman (92%):

```sh
sudo pacman -S lazyjj
```

  証拠: Arch Linux sync databases: lazyjj from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- winget (92%):

```sh
winget install --id Cretezy.lazyjj -e
```

  証拠: Windows Package Manager source index: Cretezy.lazyjj from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:lazyjj
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/lazyjj>
- **バージョン:** 0.6.1
- **ソース概要:** TUI for Jujutsu/jj
- **ホームページ:** <https://github.com/Cretezy/lazyjj>
- **リポジトリ:** <https://github.com/Cretezy/lazyjj>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/Cretezy/lazyjj/archive/refs/tags/v0.6.1.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- lazyjj (cli)
- lazyjj (エイリアス)

## 依存関係

- jj

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.6.1
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/Cretezy/lazyjj
- 検出された最新: v0.6.1 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

lazyjj is a Rust and Ratatui terminal UI for Jujutsu, the `jj` version-control system. It brings the lazygit style of keyboard navigation to a newer VCS with change-based workflows.

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

The public GitHub repository was created on May 21, 2024, and v0.1.0 was published the same day. Releases continued through v0.6.1 on September 10, 2025.

### 採用の歴史

lazyjj grew with interest in Jujutsu rather than as a standalone source-control system. The README documents installation through cargo-binstall, `cargo install`, pre-built binaries, Arch Linux, and source builds; Homebrew, Nix, pacman, and Winget package metadata in the batch also show it entering package-manager channels. GitHub repository metadata recorded 1,150 stars on July 1, 2026.

### 使われ方

The tool runs inside an existing `jj` repository and shells out to the `jj` CLI. It provides log, files, bookmarks, command-log, command-box, and configuration views for operations such as editing changes, describing changes, abandoning changes, setting bookmarks, fetching, pushing, and squashing.

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

lazyjj is significant because Jujutsu deliberately rethinks Git-style workflows, and lazyjj packages that newer mental model into a familiar TUI form. It is also a Rust/Ratatui counterpart to the Go-based lazygit/lazydocker lineage.

### タイムライン

- 2024: Public GitHub repository created
- 2024: v0.1.0 release published
- 2025: v0.5.0 release published
- 2025: v0.6.1 release published

### Related projects

- Jujutsu is the underlying VCS and CLI. Ratatui is the Rust terminal-UI library used by lazyjj, and lazygit is the cultural comparison point for Git users looking for a keyboard-first source-control interface.

### ソース

- <https://api.github.com/repos/Cretezy/lazyjj>
- <https://api.github.com/repos/Cretezy/lazyjj/releases>
- <https://github.com/Cretezy/lazyjj>
- <https://github.com/jj-vcs/jj>
- <https://martinvonz.github.io/jj/latest/install-and-setup/>
- <https://ratatui.rs>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: ~/.jjconfig.toml, $XDG_CONFIG_HOME/jj/config.toml, $XDG_CONFIG_HOME/jj/conf.d/*.toml
- macOS: ~/.jjconfig.toml, $XDG_CONFIG_HOME/jj/config.toml, $XDG_CONFIG_HOME/jj/conf.d/*.toml
- Windows: %USERPROFILE%\.jjconfig.toml, %APPDATA%\jj\config.toml, %APPDATA%\jj\conf.d\*.toml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** lazyjj
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Nix - lazyjj: normalized package name match | nixpkgs package indexes: pkgs/by-name/la/lazyjj/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - lazyjj - 0.6.1-1: normalized package name match | Arch Linux sync databases: lazyjj from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | TUI for Jujutsu/jj | https://github.com/Cretezy/lazyjj
- winget - Cretezy.lazyjj: normalized package name match | Windows Package Manager source index: Cretezy.lazyjj from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [jj](https://pkg.so/ja/brew/jj/) - Runtime dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [libgit2](https://pkg.so/ja/brew/libgit2/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [lazygit](https://pkg.so/ja/brew/lazygit/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [mercurial](https://pkg.so/ja/brew/mercurial/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [repo](https://pkg.so/ja/brew/repo/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [jjui](https://pkg.so/ja/brew/jjui/) - Shares pkgdb curated category or tags: cli, developer-tools, jujutsu, tui, version-control.
- [mergiraf](https://pkg.so/ja/brew/mergiraf/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, version-control.
- [serie](https://pkg.so/ja/brew/serie/) - Shares pkgdb curated category or tags: cli, developer-tools, tui, version-control.
- [diffnav](https://pkg.so/ja/brew/diffnav/) - Shares pkgdb curated category or tags: cli, developer-tools, tui, version-control.
- [committed](https://pkg.so/ja/brew/committed/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, control, developer, developer-tools, rust.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
