OpenSource-Hub
DiscoverTrendingCode LibraryCategories
/Rust

Rust

35 open source tools found

O
Developer Tools

openinterpreter

A low-cost coding agent with harness emulation and native sandbox, letting you switch models freely.

Open Interpreter is a Rust-based coding agent optimized for low-cost models, with harness emulation and native sandboxing across all major OS.

Delete the ~/.openinterpreter directory and remove the binary installed by the script to fully uninstall.
65.6kChecksum
V
Privacy Protection

Vaultwarden

Self-host Bitwarden-compatible server with minimal resource usage.

A lightweight, self-hosted Bitwarden server alternative written in Rust, compatible with official clients.

Stop and remove container, delete volume: docker stop vaultwarden && docker rm vaultwarden && rm -rf /vw-data/
59.9k

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
R
Developer Tools

rtk

CLI proxy that cuts LLM token consumption by 60-90% on dev commands. Auto-installs into AI tools, zero config.

CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies.

If installed via Homebrew, run brew uninstall rtk. If via the install script, delete ~/.local/bin/rtk and remove any PATH additions. For Cargo installs, run cargo uninstall rtk. Also remove any rtk initialization lines from AI tool shell config files (e.g., .bashrc or .zshrc).
51.2kChecksum
G
AI Productivity

goose

A universal open-source AI agent that runs locally with desktop, CLI, and API, supporting 15+ providers and 70+ extensions.

Goose is a general-purpose AI agent that runs on your machine. Use it for coding, research, writing, automation, and more. It offers a native desktop app (macOS, Linux, Windows), a full CLI, and an API. Works with 15+ providers (Anthropic, OpenAI, Google, Ollama, etc.) and connects to 70+ extensions via the Model Context Protocol. Built in Rust, part of the Linux Foundation.

Desktop app: Delete from Applications (macOS: move to Trash; Windows: uninstall via Add/Remove Programs). CLI: run curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/uninstall_cli.sh | bash or delete the binary manually.
45.1kChecksum
H
Developer Tools

hyperswitch

Open-source modular payment hub connecting 120+ processors with smart routing and cost control.

Open-source modular payments infrastructure that lets you integrate Stripe, Adyen, and 120+ processors with smart routing, retry logic, and cost observability.

Stop Docker containers and delete the project directory. To clean volumes, run `docker compose down -v`.
42.6k
D
Developer Tools

dioxus

A Rust framework to build web, desktop, and mobile apps from one codebase with hot-reload and signals state management.

Dioxus is a Rust fullstack framework for cross-platform apps. It provides zero-config setup, instant hot-reloading, signals-based state management, and a built-in bundler. Supports Web (WASM), Desktop (WebView/WGPU), Mobile (WebView/WGPU), SSR, and LiveView.

Uninstall Dioxus CLI with cargo uninstall dioxus-cli. Remove project folder.
37.7kChecksum
S
Developer Tools

SWC

A Rust-powered super-fast TypeScript/JavaScript compiler that is 20x faster than Babel, also bundling and minifying.

SWC is a super-fast TypeScript/JavaScript compiler built in Rust, offering blazing-fast transpilation and bundling for modern web development.

For npm installations, run npm uninstall @swc/core and related packages (e.g., @swc/helpers). For Rust dependencies, remove the swc crate entries from Cargo.toml.
33.7kChecksum
D
AI Productivity

DeepSeek-TUI

A keyboard-driven terminal agent for DeepSeek models with auto mode and streaming reasoning.

DeepSeek TUI is a terminal-based coding agent that brings DeepSeek V4's reasoning power to your command line, with auto mode, tool suite, and session persistence.

If installed via npm: npm uninstall -g deepseek-tui. Via Cargo: cargo uninstall deepseek-tui-cli && cargo uninstall deepseek-tui. Via Homebrew: brew uninstall deepseek-tui.
26.1kChecksum
N
Developer Tools

nautilus_trader

A Rust-native trading engine that unifies research and live execution under one deterministic event-driven architecture.

Production-grade, Rust-native trading engine with deterministic event-driven architecture, supporting multi-asset backtesting and live trading via Python bindings.

If installed via pip, run pip uninstall nautilus-trader. If built from source, delete the repository directory.
23.9kChecksum
T
Developer Tools

turso

An in-process SQL database that fully replaces SQLite with MVCC, vector search, and MCP integration.

Turso is an embeddable SQL database compatible with SQLite, adding multi-version concurrency control, change data capture, and vector search, with bindings for multiple languages.

If installed via curl script, delete the ~/.turso directory and remove /usr/local/bin/tursodb; if installed via cargo, run `cargo uninstall turso`.
20.4kChecksum
M
AI Productivity

Meetily

A fully offline, privacy-first AI meeting assistant that transcribes and summarizes meetings locally.

Privacy-first AI meeting assistant that captures, transcribes, and summarizes meetings entirely offline using local AI models like Whisper and Ollama.

Windows: uninstall via Settings or Control Panel. macOS: drag Meetily from Applications to Trash and empty it.
15.5kChecksum
L
System Optimization

