---
url: https://sugarat.top/essay/dev/mac-init.md
description: 分享一下笔者高频使用的一些 Mac 软件
---

# 分享一下笔者的 Mac 装机必备软件

*碎碎念...*

本周上班干活的时候，笔记本屏幕直接黑了 GG。最开始我还以为是没电了，结果插上电，重启大法试了一下，屏幕也就只会亮1s。

不过外接显示器能正常用，庆幸核心没搞坏，那 8 成是屏幕相关的问题了，就拿去维修（2周左右要），换了一台旧电脑临时用一下。（公司电脑 💻 (#^.^#)）

又得从头来一遍"装机"，趁此机会搞个清单，下次就不用对着旧电脑搞了。

*看合集直接划到最后😋*

## 装机必备

### [1. Itsycal](https://github.com/sfsam/Itsycal/tree/master)

状态栏 日历/时间 小组件。平时排期就拿这个看时间。

还有复古的整点报时。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/8a5d8fd5d406a55c653e6eb4f829a769)

### [2. Bartender](https://www.macbartender.com/)

状态栏图标管理工具。

Mac 软件装多了，顶部状态栏里 各种杂七杂八的软件图标，有些不会用到，但占用着很烦。

用这个能方便的管理哪些展示哪些不展示。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/70e47c81c180e6f15c99b175fc26af15)

*都给我去装上 (*^▽^*)！*

### [3. Snipaste](https://www.snipaste.com/)

简单但强大的截图工具，用了都说好!

支持剪贴板内容转图，截图钉在屏幕上，截图历史回溯，这几个我最常用的功能，。

### [4. Alfred](https://www.alfredapp.com/)

比较老牌的一个聚合工具平台。

笔者主要就用它内置的 剪贴板 功能，足够简洁，切性能比试用过的其它的专门的剪贴板软件要好。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/172879668059f94b771658afbb35280b)

### [5. Arc](https://arc.net/)

Arc 浏览器，用习惯了非常方便，支持多端数据同步（不支持插件），支持多身份的设计。竖向的标签排列。

*只可惜主创团队，现在不更新功能了，只更新 Chrome 内核版本，转向* *[Dia](https://www.diabrowser.com/)* *的 AI 浏览器了*

![](https://cdn.upyun.sugarat.top/mdImg/sugar/dcea899d656fc5ce89fc5b465011548b)

*不过同事推荐说公司出的这个 AI浏览器也挺好用* *[Tabbit 浏览器](https://www.tabbitbrowser.com/)，感兴趣的可以试试*

### [6. BetterDisplay](https://github.com/waydabber/BetterDisplay)

调节显示器亮度，分辨率等非常方便。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/bcd85ffb9ecf40f2b22774dd26e5a700)

### [7. Tencent Lemon](https://lemon.qq.com/)

日常拿来清理一下垃圾。不然过几天 500G 的盘又满了。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/b9de37ea679aa0091cc2f613cdc755a3)

## 办公搭子

### [1. BongoCat](https://github.com/ayangweb/BongoCat)

”可爱互动的桌面宠物应用“，基于 Tauri 制作，支持三端！

![](https://cdn.upyun.sugarat.top/mdImg/sugar/a33bd0ca6f9096d2ff6236ec75ce1c56)

鼠标和键盘的动作，猫猫都会同步。

*赶紧装上，敲键盘又多了一点乐趣*

### [2. HealthTick](https://github.com/lifedever/health-tick-release?tab=readme-ov-file)

久坐提醒工具。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/8d189e3251c219b54c3a78869b688bd3)

### [3. Shui](https://github.com/rock-zhang/Shui)

全屏展示的提醒喝水的软件！。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/8347fa9399d80a2a9fc0224473c840fa)

*上班安排起来，给尿喝清亮！*

### [4. drawio](https://www.drawio.com/)

画图神器，工作中拿来画流程图架构图必备。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/a61c93b8ffe494fdc764a3845269d903)

### [5. Kap](https://getkap.co/)

录屏软件，支持导出多种常用格式，支持基础的编辑。

使用起来非常方便，软件也是开源[github:kap](https://github.com/wulkano/kap)的。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/d603d42200fc0873041c06e85adfc471)

### [6. Easydict](https://github.com/tisfeng/Easydict)

聚合翻译软件，速度也快，支持快捷唤起。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/e9cfbbad79f088fc88343b597291130f)

