# Install tmux-sessionizer with Homebrew, Nix

Tool for opening git repositories as tmux sessions. Version 0.6.1a via Homebrew; verified 2026-06-14. Also installable with nix: nix profile install nixpkgs#tmux-sessionizer.

## Install

```sh
sudo av install brew:tmux-sessionizer
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install tmux-sessionizer
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#tmux-sessionizer
```

  Evidence: nixpkgs package indexes: pkgs/by-name/tm/tmux-sessionizer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:tmux-sessionizer
- **Package manager:** Homebrew
- **Version:** 0.6.1a
- **Source summary:** Tool for opening git repositories as tmux sessions
- **Homepage:** <https://github.com/jrmoulton/tmux-sessionizer/>
- **Repository:** <https://github.com/jrmoulton/tmux-sessionizer>
- **Last updated:** 2026-06-14T13:19:59Z
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- tms (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 0.6.1a
## Project history and usage

tmux-sessionizer is a Rust command-line tool, installed as tms, for opening git repositories as tmux sessions. It belongs to the modern dotfiles and terminal-workflow niche: fast switching between projects, sessions, windows, and worktrees.

### Project history

The official README says the tool is based on ThePrimeagen's tmux-sessionizer idea but is opinionated for the maintainer's tmux workflow. That lineage is important: it packages a popular shell-script workflow pattern into a maintained CLI with configuration, fuzzy selection, and tmux bindings.

### Adoption history

The README documents prebuilt binaries, Cargo installation, and source installation, while the batch input records Homebrew and Nix packages. GitHub listed 15 releases and hundreds of stars in 2026, suggesting modest but real adoption among tmux-heavy developers.

### How it is used

Running tms searches configured paths for git repositories, opens selections as tmux sessions, and can switch sessions, show windows, refresh worktree windows, kill sessions, clone repositories, bookmark directories, and render running sessions into tmux status-right.

### Why package nerds care

For package-manager users, tmux-sessionizer is the packaged form of a dotfiles trick: instead of maintaining a personal script, users can install a versioned binary and keep project-session behavior consistent across machines.

### Timeline

- Current: README documents tms as a tmux session manager based on ThePrimeagen's tmux-sessionizer workflow.
- 2026: GitHub repository page listed v0.6.1 as the latest release on May 29, 2026.

### Related projects

- tmux is the session backend.
- ThePrimeagen's tmux-sessionizer is the named inspiration in the official README.
- git worktrees are a first-class workflow in the README.

### Sources

- <https://github.com/jrmoulton/tmux-sessionizer>
- input.json source_facts.package-manager


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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: /home/alice/.config/tms/config.toml, ~/.config/tms/config.toml
- macOS: /Users/Alice/Library/Application Support/tms/config.toml, ~/.config/tms/config.toml
- Windows: C:\Users\Alice\AppData\Roaming\tms\config.toml
## Other Package-Manager Records

- Nix - tmux-sessionizer: normalized package name match | nixpkgs package indexes: pkgs/by-name/tm/tmux-sessionizer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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