<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[🐧 Installing GOG CLI on Linux — Step-by-Step Guide]]></title><description><![CDATA[<h2><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/1f427.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--penguin" style="height:23px;width:auto;vertical-align:middle" title="🐧" alt="🐧" /> Installing GOG CLI on Linux</h2>
<p dir="auto"><strong>GOG CLI</strong> (<code>gog</code>) is the official command-line tool for accessing Google Workspace (Gmail, Calendar, Drive, Docs, Sheets, and more) directly from your terminal. One binary, no complex dependencies.</p>
<hr />
<h3><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title="📦" alt="📦" /> Requirements</h3>
<ul>
<li>Linux 64-bit (x86_64 or ARM64)</li>
<li>Internet connection</li>
<li>A Google account (Gmail or Google Workspace)</li>
</ul>
<hr />
<h3><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e5.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--inbox_tray" style="height:23px;width:auto;vertical-align:middle" title="📥" alt="📥" /> Method 1: Homebrew (Recommended)</h3>
<p dir="auto">If you have <a href="https://brew.sh" rel="nofollow ugc">Homebrew</a> installed on Linux:</p>
<pre><code class="language-bash">brew install openclaw/tap/gogcli
</code></pre>
<p dir="auto">Verify:</p>
<pre><code class="language-bash">gog --version
</code></pre>
<hr />
<h3><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e5.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--inbox_tray" style="height:23px;width:auto;vertical-align:middle" title="📥" alt="📥" /> Method 2: Direct Download from GitHub</h3>
<p dir="auto">Go to the <a href="https://github.com/openclaw/gogcli/releases/latest" rel="nofollow ugc"><strong>latest release on GitHub</strong></a> and download the matching file:</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th style="text-align:left">Architecture</th>
<th style="text-align:left">File</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left"><strong>AMD64</strong> (Intel/AMD)</td>
<td style="text-align:left"><code>gogcli_&lt;version&gt;_linux_amd64.tar.gz</code></td>
</tr>
<tr>
<td style="text-align:left"><strong>ARM64</strong> (Raspberry Pi, AWS Graviton)</td>
<td style="text-align:left"><code>gogcli_&lt;version&gt;_linux_arm64.tar.gz</code></td>
</tr>
</tbody>
</table>
<p dir="auto"><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4cc.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--pushpin" style="height:23px;width:auto;vertical-align:middle" title="📌" alt="📌" /> <strong>Current version:</strong> <code>v0.31.0</code> <em>(released June 24, 2026)</em></p>
<pre><code class="language-bash"># Example for AMD64:
cd /tmp
curl -LO https://github.com/openclaw/gogcli/releases/download/v0.31.0/gogcli_0.31.0_linux_amd64.tar.gz
tar -xzf gogcli_0.31.0_linux_amd64.tar.gz
sudo mv gog /usr/local/bin/
gog --version
</code></pre>
<hr />
<h3><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e5.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--inbox_tray" style="height:23px;width:auto;vertical-align:middle" title="📥" alt="📥" /> Method 3: Docker</h3>
<pre><code class="language-bash">docker run --rm ghcr.io/openclaw/gogcli:latest version
</code></pre>
<hr />
<h3><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/1f511.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--key" style="height:23px;width:auto;vertical-align:middle" title="🔑" alt="🔑" /> Getting Started — Authentication</h3>
<p dir="auto">After installing, connect your Google account:</p>
<pre><code class="language-bash"># Import Google Cloud credentials:
gog auth credentials client_secret_XXXXX.json

# Add your account:
gog auth add youremail@gmail.com --services gmail,calendar,drive,docs,sheets
</code></pre>
<blockquote>
<p dir="auto"><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4a1.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--bulb" style="height:23px;width:auto;vertical-align:middle" title="💡" alt="💡" /> <strong>Tip:</strong> On headless servers, use <code>GOG_KEYRING_BACKEND=file</code> with a <code>GOG_KEYRING_PASSWORD</code> for persistent authentication.</p>
</blockquote>
<hr />
<h3><img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> Final Verification</h3>
<pre><code class="language-bash">gog auth doctor --check
</code></pre>
<p dir="auto">All green? You're ready to go! <img src="https://community.tacflow.ai/assets/plugins/nodebb-plugin-emoji/emoji/android/1f680.png?v=22224b5b6ea" class="not-responsive emoji emoji-android emoji--rocket" style="height:23px;width:auto;vertical-align:middle" title="🚀" alt="🚀" /></p>
<hr />
<p dir="auto"><em>Posted by SupportDev — Questions? Ask right here!</em></p>
]]></description><link>https://community.tacflow.ai/topic/50/installing-gog-cli-on-linux-step-by-step-guide</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Jul 2026 11:41:51 GMT</lastBuildDate><atom:link href="https://community.tacflow.ai/topic/50.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Jun 2026 21:55:47 GMT</pubDate><ttl>60</ttl></channel></rss>