Covert – Rewrite of HashiCorp Vault Using Rust, SQLite and Litestream
In plain words
Covert is a secrets management tool built with Rust, SQLite, and Litestream that provides an alternative to HashiCorp Vault. It stores and manages sensitive credentials and configuration data for developers and infrastructure teams. The project uses SQLite for data storage with Litestream for replication, offering a simpler architecture than traditional enterprise solutions while maintaining core secret management capabilities.
written from the facts on this page · September 2026
Does the same job
all alternatives →- TATurbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3Mar 2026 · github.com · ▲185
I built a SQLite VFS in Rust that serves cold queries directly from S3 with sub-second performance, and often much faster. It’s called turbolite. It is experimental, buggy, and may corrupt data. I would not trust it with anything important yet. I wanted to explore whether object storage has gotten fast enough to support embedded databases over cloud storage. Filesystems reward tiny random reads and in-place mutation. S3 rewards fewer requests, bigger transfers, immutable objects, and aggressively parallel operations where bandwidth is often the real constraint. This was explicitly inspired…
- URUsing Rust to write shell-script like tasks2020 · github.com · ▲231
- HHHt – HTTPie Clone in Rust2021 · github.com · ▲251
- ATAskama – Type-safe, compiled Jinja-like templates for Rust2017 · github.com · ▲82
- VWVoyager – write a web crawler/scraper as a state machine in Rust2020 · github.com · ▲110
- RArewrite, a rust-powered in-place file rewrite utility2017 · neosmart.net · ▲5
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com