_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


envstash 0.1.12
Dependencies: sqlite@3.39.3
Channel: panther
Location: px/packages/tools.scm (px packages tools)
Home page: https://github.com/franzos/envstash
Licenses: GPL 3
Build system: cargo
Synopsis: Manage .env files across git branches with versioning
Description:

Envstash is a CLI tool for managing .env files across git branches. It provides versioning, diffing, restore, and sharing of environment variables with optional encryption using GPG or password-based AES-256-GCM.

biome 2.5.7
Dependencies: jemalloc@5.3.0 zlib@1.3.1
Channel: panther
Location: px/packages/tools.scm (px packages tools)
Home page: https://biomejs.dev
Licenses: Expat ASL 2.0
Build system: cargo
Synopsis: Fast formatter and linter for web projects
Description:

Biome is a toolchain for web projects that formats and lints JavaScript, TypeScript, JSX, TSX, JSON, CSS, GraphQL, and HTML. It aims to be a fast, single-binary replacement for tools such as Prettier and ESLint.

cargo-sweep 0.8.0
Dependencies: bash-minimal@5.2.37
Channel: panther
Location: px/packages/tools.scm (px packages tools)
Home page: https://github.com/holmgr/cargo-sweep
Licenses: Expat
Build system: cargo
Synopsis: Clean unused build files created by Cargo
Description:

cargo-sweep removes stale artifacts from Cargo target directories, selecting them by age, by installed toolchain, or by shrinking the directory below a size limit. It can walk a directory tree and sweep every Cargo project it finds.

google-cloud-cli 579.0.0
Dependencies: bash-minimal@5.2.37 coreutils-minimal@9.1 python@3.12.12
Channel: panther
Location: px/packages/tools.scm (px packages tools)
Home page: https://cloud.google.com/cli
Licenses: ASL 2.0
Build system: copy
Synopsis: Command-line interface for Google Cloud
Description:

The Google Cloud CLI provides gcloud for managing Google Cloud resources and authenticating against Google APIs, alongside gsutil for Cloud Storage and bq for BigQuery. This is the upstream binary release with the bundled Python interpreter replaced by the one from Guix; the component manager is disabled, so extra components are not available.

broot 1.58.0
Channel: panther
Location: px/packages/tools.scm (px packages tools)
Home page: https://dystroy.org/broot
Licenses: Expat
Build system: cargo
Synopsis: Modern tree-like file navigator and fuzzy searcher
Description:

Broot is a command-line tool for navigating directory trees and managing files. It provides fast fuzzy searching, file preview capabilities, Git status integration, and customizable panels. Broot helps you quickly overview and navigate large directory structures.

vatic 0.1.1
Dependencies: openssl@3.5.5 sqlite@3.39.3
Channel: panther
Location: px/packages/tools.scm (px packages tools)
Home page: https://github.com/franzos/vatic
Licenses: GPL 3
Build system: cargo
Synopsis: TOML-configured AI agent framework with scheduled jobs
Description:

Vatic is a TOML-configured AI agent framework. It runs prompts through LLM backends like Claude CLI and Ollama on cron schedules or channel triggers, with templated prompts, conversation memory, and multiple output targets including Telegram, Matrix, and email.

d2 0.7.1
Channel: panther
Location: px/packages/tools.scm (px packages tools)
Home page: https://d2lang.com
Licenses: MPL 2.0
Build system: go
Synopsis: Modern diagram scripting language
Description:

D2 is a modern diagram scripting language that turns text into diagrams. It supports flowcharts, sequence diagrams, class diagrams, and more with a readable syntax. D2 includes multiple layout engines and can output to SVG, PNG, and PDF formats.

codex 0.147.0
Channel: panther
Location: px/packages/tools.scm (px packages tools)
Home page: https://github.com/openai/codex
Licenses: ASL 2.0
Build system: binary
Synopsis: AI coding agent from OpenAI
Description:

Codex CLI is an AI-powered coding agent from OpenAI that runs locally on your computer. It assists with software development tasks directly within a terminal environment, providing code suggestions, explanations, and automated coding assistance.

google-workspace-cli 0.22.5
Channel: panther
Location: px/packages/tools.scm (px packages tools)
Home page: https://github.com/googleworkspace/cli
Licenses: ASL 2.0
Build system: binary
Synopsis: Command-line interface for Google Workspace
Description:

