Show HN: Arcmark – macOS 书签管理器,可作为侧边栏附加到浏览器
发布: (2026年2月15日 GMT+8 00:55)
2 分钟阅读
原文: Hacker News
Source: Hacker News
概览
Hey HN! 我是 Arc 浏览器的长期用户,喜欢它的侧边栏将标签页和书签组织到工作区的方式。为了在切换到其他浏览器时仍能保持这种工作流,我开发了 Arcmark —— 一个 macOS 书签管理器(Swift/AppKit),以侧边栏的形式浮动并附着在任何浏览器窗口上。它使用 macOS 可访问性 API 跟随浏览器窗口,并尽可能地复刻 Arc 侧边栏的用户体验。
功能
- Local‑first – 所有数据都保存在单个 JSON 文件中(
~/Library/Application Support/Arcmark/data.json)。没有账户,也没有云同步。 - Works with any browser – 支持 Chrome、Safari、Brave、Arc 等,亦可独立使用,作为普通的书签管理窗口。
- Arc import – 解析 Arc 的
StorableSidebar.json,重新创建完全相同的工作区/文件夹结构,包括已固定的标签页和空间。 - Workspace‑based organization – 支持嵌套文件夹、拖拽重新排序以及自定义工作区颜色。
- Built with swift‑bundler – 无需 Xcode 项目。
安装
- Download the DMG from the releases page (macOS 13+).
- Build from source if you prefer: the project uses
swift-bundlerfor dependency management.
演示
A demo video is included in the repository’s README, showing the sidebar attachment in action.
反馈
This is v0.1.0, an early version. I would appreciate any feedback or thoughts.
链接
- GitHub repository:
- Hacker News discussion: