https://github.com/VoidenHQ/voiden
Define, test, and document APIs like a developer, not a SaaS user. No accounts. No lock-in. No telemetry. Just Markdown, Git, hotkeys, and your damn specs.
https://github.com/VoidenHQ/voiden
api api-client api-rest apis cli curl devtools electron-app git graphql grpc offline-first websockets
Last synced: 1 day ago
JSON representation
Define, test, and document APIs like a developer, not a SaaS user. No accounts. No lock-in. No telemetry. Just Markdown, Git, hotkeys, and your damn specs.
- Host: GitHub
- URL: https://github.com/VoidenHQ/voiden
- Owner: VoidenHQ
- License: apache-2.0
- Created: 2025-05-09T23:35:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-02-04T07:50:42.000Z (7 days ago)
- Last Synced: 2026-02-04T19:20:33.952Z (6 days ago)
- Topics: api, api-client, api-rest, apis, cli, curl, devtools, electron-app, git, graphql, grpc, offline-first, websockets
- Language: TypeScript
- Homepage: https://voiden.md
- Size: 12.2 MB
- Stars: 437
- Watchers: 4
- Forks: 9
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Notice: NOTICE
Awesome Lists containing this project
README
**Voiden** is an offline-first API client for developers, Testers and Technical Writers who want their API work to feel like codeβnot a SaaS dashboard.
Voiden lets you build, test, and link API requests like reusable blocks, comment on JSON or XML, preview responses (even PDFs or videos), and manage environments, themes, and scripts. The best part is that Voiden enables all this without ever needing the cloud. Voiden is your API lab: fast, transparent, versionable, and unapologetically opinionated.
No accounts, no sync, no cloud required.

---
### π¦ Download
**Version 1.1.0 is now available!**
π **[Download Voiden βοΈ](https://voiden.md/download)**
The website will automatically detect your operating system and highlight the correct installer for you.
(Windows, macOS Intel/Apple Silicon, and Linux).
>π§ Looking for the **beta** builds? [Download beta versions βοΈ](https://voiden.md/download#beta)
## Getting Started
### 1. Found a bug?
Head over to the [Issues](https://github.com/voidenhq/feedback/issues) tab and click **"New issue"**. Use the **Bug report** template to give us everything we need to fix it.
### 2. Have a feature idea?
We love hearing about new possibilities. Use the **Feature request** template to tell us what you have in mind.
### 3. Just want to say something?
Open a general issue or leave a note.
---
Thanks for sharing your thoughts with us π
---
## Quick Start (Local Development)
### Prerequisites
- Node.js v21.x
- Yarn v4.3.1
- **Windows Only**: [Visual Studio Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) with:
- "Desktop development with C++" workload
- MSVC (C++ compiler)
- Windows SDK
```bash
git clone https://github.com/VoidenHQ/voiden.git
cd voiden
yarn install
yarn workspace @voiden/core-extensions build
cd apps/electron && yarn start
```
> Note : `yarn install` may fail on Windows due to a non-PTY build issue.
See the troubleshooting guide: [Build Errors (Windows)](/docs/troubleshooting/BUILD_ERRORS.md)
See the [Full Installation Guide](docs/getting-started/FRESH_INSTALL.md) for detailed setup including Windows requirements.
## Documentation
All documentation is in the [docs/](docs/) folder:
| Topic | Description |
|-------|-------------|
| [Getting Started](docs/getting-started/FRESH_INSTALL.md) | Installation and setup |
| [Architecture](docs/architecture/OVERVIEW.md) | System design and structure |
| [Extensions](docs/extensions/HOW_TO_ADD.md) | Build your own extensions |
| [Themes](docs/customization/THEMES.md) | Create custom themes |
| [Troubleshooting](docs/troubleshooting/COMMON_ISSUES.md) | Common issues and solutions |
See the [Documentation Index](docs/INDEX.md) for the complete list.
## Project Structure
```
voiden/
βββ apps/
β βββ electron/ # Electron main process
β βββ ui/ # React renderer
βββ core-extensions/ # Built-in extensions
βββ docs/ # Documentation
```
## Contributing
We welcome contributions! Please read:
- [Contributing Guide](CONTRIBUTING.md) - How to contribute
- [Code of Conduct](CODE_OF_CONDUCT.md) - Community guidelines
- [Security Policy](SECURITY.md) - Reporting vulnerabilities
## License
This project is licensed under the [Apache License 2.0](LICENSE).
## Links
- [Changelog](changelog.md)
- [Documentation](docs/INDEX.md)
- [Report an Issue](https://github.com/VoidenHQ/voiden/issues)