03 Aug 2026
YunoHost is an open-source operating system designed to facilitate server administration, providing users with a simplified interface for managing software installations and configurations. It features a web administration interface, a single sign-on user portal, and extensive documentation, enabling users to easily deploy and manage self-hosted applications. The core of YunoHost is primarily developed in Python and Bash, ensuring flexibility and scalability for various deployment scenarios.
03 Aug 2026
The Xiaomi Gateway3 firmware repository provides tools and scripts for updating and modifying the firmware of Xiaomi Gateway 3 devices. It features a firmware update utility (`fw_update`), options to switch between firmware slots, and supports both raw and modified firmware versions with enabled telnet access. Notably, it includes a series of scripts for firmware generation and checksum calculations, enhancing device functionality and customization for developers.
03 Aug 2026
wt-tools is a suite of resource extraction tools designed for the War Thunder game, enabling users to unpack and extract various game assets such as fonts, textures, and parameters of in-game objects like tanks and planes. Key features include multiple unpacking utilities for different file types, such as `vromfs_unpacker` for game archives, `dxp_unpack` for texture files, and `blk_unpack` for text-based data, along with options for minifying data files for modding purposes. The toolset also supports extraction from other games like Cuisine Royale and Enlisted, making it a versatile resource for gamers and modders.
03 Aug 2026
WiresharkMCP is an integration toolkit that facilitates natural language interactions with network analysis by bridging Wireshark and the Machine Control Protocol (MCP) through Claude Desktop. It features a Python MCP server for communication and command-line packet analysis, along with a Lua extension for real-time packet dissection, custom protocol definitions, and automated interface management. This combination allows for efficient network monitoring and enhanced usability in packet analysis tasks.
03 Aug 2026
WikiExtractor is a Python tool designed to extract and clean text from Wikipedia database dump files, offering functionality for both standard Wikipedia dumps and Cirrus dumps with expanded templates. Key features include multiprocessing for parallel processing, customizable output formats (JSON or XML), and options for template management and the specification of output file sizes. The script can be easily installed via PyPi and directly invoked to streamline the extraction process.
03 Aug 2026
Whistleblower is a tool designed to extract and predict the system prompt of AI agents by analyzing their generated text outputs using pretrained language models. Its primary use case lies in enhancing the security assessment of AI systems by allowing users to infer underlying prompts through structured queries and outputs. Notable features include a Gradio interface for ease of use, direct integration with OpenAI's API, and support for command line operations, facilitating both interactive and automated interactions.
03 Aug 2026
The War Thunder localhost documentation repository provides comprehensive API documentation for War Thunder’s localhost:8111 API, facilitating the integration and usage of various game-related functionalities. Key features include detailed endpoint specifications for accessing game chat, HUD messages, indicators, map objects, and mission states. This tool primarily serves developers looking to enhance their gaming experience by interfacing with the game’s local API.
03 Aug 2026
WarThunder is a Python package designed for real-time access to vehicle telemetry and match data specifically in War Thunder air battles. It provides detailed telemetry information such as location, heading, airspeed, and various states of the user's vehicle, as well as data on other vehicles and objects within the game. Additionally, it supports logging data in ACMI format for integration with Tacview, enhancing the analytical capabilities of players and developers.
03 Aug 2026
Vulture is a static code analysis tool designed to identify and report unused code in Python programs, facilitating code cleanup and enhancing overall code quality. It distinguishes various types of unused code, assigns confidence values to detected dead code, and offers options to suppress false positives or ignore certain files. Notable features include the ability to sort unused code by size, a confidence threshold for reporting, and seamless integration with other Python tools like Pyflakes.
03 Aug 2026
Vuln-Bot is a high-risk CVE intelligence platform designed to track and analyze critical and high-severity vulnerabilities with a probability of exploitation (EPSS) of 60% or higher. It automatically harvests and publishes vulnerability briefings every four hours, leveraging multiple authoritative data sources, including the CVEProject repository, and features advanced filtering, risk scoring, and interactive visualizations on an Alpine.js dashboard. Notable capabilities include mobile-first design, incremental harvesting for faster updates, and a robust CI/CD pipeline for security assurance.
03 Aug 2026
VisPy is a high-performance interactive visualization library for Python that utilizes modern GPUs via OpenGL to handle large datasets efficiently. It enables users to create interactive 2D/3D scientific plots, visualize real-time data, and render complex 3D models, while providing an intuitive interface for both OpenGL experts and scientists unfamiliar with the technology. Notable features include a Pythonic interface for OpenGL (gloo) and integration with various backends for scalable visualizations in applications like Jupyter Notebook and Qt.
03 Aug 2026
AudioSR is a versatile audio super-resolution tool designed to enhance the fidelity of various audio types, including music and speech, at multiple sampling rates. It utilizes a command-line interface for processing single or multiple audio files and supports different model checkpoints, allowing for customizable audio enhancement. Notable features include the ability to process a batch of audio files, various sampling techniques, and community engagement through a Discord channel for feedback and discussions.
03 Aug 2026
Verba, also known as The Golden RAGtriever, is an open-source tool designed for Retrieval-Augmented Generation (RAG), allowing users to seamlessly query and gain insights from their datasets, whether locally or through cloud-based providers. Its notable features include support for various LLM frameworks, multiple data types, and customizable retrieval techniques, enabling users to tailor the application based on their specific needs. However, it is important to note that the project has been discontinued and is no longer under active development or maintenance.
03 Aug 2026
UPiano is a terminal-based piano application that allows users to play piano notes using a computer keyboard or mouse interface. Its primary use case is to provide a fun and interactive way to engage with music directly from the terminal, featuring integration with FluidSynth for sound synthesis and controls for volume, reverb, and chorus effects. Notable features include simultaneous input from both mouse and keyboard, as well as a customizable key map that adapts to terminal window size.
03 Aug 2026
ungoogle-chromium-windows provides a custom Windows packaging for ungoogled-chromium, offering a more privacy-focused version of the popular Chromium web browser. It allows users to build and install this secure browser on Windows 10 x64 or newer systems, with notable features including 64-bit binary support for enhanced security and a unique build process that bypasses reliance on Google's pre-built binaries. Users can easily obtain binaries or compile from source, following specific setup instructions for tools like Visual Studio and Python.
03 Aug 2026
ungoogled-chromium is a modified version of Google Chromium that eliminates dependencies on Google web services while retaining the core browsing experience. Its primary use case is to enhance user privacy and control by removing background requests to Google and disabling functionality linked to Google services. Notable features include runtime blocking of internal requests to Google, the ability to replace binary dependencies with user-provided alternatives, and the implementation of various configuration flags that promote transparency and user control, most of which require manual activation.
03 Aug 2026
The undocumented-aws-api-hunter is a tool designed to autonomously discover, extract, and monitor undocumented AWS APIs by utilizing Selenium to navigate the AWS console. Its primary use case focuses on identifying hidden service models and potential vulnerabilities, providing outputs such as deduplicated API models, operational logs, and endpoint details. Notable features include automated data gathering from the AWS console, the ability to build upon previously extracted models, and transparency in the source of discovered APIs.
03 Aug 2026
The Ultimate MCP Client is an advanced asynchronous client designed for the Model Context Protocol (MCP), facilitating robust interactions between AI models and various external tools and data sources. It features dual interfaces—a powerful CLI with live TUI monitoring and a responsive Web UI—alongside advanced state management capabilities, seamless integration of local scripts, and comprehensive server connectivity with sophisticated error handling. Key functionalities include real-time chat streaming, visual conversation graphs, and deep observability metrics, making it an essential tool for developers working with AI models and external resources.
03 Aug 2026
Typeshed provides external type annotations for the Python standard library, built-in functions, and third-party packages, facilitating static analysis, type checking, type inference, and autocompletion. Notably, it supports Python versions 3.10 to 3.14 and includes contribution guidelines to ensure consistency and accuracy in type definitions. Users can leverage pre-bundled annotations with type checkers like mypy or install third-party stubs directly from PyPI for enhanced type compatibility.
03 Aug 2026
Tribler is an open-source tool designed to enable anonymous torrent downloading and sharing through a customized network reminiscent of Tor, ensuring user privacy while promoting strong cryptography and authentication standards. Notable features include end-to-end encryption, hidden services-based seeding, and an architecture aimed at making it resilient against shutdown attempts, with a strong focus on maintaining internet anonymity. The tool has been in development since 2004, reflecting a long-term commitment to secure and private peer-to-peer content distribution.
03 Aug 2026
Thunder Viewer is an open-source Python GUI tool designed to stream and log real-time match data from War Thunder, leveraging publicly available vehicle telemetry. Its primary use case includes creating and saving ACMI log files for post-match replay, streaming telemetry to Tacview for an "AWACS view," and facilitating data transfer to IoT devices like Arduinos. Notable features include simultaneous telemetry streaming for remote players, flexibility for use with additional software, and a user-friendly interface for data visualization.
03 Aug 2026
TARS-AI is a recreation of the robot TARS from the film *Interstellar*, equipped with artificial intelligence capabilities designed for personal, educational, and research applications. The tool allows users to build and modify their own TARS robot, providing flexibility for individual enhancements and sharing improvements within the community, while emphasizing non-commercial usage. Notable features include extensive documentation and active community support through a Discord channel for collaboration and contribution.
03 Aug 2026
TARS is a distributed architecture platform for controlling Raspberry Pi-based robots, providing a separation of the hardware daemon from the AI pipeline. This tool enables developers to create applications that interface with the robot via gRPC and WebRTC APIs, facilitating features like servo control, audio streaming, and camera access. Notable features include the support for various installable applications, such as a voice AI pipeline for natural language interaction with the robot.
03 Aug 2026
SweynTooth is a proof-of-concept tool designed to exploit a set of 18 vulnerabilities in Bluetooth Low Energy (BLE) stacks from various system-on-chip vendors, enabling attackers to cause deadlocks, crashes, buffer overflows, or bypass security mechanisms in affected devices. It utilizes customized Scapy libraries for BLE packet crafting and dissection, and the tool is operational using a Nordic nRF52840 Dongle for communication with vulnerable peripherals. This project not only highlights critical BLE vulnerabilities affecting devices like Fitbit and August Smart Lock but also provides testing scripts to assess exposure to these exploits.
03 Aug 2026
SwaggerSpy is a tool that automates Open Source Intelligence (OSINT) gathering from APIs documented on SwaggerHub, aimed at enhancing security for developers and organizations. It specifically scans API documentation for sensitive information such as credentials and secrets using regular expressions, helping to identify potential security vulnerabilities and enforce best practices. Notable features include its ability to proactively prevent data leaks and support compliance measures within the API development lifecycle.