Deploy common self-hosted services on Proxmox with guided one-command scripts.
Project overview
Proxmox VE Helper-Scripts is a community collection for installing hundreds of self-hosted services as containers or virtual machines. Users find a service on the project website, paste its command into the Proxmox shell, and choose either sensible defaults or advanced resource, network, and storage settings. Post-install helpers handle updates, configuration changes, logs, and basic troubleshooting. A supported Proxmox VE host, root shell access, and an internet connection are required.
Build and package web, desktop, and mobile apps using only Python.
Project overview
Flet lets Python developers create iOS, Android, Windows, Linux, macOS, and web applications from one codebase without first learning Dart, Swift, Kotlin, HTML, or JavaScript. Flutter renders the interface with a large set of Material and Cupertino controls. Web apps can run client-side through WebAssembly and Pyodide or as server-driven Python applications with real-time updates, and built-in tooling packages projects for each target platform.
Run MLX and GGUF models locally on Apple Silicon Macs.
Project overview
mlx-serve combines a native Zig inference server for Apple Silicon with the MLX Core menu-bar app. Users can download and manage MLX or GGUF models, chat from the terminal or desktop UI, use tool-calling and agent features, and connect existing clients through OpenAI-, Anthropic-, or Ollama-compatible APIs. It does not require Python or cloud inference, but it is specifically designed for Apple Silicon Macs and remains limited by the machine's available memory and compute.
Create, modernize, or update Python projects with an opinion-light uv template.
Project overview
simple-modern-uv is a compact template for Python 3.11–3.14 projects, paired with an Agent Skill that can create a new package, modernize an existing repository, or apply later template updates. It sets up uv, Ruff, BasedPyright, and GitHub Actions, and can migrate projects from Poetry, setuptools or pip, and PDM while tailoring license and PyPI publishing files.
Find curated open-source tools for common system administration and operations tasks.
Project overview
Awesome Sysadmin is a categorized directory for sysadmins, DevOps engineers, and SREs looking for open-source software. It spans backups, configuration management, CI/CD, deployment, monitoring, platform services, VPNs, and more, with entries typically showing source links, licenses, and implementation languages; it is a discovery list, not an operations platform.
Find, organize, and share reusable prompts for different AI tools.
Project overview
AiShort is a multilingual prompt library where users can search by keyword or scenario, copy a prompt, and paste it into ChatGPT-style interfaces, coding assistants such as Cursor, or their own API workflows. Browsing does not require an account. Signed-in users can organize collections, create custom prompts, export their data as JSON, and publish or discuss prompts with the community. The library is available as a website and browser sidebar extension, can be self-hosted, and offers an offline edition that stores data locally for intranet or air-gapped use.
Add explainable, self-hosted long-term memory to LLM apps and agents.
Project overview
OpenMemory adds persistent memory to LLM applications through Python and Node SDKs or a multi-user backend with an HTTP API, dashboard, and MCP endpoint. It models different memory sectors, temporal relationships, decay, and reinforcement rather than relying only on similarity search, and exposes traces showing why a memory was recalled. Storage can remain self-hosted in SQLite or PostgreSQL, making it useful for agents and copilots that need durable memory under their own control.
Automate and test visible interfaces with natural-language instructions.
Project overview
Midscene.js drives interfaces from screenshots, so tests can describe actions and assertions in natural language instead of depending on fragile DOM selectors. It can target visual states, canvas elements, native applications, and cross-origin surfaces that structure-based automation may miss. Use the JavaScript SDK, YAML workflows, or a Chrome extension across browsers, Android, iOS, HarmonyOS, desktop apps, and custom interfaces.
Find categorized design assets, fonts, UI libraries, and frontend resources.
Project overview
This curated directory helps designers and frontend developers find resources for interface work without searching each category from scratch. It groups stock imagery, illustrations, fonts, icons, web templates, CSS frameworks, UI component libraries, design systems, and related tools, with a short description for each link to make scanning and comparison easier.
Mock APIs, proxy traffic, and inject failures for resilient system tests
Project overview
MockServer lets developers replace unavailable APIs with configurable responses, proxy live traffic for inspection and modification, and inject latency, dropped connections, or errors to test failure handling. One endpoint can cover HTTP, gRPC, WebSockets, and raw TCP, with additional support for JSON-RPC, message brokers, and mocked AI chat APIs. A live dashboard and request assertions help inspect test behavior.
Import or describe a Chinese resume conversationally, then generate an editable LaTeX PDF.
Project overview
Auto-CV combines a Chinese LaTeX resume template with a Claude Code skill. Users can import an existing resume or text file, or follow a seven-step conversation that collects details and updates resume.tex after each stage. The result can be compiled into PDF and previewed through LaTeX Workshop, while fonts, icons, and layout remain editable. It suits people who want editable source files rather than a locked web form. A working LaTeX environment is required, and the documented setup focuses mainly on MiKTeX and VS Code on Windows.
Find and compare privacy-focused software and services across practical categories.
Project overview
awesome-privacy is a curated directory for finding privacy- and security-focused software and services. It organizes options across file encryption, email clients, mobile apps, VPNs, DNS providers, ad blockers, desktop operating systems, and self-hosted tools, with concise notes and deeper reports for many entries. It is useful as a starting point for product selection, but current policies, pricing, and security claims should still be verified independently.
Meter usage and bill subscription, consumption, or hybrid pricing models through APIs.
Project overview
Turn product usage events into invoices for subscription, consumption-based, or hybrid pricing. The API-first platform combines metering, entitlements, automated billing, payment retries, gateway orchestration, and revenue reporting while remaining payment-processor independent. Teams can use its cloud service or run the open-source stack with Docker Compose and connect through REST APIs and SDKs. Self-hosted deployments collect basic action analytics by default; the documentation excludes customer PII and financial data and provides an opt-out.
Run a lightweight Docker-powered PaaS on your own Linux server
Project overview
Dokku is a small, self-hosted platform as a service that turns a Linux virtual machine into a Heroku-like environment for building and managing application lifecycles. It suits individuals or small teams that want control of the host without operating a larger cloud platform. The documented setup requires a supported Ubuntu or Debian machine and an SSH key, followed by configuration of the server domain and user access.
Control, automate, and operate Android devices or fleets from one integrated platform.
Project overview
FIRERPA combines Android remote desktop, UI automation, OCR and image matching, traffic capture, Frida, proxy networking, and device operations behind one on-device service and Python client. It can work with or without root and expose controls through a browser, APIs, MCP clients, or a natural-language agent. The platform targets automation engineering, mobile security work, and long-running device farms, so its breadth and deployment complexity go well beyond a simple phone mirroring utility.
Start cross-platform Electron desktop apps from a modern development template.
Project overview
Electron React App is a starter project for building Windows, macOS, and Linux desktop software. It combines React, Vite, TypeScript, TailwindCSS, Shadcn UI, and packaging tools with a custom title bar, theme switching, error boundaries, and hot reload already configured. Its Conveyor layer validates communication between Electron’s main and renderer processes with Zod and TypeScript, giving developers a typed IPC foundation rather than a finished end-user application.
Query multiple search engines, merge results, and extract page content.
Project overview
OpenSERP exposes an API and CLI for live results from Google, Bing, Yandex, Baidu, DuckDuckGo, and Ecosia. A single request can search several engines, merge and deduplicate their results, and optionally return cleaned text or Markdown from target pages. This makes it useful for grounding agents and RAG workflows, as well as tracking SEO rankings across regions where a Google-only service is insufficient. You can run it locally or in Docker, or use the hosted cloud service with the same public API shape.
Build extensible browser and desktop IDEs for multiple languages.
Project overview
Eclipse Theia is a framework for teams building their own developer tools or cloud IDEs, rather than a single fixed editor. It can be composed into browser-based or desktop applications, offers a flexible extension architecture, and supports the VS Code extension protocol. The project also documents application composition, Theia extensions, VS Code-style extensions, and desktop packaging.