<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ide on Maulana Syahravi</title><link>https://syahravi.my.id/en/tags/ide/</link><description>Recent content in Ide on Maulana Syahravi</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 16 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://syahravi.my.id/en/tags/ide/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Install Antigravity IDE on Linux from a tar.gz File</title><link>https://syahravi.my.id/en/posts/install-antigravity-ide-linux/</link><pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate><guid>https://syahravi.my.id/en/posts/install-antigravity-ide-linux/</guid><description>&lt;p&gt;Antigravity IDE is an Electron-based IDE distributed as a &lt;code&gt;.tar.gz&lt;/code&gt; archive for Linux users. Since it isn&amp;rsquo;t available through your distribution&amp;rsquo;s package manager, installation has to be done manually. This guide covers every step you&amp;rsquo;ll need.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;code&gt;Antigravity IDE.tar.gz&lt;/code&gt; file downloaded from &lt;a href="https://antigravity.google/download"&gt;antigravity.google/download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;sudo&lt;/code&gt; access on your system&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="installation-steps"&gt;Installation Steps&lt;/h2&gt;
&lt;h3 id="1-extract-to-opt"&gt;1. Extract to &lt;code&gt;/opt/&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;The &lt;code&gt;/opt/&lt;/code&gt; directory is the standard location for third-party applications on Linux.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;sudo tar -xzf Antigravity&lt;span class="se"&gt;\ &lt;/span&gt;IDE.tar.gz -C /opt/
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The flags used:&lt;/p&gt;</description></item></channel></rss>