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
Update (July 2025): mobile apps are now available for both iOS and Android platforms. Details [here](https://bitchat.free)
#mobile #security #secrets #riots #privacy
Update (July 2025): mobile apps are now available for both iOS and Android platforms. Details [here](https://bitchat.free)
#mobile #security #secrets #riots #privacy
π₯3π2β€1
ββ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
The most important feature is that it uses Shadowsocks, that strengthen its resistance against detection and blocking (more details here)
#vpn #censorship #censor #blocking
π₯1
ββ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
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
π₯5π1
ββ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
(similar projects are lazydocker, as well as dockly and ctop)
#docker #tui #rust #container #console #terminal
π2
ββ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
#cli #rust #terminal #tui #search #finder
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
π1
ββ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
#selfhosted #photos
π2
ββ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
#deployment #debug
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
π₯3β1β€1
ββ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
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
π3π1
ββ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
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
π2β€1π1
ββ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
You can try it for yourself here.
#database #schema #editor
π3π1
ββ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 (
β 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
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
π3π¨βπ»2
ββ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:
and enjoy your brand new nice poster. Happy Friday!
#friday #fun #python
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
β€2π1