<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="392864" data-post-id="392864">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="frigidcode" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/frigidcode/120/7594_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  frigidcode
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Looks nifty, I’ll give it a shot when it’s available on Linux. Can you expand on the stack it’s built with? My only concern is if it uses electron and possible NPM supply chain attacks esp as it connects to servers.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="392864" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/voyager-a-modern-alternative-to-observer/76247/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-392864" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="392864"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="392874" data-post-id="392874">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="kraleppa" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/kraleppa/120/37640_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  kraleppa
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Thanks! Linux is on the roadmap - good to know there’s demand for it. There’s a chance that it will be released this week <img src="https://forum.elixirforum.com/images/emoji/apple/eyes.png?v=15" title=":eyes:" class="emoji" alt=":eyes:" loading="lazy" width="20" height="20"></p>
<p>We’re not using Electron - it’s based on Tauri using the OS-native webview. Inside it we run a LiveView release, so essentially all logic lives in Elixir on your local BEAM node and the browser layer is just a thin rendering surface. npm is build-time only for us (esbuild + Tailwind)</p>
<p>The whole flow of connecting to nodes is similar to Livebook.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="392874" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/voyager-a-modern-alternative-to-observer/76247/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-392874" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="392874"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #12"></div>
  </section>
</div>
    <div class="postbit" id="393180" data-post-id="393180">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="KezuLan" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/KezuLan/120/37914_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  KezuLan
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi all, here’s a quick update on what happened since release.</p>
<p>We are now closing the early access phase. Here are the biggest changes:</p>
<ul>
<li>Linux build is live. You can now download it from our website.</li>
<li>The source code is public. Feel free to check it out on GitHub.</li>
<li>We have updated the license. Voyager is now free for individuals and teams up to 10 people. If your company is larger reach out to us, and we’ll get back to you, but since we are still in early phase - there is no payment for 90 days.</li>
</ul>
<p>Learn more here:<br>
Repo: <a href="https://github.com/software-mansion/voyager" class="inline-onebox" rel="noopener nofollow ugc">GitHub - software-mansion/voyager: Observe, debug, and understand running BEAM systems · GitHub</a><br>
Download: <a href="https://voyager.swmansion.com/" rel="noopener nofollow ugc">https://voyager.swmansion.com</a></p>
<p>Btw if you are heading to ElixirConf in Chicago, drop by Software Mansion booth to see live demo and chat about your infrastructure.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="393180" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/voyager-a-modern-alternative-to-observer/76247/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-393180" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="393180"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>