<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anes Berbic</title>
    <description>The latest articles on DEV Community by Anes Berbic (@berbicanes).</description>
    <link>https://dev.to/berbicanes</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3822413%2F2d9ac232-eb25-44b2-9e27-f2b832b571c9.jpeg</url>
      <title>DEV Community: Anes Berbic</title>
      <link>https://dev.to/berbicanes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/berbicanes"/>
    <language>en</language>
    <item>
      <title>I built an open-source, local-first Postman alternative that uses 60MB of RAM (Tauri v2 + Rust)</title>
      <dc:creator>Anes Berbic</dc:creator>
      <pubDate>Fri, 13 Mar 2026 13:14:07 +0000</pubDate>
      <link>https://dev.to/berbicanes/i-built-an-open-source-local-first-postman-alternative-that-uses-60mb-of-ram-tauri-v2-rust-5a8o</link>
      <guid>https://dev.to/berbicanes/i-built-an-open-source-local-first-postman-alternative-that-uses-60mb-of-ram-tauri-v2-rust-5a8o</guid>
      <description>&lt;p&gt;Hey everyone,&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa4ttsi8errf4grqx23ym.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa4ttsi8errf4grqx23ym.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;I've been building ApiArk — an open-source desktop API client that's&lt;br&gt;
local-first, no login required, and stores everything as plain YAML&lt;br&gt;
files on your filesystem.&lt;/p&gt;

&lt;p&gt;The main motivation: Postman uses 300-800MB of RAM, takes 10-30s to start,&lt;br&gt;
forces you to create an account, and had a 30,000-workspace data leak last year.&lt;br&gt;
I wanted something fast, private, and git-friendly.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;REST, GraphQL, gRPC, WebSocket, SSE, MQTT support&lt;/li&gt;
&lt;li&gt;~60MB RAM, &amp;lt;2s startup (Tauri v2, not Electron)&lt;/li&gt;
&lt;li&gt;Collections are YAML files — just git commit and push&lt;/li&gt;
&lt;li&gt;Environment variables, scripting (JS/TS), testing/assertions&lt;/li&gt;
&lt;li&gt;Local mock servers and scheduled API monitoring&lt;/li&gt;
&lt;li&gt;Import from Postman, Insomnia, Bruno, OpenAPI in one click&lt;/li&gt;
&lt;li&gt;No account, no cloud, no telemetry — ever&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Built with Tauri v2 (Rust backend) + React + TypeScript.&lt;br&gt;
MIT licensed, open source, free forever for core features.&lt;/p&gt;

&lt;p&gt;🔗 Website: &lt;a href="https://apiark.dev" rel="noopener noreferrer"&gt;https://apiark.dev&lt;/a&gt;&lt;br&gt;
🔗 GitHub: &lt;a href="https://github.com/berbicanes/apiark" rel="noopener noreferrer"&gt;https://github.com/berbicanes/apiark&lt;/a&gt;&lt;br&gt;
🔗 Download: &lt;a href="https://apiark.dev/download" rel="noopener noreferrer"&gt;https://apiark.dev/download&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Available for Windows, macOS, and Linux.&lt;/p&gt;

&lt;p&gt;Would love to hear what features you'd want to see next.&lt;br&gt;
Happy to answer any questions about the tech stack or architecture.&lt;/p&gt;

</description>
      <category>api</category>
      <category>opensource</category>
      <category>rust</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
