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.
OpenTofu is a community-driven fork of Terraform, providing a declarative infrastructure-as-code workflow. It lets you define cloud and on-premises resources in human-readable configuration files that can be versioned, reused, and shared. OpenTofu generates an execution plan, builds a dependency graph, and applies changes in the correct order.
Forked version of breeze style theme with additional color-schemes for PantherX.
SDDM theme from Darkine KDE collection, a pure QtQuick2 based SDDM login theme
Paper is an open source FreeDesktop icon project
LXQt Theme based on Arc by horst3180 and LXQt dark theme
Chili login theme for SDDM.
WakaTime CLI is a command line interface used by all WakaTime text editor plugins to track coding activity. It provides automatic time tracking for programmers, with dashboards showing metrics and insights about coding habits.
mdBook is a utility to create modern online books from Markdown files, similar to Gitbook. It is used to create the Rust standard library documentation, as well as many other books and manuals.
Bun is a modern JavaScript runtime built for speed and compatibility. It serves as a drop-in replacement for Node.js while providing a unified toolkit that includes a package manager and bundler, making it ideal for building fast and scalable JavaScript applications.
Shelf is a command-line tool that walks input folders, extracts file metadata (EXIF, QuickTime/MP4, PDF info), and sorts files into a structured destination via configurable templates. It deduplicates by sha256 content hash and tracks run state in SQLite so re-runs are cheap and deterministic. Profile-driven TOML configuration targets photos, videos, documents, invoices, or any files with extractable metadata.
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 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 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.
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 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 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 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 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 (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.
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 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 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.
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).
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.