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.
Emacs major mode for editing Slim files.
Emacs major mode for editing Sass files.
Emacs mode to dynamically highlight the parentheses surrounding point based on nesting-level using configurable lists of colors, background colors, and other properties.
Emacs major mode for editing Haml files.
Emacs mode to highlight every other line with an alternative background color. Useful for buffers that display lists of any kind, as a guide for your eyes to follow.
Tool for interacting remotely with MicroPython devices.
The mpy-cross tool is the MicroPython cross compiler utility, used to pre-compile python files into bytecode (mpy files) suitable for running on your target.
EXIF Reader is a module to read EXIF from JPEG and TIFF images.
Iec16022 is a non-interactive software package for producing Data Matrix barcodes as specified by ISO/IEC 16022. It produces ASCII, UTF-8, EPS, Bin, Stamp and PNG images.
Generate passwords with are easier to remember by random words from word lists.
Send desktop notification when the battery is low.
Control BluOS systems from the commandline.
A simple utility to ask an option on a terminal interactively with minimal interruption of the current screen state.
This tries to reimplement the some of the functionality of 'xrandr' for the gnome desktop using mutter's dbus-api.c
Autofs is a kernel-based automounter for use with the Linux autofs4 module. It automatically mounts selected file systems when they are used and unmounts them after a set period of inactivity. This provides centrally-managed, consistent file names for users and applications, even in a large and/or frequently changing (network) environment.
Restic is a program that does backups right and was designed with the following principles in mind:
Easy: Doing backups should be a frictionless process, otherwise you might be tempted to skip it. Restic should be easy to configure and use, so that, in the event of a data loss, you can just restore it. Likewise, restoring data should not be complicated.
Fast: Backing up your data with restic should only be limited by your network or hard disk bandwidth so that you can backup your files every day. Nobody does backups if it takes too much time. Restoring backups should only transfer data that is needed for the files that are to be restored, so that this process is also fast.
Verifiable: Much more important than backup is restore, so restic enables you to easily verify that all data can be restored.
Secure: Restic uses cryptography to guarantee confidentiality and integrity of your data. The location the backup data is stored is assumed not to be a trusted environment (e.g. a shared space where others like system administrators are able to access your backups). Restic is built to secure your data against such attackers.
Efficient: With the growth of data, additional snapshots should only take the storage of the actual increment. Even more, duplicate data should be de-duplicated before it is actually written to the storage back end to save precious backup space.
This is a very simple OpenSMTPD filter for rewriting email address in both MAIL FROM command and From header in all messages with the specified email address. It’s useful when you want to ensure that all the relayed messages will be “send from” some no-reply email address.
ActivityWatch is about recording our digital lives, an evergrowing part of our lives in general, and the new opportunities enabled by such a record.
TKU is a command-line tool for tracking token usage and costs across multiple AI coding assistants. It scans local session files, fetches live pricing, and shows aggregated reports by day, month, session, or model.
Claude Code is an agentic coding tool that lives in your terminal. It can understand your codebase, edit files, run terminal commands, and handle entire workflows. This package disables auto-updates.
Claude Desktop is Anthropic's official desktop client for Claude, repackaged for Linux by the claude-desktop-debian project. It runs as an Electron app with Model Context Protocol (MCP) support, a global hotkey (Ctrl+Alt+Space), and system tray integration.
This package extracts the prebuilt .deb from the upstream release and wraps it with the Guix-provided Electron runtime.
Ollama allows you to run large language models locally. It provides a simple API for creating, running and managing models, as well as a library of pre-built models that can be easily used.
Qt & Qml wrapper for ZXing library
ZXing-CPP is a barcode scanning library.