lemmy

A self-hostable, decentralized alternative to Reddit with federation.

A federated link aggregator and forum for the fediverse.

Stop and remove containers with volumes: docker-compose down -v. For full removal, delete the directory and database.
14.4k
H
Privacy Protection

harper

A fast, offline, privacy-first English grammar checker that runs on your device with zero cloud dependency.

Harper is a fast, offline English grammar checker built with Rust. It prioritizes privacy by running entirely on your device, unlike cloud-based alternatives like Grammarly, and is much lighter than LanguageTool, using under 1/50th of its memory.

Remove the Harper extension from VS Code's extension manager, or follow the editor-specific docs to uninstall the language server.
12.5kChecksum
L
Developer Tools

liteparse

Fast, local PDF parser with markdown/JSON output and OCR — a lighter alternative to cloud-based document parsers.

A fast, open-source document parser that extracts text, markdown, and structured JSON from PDFs with optional OCR support, running entirely locally with zero cloud dependencies.

Node: npm uninstall -g @llamaindex/liteparse; Python: pip uninstall liteparse; Rust: cargo uninstall liteparse.
11.8kChecksum
I
Developer Tools

iroh

Dial by public key, not IP address. Modular Rust networking with automatic hole-punching and relay fallback.

IP addresses break, dial keys instead. Iroh is a modular Rust networking stack that lets you connect by public key, with automatic hole-punching and relay fallback.

Remove the iroh dependency from your Cargo.toml and run cargo update. If you cloned the repo, delete the directory.
9.4kChecksum
D
Developer Tools

dbx

A 15MB database client that supports 60+ databases and includes an AI assistant for SQL generation.

15MB lightweight, cross-platform database client supporting 60+ databases (MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server, etc.) with built-in AI assistant and Docker self-hosting.

Windows: Uninstall via 'Add or remove programs' in Settings. macOS: Drag DBX from Applications to Trash. Linux: Delete the binary and config directory (~/.dbx). Note: back up your connection configs before uninstalling.
8.1kChecksum
F
Developer Tools

fff

A fast, frecency-ranked file search toolkit for AI agents and editors, faster than ripgrep and fzf in repeated searches.

fff is a file search toolkit for humans and AI agents, offering typo-resistant path and content search, frecency-ranked access, background watching, and a lightweight in-memory index. It outperforms ripgrep and fzf in long-running processes with multiple searches.

MCP server: remove the downloaded script and config files. Neovim plugin: remove plugin declaration and clean cache. Pi extension: run `pi uninstall npm:@ff-labs/pi-fff`.
7.6kChecksum
M
File Management

miniserve

Just serve files over HTTP instantly with a single binary – no fuss, no config.

miniserve is a tiny, cross-platform CLI tool for serving files/directories over HTTP with zero configuration. Download, run, done.

Simply delete the miniserve binary. No traces left.
7.6kChecksum
U
Privacy Protection

universal-android-debloater-next-generation

A cross-platform desktop tool that safely debloats non-rooted Android devices via ADB, improving privacy, security, and battery life.

A cross-platform GUI tool written in Rust that removes bloatware from non-rooted Android devices via ADB to improve privacy, security, and battery life. More actively maintained than the original UAD, with a modern interface and comprehensive package lists.

Uninstall 'Universal Android Debloater NG' from your system's program manager. Configuration files are stored in the user documents folder under 'uad-ng' – you may delete them manually if desired.
7.5kChecksum
O
Developer Tools

oh-my-pi

The most capable terminal AI coding agent with hash-anchored edits, LSP, debugger, subagents – all native.

A terminal-based AI coding agent with hash-anchored edits, built-in LSP, debugger, subagents, and multi-language support. Outperforms generic tools by offering a unified, high-performance harness that integrates IDE-grade intelligence directly into the command line.

Delete ~/.oh-my-pi directory and remove the binary or npm global package.
5.6kChecksum
T
Developer Tools

trailbase

A sub-millisecond, single-executable Firebase alternative with type-safe APIs, multi-DB, Wasm runtime, and built-in admin UI.

An open-source, sub-millisecond Firebase alternative that combines REST & realtime APIs, multi-DB, WebAssembly runtime, auth, and admin UI into a single executable built on Rust, SQLite, and Wasmtime.

Delete the executable and the traildepot folder. If using Docker, stop the container and remove the image.
5.1kChecksum
R
Privacy Protection

redlib

Privacy-first Reddit frontend written in Rust, no JS, no ads, no tracking.

Private front-end to Reddit, no ads, no tracking, no JavaScript.

If using Docker: `docker stop redlib && docker rm redlib` and remove the image. For binary: delete the executable and config. No action needed for public instances.
3.3kChecksum
C
Video & Audio Download

Clypra

Professional free & open-source video editor with hardware acceleration, no limits, and optional AI. The modern CapCut alternative.

A free and open-source video editor built with Tauri, React, and Rust, offering hardware-accelerated performance and optional AI features. A modern alternative to CapCut and Shotcut.

