<?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: Tarek Nawara</title>
    <description>The latest articles on DEV Community by Tarek Nawara (@tknawara).</description>
    <link>https://dev.to/tknawara</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4095388%2Ff57b82fb-a7b9-4f8c-9975-4ba423df380e.jpg</url>
      <title>DEV Community: Tarek Nawara</title>
      <link>https://dev.to/tknawara</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tknawara"/>
    <language>en</language>
    <item>
      <title>“I built Gripsack, a package and dotfile manager with generations and rollback”</title>
      <dc:creator>Tarek Nawara</dc:creator>
      <pubDate>Wed, 26 Aug 2026 09:15:25 +0000</pubDate>
      <link>https://dev.to/tknawara/i-built-gripsack-a-package-and-dotfile-manager-with-generations-and-rollback-4100</link>
      <guid>https://dev.to/tknawara/i-built-gripsack-a-package-and-dotfile-manager-with-generations-and-rollback-4100</guid>
      <description>&lt;p&gt;I’ve always liked the reproducibility and rollback ideas behind tools like Nix, but I wanted something simpler for managing my own development machines.&lt;/p&gt;

&lt;p&gt;So I built Gripsack.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Gripsack?
&lt;/h2&gt;

&lt;p&gt;Gripsack manages your packages and dotfiles from one configuration.&lt;/p&gt;

&lt;p&gt;It also keeps generations, so when your setup changes, you can inspect previous states and roll back if something goes wrong.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;I wanted a setup that was:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;easy to understand&lt;/li&gt;
&lt;li&gt;easy to reproduce on another machine&lt;/li&gt;
&lt;li&gt;able to manage both packages and dotfiles&lt;/li&gt;
&lt;li&gt;safe to experiment with because I could roll back&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I also wanted the configuration to feel like normal programming rather than learning a dedicated configuration language.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Gripsack has a Rust core and uses a content-addressed store to keep track of installed state.&lt;/p&gt;

&lt;p&gt;Each change creates a new generation, so you can move between configurations without losing the previous one.&lt;/p&gt;

&lt;p&gt;The project is still quite young, so there’s plenty I want to improve.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://gripsack.dev" rel="noopener noreferrer"&gt;https://gripsack.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The project is open source, and I’d really appreciate feedback.&lt;br&gt;
I’m especially interested in whether the configuration model feels intuitive and what package sources or features you’d like to see next.&lt;/p&gt;

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