## 开发相关

### [0. Homebrew](https://brew.sh/)

Mac，必备，安装软件和各种终端工具。

使用[知乎大佬提供的一键安装脚本](https://zhuanlan.zhihu.com/p/111014448)。

```sh
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
```

推荐选 Gitee 和 阿里的源。

### [1. Warp](https://www.warp.dev/)

强大又美观的终端工具，内置 AI 能力集成！

相较于传统的终端工具，其更加智能，编辑指令也非常方便。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/7949dc0d26c1e130e3227389bb889f72)

### [2. Kiro CLI](https://kiro.dev/downloads/)

笔者主要用这个终端输入提示的功能。

*这个功能最早是在 Fig 里，后来被亚马逊收购了。*

![](https://cdn.upyun.sugarat.top/mdImg/sugar/abdec3aac898108e570e6ee0234c83a8)

### [3. EasyDevo](https://easydevo.boringboring.design/)

Mac垃圾清理 & 系统监控软件，开发者友好。

|                                   系统监控                                    |                              node\_modules 清理                               |                                   项目统计                                    |
| :---------------------------------------------------------------------------: | :---------------------------------------------------------------------------: | :---------------------------------------------------------------------------: |
| ![](https://img.cdn.sugarat.top/mdImg/sugar/383755a2089ec6aca9b7b469b8e02de9) | ![](https://img.cdn.sugarat.top/mdImg/sugar/a05902a5431608eae5bb27b1747e929b) | ![](https://img.cdn.sugarat.top/mdImg/sugar/fb69bbdfc27ead1f58f34dd530faea71) |
|                                                                         |                                                                         |                                                                         |

### [4. uTools](https://www.u-tools.cn/)

聚合工具平台，笔者主要装了一些开发相关的插件。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/8a8ee6c74057295376920b45b5177e31)

### [5. Whistle Client](https://github.com/avwo/whistle-client)

代理调试抓包工具！

![](https://cdn.upyun.sugarat.top/mdImg/sugar/4d0d12a35e6f98ef7df328fdc2cae1c9)

### 6. IDE

笔者就常用 [TRAE](https://www.trae.ai/) 和 [Cursor](https://cursor.com/)，自打AI大爆发以来，VS Code 直接不装了。

## 终端指令

### [1. fnm](https://github.com/Schniz/fnm)

Node 版本管理工具！

![](https://cdn.upyun.sugarat.top/mdImg/sugar/fdb3b5c16b765a6ef94390d5fc0cd0fc)

### [2. zoxide](https://github.com/ajeetdsouza/zoxide)

快速切换目录的工具！

![](https://cdn.upyun.sugarat.top/mdImg/sugar/8e29d18b64989826972950c7cb6eb534)

### [3. yrm](https://github.com/i5ting/yrm)

npm 镜像源管理。

```sh
yrm ls

* npm ---- https://registry.npmjs.org/
  cnpm --- http://r.cnpmjs.org/
  taobao - https://registry.npmmirror.com/
  nj ----- https://registry.nodejitsu.com/
  rednpm - http://registry.mirror.cqupt.edu.cn/
  npmMirror  https://skimdb.npmjs.com/registry/
  edunpm - http://registry.enpmjs.org/
  yarn --- https://registry.yarnpkg.com
```

### [4. ni](https://github.com/antfu-collective/ni)

```sh
npm i -g @antfu/ni
```

常用的 `ni` 装依赖，`nr` 运行 npm 指令。

### [5. killport](https://github.com/jkfran/killport)

使用 killport 可以一步到位，直接杀死占用端口的进程

![](https://img.cdn.sugarat.top/mdImg/MTY5MDAzNTgwNzI0NQ==690035807245)

## 其它推荐

### [1. Marta](https://marta.sh/)

文件管理软件，可以拿来替代系统默认的 Finder。支持双栏展示，移动和整理文件的时候也比较方便。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/f445eb3f7eb8e2382dfbb8e9fb7665e5)

### [2. LocalSend](https://localsend.org/#/download)

多设备之间相互传输文件。足够简单且好用。

![](https://cdn.upyun.sugarat.top/mdImg/sugar/37e1d5f3dff31821435a54160d4e51da)

## 汇总

| 序号 | 名称           | 介绍                                                                                                             | 链接                                                                  |
| ---: | -------------- | ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
|    1 | Itsycal        | 状态栏 日历/时间 小组件。平时排期就拿这个看时间。                                                                | <https://github.com/sfsam/Itsycal/tree/master>                        |
|    2 | Bartender      | 状态栏图标管理工具。                                                                                             | <https://www.macbartender.com/>                                       |
|    3 | Snipaste       | 简单但强大的截图工具，用了都说好!                                                                                | <https://www.snipaste.com/>                                           |
|    4 | Alfred         | 比较老牌的一个聚合工具平台。                                                                                     | <https://www.alfredapp.com/>                                          |
|    5 | Arc            | Arc 浏览器，用习惯了非常方便，支持多端数据同步（不支持插件），支持多身份的设计。竖向的标签排列。                 | <https://arc.net/>                                                    |
|    6 | BetterDisplay  | 调节显示器亮度，分辨率等非常方便。                                                                               | <https://github.com/waydabber/BetterDisplay>                          |
|    7 | Tencent Lemon  | 日常拿来清理一下垃圾。不然过几天 500G 的盘又满了。                                                               | <https://lemon.qq.com/>                                               |
|    8 | BongoCat       | ”可爱互动的桌面宠物应用“，基于 Tauri 制作，支持三端！                                                            | <https://github.com/ayangweb/BongoCat>                                |
|    9 | HealthTick     | 久坐提醒工具。                                                                                                   | <https://github.com/lifedever/health-tick-release?tab=readme-ov-file> |
|   10 | Shui           | 全屏展示的提醒喝水的软件！。                                                                                     | <https://github.com/rock-zhang/Shui>                                  |
|   11 | drawio         | 画图神器，工作中拿来画流程图架构图必备。                                                                         | <https://www.drawio.com/>                                             |
|   12 | Kap            | 录屏软件，支持导出多种常用格式，支持基础的编辑。                                                                 | <https://getkap.co/>                                                  |
|   13 | Easydict       | 聚合翻译软件，速度也快，支持快捷唤起。                                                                           | <https://github.com/tisfeng/Easydict>                                 |
|   14 | Warp           | 强大又美观的终端工具，内置 AI 能力集成！                                                                         | <https://www.warp.dev/>                                               |
|   15 | Kiro CLI       | 笔者主要用这个终端输入提示的功能。                                                                               | <https://kiro.dev/downloads/>                                         |
|   16 | EasyDevo       | Mac垃圾清理 & 系统监控软件，开发者友好。                                                                         | <https://easydevo.boringboring.design/>                               |
|   17 | uTools         | 聚合工具平台，笔者主要装了一些开发相关的插件。                                                                   | <https://www.u-tools.cn/>                                             |
|   18 | Whistle Client | 代理调试抓包工具！                                                                                               | <https://github.com/avwo/whistle-client>                              |
|   19 | IDE            | 笔者就常用 [TRAE](https://www.trae.ai/) 和 [Cursor](https://cursor.com/)，自打AI大爆发以来，VS Code 直接不装了。 | <https://www.trae.ai/><https://cursor.com/>                           |
|   20 | fnm            | Node 版本管理工具！                                                                                              | <https://github.com/Schniz/fnm>                                       |
|   21 | zoxide         | 快速切换目录的工具！                                                                                             | <https://github.com/ajeetdsouza/zoxide>                               |
|   22 | yrm            | npm 镜像源管理。                                                                                                 | <https://github.com/i5ting/yrm>                                       |
|   23 | ni             | 常用的 `ni` 装依赖，`nr` 运行 npm 指令。                                                                         | <https://github.com/antfu-collective/ni>                              |
|   24 | killport       | 使用 killport 可以一步到位，直接杀死占用端口的进程                                                               | <https://github.com/jkfran/killport>                                  |
|   25 | Marta          | 文件管理软件，可以拿来替代系统默认的 Finder。支持双栏展示，移动和整理文件的时候也比较方便。                      | <https://marta.sh/>                                                   |
|   26 | LocalSend      | 多设备之间相互传输文件。足够简单且好用。                                                                         | <https://localsend.org/#/download>                                    |