Google Workspace CLI (gws) is a single command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and other Google Workspace services. Its command surface is dynamically built from the Google Discovery Service, and it includes AI agent skills.

stripe-cli 1.45.1
Channel: panther
Location: px/packages/tools.scm (px packages tools)
Home page: https://stripe.com/docs/stripe-cli
Licenses: ASL 2.0
Build system: binary
Synopsis: Command-line interface for Stripe
Description:

The Stripe CLI helps build, test, and manage a Stripe integration from the terminal. It can tail API request logs, trigger and forward webhook events to a local server, make test-mode API calls, and manage Stripe resources. This package installs the upstream statically linked binary.

binsider 0.3.2
Channel: panther
Location: px/packages/tools.scm (px packages tools)
Home page: https://binsider.dev
Licenses: Expat ASL 2.0
Build system: cargo
Synopsis: TUI for analyzing ELF binaries
Description:

Binsider is a terminal user interface for analyzing ELF binaries. It enables static and dynamic analysis, string extraction, library inspection, and hexdump generation through an interactive command-line environment.

crunch 0.0.16
Dependencies: bash-minimal@5.2.37
Channel: panther
Location: px/packages/tools.scm (px packages tools)
Home page: https://github.com/liamaharon/crunch
Licenses: Expat
Build system: cargo
Synopsis: Drop-in @command{cargo} replacement for remote compilation
Description:

crunch is a drop-in cargo replacement that offloads Rust compilation to a remote server. It syncs the local project to the remote host over rsync, runs the requested cargo command there over ssh, and copies results back, cutting local compile times.

tpm2-tss-engine 1.2.0
Dependencies: tpm2-tss@3.0.3 bash-minimal@5.2.37
Channel: panther
Location: px/packages/tpm.scm (px packages tpm)
Home page: https://github.com/tpm2-software/tpm2-tss-engine
Licenses: FreeBSD
Build system: gnu
Synopsis: OpenSSL Engine for TPM2 devices
Description:

The tpm2-tss-engine project implements a cryptographic engine for OpenSSL for Trusted Platform Module (TPM 2.0) using the tpm2-tss software stack that follows the Trusted Computing Groups (TCG) TPM Software Stack (TSS 2.0).

tpm2-pkcs11 1.10.0
Dependencies: libyaml@0.2.5 sqlite@3.39.3 openssl@3.5.5 tpm2-abrmd@3.0.0 tpm2-tools@5.7 tpm2-tss@4.2.0
Channel: panther
Location: px/packages/tpm.scm (px packages tpm)
Home page: https://github.com/tpm2-software/tpm2-pkcs11
Licenses: FreeBSD
Build system: gnu
Synopsis: A PKCS#11 interface for TPM2 hardware
Description:

PKCS #11 is a Public-Key Cryptography Standard that defines a standard method to access cryptographic services from tokens/ devices such as hardware security modules (HSM), smart cards, etc. In this project we intend to use a TPM2 device as the cryptographic token.

tpm2-tss 3.0.3
Dependencies: curl@8.6.0 json-c@0.18 openssl@1.1.1w
Channel: panther
Location: px/packages/tpm.scm (px packages tpm)
Home page: https://tpm2-software.github.io/
Licenses: FreeBSD
Build system: gnu
Synopsis: OSS Implementation of the TCG TPM2 Software Stack (TSS2)
Description:

This package provides the TCG TSS2. The stack contains libtss2-fapi, libtss2-esys, libtss2-sys, libtss2-mu, libtss2-tcti-device, libtss2-tcti-swtpm and libtss2-tcti-mssim.

tpm2-abrmd 3.0.0
Dependencies: glib@2.86.0 tpm2-tss@4.2.0
Channel: panther
Location: px/packages/tpm.scm (px packages tpm)
Home page: https://github.com/tpm2-software/tpm2-abrmd
Licenses: FreeBSD
Build system: gnu
Synopsis: TPM2 Access Broker & Resource Manager
Description:

This is a system daemon implementing the TPM2 access broker (TAB) & Resource Manager (RM) spec from the TCG. The daemon (tpm2-abrmd) is implemented using Glib and the GObject system. In this documentation and in the code we use tpm2-abrmd and tabrmd interchangeably.

tpm2-tss 4.2.0
Dependencies: curl@8.6.0 json-c@0.18 openssl@3.5.5 util-linux@2.40.4
Channel: panther
Location: px/packages/tpm.scm (px packages tpm)
Home page: https://tpm2-software.github.io/
Licenses: FreeBSD
Build system: gnu
Synopsis: OSS Implementation of the TCG TPM2 Software Stack (TSS2)
Description:

This package provides the TCG TSS2. The stack contains libtss2-fapi, libtss2-esys, libtss2-sys, libtss2-mu, libtss2-tcti-device, libtss2-tcti-swtpm and libtss2-tcti-mssim.

radicle-desktop 0.10.0
Dependencies: bash-minimal@5.2.37 cairo@1.18.4 gdk-pixbuf@2.44.4 glib@2.86.0 gcc@14.3.0 gtk+@3.24.51 libsoup@3.6.5 pango@1.56.4 webkitgtk-for-gtk3@2.50.3
Propagated dependencies: radicle@1.9.1
Channel: panther
Location: px/packages/version-control.scm (px packages version-control)
Home page: https://radicle.dev/desktop
Licenses: GPL 3
Build system: binary
Synopsis: Desktop app for the Radicle peer-to-peer code collaboration network
Description:

Radicle Desktop is a graphical client for radicle, a peer-to-peer code collaboration stack built on Git. It provides a local-first interface for browsing repositories, reviewing patches with inline comments, managing issues, and following an inbox of notifications across the Radicle network.

gh 2.97.0
Channel: panther
Location: px/packages/version-control.scm (px packages version-control)
Home page: https://cli.github.com
Licenses: Expat
Build system: copy
Synopsis: GitHub command-line tool
Description:

gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.

keifu 0.5.0
Channel: panther
Location: px/packages/version-control.scm (px packages version-control)
Home page: https://github.com/trasta298/keifu
Licenses: Expat
Build system: cargo
Synopsis: TUI tool to visualize Git commit graphs
Description:

Keifu is a terminal user interface tool that visualizes Git commit graphs with branch genealogy. It provides color-coded commit graphs, branch information, file change statistics, and basic Git operations.

jira-cli 1.7.0
Channel: panther
Location: px/packages/version-control.scm (px packages version-control)
Home page: https://github.com/ankitpokhrel/jira-cli
Licenses: Expat
Build system: go
Synopsis: Feature-rich interactive Jira command-line client
Description:

Jira CLI is an interactive command-line tool for Atlassian Jira. It provides a TUI for working with issues, sprints, and epics, supports both Jira Cloud and on-premise installations, and offers issue creation, editing, assignment, transitions, comments, and search via JQL.

bitbucket-cli 0.30.1
Channel: panther
Location: px/packages/version-control.scm (px packages version-control)
Home page: https://github.com/avivsinai/bitbucket-cli
Licenses: Expat
Build system: go
Synopsis: Command-line interface for Bitbucket
Description:

bitbucket-cli provides the bkt command for interacting with Bitbucket Cloud and Data Center from the terminal. It supports working with repositories, pull requests, pipelines, and other Bitbucket features, with OAuth and app-password authentication and secure credential storage.

gitbutler 0.22.0
Dependencies: bash-minimal@5.2.37 cairo@1.18.4 dbus@1.16.2 gdk-pixbuf@2.44.4 glib@2.86.0 glibc@2.41 gcc@14.3.0 gtk+@3.24.51 libsoup@3.6.5 webkitgtk-for-gtk3@2.50.3 zlib@1.3.1
Channel: panther
Location: px/packages/version-control.scm (px packages version-control)
Home page: https://gitbutler.com
Licenses: Nonfree
Build system: binary
Synopsis: Git branch management tool
Description:

GitButler is a Git client that lets you work on multiple branches at the same time. It allows you to quickly organize file changes into separate branches while still having them applied to your working directory. Features include virtual branches, easy commit management, and GitHub integration.

git-cola 4.19.0
Dependencies: bash-minimal@5.2.37 git@2.54.0 python-polib@1.2.0 python-pyqt@6.9.1 python-qtpy@2.4.3 python-send2trash@1.8.2
Channel: panther
Location: px/packages/version-control.scm (px packages version-control)
Home page: https://git-cola.github.io/
Licenses: GPL 2+
Build system: pyproject
Synopsis: Powerful graphical user interface for Git
Description:

Git Cola is a sleek and powerful graphical user interface for Git. It lets you stage and commit changes interactively, browse history with the git-dag DAG visualizer, manage branches and remotes, resolve merge conflicts, and edit interactive rebase sequences. Git Cola is written in Python and uses Qt for its interface.

Page: 178910
Total packages: 224