1258
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
TablePro - (★ 1.5k at GitHub) is a native macOS database client. Connects to MySQL, MariaDB, PostgreSQL, SQLite, MongoDB, Redis, SQL Server, and Redshift. Includes a SQL editor with autocomplete, inline editing, and AI assistance.
#sql #database #client #ai
Meshtastic - (★7k at GitHub) - is an open source, off-grid, decentralized mesh network built to run on affordable, low-power devices. No cell towers. No internet. Just pure peer-to-peer connectivity.
Imagine carrying a radio device flashed with Meshstatic firmware in your backpack. These devices create a mesh network, allowing you to connect to it via your smartphone and send messages securely. These messages travel through the mesh network rather than relying on the internet or cellular networks.
Currently, a limited number of devices are supported. For example, the LILYGO TTGO T-echo can be purchased on Amazon.
Mesh networks are particularly useful in areas where traditional connectivity is unavailable or unreliable. Think remote forests, rural areas or large gatherings like festivals, open-air events and even protests. As more people use mesh devices, the overall connection becomes more reliable.
#mesh #hardware #privacy #messages #connectivity
llmfit - (★11.1k) a terminal tool that right-sizes LLM models to your system's RAM, CPU, and GPU. Detects your hardware, scores each model across quality, speed, fit, and context dimensions, and tells you which ones will actually run well on your machine.
If Ollama is running in your system and llmfit can detect it, then you can pull model directly to your local ollama by pressing d key, which is very convinient.
#hardware #llm #model #ollama
Rybbit - (★ 11.5k at GitHub) open-source and privacy-friendly alternative to Google Analytics that is 10x more intuitive.
#analyse #monitoring #analytic
SQL Explain Plan Visualizer by Datadog.
This is a very useful tool for analysing your SQL query performance and identifying bottlenecks. Simply call the command for your SQL database, like this:EXPLAIN (ANALYSE, FORMAT JSON, VERBOSE, BUFFERS) [your query]
The console will then generate a detailed JSON report. Copy this report and paste it into the visualiser to explore your query’s weaknesses.
#sql #report #analyse #postgresdb #mysql
prek - (★ 4k at GitHub) is a better pre-commit, re-engineered in Rust.
pre-commit is a popular framework to run hooks written in many languages, and it manages the language toolchain and dependencies for running the hooks.
prek is a reimagined version of pre-commit, built in Rust. It is designed to be a faster, dependency-free and drop-in alternative for it, while also providing some additional long-requested features.
#hooks #precommit #commit #rust
Resterm - (★ 1.2k) is a terminal-based REST/GraphQL/gRPC/WebSocket/SSE client.
Although sharing a common purpose, this client doesn’t feel like just another Postman alternative. Instead, it boasts a few very neat features:
⋅ Resterm is keyboard driven.
⋅ Everything lives in plain files (.http/.rest) - no cloud or account - everything stays local (whch is awesome)
⋅ Built-in SSH tunnels for HTTP/gRPC/WebSocket/SSE.
⋅ OAuth 2.0 built-in - client credentials, password grant, authorization code + PKCE with automatic browser flow and token refresh.
⋅ RestermScript (RTS) resterm focused custom scripting lang for safe, predictable request-time logic (templates, directives, workflows). If you want JavaScript instead - this works too.
⋅ Fast iteration loop with explorer + history + diff/compare + captures/workflows.
⋅ Debuggable - timeline tracing, profiler, streaming transcripts and inline scripts/tests.
More screenshots can be found here.
#rest #grpc #api #cli #terminal #bobukrecommends
drawDB - (★ 35.5k at GitHub) is a robust and user-friendly database entity relationship (DBER) editor right in your browser. Build diagrams with a few clicks, export SQL scripts, customize your editor, and more without creating an account.
You can try it for yourself here.
#database #schema #editor
cloudreve - (★ 26.5k at GitHub) is a self-hosted file management and sharing system, supports multiple storage providers. It's like Google Drive on your loval server, but has more features.
#selfhosted #server #file
Fresh - (★ 4.6k at GitHub) is a text editor for your terminal: easy, powerful and fast.
Why another text editor? Fresh brings the intuitive, conventional UX of editors like VS Code and Sublime Text to the terminal.
While veterans like Emacs and Vim - and newer editors like Neovim and Helix - are excellent for power users who prefer modal, highly specialized workflows, they often present a steep learning curve for those used to standard GUI interactions. Fresh is built for the developer who wants a familiar, non-modal experience out-of-the-box, without sacrificing the speed and portability of the command line. Keyboard bindings, mouse support, menus, command palette etc. are all designed to be familiar to most modern users.
Architecturally, Fresh is built to handle multi-gigabyte files or slow network streams efficiently, maintaining a negligible memory overhead regardless of file size. While traditional editors struggle with latency and RAM bloat on large files, Fresh delivers consistent, high-speed performance on any scale.
#rust #editor #terminal #console
tunnelto.dev - (★ 4.5k at GitHub) - lets you expose your locally running web server via a public URL. Written in Rust. Built completely with async-io on top of tokio.
If you want to expose your localhost for debugging or demonstration purposes, the default option was ngrok. Tunnelto is a simpler, open-source alternative that you can host yourself.
When you run the command tunnelto --port 8000, your localhost is exposed at the tunnelto.dev URL. However, you can also set up your private server and deploy it with any URL you choose.
#deployment #debug
immich - (★ 88.6k at GitHub) is a high performance self-hosted photo and video management solution, that can be run on your server. It's like your private Google Photos.
#selfhosted #photos
SuperFile - (★ 15.9k at GitHub) is a very fancy and modern terminal file manager that can complete the file operations you need
#go #terminal #tui #console
Crush - (★ 11.1k) the glamourous AI coding agent for your favourite terminal 💘
Your new coding bestie, now available in your favourite terminal. Your tools, your code, and your workflows, wired into your LLM of choice.
#ai #terminal #tui
Outline VPN - enables anyone to access the free and open internet more safely by running their own VPN. Running your own VPN server through Outline makes accessing the internet safer and establishes a connection that is harder to block.
The most important feature is that it uses Shadowsocks, that strengthen its resistance against detection and blocking (more details here)
#vpn #censorship #censor #blocking
AWS FinOps dashboard - (★ 1.2k) is an open-source command-line tool for AWS cost monitoring. It provides multi-account cost summaries by time period, service, and cost allocation tags; budget limits vs. actuals; EC2 instance status; six‑month cost trend charts; and “FinOps audit” reports (e.g. untagged or idle resources).
#aws #costs #optimisation
git-cliff - (★11.5k at GitHub) is a highly customizable Changelog Generator that follows Conventional Commit specifications. git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers. The changelog template can be customized with a configuration file to match the desired format.
#git #commit
Trippy - (★ 6.7k at GitHub) is a network diagnostic tool. It combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues.
#network #ping #route #trace
Hyprnote - (★ 7.7k at GitHub) is an AI notetaking app specifically designed to take meeting notes. With Hyprnote, you can transcribe all kinds of meetings whether it be online or offline.
・ Listens to your meetings so you can only jot down important stuff
・ No bots joining your meetings - Hyprnote listens directly to sounds coming in & out of your computer
・ Crafts perfect summaries based on your memos, right after the meeting is over
・You can run Hyprnote completely offline by using LM Studio or Ollama
You can also use it for taking notes for lectures or organizing your thoughts
#ai #notes #meetings
TrailBase - (★ 4,5k at GitHub) is an open, sub-millisecond, single-executable Firebase alternative with type-safe REST APIs, realtime subscriptions, built-in WebAssembly runtime, SSR, auth and admin UI built on Rust, SQLite & Wasmtime.
Simplify with fewer moving parts: an easy to self-host, single-executable, extensible backend for your mobile, web or desktop application. Sub-millisecond latencies eliminate the need for dedicated caches, no more stale or inconsistent data.
#rapid #rust #selfhosted #cloud
maptoposter - (★ 6.6k) is a fun project, allowing you to transform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create and export visually striking map posters with code.
clone the repo, then run it with:
uv venv
uv pip install -r requirements.txt
uv run create_map_poster.py -c "London" -C "UK" -t sunset -d 15000
and enjoy your brand new nice poster. Happy Friday!
#friday #fun #python
Databasus - (★ 4.8k at GitHub) is a free, open source and self-hosted tool to backup PostgreSQL, MySQL and MongoDB databases. Make backups with different storages (S3, Google Drive, FTP, etc.) and notifications about progress (Slack, Discord, Telegram, etc.)
#database #backup
hl - (★ 2.7k) is a high-performance log viewer and processor that transforms logs in JSON and logfmt formats into a human-readable output. Built with efficiency in mind, it enables quick parsing and analysis of large log files with minimal overhead.
#rust #log #cli
Blinko - (★ 9k at GitHub) is an AI-powered card note-taking project. Designed for individuals who want to quickly capture and organize their fleeting thoughts. Blinko allows users to seamlessly jot down ideas the moment they strike, ensuring that no spark of creativity is lost.
It is possible to subscribe for a hosted version or host if by yourself running Docker Compose file.
You can choose a number of AI providers available: OpenAI, AzureOpenAI, Anthropic, DeepSeek, Gemini, Grok, OpenRouter and if you want to run it fully locally Ollama is also supported.
#ai #notes #editor
DevTui - (★ 357 at GitHub) is all-in-one terminal toolkit that consolidates everyday developer utilities into a unified TUI and CLI interfaces.
#utility #cli #tui #terminal
Mole - (★ 22.1k) deep clean and optimize your Mac 🐹
Just do:brew install tw93/tap/molemo clean
to clean up some space on your Mac
#utility #mac #cli
Skim - (★ 6.2k) is a fuzzy finder in rust!
We spend so much of our time navigating through files, lines, and commands. That's where Skim comes in! It's a powerful fuzzy finder designed to make your workflow faster and more efficient.
If you use fzf for your finder in console, it's time to try something new. Check out a short demo here.
#cli #rust #terminal #tui #search #finder
oxker - (★ 1.1k) a yet another simple tui to view & control docker containers.
(similar projects are lazydocker, as well as dockly and ctop)
#docker #tui #rust #container #console #terminal
Posting - (★ 9.9k) a powerful HTTP client that lives in your terminal.
Posting is an HTTP client, not unlike Postman and Insomnia. As a TUI application, it can be used over SSH and enables efficient keyboard-centric workflows. Your requests are stored locally in simple YAML files, so they're easy to read and version control.
#tui #cli #terminal #curl #api #http
BitChat - (★ 8.9k) is a weekend project by Jack Dorsey. BitChat is a secure, decentralized, peer-to-peer messaging app that works over Bluetooth mesh networks. No internet required, no servers, no phone numbers - just pure encrypted communication. A good option for places where no internet signal or internet can't be used for some reasons
#mobile #security #secrets #riots #privacy