Voiden is an offline-first, git-native API tool built on Markdown - and it very intentionally didn’t start as “let’s build a better Postman”.

Over time, API tooling became heavyweight: cloud dependencies for local work, forced accounts, proprietary formats, and workflows that break the moment you’re offline. Testing a localhost API shouldn’t need an internet connection.

So we asked a simple question: What if an API tool respected how developers already work?

That led to a few core ideas:

  • Offline-first, no accounts, no telemetry

  • Git as the source of truth

  • Specs, tests, and docs living together in Markdown

We opensourced Voiden because extensibility without openness just shifts the bottleneck.

If workflows should be transparent, the tool should be too.

Github : https://github.com/VoidenHQ/voiden

Download here : https://voiden.md/download

  • aksdb
    link
    fedilink
    English
    arrow-up
    2
    ·
    28 days ago

    One thing your answer dodges is the automation part. Do you plan on offering a cli to run individual workflows/scenarios? The UI is awesome for building and maintaining the workflows, but if I want to use them for automated testing for example I need to be able to run them headless.

    • nikolasdimi
      link
      fedilink
      English
      arrow-up
      1
      ·
      28 days ago

      Apologies…missed that. Yeah this is what we are currently working on - part of the next release actually :)

      • aksdb
        link
        fedilink
        English
        arrow-up
        2
        ·
        28 days ago

        Beautiful. Will keep an eye on it. Thank you!