灵舱是一个面向内容创作者和运营团队的多账号隔离浏览器。它把小红书、公众号、知乎、抖音等平台账号放进独立持久会话里,减少反复登录、扫码和切换浏览器的成本。当前支持 macOS 和 Windows 桌面端自动打包发布。
LingCang is a multi-account workspace browser for creators and operators. It keeps Xiaohongshu, WeChat Official Account, Zhihu, Douyin, and other platform accounts in isolated persistent sessions. macOS and Windows desktop builds are packaged and released automatically.
- Landing Page: https://createitv.github.io/lingcang/
- Releases: https://github.com/Createitv/lingcang/releases
- Latest macOS build: https://github.com/Createitv/lingcang/releases/latest/download/灵舱-macOS-x64.zip
- Latest Windows installer: https://github.com/Createitv/lingcang/releases/latest/download/LingCang-Windows-x64-Setup.exe
GitHub Actions 会在推送到 main 后自动打包 macOS zip 和 Windows installer exe,创建或更新对应版本的 GitHub Release,并部署 landing page。
On every push to main, GitHub Actions packages the macOS zip and Windows installer exe, publishes or updates the versioned GitHub Release, and deploys the landing page.
pnpm install
pnpm startpnpm run package:mac打包产物会输出到 release/灵舱-macOS-x64.zip。
The packaged app is written to release/灵舱-macOS-x64.zip.
pnpm run make:winWindows 安装包输出到 out/make/squirrel.windows/x64/LingCang-Windows-x64-Setup.exe。
The Windows installer is written to out/make/squirrel.windows/x64/LingCang-Windows-x64-Setup.exe.
pnpm run landing:build静态页面源码在 landing/index.html,构建输出在 public/。页面内置中文和英文切换,并会自动识别访客系统,推荐 macOS 或 Windows 对应下载。
The landing page source lives in landing/index.html, builds to public/, includes Chinese/English switching, and recommends the correct macOS or Windows download for the visitor's system.