macOS: Drag Clypra from Applications to Trash; Windows: Uninstall via Settings > Apps; Linux: Delete the AppImage file.
2.7kChecksum
S
System Optimization

static-web-server

A single-binary, dependency-free static file server with HTTP/2, compression, and security features.

A lightweight, high-performance static file server written in Rust. Serves static web files with HTTP/1 & HTTP/2, compression, security headers, and many modern features. Single 4MB binary, no dependencies.

Delete the binary or Docker image; no leftovers.
2.2kChecksum
S
File Management

stump

A modern, self-hosted comics & ebook server built with Rust and React, featuring OPDS and low resource usage.

Stump is a free, open-source self-hosted server for reading and organizing comics, manga, and ebooks. Powered by Rust and React, it delivers fast performance and a sleek dark-theme UI. Supports OPDS, multiple user accounts, and Docker deployment.

Stop and remove container: docker stop stump && docker rm stump; remove image: docker rmi aaronleopold/stump:nightly; local data volume must be deleted manually.
2.2kChecksum
T
System Optimization

tuwunel

A faster, lighter Matrix homeserver in Rust, backed by Swiss government.

High-performance Matrix homeserver written in Rust, fully compatible with Synapse and the Matrix spec.

For Docker: `docker stop tuwunel && docker rm tuwunel && docker rmi jevolk/tuwunel`. For binary: stop the service, delete the binary and config directory (default ~/.tuwunel or /var/lib/tuwunel).
2.1kChecksum
S
System Optimization

start-os

Turn any computer into a personal server with one-click app installs and full data ownership.

Open-source Linux distribution for running a personal server. Simplifies self-hosting of Bitcoin nodes, chat, cloud storage, and more.

To fully remove StartOS, reinstall the operating system (all data will be wiped). To remove an individual service, go to the admin panel and click 'Uninstall' – it won't affect the system.
1.9kChecksum
A
Developer Tools

atomic-server

Lightweight, all-in-one CMS and graph database with real-time sync, collaborative docs, tables, and chat.

A lightweight, fast CMS and Graph Database for creating, sharing, and modeling Atomic Data. Runs everywhere with built-in real-time sync, full-text search, and AI support.

Delete the binary and the `atomic-data` folder in the run directory to fully uninstall.
1.5k
R
Developer Tools

routa

A workspace-first Kanban-driven multi-agent platform for AI software delivery, with strict lane contracts and evidence gates.

A workspace-first multi-agent coordination platform that uses a Kanban board to orchestrate AI agents across software delivery, with built-in MCP/ACP/A2A support and a strict review gate.

Delete the installation directory. For npm install: 'npm uninstall -g routa-cli'. For cargo: 'cargo uninstall routa-cli'. Remove any configuration files left in ~/.routa if desired.
1.5kChecksum
C
Developer Tools

CookCLI

Manage recipes, make shopping lists, and browse via web—all from the command line.

A CLI tool for Cooklang recipes: create shopping lists, plan meals, search, import from websites, and run a web server to browse recipes on any device.

Homebrew: brew uninstall cookcli; Cargo: cargo uninstall cookcli; Binary: delete the file.
1.3kChecksum
R
File Management

rustypaste

A minimal, self-hosted pastebin / file upload service in Rust, no database required.

Rustypaste is a lightweight file upload and pastebin service. Single binary, filesystem storage, supports expiring & one-shot links, MIME guessing, URL shortening, and self-hosted privacy.

Delete the binary and the upload directory (default `upload/`); if using Docker, run `docker rm` to remove the container.
1.2k
W
Privacy Protection

Websurfx

A fast, self-hosted, privacy-first meta search engine written in Rust.

A modern, lightning-fast, privacy-respecting meta search engine written in Rust. It provides a quick and secure search experience while completely respecting user privacy.

Stop Websurfx and Redis processes, then delete the project directory. For Docker, remove the container with docker rm.
1.1k
P
Video & Audio Download

PinePods

Self-host podcasts with multi-user support and cross-device sync, all under your control.

A self-hosted podcast management system with multi-user support, cross-device sync, and native mobile apps. Built with Rust for performance.

Run 'docker-compose down -v' to stop and remove containers and volumes. Manually delete mapped host directories if desired.
862Checksum
C
Developer Tools

Chhoto URL

Ultra-lightweight self-hosted URL shortener, privacy-first, easy to deploy.

A minimal, self-hosted URL shortener written in Rust. Ultra-lightweight (<6MB Docker image, <5MB RAM) with no bloat, tracking, or user management. Ideal for personal or small team use.

Run `docker-compose down -v` to remove containers and volumes, then delete the project directory.
813
W
Developer Tools

wastebin

A bare-bones pastebin that does one thing well — share text snippets with syntax highlighting and encryption.

A minimal, self-hosted pastebin with syntax highlighting, Markdown rendering, and encryption, built as a single binary in Rust.

Simply delete the downloaded binary and the SQLite database file (if you used persistent storage).
786Checksum
Browse All Categories