{"id":2990,"date":"2025-12-14T20:12:59","date_gmt":"2025-12-14T20:12:59","guid":{"rendered":"https:\/\/fadyanwar.com\/?p=2990"},"modified":"2025-12-14T21:06:10","modified_gmt":"2025-12-14T21:06:10","slug":"system-wide-noise-suppression-on-ubuntu-with-noisetorch","status":"publish","type":"post","link":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/","title":{"rendered":"System-Wide Noise Suppression on Ubuntu with NoiseTorch"},"content":{"rendered":"\n<p>If you need real-time, <strong>system-wide<\/strong> background noise suppression on Ubuntu, NoiseTorch is the most practical open-source option. It uses RNNoise and exposes a <strong>virtual microphone<\/strong> that any application can use. Once enabled, it works across <strong>Audacity, browsers, Teams, Zoom, OBS<\/strong>, and anything else that can select an input device.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Installation (Manual Binary)<\/h2>\n\n\n\n<p>NoiseTorch is <strong>not available via apt or Flathub<\/strong>. Install it from GitHub releases.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Download the latest release<\/h3>\n\n\n\n<p>Check available versions:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nhttps:\/\/github.com\/noisetorch\/NoiseTorch\/releases\n\n<\/pre><\/div>\n\n\n<p>Example:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nwget https:\/\/github.com\/noisetorch\/NoiseTorch\/releases\/download\/v0.12.2\/NoiseTorch_x64_v0.12.2.tgz\n\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\">2. Extract and move the binary<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\ntar -xzf NoiseTorch_x64_v0.12.2.tgz\nsudo mv noisetorch \/usr\/local\/bin\/noisetorch\n\n<\/pre><\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Grant Required Capability<\/h2>\n\n\n\n<p>NoiseTorch needs real-time scheduling.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nsudo setcap 'CAP_SYS_RESOURCE=+ep' \/usr\/local\/bin\/noisetorch\n\n<\/pre><\/div>\n\n\n<p>Verify:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\ngetcap \/usr\/local\/bin\/noisetorch\n\n<\/pre><\/div>\n\n\n<p>Expected output:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n\/usr\/local\/bin\/noisetorch cap_sys_resource=ep\n\n<\/pre><\/div>\n\n\n<p>Do <strong>not<\/strong> run NoiseTorch with <code>sudo<\/code>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Run NoiseTorch<\/h2>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nnoisetorch\n\n<\/pre><\/div>\n\n\n<p>In the UI:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select your <strong>physical microphone<\/strong><\/li>\n\n\n\n<li>Click <strong>Load<\/strong><\/li>\n<\/ol>\n\n\n\n<p>This creates a new input device:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>NoiseTorch Microphone<\/em> \/ <em>Filtered Microphone<\/em><\/li>\n<\/ul>\n\n\n\n<p>You can confirm it exists with:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\npavucontrol\n\n<\/pre><\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Use It in Audacity (or Any App)<\/h2>\n\n\n\n<p>Applications will not auto-switch input devices.<\/p>\n\n\n\n<p>In Audacity:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Toolbar \u2192 Recording Device \u2192 <strong>NoiseTorch Microphone<\/strong><\/li>\n\n\n\n<li>Restart Audacity if the device does not appear<\/li>\n<\/ul>\n\n\n\n<p>From this point on, audio is cleaned <strong>before it reaches any application<\/strong>, which is why the suppression works system-wide.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Key Point<\/h2>\n\n\n\n<p>NoiseTorch does not post-process recordings. It filters the microphone signal itself, making it suitable for real-time use across the entire system without cloud processing or proprietary software.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you need real-time, system-wide background noise suppression on Ubuntu, NoiseTorch is the most practical open-source option. It uses RNNoise and exposes a virtual microphone that any application can use. Once enabled, it works across Audacity, browsers, Teams, Zoom, OBS, and anything else that can select an input device. Installation (Manual Binary) NoiseTorch is not [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2996,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_editorskit_title_hidden":false,"_editorskit_reading_time":0,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","_vp_format_video_url":"","_vp_image_focal_point":[],"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2990","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>System-Wide Noise Suppression on Ubuntu with NoiseTorch - Fady Anwar<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"System-Wide Noise Suppression on Ubuntu with NoiseTorch - Fady Anwar\" \/>\n<meta property=\"og:description\" content=\"If you need real-time, system-wide background noise suppression on Ubuntu, NoiseTorch is the most practical open-source option. It uses RNNoise and exposes a virtual microphone that any application can use. Once enabled, it works across Audacity, browsers, Teams, Zoom, OBS, and anything else that can select an input device. Installation (Manual Binary) NoiseTorch is not [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/\" \/>\n<meta property=\"og:site_name\" content=\"Fady Anwar\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-14T20:12:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-14T21:06:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fadyanwar.com\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-Dec-14-2025-09_04_54-PM-1024x683.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Fady Anwar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@fadyanwar\" \/>\n<meta name=\"twitter:site\" content=\"@fadyanwar\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fady Anwar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/\"},\"author\":{\"name\":\"Fady Anwar\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#\\\/schema\\\/person\\\/b66e3277ceba346f7053a83464e90b03\"},\"headline\":\"System-Wide Noise Suppression on Ubuntu with NoiseTorch\",\"datePublished\":\"2025-12-14T20:12:59+00:00\",\"dateModified\":\"2025-12-14T21:06:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/\"},\"wordCount\":203,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#\\\/schema\\\/person\\\/b66e3277ceba346f7053a83464e90b03\"},\"image\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/fadyanwar.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/ChatGPT-Image-Dec-14-2025-09_04_54-PM.png?fit=1536%2C1024&ssl=1\",\"articleSection\":[\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/\",\"url\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/\",\"name\":\"System-Wide Noise Suppression on Ubuntu with NoiseTorch - Fady Anwar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/fadyanwar.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/ChatGPT-Image-Dec-14-2025-09_04_54-PM.png?fit=1536%2C1024&ssl=1\",\"datePublished\":\"2025-12-14T20:12:59+00:00\",\"dateModified\":\"2025-12-14T21:06:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/fadyanwar.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/ChatGPT-Image-Dec-14-2025-09_04_54-PM.png?fit=1536%2C1024&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/fadyanwar.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/ChatGPT-Image-Dec-14-2025-09_04_54-PM.png?fit=1536%2C1024&ssl=1\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/12\\\/14\\\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/fadyanwar.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"System-Wide Noise Suppression on Ubuntu with NoiseTorch\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#website\",\"url\":\"https:\\\/\\\/fadyanwar.com\\\/\",\"name\":\"Fady Anwar\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#\\\/schema\\\/person\\\/b66e3277ceba346f7053a83464e90b03\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fadyanwar.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#\\\/schema\\\/person\\\/b66e3277ceba346f7053a83464e90b03\",\"name\":\"Fady Anwar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g\",\"caption\":\"Fady Anwar\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"System-Wide Noise Suppression on Ubuntu with NoiseTorch - Fady Anwar","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/","og_locale":"en_US","og_type":"article","og_title":"System-Wide Noise Suppression on Ubuntu with NoiseTorch - Fady Anwar","og_description":"If you need real-time, system-wide background noise suppression on Ubuntu, NoiseTorch is the most practical open-source option. It uses RNNoise and exposes a virtual microphone that any application can use. Once enabled, it works across Audacity, browsers, Teams, Zoom, OBS, and anything else that can select an input device. Installation (Manual Binary) NoiseTorch is not [&hellip;]","og_url":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/","og_site_name":"Fady Anwar","article_published_time":"2025-12-14T20:12:59+00:00","article_modified_time":"2025-12-14T21:06:10+00:00","og_image":[{"width":1024,"height":683,"url":"https:\/\/fadyanwar.com\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-Dec-14-2025-09_04_54-PM-1024x683.png","type":"image\/png"}],"author":"Fady Anwar","twitter_card":"summary_large_image","twitter_creator":"@fadyanwar","twitter_site":"@fadyanwar","twitter_misc":{"Written by":"Fady Anwar","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/#article","isPartOf":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/"},"author":{"name":"Fady Anwar","@id":"https:\/\/fadyanwar.com\/#\/schema\/person\/b66e3277ceba346f7053a83464e90b03"},"headline":"System-Wide Noise Suppression on Ubuntu with NoiseTorch","datePublished":"2025-12-14T20:12:59+00:00","dateModified":"2025-12-14T21:06:10+00:00","mainEntityOfPage":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/"},"wordCount":203,"commentCount":0,"publisher":{"@id":"https:\/\/fadyanwar.com\/#\/schema\/person\/b66e3277ceba346f7053a83464e90b03"},"image":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-Dec-14-2025-09_04_54-PM.png?fit=1536%2C1024&ssl=1","articleSection":["Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/","url":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/","name":"System-Wide Noise Suppression on Ubuntu with NoiseTorch - Fady Anwar","isPartOf":{"@id":"https:\/\/fadyanwar.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/#primaryimage"},"image":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-Dec-14-2025-09_04_54-PM.png?fit=1536%2C1024&ssl=1","datePublished":"2025-12-14T20:12:59+00:00","dateModified":"2025-12-14T21:06:10+00:00","breadcrumb":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/#primaryimage","url":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-Dec-14-2025-09_04_54-PM.png?fit=1536%2C1024&ssl=1","contentUrl":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-Dec-14-2025-09_04_54-PM.png?fit=1536%2C1024&ssl=1","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/fadyanwar.com\/index.php\/2025\/12\/14\/system-wide-noise-suppression-on-ubuntu-with-noisetorch\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fadyanwar.com\/"},{"@type":"ListItem","position":2,"name":"System-Wide Noise Suppression on Ubuntu with NoiseTorch"}]},{"@type":"WebSite","@id":"https:\/\/fadyanwar.com\/#website","url":"https:\/\/fadyanwar.com\/","name":"Fady Anwar","description":"","publisher":{"@id":"https:\/\/fadyanwar.com\/#\/schema\/person\/b66e3277ceba346f7053a83464e90b03"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fadyanwar.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/fadyanwar.com\/#\/schema\/person\/b66e3277ceba346f7053a83464e90b03","name":"Fady Anwar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g","caption":"Fady Anwar"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g"}}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-Dec-14-2025-09_04_54-PM.png?fit=1536%2C1024&ssl=1","jetpack_sharing_enabled":true,"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/posts\/2990","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/comments?post=2990"}],"version-history":[{"count":1,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/posts\/2990\/revisions"}],"predecessor-version":[{"id":2991,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/posts\/2990\/revisions\/2991"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/media\/2996"}],"wp:attachment":[{"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/media?parent=2990"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/categories?post=2990"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/tags?post=2990"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}