<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>harness-emulation on tomrochette.com</title>
    <link>https://tomrochette.com/tags/harness-emulation/</link>
    <description>Recent content in harness-emulation on tomrochette.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>tom@tomrochette.com (Tom Rochette)</managingEditor>
    <webMaster>tom@tomrochette.com (Tom Rochette)</webMaster>
    <copyright>© 2026 Tom Rochette</copyright>
    <lastBuildDate>Sat, 26 Sep 2026 20:53:51 -0400</lastBuildDate><atom:link href="https://tomrochette.com/tags/harness-emulation/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Open Interpreter</title>
      <link>https://tomrochette.com/agents/harnesses/openinterpreter/</link>
      <pubDate>Sun, 27 Sep 2026 00:00:00 +0000</pubDate>
      <author>tom@tomrochette.com (Tom Rochette)</author>
      <guid>https://tomrochette.com/agents/harnesses/openinterpreter/</guid>
      <category>research-note</category><category>agent-curated</category><category>fully-ai-generated</category><category>llm=glm-5.3-flash</category><category>harnesses</category><category>coding-agents</category><category>open-source</category><category>harness-emulation</category>
      <description>&lt;p&gt;Open Interpreter is an Apache-2.0 terminal coding agent relaunched in July 2026 as a Rust fork of OpenAI&amp;rsquo;s Codex CLI, positioned as the agent layer for low-cost and open-weight models like Kimi K3 and GLM.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The 2023 code-execution chat agent is gone: today&amp;rsquo;s Open Interpreter bets that the harness, not the model, is the product, and emulates whichever harness each model was trained on.&lt;/strong&gt;&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;What it is&#xA;    &lt;div id=&#34;what-it-is&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#what-it-is&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;A terminal agent installed by a curl script and run as &lt;code&gt;interpreter&lt;/code&gt; or &lt;code&gt;i&lt;/code&gt;, built on the Codex CLI core and inheriting its interface, app-server protocol, and cross-platform sandboxing.&#xA;Its distinguishing feature is &lt;code&gt;/harness&lt;/code&gt;, which switches the active emulation among native, claude-code, kimi-code, qwen-code, deepseek-tui, swe-agent, and minimal profiles.&#xA;The pitch is that Claude drives a Claude Code-like harness, GPT drives the Codex harness, and Kimi, Qwen, and DeepSeek drive emulations of their provider-recommended harnesses instead of one generic tool set.&#xA;The portability posture is explicit: repository &lt;code&gt;AGENTS.md&lt;/code&gt;, shared &lt;code&gt;.agents/skills&lt;/code&gt; directories, MCP, ACP for editors, and a one-line &lt;code&gt;codexPathOverride&lt;/code&gt; for existing Codex SDK users.&#xA;A separate Open Interpreter Desktop app covers cross-app knowledge work (spreadsheets, PDFs, email, browsers) with profiles, voice mode, approvals, and subagents.&#xA;The fork is documented rather than hidden: FORK_BRANDING.md defines the distribution as &lt;code&gt;variant: &amp;quot;open-interpreter&amp;quot;&lt;/code&gt; on Codex internals, with &lt;code&gt;rust-v&lt;/code&gt; release tags and &lt;code&gt;~/.openinterpreter&lt;/code&gt; as the product home.&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Status&#xA;    &lt;div id=&#34;status&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#status&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Active and fast-moving again after roughly nineteen quiet months: 68,451 stars, 5,881 forks, and a push on 2026-09-25 as of 2026-09-27, with only 4 open issues, which tells you issue intake is tightly curated.&#xA;The latest release is rust-v0.0.45, published 2026-09-20, and the 0.0.43 notes describe a maintenance release on the &amp;ldquo;stable upstream Codex rust-v0.154.0 compatibility baseline&amp;rdquo; with presets for glm-5.1, glm-4.7-flash, Gemini, Claude, and OpenAI IDs.&#xA;The legacy Python line is stranded: PyPI shows open-interpreter 0.4.3, the last of 130 releases, uploaded 2024-10-26.&#xA;The history matters: a Show HN on 2023-08-30 (82 points), a 117-point thread in November 2023, a 72-point &amp;ldquo;natural language interface for computers&amp;rdquo; thread in November 2024, then silence until the relaunch post of 2026-07-13.&#xA;The README now opens with &amp;ldquo;Today: Kimi K3 is here&amp;rdquo;, saying the project reimplemented the provider-recommended Kimi Code harness in Rust.&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Strengths&#xA;    &lt;div id=&#34;strengths&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#strengths&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Harness emulation is a genuinely different bet: instead of one generic agent loop, each model gets the tool behavior, system instructions, and compaction workflow its RL environment resembled.&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;The portability list is checkable rather than aspirational: AGENTS.md, &lt;code&gt;.agents/skills&lt;/code&gt;, MCP, ACP, and the Codex exec protocol, with a script (&lt;code&gt;scripts/test-codex-sdk-compat.sh&lt;/code&gt;) that verifies SDK compatibility without a provider.&lt;/li&gt;&#xA;&lt;li&gt;BYOK breadth reaches the cheap end of the market, down to Z.AI&amp;rsquo;s lightweight &lt;code&gt;glm-4.7-flash&lt;/code&gt;, and local models work through any OpenAI-compatible Chat Completions endpoint.&lt;/li&gt;&#xA;&lt;li&gt;A computer-use QA skill (driving web apps through agent-browser and native apps through trycua) ships in the box, a niche most terminal agents leave to plugins.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Cautions&#xA;    &lt;div id=&#34;cautions&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#cautions&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;The star count flatters the present: most of the 68k stars date to the 2023 hype cycle, and the current user base is whoever adopted a July 2026 fork, not the historical total.&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;It is a downstream fork of Codex with a &lt;code&gt;rust-v0.154.0&lt;/code&gt; baseline, so OpenAI owns the core and Open Interpreter&amp;rsquo;s differentiation is a provider, harness, and branding layer on top.&lt;/li&gt;&#xA;&lt;li&gt;The evidence for harness emulation is vendor-run: the relaunch post reports the project&amp;rsquo;s own Terminal-Bench 2.1 measurement of DeepSeek V4 Flash, unverified independently.&lt;/li&gt;&#xA;&lt;li&gt;The identity churn is three pivots deep (code interpreter, OS-mode natural language interface, Codex fork), so anything built on its platform story should expect another turn.&lt;/li&gt;&#xA;&lt;li&gt;An installer that pipes &lt;code&gt;curl | sh&lt;/code&gt; from the project&amp;rsquo;s own domain, for a binary fork of a fast-moving upstream, is a supply-chain surface worth pinning.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Pricing&#xA;    &lt;div id=&#34;pricing&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#pricing&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Free and open source under Apache-2.0, and I found no Open Interpreter-operated hosted or metered tier anywhere I fetched: the sitemap scan of 2026-09-27 lists no pricing pages, and the desktop FAQ describes a pure BYOK posture where data goes only to the provider in your active profile.&#xA;Usage therefore bills at whatever provider the profile points at (Z.AI, DeepSeek, OpenAI, Anthropic, Google, or a local Ollama or LM Studio endpoint), so no prices belong in this note and no price history table applies.&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Compared to&#xA;    &lt;div id=&#34;compared-to&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#compared-to&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://tomrochette.com/agents/harnesses/opencode/&#34; &gt;OpenCode&lt;/a&gt;: the established open terminal agent with an original codebase; choose OpenCode for community governance and a longer track record, Open Interpreter if the open-model harness-emulation pitch fits your stack.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://tomrochette.com/agents/harnesses/grok-build/&#34; &gt;Grok Build&lt;/a&gt;: the other fork-lineage terminal agent in this section; Grok Build is a vendor monorepo sync that takes no contributions, while Open Interpreter is an Apache-2.0 fork you can patch.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://tomrochette.com/agents/harnesses/codex/&#34; &gt;Codex&lt;/a&gt;: the upstream itself; the shared exec protocol and SDK override mean you can run both, and Open Interpreter is best described as a tuned Codex distribution for cheap models.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Bottom line&#xA;    &lt;div id=&#34;bottom-line&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#bottom-line&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Recommended for engineers standardizing on open-weight or low-cost models who want a maintained terminal agent without building one, and who accept that the core is Codex&amp;rsquo;s.&lt;/strong&gt;&#xA;Not for anyone needing a mature plugin ecosystem today (the old Python one is stranded), and not as evidence of community health via its star count.&#xA;My disagreeable claim: harness emulation is a configuration layer rather than new research, and its long-term value depends on whether upstream Codex eventually makes per-model harnesses easy for everyone.&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Changes&#xA;    &lt;div id=&#34;changes&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#changes&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;2026-09-27 - Created when the owner&amp;rsquo;s GitHub-stars scan surfaced it.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;See also&#xA;    &lt;div id=&#34;see-also&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#see-also&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://tomrochette.com/agents/harnesses/opencode/&#34; &gt;OpenCode&lt;/a&gt; - the category&amp;rsquo;s reference open terminal agent, and the comparison point for original codebase versus fork&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://tomrochette.com/agents/harnesses/grok-build/&#34; &gt;Grok Build&lt;/a&gt; - the other fork-lineage harness, with the opposite contribution posture&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://tomrochette.com/agents/model-access/openrouter/&#34; &gt;OpenRouter&lt;/a&gt; - the open-model access layer this agent&amp;rsquo;s BYOK profiles typically bill through&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://tomrochette.com/agents/model-selection-for-coding-tasks/&#34; &gt;Model selection for coding tasks&lt;/a&gt; - the section-root guide to picking the models these harnesses drive&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;References&#xA;    &lt;div id=&#34;references&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#references&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://api.github.com/repos/openinterpreter/openinterpreter&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;img class=&#34;external-link-favicon&#34; src=&#34;https://www.google.com/s2/favicons?domain=api.github.com&amp;sz=128&#34; alt=&#34;&#34; width=&#34;16&#34; height=&#34;16&#34; loading=&#34;lazy&#34;&gt;https://api.github.com/repos/openinterpreter/openinterpreter&lt;/a&gt; - 68,451 stars, 5,881 forks, Apache-2.0, pushed 2026-09-25, 4 open issues, as of 2026-09-27&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://raw.githubusercontent.com/openinterpreter/openinterpreter/main/README.md&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;img class=&#34;external-link-favicon&#34; src=&#34;https://www.google.com/s2/favicons?domain=raw.githubusercontent.com&amp;sz=128&#34; alt=&#34;&#34; width=&#34;16&#34; height=&#34;16&#34; loading=&#34;lazy&#34;&gt;https://raw.githubusercontent.com/openinterpreter/openinterpreter/main/README.md&lt;/a&gt; - the Kimi K3 note, the &lt;code&gt;/harness&lt;/code&gt; list, ACP and Codex SDK compatibility, and the portability posture&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.openinterpreter.com/blog/open-interpreter&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;img class=&#34;external-link-favicon&#34; src=&#34;https://www.google.com/s2/favicons?domain=www.openinterpreter.com&amp;sz=128&#34; alt=&#34;&#34; width=&#34;16&#34; height=&#34;16&#34; loading=&#34;lazy&#34;&gt;https://www.openinterpreter.com/blog/open-interpreter&lt;/a&gt; - the 2026-07-13 relaunch post: Apache-2.0, built on Codex CLI, and the harness-emulation rationale (the page is JS-rendered, so I extracted its text through a proxy; the direct fetch returned 200 with only the title)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://raw.githubusercontent.com/openinterpreter/openinterpreter/main/RELEASE_NOTES.md&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;img class=&#34;external-link-favicon&#34; src=&#34;https://www.google.com/s2/favicons?domain=raw.githubusercontent.com&amp;sz=128&#34; alt=&#34;&#34; width=&#34;16&#34; height=&#34;16&#34; loading=&#34;lazy&#34;&gt;https://raw.githubusercontent.com/openinterpreter/openinterpreter/main/RELEASE_NOTES.md&lt;/a&gt; - version 0.0.43 on the Codex rust-v0.154.0 baseline, with the Z.AI and other provider presets&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://raw.githubusercontent.com/openinterpreter/openinterpreter/main/FORK_BRANDING.md&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;img class=&#34;external-link-favicon&#34; src=&#34;https://www.google.com/s2/favicons?domain=raw.githubusercontent.com&amp;sz=128&#34; alt=&#34;&#34; width=&#34;16&#34; height=&#34;16&#34; loading=&#34;lazy&#34;&gt;https://raw.githubusercontent.com/openinterpreter/openinterpreter/main/FORK_BRANDING.md&lt;/a&gt; - the fork identity contract: variant open-interpreter, &lt;code&gt;interpreter&lt;/code&gt;/&lt;code&gt;i&lt;/code&gt; commands, rust-v tag prefix&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://api.github.com/repos/openinterpreter/openinterpreter/releases/latest&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;img class=&#34;external-link-favicon&#34; src=&#34;https://www.google.com/s2/favicons?domain=api.github.com&amp;sz=128&#34; alt=&#34;&#34; width=&#34;16&#34; height=&#34;16&#34; loading=&#34;lazy&#34;&gt;https://api.github.com/repos/openinterpreter/openinterpreter/releases/latest&lt;/a&gt; - rust-v0.0.45, published 2026-09-20&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://pypi.org/pypi/open-interpreter/json&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;img class=&#34;external-link-favicon&#34; src=&#34;https://www.google.com/s2/favicons?domain=pypi.org&amp;sz=128&#34; alt=&#34;&#34; width=&#34;16&#34; height=&#34;16&#34; loading=&#34;lazy&#34;&gt;https://pypi.org/pypi/open-interpreter/json&lt;/a&gt; - the legacy Python line: 0.4.3, 130 releases, last upload 2024-10-26&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://hn.algolia.com/api/v1/items/37315866&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;img class=&#34;external-link-favicon&#34; src=&#34;https://www.google.com/s2/favicons?domain=hn.algolia.com&amp;sz=128&#34; alt=&#34;&#34; width=&#34;16&#34; height=&#34;16&#34; loading=&#34;lazy&#34;&gt;https://hn.algolia.com/api/v1/items/37315866&lt;/a&gt; - the Show HN of 2023-08-30, 82 points, the original CodeLlama terminal CLI&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://hn.algolia.com/api/v1/items/38242343&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;img class=&#34;external-link-favicon&#34; src=&#34;https://www.google.com/s2/favicons?domain=hn.algolia.com&amp;sz=128&#34; alt=&#34;&#34; width=&#34;16&#34; height=&#34;16&#34; loading=&#34;lazy&#34;&gt;https://hn.algolia.com/api/v1/items/38242343&lt;/a&gt; - the 2023-11-12 thread, 117 points, carrying the early local-execution skepticism&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://hn.algolia.com/api/v1/search?query=%22open%20interpreter%22&amp;amp;tags=story&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;img class=&#34;external-link-favicon&#34; src=&#34;https://www.google.com/s2/favicons?domain=hn.algolia.com&amp;sz=128&#34; alt=&#34;&#34; width=&#34;16&#34; height=&#34;16&#34; loading=&#34;lazy&#34;&gt;https://hn.algolia.com/api/v1/search?query=%22open%20interpreter%22&amp;tags=story&lt;/a&gt; - the HN footprint scan, including the 72-point thread of 2024-11-18&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.openinterpreter.com/docs/desktop/faq&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;img class=&#34;external-link-favicon&#34; src=&#34;https://www.google.com/s2/favicons?domain=www.openinterpreter.com&amp;sz=128&#34; alt=&#34;&#34; width=&#34;16&#34; height=&#34;16&#34; loading=&#34;lazy&#34;&gt;https://www.openinterpreter.com/docs/desktop/faq&lt;/a&gt; - the desktop app&amp;rsquo;s BYOK data posture and local-model profiles&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.openinterpreter.com/sitemap.xml&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;img class=&#34;external-link-favicon&#34; src=&#34;https://www.google.com/s2/favicons?domain=www.openinterpreter.com&amp;sz=128&#34; alt=&#34;&#34; width=&#34;16&#34; height=&#34;16&#34; loading=&#34;lazy&#34;&gt;https://www.openinterpreter.com/sitemap.xml&lt;/a&gt; - the surface scan (terminal and desktop docs, downloads, no pricing pages) as of 2026-09-27&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
      
    </item>
    
  </channel>
</rss>
