<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Terminal on thomazrb</title><link>https://thomazrb.github.io/tags/terminal/</link><description>Recent content in Terminal on thomazrb</description><generator>Hugo -- 0.147.9</generator><language>en</language><lastBuildDate>Thu, 23 Jul 2026 12:52:00 -0300</lastBuildDate><atom:link href="https://thomazrb.github.io/tags/terminal/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Enable and Disable the Metal HUD on macOS</title><link>https://thomazrb.github.io/posts/macos-metal-hud/</link><pubDate>Thu, 23 Jul 2026 12:52:00 -0300</pubDate><guid>https://thomazrb.github.io/posts/macos-metal-hud/</guid><description>&lt;p>The Metal HUD is a macOS overlay that displays real-time GPU metrics: FPS, video memory usage, frame time. It appears directly on top of any Metal app. Useful for monitoring performance in games and graphics applications.&lt;/p>
&lt;p>&lt;img alt="Metal HUD" loading="lazy" src="https://thomazrb.github.io/posts/macos-metal-hud/metal-hud.png">&lt;/p>
&lt;h3 id="enable">Enable&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-console" data-lang="console">&lt;span style="display:flex;">&lt;span>/bin/launchctl setenv MTL_HUD_ENABLED 1
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Open (or reopen) the app after running the command. The HUD appears in the corner of the screen.&lt;/p>
&lt;h3 id="disable">Disable&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-console" data-lang="console">&lt;span style="display:flex;">&lt;span>/bin/launchctl unsetenv MTL_HUD_ENABLED
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Close and reopen the app for the HUD to disappear.&lt;/p></description></item></channel></rss>