Skip to content

Nook 1.2.0

Choose a tag to compare

@luutqf luutqf released this 11 Jun 08:40
· 28 commits to main since this release

下载

文件 说明
Nook-1.2.0-macOS-arm64.zip 预编译应用(Apple Silicon / arm64,macOS 14+)

安装

  1. 下载并解压 Nook-1.2.0-macOS-arm64.zip
  2. Nook.app 拖入「应用程序」文件夹
  3. 清除隔离属性(未签名构建从浏览器下载后必需):
xattr -cr /Applications/Nook.app
  1. 打开 Nook.app(可在启动台或访达中双击)
  2. 若系统提示「无法验证开发者」,请前往 系统设置 → 隐私与安全性,点击 仍要打开

访达扩展

首次使用访达右键「复制绝对路径」前,请启用扩展:

  1. 系统设置 → 通用 → 登录项与扩展 → 访达扩展
  2. 启用 Nook
  3. 若菜单未出现,可重启访达:killall Finder

本版本新功能

  • Hub 顶部 Tab 栏(翻译 / 格式化 / 网络 / 端口),支持滚轮切换
  • 格式化:JSON / XML / YAML / Plist 美化、互转与压缩,支持图片 OCR 粘贴
  • 翻译:扩展至 14 种语言,源/目标双下拉 + 调换
  • 图片侧栏预览(翻译与格式化共用)
  • 移除连通性与系统监控 Tab,精简 Hub 聚焦常用工具

说明

  • 本 Release 未使用 Apple 开发者证书签名,需按上文执行 xattr -cr 后方可正常打开
  • 仅支持 Apple Silicon(arm64) 设备;Intel Mac 请从源码自行构建
  • 菜单栏应用无 Dock 图标,启动后请在屏幕右上角菜单栏查找

Download

File Description
Nook-1.2.0-macOS-arm64.zip Prebuilt app (Apple Silicon / arm64, macOS 14+)

Install

  1. Download and unzip Nook-1.2.0-macOS-arm64.zip
  2. Move Nook.app to /Applications
  3. Remove quarantine (required for unsigned builds downloaded from the browser):
xattr -cr /Applications/Nook.app
  1. Open Nook.app
  2. If macOS blocks the app, go to System Settings → Privacy & Security and choose Open Anyway

Finder extension

Enable Nook under System Settings → General → Login Items & Extensions → Finder Extensions, then run killall Finder if the context menu does not appear.

What's new in 1.2.0

  • Top tab bar in Hub (translation, format, network, ports) with scroll-wheel switching
  • Format tab: JSON/XML/YAML/Plist pretty-print, convert, compact; OCR image paste
  • Translation: 14 languages with source/target pickers and swap
  • Shared image sidebar for translation and format tabs
  • Removed connectivity and system monitoring tabs for a leaner hub

Notes

  • This build is not notarized; run xattr -cr before launching
  • Apple Silicon (arm64) only; build from source on Intel Macs