<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>跨平台 on Text Matrix</title><link>https://txtmix.com/tags/%E8%B7%A8%E5%B9%B3%E5%8F%B0/</link><description>Recent content in 跨平台 on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:55:34 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/%E8%B7%A8%E5%B9%B3%E5%8F%B0/index.xml" rel="self" type="application/rss+xml"/><item><title>Sniffnet：Rust 跨平台网络流量监控工具架构解析</title><link>https://txtmix.com/posts/tech/sniffnet-network-traffic-monitor/</link><pubDate>Mon, 27 Apr 2026 19:40:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/sniffnet-network-traffic-monitor/</guid><description>&lt;h1 id="sniffnetrust-跨平台网络流量监控工具架构解析">Sniffnet：Rust 跨平台网络流量监控工具架构解析&lt;/h1>
&lt;h2 id="项目背景与定位">项目背景与定位&lt;/h2>
&lt;p>Sniffnet 是一款开源的网络流量监控应用，GitHub 标星数超过 36,000，Fork 数超过 1,400，是 Rust 在网络监控领域最具代表性的项目之一。其核心定位是&amp;quot;舒适地监控你的网络流量&amp;quot;——不是面向安全专家的渗透测试工具，而是为普通用户提供直观、可靠的网络流量可视化。&lt;/p></description></item><item><title>thunderbird/thunderbolt：Mozilla邮件客户端的AI扩展，开源跨平台AI客户端</title><link>https://txtmix.com/posts/tech/thunderbird-thunderbolt-open-source-ai-client/</link><pubDate>Wed, 22 Apr 2026 18:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/thunderbird-thunderbolt-open-source-ai-client/</guid><description>&lt;h1 id="thunderbirdthunderboltmozilla邮件客户端的ai扩展开源跨平台ai客户端">thunderbird/thunderbolt：Mozilla邮件客户端的AI扩展，开源跨平台AI客户端&lt;/h1>
&lt;h2 id="-概述">🎯 概述&lt;/h2>
&lt;p>&lt;strong>Thunderbolt&lt;/strong> 是 Thunderbird（著名的 Mozilla 邮件客户端）的 AI 扩展项目，旨在打造一个&lt;strong>开源、跨平台的企业级 AI 客户端&lt;/strong>，支持本地、云端和本地部署模型。&lt;/p></description></item><item><title>claude-desktop-debian：3496 Stars的Claude Desktop Linux原生移植——从入门到精通</title><link>https://txtmix.com/posts/tech/claude-desktop-debian-linux-native-build/</link><pubDate>Sun, 19 Apr 2026 20:59:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/claude-desktop-debian-linux-native-build/</guid><description>&lt;h1 id="claude-desktop-debian3496-stars的claude-desktop-linux原生移植从入门到精通">claude-desktop-debian：3496 Stars的Claude Desktop Linux原生移植——从入门到精通&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：Linux开发者、AI应用使用者、跨平台移植爱好者、系统管理员
&lt;strong>预计阅读时间&lt;/strong>：40-50分钟
&lt;strong>前置知识&lt;/strong>：Linux命令行基础、了解包管理器概念、有一定的桌面应用使用经验
&lt;strong>难度定位&lt;/strong>：⭐⭐⭐⭐ 专家设计&lt;/p></description></item><item><title>Pake：一条命令将任何网页变成桌面应用，比Electron轻20倍</title><link>https://txtmix.com/posts/tech/pake-turn-any-webpage-into-desktop-app/</link><pubDate>Tue, 07 Apr 2026 17:15:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/pake-turn-any-webpage-into-desktop-app/</guid><description>&lt;h1 id="pake一条命令将任何网页变成桌面应用">Pake：一条命令将任何网页变成桌面应用&lt;/h1>
&lt;h2 id="项目概述">项目概述&lt;/h2>
&lt;p>&lt;strong>Pake&lt;/strong>是由开发者&lt;a href="https://github.com/tw93" target="_blank" rel="noopener noreffer ">twa&lt;/a>创建的开源项目，核心功能是将任何网页通过一条命令打包成桌面应用。与传统Electron方案相比，Pake打包出的应用体积小约20倍，性能更高，内存占用更低。&lt;/p></description></item><item><title>Ghostty：49.9k Stars 快速原生终端模拟器完全指南</title><link>https://txtmix.com/posts/tech/ghostty-fast-native-terminal-emulator-guide/</link><pubDate>Tue, 07 Apr 2026 00:25:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ghostty-fast-native-terminal-emulator-guide/</guid><description>&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>通过本文，你将全面掌握以下核心能力：&lt;/p>
&lt;ul>
&lt;li>深入理解 Ghostty 的技术架构和设计理念&lt;/li>
&lt;li>学会在各种平台上安装和配置 Ghostty&lt;/li>
&lt;li>掌握 Ghostty 的独特功能（GPU 加速、多线程、平台原生集成）&lt;/li>
&lt;li>理解 libghostty 可嵌入终端库的使用方法&lt;/li>
&lt;li>学会配置和定制 Ghostty&lt;/li>
&lt;li>掌握 Ghostty 的高级特性（窗口管理、标签页、分屏）&lt;/li>
&lt;li>了解 Ghostty 的开发流程和贡献方式&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="1-项目概述">1. 项目概述&lt;/h2>
&lt;h3 id="11-是什么">1.1 是什么&lt;/h3>
&lt;p>&lt;strong>Ghostty&lt;/strong> 是一个快速、原生、功能丰富的终端模拟器，使用平台原生 UI 和 GPU 加速。它不同于其他终端模拟器的地方在于：无需在速度、功能和原生 UI 之间做选择——Ghostty 三者兼顾。&lt;/p></description></item></channel></rss>