chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 11:57:55 +08:00
commit 7c224a4aab
45 changed files with 12034 additions and 0 deletions
@@ -0,0 +1,75 @@
---
name: awesome-mac-maintainer
description: Maintain the Awesome Mac repository when adding, updating, or relocating app entries across README.md, README-zh.md, README-ja.md, and README-ko.md. Use this when the task requires category selection, multilingual sync, concise listing copy, ordering consistency, or repository-specific curation rules.
---
# Awesome Mac Maintainer
Use this skill for repository curation tasks that touch app listings, especially when the user wants to add, update, or reclassify an app across the English, Chinese, Japanese, and Korean READMEs.
## Use this skill for
- Add a new app entry to the right category in `README.md`.
- Sync the same app into `README-zh.md`, `README-ja.md`, and `README-ko.md`.
- Update or shorten an existing listing without drifting from repository style.
- Move an entry to a better category while preserving local document structure.
For supported repository files and scope boundaries, see [references/supported-files.md](references/supported-files.md).
## Core workflow
1. Identify the most appropriate category by searching the existing README files for similar apps or keywords.
2. Read the local context around the target section in each language before editing.
3. Add or update the entry in all required language files.
4. Keep the description to one sentence.
5. Verify placement, wording, and formatting with `rg` and `git diff`.
## Curation rules
- Match the local section used by each document instead of assuming all four files have identical structure.
- Preserve existing ordering within a section. In practice this is usually alphabetical by app name.
- Do not rewrite neighboring entries unless needed for the requested task.
- Keep edits narrowly scoped to the requested listing work.
## Description style
- Explain what the app is in one sentence.
- Keep it brief and concrete.
- Prefer product identity over feature lists.
- Do not emphasize that the app is a macOS app unless that detail is necessary.
- Avoid marketing phrasing unless the repository already uses it for that exact product.
Preferred patterns:
- "Open-source HTTP(S) debugging proxy for intercepting, inspecting, modifying, and replaying requests."
- "Open-source screen recorder and editor for polished demos, tutorials, and product videos."
- "Open-source tool for switching Git identities and managing SSH keys."
## Icons and links
- Use the product site or primary project URL for the main link when that matches surrounding entries.
- If the project is open source and the repository URL is known, add the OSS icon linking to the repository.
- If the project is presented as free/open source and nearby entries use the freeware marker, add `![Freeware][Freeware Icon]`.
- Follow the exact icon formatting already used in the target section.
## Category selection guidance
- Prefer the category that contains the closest comparable apps already in the repo.
- For developer tools, distinguish between:
- API clients / API development
- Network analysis / debugging proxies
- Version control
- For media apps, check whether the document uses a broad audio/video section or a dedicated streaming music subsection.
- If Chinese uses a more specific subsection than the other languages, follow that document's local structure rather than forcing uniform placement.
## Validation
- Search for the app name in all target files.
- Review `git diff` for only the intended changes.
- Confirm the entry appears once per intended file.
- Confirm the wording remains one sentence in each language.
## Scope boundary
- This skill is for repository curation, not for rewriting the repository structure or reformatting unrelated content.
- If the user asks for a broader taxonomy change, inspect the surrounding sections first and then make the smallest consistent change.
@@ -0,0 +1,4 @@
interface:
display_name: "Awesome Mac Maintainer"
short_description: "Maintain multilingual Awesome Mac listings"
default_prompt: "Use $awesome-mac-maintainer to add or update app entries across README.md, README-zh.md, README-ja.md, and README-ko.md while preserving style and ordering."
@@ -0,0 +1,41 @@
# Supported Files
This skill is primarily for the repository's multilingual app listings.
## Default targets
- `README.md`
- `README-zh.md`
- `README-ja.md`
- `README-ko.md`
These are the default files for app additions, removals, description updates, and category moves unless the user explicitly asks to touch a different document set.
## Working assumptions
- The four README files are related, but their local section structure may differ.
- English placement does not guarantee identical placement in Chinese, Japanese, or Korean.
- When local structure differs, preserve the established structure in each file.
## Included work
- Add a new app listing.
- Update an existing listing description.
- Reclassify an app into a better category.
- Normalize link and icon formatting for the touched entry.
## Excluded by default
- `command-line-apps.md`
- `command-line-apps-zh.md`
- `command-line-apps-ja.md`
- `command-line-apps-ko.md`
- `editor-plugin.md`
- `editor-plugin-zh.md`
- `editor-plugin-ja.md`
Do not touch these files unless the user explicitly asks for them.
## Placement rule
Use the closest comparable apps already present in the target section as the primary signal for where a new entry belongs.
+1
View File
@@ -0,0 +1 @@
*.mjs linguist-language=Swift
+4
View File
@@ -0,0 +1,4 @@
github: jaywcjlove
# ko_fi: jaywcjlove
# buy_me_a_coffee: jaywcjlove
# custom: ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]
@@ -0,0 +1,46 @@
name: 🎉 Addition to list
description: Suggest an addition to this list.
title: '🎉 Add <App Name>'
labels: ['addition']
body:
- type: markdown
attributes:
value: |
NOTE: Each discrete (stand-alone) request should be in its own issue.
If you plan to open a PR with AI assistance, prefer the repository skill `.codex/skills/awesome-mac-maintainer` to keep category selection, ordering, and multilingual updates consistent.
- type: textarea
attributes:
label: 🪩 Provide a link to the proposed addition
description: Place link here.
placeholder: |
https://github.com/jaywcjlove/awesome-mac
https://github.com/jaywcjlove/awesome-mac
https://github.com/jaywcjlove/awesome-mac
validations:
required: true
- type: textarea
attributes:
label: 😳 Explain why it should be added
description: A clear and concise description of why it should be added to this list.
validations:
required: true
- type: textarea
attributes:
label: 📖 Additional context
description: Add any other context or screenshots about the feature request here.
- type: checkboxes
attributes:
label: 🧨 Issue Checklist
description: Put an x in the boxes once you've completed each step. You can also fill these out after creating the issue. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before responding to the issue.
options:
- label: I have checked for other similar issues
- label: I have explained why this change is important
- label: I have added necessary documentation (if appropriate)
validations:
required: true
@@ -0,0 +1,21 @@
name: 🗑 Removal from list
description: Suggest a removal from this list.
title: '🗑 Remove <App Name>'
labels: ['removal']
body:
- type: markdown
attributes:
value: |
NOTE: Each discrete (stand-alone) request should be in its own issue.
- type: textarea
attributes:
label: 😳 Explain why it should be removed
description: A clear and concise description of why it should be removed from this list.
validations:
required: true
- type: textarea
attributes:
label: 📖 Additional context
description: Add any other context or screenshots about the feature request here.
+48
View File
@@ -0,0 +1,48 @@
name: 🐞 Bug Report
description: File a report when something goes wrong so it can get fixed!
title: '🐞 Bug Report: xxx.md'
labels: ['bug']
body:
- type: markdown
attributes:
value: |
NOTE: Each discrete (stand-alone) request should be in its own issue.
- type: textarea
attributes:
label: 🐞 Describe the bug
description: A clear and concise description of what the bug is.
placeholder: ex. xxxx
validations:
required: true
- type: markdown
attributes:
value: |
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: textarea
attributes:
label: 📖 Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: ex. xxxx
validations:
required: true
- type: textarea
attributes:
label: 🌅 Screenshots
description: If applicable, add screenshots to help explain your problem.
placeholder: ex. xxxx
validations:
required: true
- type: input
attributes:
label: "💻 Desktop"
placeholder: ex. `MacOS 13.0.1`
@@ -0,0 +1,44 @@
name: 🐝 Feature request
description: Suggest a feature for this project
title: '🐝 Feature request'
labels: ['help wanted']
body:
- type: markdown
attributes:
value: |
NOTE: Each discrete (stand-alone) request should be in its own issue.
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is.
placeholder: Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
attributes:
label: 📖 Additional contex
description: Add any other context or screenshots about the feature request here.
- type: checkboxes
attributes:
label: 🧨 Issue Checklist
description: Put an x in the boxes once you've completed each step. You can also fill these out after creating the issue. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before responding to the issue.
options:
- label: I have checked for other similar issues
- label: I have explained why this change is important
- label: I have added necessary documentation (if appropriate)
validations:
required: true
+154
View File
@@ -0,0 +1,154 @@
name: GitHub Actions Build and Deploy awesome-mac
on:
push:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 50
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
- run: npm run create:ast
- run: npm run feed
- name: Commit updated RSS feeds
run: |
if git diff --quiet -- feed/*.xml; then
echo "No RSS feed changes to commit."
exit 0
fi
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add feed/*.xml
git commit \
-m "chore: update RSS feeds [skip ci]" \
-m "Refresh generated RSS feeds for recently added high-quality macOS apps." \
-m "Feeds:
https://jaywcjlove.github.io/awesome-mac/feed.xml
https://jaywcjlove.github.io/awesome-mac/feed-zh.xml
https://jaywcjlove.github.io/awesome-mac/feed-ko.xml
https://jaywcjlove.github.io/awesome-mac/feed-ja.xml"
git push
- run: cp -rp feed/*.xml dist
- name: Deploy
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
user_name: github-actions[bot]
user_email: github-actions[bot]@users.noreply.github.com
- name: Create Tag
id: create_tag
uses: jaywcjlove/create-tag-action@5cd7624be00f5ca9f6c0929957553205dd035864 # main
with:
package-path: ./package.json
- name: Generate Changelog
id: changelog
uses: jaywcjlove/changelog-generator@8e2e0cff25d4500fb7cc4c7c87f0733b8f80ff5b # main
with:
token: ${{ secrets.GITHUB_TOKEN }}
head-ref: ${{steps.create_tag.outputs.version}}
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
- name: Create Release
uses: jaywcjlove/create-tag-action@5cd7624be00f5ca9f6c0929957553205dd035864 # main
if: steps.create_tag.outputs.successful
with:
package-path: ./package.json
version: ${{steps.create_tag.outputs.version}}
release: true
prerelease: false
draft: false
body: |
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/awesome-mac@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/awesome-mac?logo=docker)](https://hub.docker.com/r/wcjiang/awesome-mac)
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/awesome-mac/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
```bash
npm i awesome-mac@${{steps.create_tag.outputs.versionNumber}}
# dist/awesome-mac.json
# dist/awesome-mac.zh.json
# dist/awesome-mac.ja.json
# dist/awesome-mac.ko.json
```
## Feed
```text
https://jaywcjlove.github.io/awesome-mac/feed.xml
https://jaywcjlove.github.io/awesome-mac/feed-zh.xml
https://jaywcjlove.github.io/awesome-mac/feed-ko.xml
https://jaywcjlove.github.io/awesome-mac/feed-ja.xml
```
## Docker
```bash
docker pull wcjiang/awesome-mac:${{steps.changelog.outputs.version}}
```
```bash
docker run --name awesome-mac --rm -d -p 9881:3000 wcjiang/awesome-mac:${{steps.changelog.outputs.version}}
# Or
docker run --name awesome-mac -itd -p 9881:3000 wcjiang/awesome-mac:${{steps.changelog.outputs.version}}
```
Visit the following URL in your browser
```bash
http://localhost:9881/
```
- run: npm publish --access public --provenance
continue-on-error: true
# Create Docker Image
- name: Docker login
if: steps.create_tag.outputs.successful
run: docker login -u "${DOCKER_USER}" -p "${DOCKER_PASSWORD}"
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
- name: Build Awesome Mac image
run: docker image build -t awesome-mac .
- name: Tags & Push image (latest)
if: steps.create_tag.outputs.successful
run: |
echo "outputs.tag - ${{ steps.changelog.outputs.version }}"
docker tag awesome-mac "${DOCKER_USER}"/awesome-mac:latest
docker push "${DOCKER_USER}"/awesome-mac:latest
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
- name: Tags & Push image
if: steps.create_tag.outputs.successful
run: |
echo "outputs.tag - ${{ steps.changelog.outputs.version }}"
docker tag awesome-mac "${DOCKER_USER}"/awesome-mac:${{steps.changelog.outputs.version}}
docker push "${DOCKER_USER}"/awesome-mac:${{steps.changelog.outputs.version}}
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
+18
View File
@@ -0,0 +1,18 @@
node_modules/
dist/*.html
dist/*.json
dist
npm-debug.log*
package-lock.json
.DS_Store
.cache
.rdoc-dist
.vscode
*.bak
*.tem
*.temp
#.swp
*.*~
~*.*
+4
View File
@@ -0,0 +1,4 @@
language: ruby
rvm: 2.4.1
before_script: gem install awesome_bot
script: awesome_bot *.md --allow 301,302
+7
View File
@@ -0,0 +1,7 @@
# https://lipanski.com/posts/smallest-docker-image-static-website
# https://github.com/lipanski/docker-static-website
FROM lipanski/docker-static-website:latest
# Copy the static website
# Use the .dockerignore file to control what ends up inside the image!
COPY ./dist .
+116
View File
@@ -0,0 +1,116 @@
CC0 1.0 Universal
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator and
subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for the
purpose of contributing to a commons of creative, cultural and scientific
works ("Commons") that the public can reliably and without fear of later
claims of infringement build upon, modify, incorporate in other works, reuse
and redistribute as freely as possible in any form whatsoever and for any
purposes, including without limitation commercial purposes. These owners may
contribute to the Commons to promote the ideal of a free culture and the
further production of creative, cultural and scientific works, or to gain
reputation or greater distribution for their Work in part through the use and
efforts of others.
For these and/or other purposes and motivations, and without any expectation
of additional consideration or compensation, the person associating CC0 with a
Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
and publicly distribute the Work under its terms, with knowledge of his or her
Copyright and Related Rights in the Work and the meaning and intended legal
effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not limited
to, the following:
i. the right to reproduce, adapt, distribute, perform, display, communicate,
and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or likeness
depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data in
a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation thereof,
including any amended or successor version of such directive); and
vii. other similar, equivalent or corresponding rights throughout the world
based on applicable law or treaty, and any national implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention of,
applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
and Related Rights and associated claims and causes of action, whether now
known or unknown (including existing as well as future claims and causes of
action), in the Work (i) in all territories worldwide, (ii) for the maximum
duration provided by applicable law or treaty (including future time
extensions), (iii) in any current or future medium and for any number of
copies, and (iv) for any purpose whatsoever, including without limitation
commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
the Waiver for the benefit of each member of the public at large and to the
detriment of Affirmer's heirs and successors, fully intending that such Waiver
shall not be subject to revocation, rescission, cancellation, termination, or
any other legal or equitable action to disrupt the quiet enjoyment of the Work
by the public as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason be
judged legally invalid or ineffective under applicable law, then the Waiver
shall be preserved to the maximum extent permitted taking into account
Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
is so judged Affirmer hereby grants to each affected person a royalty-free,
non transferable, non sublicensable, non exclusive, irrevocable and
unconditional license to exercise Affirmer's Copyright and Related Rights in
the Work (i) in all territories worldwide, (ii) for the maximum duration
provided by applicable law or treaty (including future time extensions), (iii)
in any current or future medium and for any number of copies, and (iv) for any
purpose whatsoever, including without limitation commercial, advertising or
promotional purposes (the "License"). The License shall be deemed effective as
of the date CC0 was applied by Affirmer to the Work. Should any part of the
License for any reason be judged legally invalid or ineffective under
applicable law, such partial invalidity or ineffectiveness shall not
invalidate the remainder of the License, and in such case Affirmer hereby
affirms that he or she will not (i) exercise any of his or her remaining
Copyright and Related Rights in the Work or (ii) assert any associated claims
and causes of action with respect to the Work, in either case contrary to
Affirmer's express Statement of Purpose.
4. Limitations and Disclaimers.
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or warranties
of any kind concerning the Work, express, implied, statutory or otherwise,
including without limitation warranties of title, merchantability, fitness
for a particular purpose, non infringement, or the absence of latent or
other defects, accuracy, or the present or absence of errors, whether or not
discoverable, all to the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without limitation
any person's Copyright and Related Rights in the Work. Further, Affirmer
disclaims responsibility for obtaining any necessary consents, permissions
or other rights required for any use of the Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to this
CC0 or use of the Work.
For more information, please see
<http://creativecommons.org/publicdomain/zero/1.0/>
+1664
View File
File diff suppressed because it is too large Load Diff
+1096
View File
File diff suppressed because it is too large Load Diff
+1567
View File
File diff suppressed because it is too large Load Diff
+1667
View File
File diff suppressed because it is too large Load Diff
+7
View File
@@ -0,0 +1,7 @@
# WeHub 来源说明
- 原始项目:`jaywcjlove/awesome-mac`
- 原始仓库:https://github.com/jaywcjlove/awesome-mac
- 导入方式:上游默认分支的最新快照
- 原作者、版权和许可证信息以原始仓库及本仓库 LICENSE 为准
- 本文件仅用于记录来源,不代表 WeHub 是原项目作者
+144
View File
@@ -0,0 +1,144 @@
import { toVFile } from 'to-vfile'
import { remark } from 'remark'
import gfm from 'remark-gfm'
import FS from 'fs-extra'
const getHeadingText = (arr = []) => {
let title = ''
arr.forEach(child => {
if (typeof child.value === 'string') {
title += child.value
}
if (child.children && Array.isArray(child.children)) {
title += getHeadingText(child.children)
}
})
return title
}
const getSoftwareName = (obj, result = { title: '' }) => {
if (obj.value) {
result.title += obj.value
}
if (obj.url) {
result.url = obj.url
}
if (obj.type === 'delete') {
result.delete = true
}
if (obj.children && Array.isArray(obj.children)) {
obj.children.forEach(child => {
result = getSoftwareName(child, result)
})
}
return result
}
const getIconDetail = (data, url = '') => {
if (data.type === 'imageReference' && data.identifier) {
const identifier = data.identifier.toLocaleLowerCase()
if (/^(freeware\s+icon|oss\s+icon|app-store\s+icon|awesome-list\s+icon)/.test(identifier)) {
let type = ''
if (/^(freeware\s+icon)/.test(identifier)) {
type = 'freeware'
}
if (/^(oss\s+icon)/.test(identifier)) {
type = 'oss'
}
if (/^(app-store\s+icon)/.test(identifier)) {
type = 'app-store'
}
if (/^(awesome-list\s+icon)/.test(identifier)) {
type = 'awesome-list'
}
return { type, url }
}
return false
}
}
/**
* ```markdown
* * [Atom](https://atom.io) - xxxxxxx. [![Open-Source Software][OSS Icon]](https://xxx) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://xxx)
* ```
*/
const getMarkIcons = (arr = [], parent = {}) => {
let mark = { icons: [] }
if (arr && Array.isArray(arr) && arr[1] && arr[1].type === 'text' && /^([\s]+)?-\s/.test(arr[1].value)) {
mark = { ...mark, ...getSoftwareName(arr[0]) }
arr = arr.filter(child => {
const data = getIconDetail(child)
if (data) {
mark.icons.push(data)
return false
}
if (child.type === 'link' && child.children && Array.isArray(child.children)) {
const childArr = child.children.filter(d => getIconDetail(d))
if (childArr.length > 0) {
childArr.forEach((item) => {
mark.icons.push(getIconDetail(item, child.url))
})
return false
}
}
if (child.type === 'text' && child.value.replace(/\s/g, '') === '') {
return false
}
return true
});
}
return { children: [...arr], mark: { ...mark } }
}
const getMdToAST = (data = [], parent = {}) => {
data = data.filter((m) => m.type !== 'html').map((child) => {
if (child.position) {
delete child.position
if (child.type === 'listItem') {
delete child.checked
delete child.spread;
}
if (child.type === 'paragraph' && parent.type === 'listItem') {
const result = getMarkIcons(child.children, child)
child = { ...child, ...result }
}
if (child.type === 'heading') {
child.value = getHeadingText(child.children)
delete child.children
}
}
if (child.children && Array.isArray(child.children)) {
child.children = getMdToAST(child.children, child)
}
return child
})
return data
}
// Process markdown files and generate JSON data
const processMarkdownToJson = (inputFile, outputFile) => {
remark()
.use(gfm)
.use(() => (tree) => {
const startIndex = tree.children.findIndex(item => item.type === 'html' && /<!--start-->/.test(item.value))
const endIndex = tree.children.findIndex(item => item.type === 'html' && /<!--end-->/.test(item.value))
const data = tree.children.slice(startIndex + 1, endIndex)
const dataAST = getMdToAST([...data])
FS.outputJsonSync(outputFile, dataAST)
console.log(' create file: \x1b[32;1m', outputFile, '\x1b[0m');
})
.processSync(toVFile.readSync(inputFile))
}
// Configuration for different language versions
const configs = [
{ input: 'README.md', output: './dist/awesome-mac.json' },
{ input: 'README-zh.md', output: './dist/awesome-mac.zh.json' },
{ input: 'README-ja.md', output: './dist/awesome-mac.ja.json' },
{ input: 'README-ko.md', output: './dist/awesome-mac.ko.json' }
]
// Process all configurations
configs.forEach(({ input, output }) => {
processMarkdownToJson(input, output)
})
+622
View File
@@ -0,0 +1,622 @@
import { execFileSync } from 'node:child_process';
import { existsSync, mkdirSync, readFileSync, rmSync, writeFileSync } from 'node:fs';
import { dirname, resolve } from 'node:path';
import { fileURLToPath } from 'node:url';
const __dirname = dirname(fileURLToPath(import.meta.url));
const repoRoot = resolve(__dirname, '..');
const feedDir = resolve(repoRoot, 'feed');
const packageJson = JSON.parse(readFileSync(resolve(repoRoot, 'package.json'), 'utf8'));
// These CLI flags are optional tuning knobs for local runs:
// - --commit-limit controls how many recent commits are scanned per README.
// - --item-limit controls how many RSS items are emitted per feed.
//
// The user explicitly wants the script to stay within the recent 50 commits,
// so both defaults are 50. That keeps runtime predictable and avoids a full
// history walk on every execution.
const incrementalCommitLimit = readNumberArg('--commit-limit', 50);
const feedItemLimit = readNumberArg('--item-limit', 50);
const repositoryUrl = normalizeRepositoryUrl(packageJson.repository?.url);
const siteUrl = (packageJson.homepage || repositoryUrl || '').replace(/\/$/, '');
// Each feed is driven by one README file. Outputs are written into /feed so they
// can be committed to git, unlike /dist which is ignored in this repository.
// Only RSS XML is generated. Incremental state is derived from the existing
// XML file itself, so there are still no extra cache/state files.
const FEED_TARGETS = [
{
key: 'en',
readmePath: 'README.md',
outputName: 'feed.xml',
language: 'en-US',
title: 'Awesome Mac - Recent App Additions',
description: `Recently added macOS apps tracked from ${packageJson.name}.`,
},
{
key: 'zh',
readmePath: 'README-zh.md',
outputName: 'feed-zh.xml',
language: 'zh-CN',
title: 'Awesome Mac - ',
description: ' macOS ',
},
{
key: 'ko',
readmePath: 'README-ko.md',
outputName: 'feed-ko.xml',
language: 'ko-KR',
title: 'Awesome Mac - ',
description: ' macOS .',
},
{
key: 'ja',
readmePath: 'README-ja.md',
outputName: 'feed-ja.xml',
language: 'ja-JP',
title: 'Awesome Mac - ',
description: ' macOS ',
},
];
mkdirSync(feedDir, { recursive: true });
const sectionMapCache = new Map();
const reports = FEED_TARGETS.map(generateFeedForTarget);
// Older runs generated /feed.xml in the repository root and later in /dist.
// Remove those legacy artifacts so /feed is the only canonical output location.
rmSync(resolve(repoRoot, 'feed.xml'), { force: true });
for (const target of FEED_TARGETS) {
rmSync(resolve(repoRoot, 'dist', target.outputName), { force: true });
rmSync(resolve(feedDir, target.outputName.replace(/\.xml$/, '.json')), { force: true });
}
console.log(
reports
.map(
(report) =>
`Scanned ${report.scannedCommitCount} recent commits, processed ${report.processedCommitCount} new commits, found ${report.recentAdditionCount} new app additions in ${report.readmePath}. Generated feed/${report.outputName} with ${report.feedItemCount} items.`,
)
.join('\n'),
);
// Generate or incrementally update one localized XML feed from its README history.
function generateFeedForTarget(target) {
console.log(`[feed] Start ${target.readmePath} -> feed/${target.outputName}`);
// We still inspect only the latest N commits, but we read the existing XML
// feed to find the newest commit already published and only process commits
// newer than that point.
const recentCommits = getCommitLog(target.readmePath, ['-n', String(incrementalCommitLimit)]);
console.log(`[feed] ${target.readmePath}: loaded ${recentCommits.length} commits`);
const existingFeed = loadExistingFeed(target);
const commitsToProcess = getCommitsToProcess(recentCommits, existingFeed.latestCommitHash);
if (existingFeed.latestCommitHash && commitsToProcess.length < recentCommits.length) {
console.log(
`[feed] ${target.readmePath}: XML cache hit at ${existingFeed.latestCommitHash.slice(0, 7)}, processing ${commitsToProcess.length} new commits`,
);
} else if (existingFeed.latestCommitHash) {
console.log(`[feed] ${target.readmePath}: XML cache miss, rebuilding from recent commit window`);
} else {
console.log(`[feed] ${target.readmePath}: no existing XML, building initial feed`);
}
const newItems = collectAdditions(commitsToProcess, target.readmePath, {
limit: feedItemLimit,
logPrefix: target.readmePath,
});
const feedItems = mergeFeedItems(newItems, existingFeed.items, feedItemLimit);
console.log(
`[feed] ${target.readmePath}: identified ${newItems.length} new apps from ${commitsToProcess.length} processed commits`,
);
const outputPath = resolve(feedDir, target.outputName);
const feedUrl = siteUrl ? `${siteUrl}/feed/${target.outputName}` : `feed/${target.outputName}`;
const feedXml = buildFeedXml({
items: feedItems,
title: target.title,
description: target.description,
language: target.language,
feedUrl,
});
writeFileSync(outputPath, feedXml);
console.log(`[feed] Done ${target.readmePath}: wrote ${feedItems.length} items`);
return {
readmePath: target.readmePath,
outputName: target.outputName,
scannedCommitCount: recentCommits.length,
processedCommitCount: commitsToProcess.length,
recentAdditionCount: newItems.length,
feedItemCount: feedItems.length,
};
}
// Read a positive integer from a --flag=value CLI argument, or fall back.
function readNumberArg(flag, fallback) {
const entry = process.argv.find((arg) => arg.startsWith(`${flag}=`));
if (!entry) return fallback;
const value = Number.parseInt(entry.slice(flag.length + 1), 10);
return Number.isFinite(value) && value > 0 ? value : fallback;
}
// Execute a git command inside the repository and return trimmed stdout.
function runGit(args) {
return execFileSync('git', args, {
cwd: repoRoot,
encoding: 'utf8',
maxBuffer: 32 * 1024 * 1024,
}).trimEnd();
}
// Load recent commit metadata for one README file, newest first.
function getCommitLog(readmePath, extraArgs = []) {
const output = runGit([
'log',
'--date=iso-strict',
'--pretty=format:%H%x1f%cI%x1f%s',
...extraArgs,
'--',
readmePath,
]);
if (!output) return [];
return output
.split('\n')
.filter(Boolean)
.map((line) => {
const [hash, committedAt, subject] = line.split('\x1f');
return { hash, committedAt, subject };
});
}
// Collect newly added app items from a commit list, with deduplication and a hard limit.
function collectAdditions(commits, readmePath, { limit, logPrefix }) {
const items = [];
const seen = new Set();
let scannedCommits = 0;
for (const commit of commits) {
scannedCommits += 1;
const additions = extractNewAppsFromCommit(commit, readmePath);
if (scannedCommits === 1 || scannedCommits % 10 === 0 || scannedCommits === commits.length) {
console.log(
`[feed] ${logPrefix}: scanned ${scannedCommits}/${commits.length} commits, collected ${items.length} items`,
);
}
for (const item of additions) {
// Dedupe by app name + homepage. This avoids repeated feed items when a later
// commit tweaks the same entry or the same app gets touched in localized files.
const key = buildItemKey(item);
if (seen.has(key)) continue;
seen.add(key);
items.push(item);
if (items.length >= limit) {
return items;
}
}
}
return items;
}
// Extract app additions from a single commit by inspecting the README patch directly.
function extractNewAppsFromCommit(commit, readmePath) {
// We inspect the patch directly instead of parsing commit messages.
// That keeps the rule stable even when messages say "docs" or "localize"
// but the patch still introduces a brand-new list item.
const patch = runGit(['show', '--format=', '--unified=3', commit.hash, '--', readmePath]);
if (!patch) return [];
const addedEntries = [];
const removedNames = new Set();
for (const line of patch.split('\n')) {
const added = parseDiffAppLine(line, '+');
if (added) {
addedEntries.push(added);
continue;
}
const removed = parseDiffAppLine(line, '-');
if (removed) {
removedNames.add(removed.name);
}
}
if (addedEntries.length === 0) return [];
const sectionMap = buildSectionMapForCommit(commit.hash, readmePath);
const commitUrl = repositoryUrl ? `${repositoryUrl}/commit/${commit.hash}` : commit.hash;
return addedEntries
// A pure edit usually appears as "- old line" + "+ new line" with the same app name.
// We therefore treat a "+" entry as "new app" only if the same name was not removed
// in the same patch.
.filter((entry) => !removedNames.has(entry.name))
.map((entry) => ({
...entry,
category: sectionMap.get(entry.name) || 'Uncategorized',
commitHash: commit.hash,
commitSubject: commit.subject,
commitUrl,
committedAt: commit.committedAt,
}));
}
// Parse one added or removed README bullet line into a structured app record.
function parseDiffAppLine(line, sign) {
const escaped = sign ? (sign === '+' ? '\\+' : '-') : '';
// README app entries consistently use:
// * [App Name](url) - Description
// We only treat those bullet lines as candidate app additions/removals.
const match = line.match(new RegExp(`^${escaped}\\* \\[([^\\]]+)\\]\\(([^)]+)\\)\\s+-\\s+(.+)$`));
if (!match) return null;
const primaryUrl = match[2].trim();
const metadata = parseEntryMetadata(primaryUrl, match[3]);
return {
name: match[1].trim(),
url: primaryUrl,
description: metadata.description,
websiteUrl: metadata.websiteUrl,
sourceUrl: metadata.sourceUrl,
appStoreUrl: metadata.appStoreUrl,
};
}
// Build a map from app name to category using the README snapshot at a given commit.
function buildSectionMapForCommit(hash, readmePath) {
// We resolve the category from the README snapshot at that exact commit,
// so the RSS item uses the section structure that existed when the app
// was originally added, not the category after later reorganizations.
const cacheKey = `${hash}:${readmePath}`;
if (sectionMapCache.has(cacheKey)) {
return sectionMapCache.get(cacheKey);
}
const content = runGit(['show', `${hash}:${readmePath}`]);
const sectionMap = new Map();
let currentSection = '';
let currentSubsection = '';
for (const line of content.split('\n')) {
const sectionMatch = line.match(/^##\s+(.+)$/);
if (sectionMatch) {
currentSection = sectionMatch[1].trim();
currentSubsection = '';
continue;
}
const subsectionMatch = line.match(/^###\s+(.+)$/);
if (subsectionMatch) {
currentSubsection = subsectionMatch[1].trim();
continue;
}
const appMatch = line.match(/^\* \[([^\]]+)\]\(([^)]+)\)\s+-\s+(.+)$/);
if (!appMatch) continue;
const name = appMatch[1].trim();
if (sectionMap.has(name)) continue;
const category = currentSubsection
? `${currentSection} / ${currentSubsection}`
: currentSection || 'Uncategorized';
sectionMap.set(name, category);
}
sectionMapCache.set(cacheKey, sectionMap);
return sectionMap;
}
// Create a stable deduplication key for one app entry.
function buildItemKey(item) {
return `${item.name}\x1f${item.url}`;
}
// Read the existing XML feed and recover the latest published commit plus current items.
function loadExistingFeed(target) {
const outputPath = resolve(feedDir, target.outputName);
if (!existsSync(outputPath)) {
return { latestCommitHash: '', items: [] };
}
try {
const xml = readFileSync(outputPath, 'utf8');
const items = parseFeedItemsFromXml(xml);
return {
latestCommitHash: items[0]?.commitHash || '',
items,
};
} catch {
console.log(`[feed] ${target.readmePath}: existing XML is invalid, rebuilding feed`);
return { latestCommitHash: '', items: [] };
}
}
// Parse the current XML feed back into structured items for incremental updates.
function parseFeedItemsFromXml(xml) {
const itemMatches = xml.match(/<item>[\s\S]*?<\/item>/g) || [];
return itemMatches
.map((itemXml) => {
const title = decodeXml(extractXmlTag(itemXml, 'title'));
const link = decodeXml(extractXmlTag(itemXml, 'link'));
const guid = decodeXml(extractXmlTag(itemXml, 'guid'));
const pubDate = decodeXml(extractXmlTag(itemXml, 'pubDate'));
const category = decodeXml(extractXmlTag(itemXml, 'category'));
const contentEncoded = decodeXml(unwrapCdata(extractXmlTag(itemXml, 'content:encoded')));
const description = (
contentEncoded ||
decodeXml(extractXmlTag(itemXml, 'description'))
).replace(/<br\s*\/?>/gi, '\n');
const commitHash = guid.split(':')[0] || '';
const descriptionLines = description.split('\n');
const nameFromDescription =
descriptionLines.find((line) => line.startsWith('App: '))?.slice(5) || '';
const itemDescription =
descriptionLines.find((line) => line.startsWith('Description: '))?.slice(13) || '';
const websiteUrl =
descriptionLines.find((line) => line.startsWith('Website: '))?.slice(9) || '';
const sourceUrl =
descriptionLines.find((line) => line.startsWith('Open Source: '))?.slice(13) || '';
const appStoreUrl =
descriptionLines.find((line) => line.startsWith('App Store: '))?.slice(11) || '';
const commitSubject =
descriptionLines.find((line) => line.startsWith('Commit: '))?.slice(8) || '';
const commitUrl =
descriptionLines.find((line) => line.startsWith('Commit URL: '))?.slice(12) || '';
if (!title || !link || !commitHash || !pubDate) return null;
return {
name: nameFromDescription || title,
url: link,
description: itemDescription,
category,
websiteUrl,
sourceUrl,
appStoreUrl,
commitHash,
commitSubject,
commitUrl,
committedAt: new Date(pubDate).toISOString(),
};
})
.filter(Boolean);
}
// Extract the text content of a simple XML tag from a feed fragment.
function extractXmlTag(xml, tagName) {
const match = xml.match(new RegExp(`<${tagName}(?:\\s+[^>]*)?>([\\s\\S]*?)<\\/${tagName}>`));
return match ? match[1].trim() : '';
}
// Return only commits that are newer than the latest commit already present in the feed.
function getCommitsToProcess(recentCommits, latestCommitHash) {
if (!latestCommitHash) return recentCommits;
const index = recentCommits.findIndex((commit) => commit.hash === latestCommitHash);
if (index === -1) return recentCommits;
return recentCommits.slice(0, index);
}
// Prepend newly discovered items to existing items while keeping order and limit.
function mergeFeedItems(newItems, existingItems, limit) {
const merged = [];
const seen = new Set();
for (const item of [...newItems, ...existingItems]) {
const key = buildItemKey(item);
if (seen.has(key)) continue;
seen.add(key);
merged.push(item);
if (merged.length >= limit) break;
}
return merged;
}
// Render a full RSS 2.0 XML document from the collected feed items.
function buildFeedXml({ items, title, description, language, feedUrl }) {
const lastBuildDate = items[0]?.committedAt || new Date().toISOString();
const channelLink = siteUrl || repositoryUrl || '';
const xmlItems = items
.map((item) => {
const guid = `${item.commitHash}:${item.name}`;
const summaryHtml = buildItemDescription(item);
const summaryText = buildItemPlainDescription(item);
return [
' <item>',
` <title>${escapeXml(item.name)}</title>`,
` <link>${escapeXml(item.url)}</link>`,
` <guid isPermaLink="false">${escapeXml(guid)}</guid>`,
` <pubDate>${new Date(item.committedAt).toUTCString()}</pubDate>`,
` <category>${escapeXml(item.category)}</category>`,
` <description>${escapeXml(summaryText)}</description>`,
` <content:encoded><![CDATA[${summaryHtml}]]></content:encoded>`,
' </item>',
].join('\n');
})
.join('\n');
return [
'<?xml version="1.0" encoding="UTF-8"?>',
'<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">',
' <channel>',
` <title>${escapeXml(title)}</title>`,
` <link>${escapeXml(channelLink)}</link>`,
` <description>${escapeXml(description)}</description>`,
` <language>${escapeXml(language)}</language>`,
` <lastBuildDate>${new Date(lastBuildDate).toUTCString()}</lastBuildDate>`,
` <atom:link href="${escapeXml(feedUrl)}" rel="self" type="application/rss+xml" />`,
` <generator>build/feed.mjs</generator>`,
xmlItems,
' </channel>',
'</rss>',
'',
].join('\n');
}
// Extract website/source/App Store links from one README entry based on badge markers.
function parseEntryMetadata(primaryUrl, rawTail) {
const markdownLinks = [...rawTail.matchAll(/\[([^\]]+)\]\(([^)]+)\)/g)].map((match) => ({
text: match[1].trim(),
url: match[2].trim(),
}));
let websiteUrl = '';
let sourceUrl = '';
let appStoreUrl = '';
for (const link of markdownLinks) {
if (link.text.includes('![Open-Source Software][OSS Icon]')) {
sourceUrl = link.url;
continue;
}
if (link.text.includes('![App Store][app-store Icon]')) {
appStoreUrl = link.url;
}
}
if (!sourceUrl && isRepositoryUrl(primaryUrl)) {
sourceUrl = primaryUrl;
} else if (!isRepositoryUrl(primaryUrl) && !isAppStoreUrl(primaryUrl)) {
websiteUrl = primaryUrl;
}
if (!appStoreUrl && isAppStoreUrl(primaryUrl)) {
appStoreUrl = primaryUrl;
}
return {
description: cleanDescription(rawTail),
websiteUrl,
sourceUrl,
appStoreUrl,
};
}
// Render the human-readable field list stored inside each RSS item description.
function buildItemDescription(item) {
return [
`Category: ${escapeXml(item.category)}`,
`App: ${escapeXml(item.name)}`,
`Description: ${escapeXml(item.description)}`,
item.websiteUrl ? `Website: ${escapeXml(item.websiteUrl)}` : '',
item.sourceUrl ? `Open Source: ${escapeXml(item.sourceUrl)}` : '',
item.appStoreUrl ? `App Store: ${escapeXml(item.appStoreUrl)}` : '',
`Commit: ${escapeXml(item.commitSubject)}`,
item.commitUrl ? `Commit URL: ${escapeXml(item.commitUrl)}` : '',
]
.filter(Boolean)
.join('<br/>');
}
// Render a plain-text fallback for RSS readers that ignore HTML in description.
function buildItemPlainDescription(item) {
return [
`Category: ${item.category}`,
`App: ${item.name}`,
`Description: ${item.description}`,
item.websiteUrl ? `Website: ${item.websiteUrl}` : '',
item.sourceUrl ? `Open Source: ${item.sourceUrl}` : '',
item.appStoreUrl ? `App Store: ${item.appStoreUrl}` : '',
`Commit: ${item.commitSubject}`,
item.commitUrl ? `Commit URL: ${item.commitUrl}` : '',
]
.filter(Boolean)
.join('\n');
}
// Normalize the repository URL so commit links can be built consistently.
function normalizeRepositoryUrl(url) {
if (!url) return '';
return url.replace(/^git\+/, '').replace(/\.git$/, '');
}
// Check whether a URL points at a repository host rather than the app's website.
function isRepositoryUrl(url) {
return /^(https?:\/\/)?(www\.)?(github\.com|gitlab\.com|bitbucket\.org)\//i.test(url);
}
// Check whether a URL is an App Store landing page.
function isAppStoreUrl(url) {
return /apps\.apple\.com\//i.test(url);
}
// Remove README-only badges and markdown noise from an app description.
function cleanDescription(value) {
// README descriptions often end with badges such as Freeware/App Store/OSS icons.
// RSS readers do not benefit from those badges, so we strip them and keep only
// readable text.
return value
.split(' [![')[0]
.split(' ![[')[0]
.split(' ![')[0]
.replace(/\s+\[!\[[^\]]+\]\([^)]+\)\]\([^)]+\)/g, '')
.replace(/\s+!\[[^\]]+\]\[[^\]]+\]/g, '')
.replace(/\[([^\]]+)\]\([^)]+\)/g, '$1')
.replace(/\s+/g, ' ')
.trim();
}
// Escape reserved XML characters before writing text into the RSS document.
function escapeXml(value) {
return String(value)
.replace(/&/g, '&amp;')
.replace(/</g, '&lt;')
.replace(/>/g, '&gt;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&apos;');
}
// Decode escaped XML entities when reading existing feed items back from XML.
function decodeXml(value) {
let decoded = String(value);
while (true) {
const next = decoded
.replace(/&apos;/g, "'")
.replace(/&quot;/g, '"')
.replace(/&gt;/g, '>')
.replace(/&lt;/g, '<')
.replace(/&amp;/g, '&');
if (next === decoded) {
return next;
}
decoded = next;
}
}
// Remove a CDATA wrapper when reading XML fields that intentionally contain HTML.
function unwrapCdata(value) {
return String(value)
.replace(/^<!\[CDATA\[/, '')
.replace(/\]\]>$/, '');
}
+203
View File
@@ -0,0 +1,203 @@
<div align="center" markdown="1">
<sup>スペシャルサンクス:</sup>
<br>
<br>
<a href="https://screensage.pro/">
<img alt="ScreenSage Pro" width="400" src="https://jaywcjlove.github.io/sponsor/screensage.png">
</a>
<br>
<a href="https://screensage.pro/">ScreenSage Pro、macOSで美しい画面録画を数分で作成</a>
<br><br>
<a href="https://ip.im/">
<img alt="IP.IM" width="400" src="https://jaywcjlove.github.io/sponsor/ip.im.png">
</a>
<br>
<a href="https://ip.im/">IP.IM 無料のIPアドレス情報照会サイト</a>
<br><br>
</div>
<hr>
<p style="display: inline_block">
<sup><a href="https://wangchujiang.com/#/app" target="_blank">私のアプリ</a>を使うことも、<a href="https://wangchujiang.com/#/sponsor" target="_blank">支援</a>する方法のひとつです:</sup><br/>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6766860898" title="Zipora: Zip/RAR/7Z Unarchiver"><img alt="Zipora: Zip/RAR/7Z Unarchiver" height="52" src="https://wangchujiang.com/appicon/zipora.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6758053530" title="Scap: Screenshot & Markup Edit for macOS"><img alt="Scap: Screenshot & Markup Edit" height="52" src="https://wangchujiang.com/appicon/scap.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6757317079" title="Screen Test for macOS"><img alt="Screen Test" height="52" src="https://wangchujiang.com/appicon/screen-test.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6755948110" title="Deskmark for macOS"><img alt="Deskmark" height="52" src="https://wangchujiang.com/appicon/deskmark.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6500434773" title="Keyzer for macOS"><img alt="Keyzer" height="52" src="https://wangchujiang.com/appicon/keyzer.png"></a>
<a target="_blank" href="https://github.com/jaywcjlove/vidwall-hub" title="Vidwall Hub for macOS"><img alt="Vidwall Hub" height="52" src="https://wangchujiang.com/appicon/vidwall-hub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6752624705" title="VidCrop for macOS"><img alt="VidCrop" height="52" src="https://wangchujiang.com/appicon/vidcrop.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6747587746" title="Vidwall for macOS"><img alt="Vidwall" height="52" src="https://wangchujiang.com/appicon/vidwall.png"></a>
<a target="_blank" href="https://wangchujiang.com/mousio-hint/" title="Mousio Hint for macOS"><img alt="Mousio Hint" height="52" src="https://wangchujiang.com/appicon/mousio-hint.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6746747327" title="Mousio for macOS"><img alt="Mousio" height="52" src="https://wangchujiang.com/appicon/mousio.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6745227444" title="Musicer for macOS"><img alt="Musicer" height="52" src="https://wangchujiang.com/appicon/musicer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743841447" title="Audioer for macOS"><img alt="Audioer" height="52" src="https://wangchujiang.com/appicon/audioer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6744690194" title="FileSentinel for macOS"><img alt="FileSentinel" height="52" src="https://wangchujiang.com/appicon/file-sentinel.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743495172" title="FocusCursor for macOS"><img alt="FocusCursor" height="52" src="https://wangchujiang.com/appicon/focus-cursor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6742680573" title="Videoer for macOS"><img alt="Videoer" height="52" src="https://wangchujiang.com/appicon/videoer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6740425504" title="KeyClicker for macOS"><img alt="KeyClicker" height="52" src="https://wangchujiang.com/appicon/key-clicker.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739052447" title="DayBar for macOS"><img alt="DayBar" height="52" src="https://wangchujiang.com/appicon/daybar.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739444407" title="Iconed for macOS"><img alt="Iconed" height="52" src="https://wangchujiang.com/appicon/iconed.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6737160756" title="Menuist for macOS"><img alt="Menuist" height="52" src="https://wangchujiang.com/appicon/rightmenu-master.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6723903021" title="Paste Quick for macOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/paste-quick.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670696072&platform=mac" title="Quick RSS for macOS/iOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/quick-rss.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670167443" title="Web Serve for macOS"><img alt="Web Serve" height="52" src="https://wangchujiang.com/appicon/web-serve.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6503953628&platform=mac" title="Copybook Generator for macOS/iOS"><img alt="Copybook Generator" height="52" src="https://wangchujiang.com/appicon/copybook-generator.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6471227008&platform=mac" title="DevTutor for macOS/iOS"><img alt="DevTutor for SwiftUI" height="52" src="https://wangchujiang.com/appicon/devtutor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479819388&platform=mac" title="RegexMate for macOS/iOS"><img alt="RegexMate" height="52" src="https://wangchujiang.com/appicon/regex-mate.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479194014&platform=mac" title="Time Passage for macOS/iOS"><img alt="Time Passage" height="52" src="https://wangchujiang.com/appicon/time-passage.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478772538" title="IconizeFolder for macOS"><img alt="Iconize Folder" height="52" src="https://wangchujiang.com/appicon/iconize-folder.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478511402&platform=mac" title="Textsound Saver for macOS/iOS"><img alt="Textsound Saver" height="52" src="https://wangchujiang.com/appicon/textsound-saver.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476924627" title="Create Custom Symbols for macOS"><img alt="Create Custom Symbols" height="52" src="https://wangchujiang.com/appicon/create-custom-symbols.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476452351" title="DevHub for macOS"><img alt="DevHub" height="52" src="https://wangchujiang.com/appicon/devhub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476400184" title="Resume Revise for macOS"><img alt="Resume Revise" height="52" src="https://wangchujiang.com/appicon/resume-revise.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6472593276" title="Palette Genius for macOS"><img alt="Palette Genius" height="52" src="https://wangchujiang.com/appicon/palette-genius.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6470879005" title="Symbol Scribe for macOS"><img alt="Symbol Scribe" height="52" src="https://wangchujiang.com/appicon/symbol-scribe.png"></a>
</p>
<hr>
Awesome Command Line Apps
===
<!--rehype:style=font-size: 38px; border-bottom: 0; display: flex; min-height: 260px; align-items: center; justify-content: center;-->
[![Buy me a coffee](https://img.shields.io/badge/Buy_Me_a_Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://jaywcjlove.github.io/#/sponsor)
[![Follow On X](https://img.shields.io/badge/Follow%20on%20X-333333?logo=x&logoColor=white)](https://github.com/jaywcjlove)
[![Awesome](https://jaywcjlove.github.io/sb/ico/awesome.svg)](https://github.com/sindresorhus/awesome)
[![NPM version](https://img.shields.io/npm/v/awesome-mac.svg?style=flat)](https://npmjs.org/package/awesome-mac)
[![WeiBo](https://jaywcjlove.github.io/sb/ico/weibo.svg)](http://weibo.com/pc175)
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/awesome-mac?logo=docker)](https://hub.docker.com/r/wcjiang/awesome-mac)
[![English List](https://jaywcjlove.github.io/sb/lang/english.svg)](./command-line-apps.md)
[![Chinese List](https://jaywcjlove.github.io/sb/lang/chinese.svg)](./command-line-apps-zh.md)
[![Korean List](https://jaywcjlove.github.io/sb/lang/korean.svg)](./command-line-apps-ko.md)
<!--rehype:style=text-align: center;-->
便利なコマンドラインアプリの厳選リスト
<!--idoc:ignore:start-->
## 目次
- [Awesome Command Line Apps](#awesome-command-line-apps)
- [目次](#目次)
- [データベース](#データベース)
- [メディア](#メディア)
- [開発者向け](#開発者向け)
- [その他](#その他)
- [コントリビューター](#コントリビューター)
- [ライセンス](#ライセンス)
<!--start-->
<!--idoc:ignore:end-->
## データベース
* [mycli](https://github.com/dbcli/mycli) - 自動補完とシンタックスハイライト機能を備えたMySQL用CLI。 [![Open-Source Software][OSS Icon]](https://github.com/dbcli/mycli) ![Freeware][Freeware Icon]
* [pgcli](https://www.pgcli.com) - 自動補完とシンタックスハイライト機能を備えたPostgres用コマンドラインインターフェース。 [![Open-Source Software][OSS Icon]](https://github.com/dbcli/pgcli) ![Freeware][Freeware Icon]
## メディア
* [cmus](https://cmus.github.io/) - Unix系オペレーティングシステム向けの小さく、高速で強力なコンソール音楽プレイヤー。 [![Open-Source Software][OSS Icon]](https://github.com/cmus) ![Freeware][Freeware Icon]
* [youtube-dl](https://ytdl-org.github.io/youtube-dl/) - YouTube.comおよびその他のサイトから動画をダウンロード。 [![Open-Source Software][OSS Icon]](https://github.com/ytdl-org/youtube-dl)
## 開発者向け
* [Fruitbox](https://github.com/urjitbhatia/fruitbox) - Apple siliconのネイティブcontainerランタイム向けDocker Compose互換CLI。 [![Open-Source Software][OSS Icon]](https://github.com/urjitbhatia/fruitbox) ![Freeware][Freeware Icon]
* [httpie](https://httpie.org) - モダンなコマンドラインHTTPクライアント。 [![OSS][OSS Icon]](https://github.com/jakubroztocil/httpie) ![Freeware][Freeware Icon]
* [JSON Schema CLI](https://github.com/sourcemeta/jsonschema) - JSON Schemaを扱うためのCLI。フォーマット、リンティング、テスト、バンドリングなど、ローカル開発からCI/CDパイプラインまでカバー。 [![Open-Source Software][OSS Icon]](https://github.com/sourcemeta/jsonschema) ![Freeware][Freeware Icon]
* [mdctl](https://github.com/samzong/mdctl) - Markdownファイルを処理するためのコマンドラインツール。画像のダウンロード、ファイルの翻訳など。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [quokka](https://github.com/dutradotdev/quokka) - ターミナルからUSB接続したiPhoneを検査・整理。ストレージ、アプリ、メディア、ライブsyslogビューア。脱獄不要。 [![Open-Source Software][OSS Icon]](https://github.com/dutradotdev/quokka) ![Freeware][Freeware Icon]
* [say-it](https://pronounce.renlab.ai) - 開発者用語の正しい発音を読み上げるコミュニティ発音辞典。出典付きの1650以上のエントリ(kubectl、nginx、GIF、JSON)を収録し、macOSのsayコマンドを利用。 [![Open-Source Software][OSS Icon]](https://github.com/anzy-renlab-ai/pronounce) ![Freeware][Freeware Icon]
* [SimTool](https://github.com/azizuysal/simtool) - 強力なアプリブラウジングとファイル表示機能を備えたiOSシミュレーター管理用ターミナルUI。 [![Open-Source Software][OSS Icon]](https://github.com/azizuysal/simtool) ![Freeware][Freeware Icon]
## その他
* [ack](https://beyondgrep.com) - プログラマー向けに最適化されたgrep風ツール。 ![Freeware][Freeware Icon]
* [Airlift](https://github.com/TheAcharya/Airlift) - 添付ファイル付きデータをAirtableにアップロード&マージ。 [![Open-Source Software][OSS Icon]](https://github.com/TheAcharya/Airlift) ![Freeware][Freeware Icon]
* [archey-osx](http://obihann.github.io/archey-osx/) - OS X向けのarcheyスクリプト。 [![Open-Source Software][OSS Icon]](https://github.com/obihann/archey-osx) ![Freeware][Freeware Icon]
* [asciinema](https://github.com/asciinema/asciinema) - ターミナルセッションを簡単に録画し、ターミナルやWebブラウザで再生。 [![Open-Source Software][OSS Icon]](https://github.com/asciinema/asciinema) ![Freeware][Freeware Icon]
* [autojump](https://github.com/wting/autojump/wiki) - インテリジェントなautojumpで`cd`を置き換え。 [![OSS][OSS Icon]](https://github.com/wting/autojump) ![Freeware][Freeware Icon]
* [bash-it](https://github.com/Bash-it/bash-it) - bash版のoh-my-zsh。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [bat](https://github.com/sharkdp/bat) - シンタックスハイライトとGit統合を備えた`cat(1)`クローン。 [![Open-Source Software][OSS Icon]](https://github.com/sharkdp/bat) ![Freeware][Freeware Icon]
* [bclm](https://github.com/zackelia/bclm) - バッテリーの最大充電量を制限するmacOSコマンドラインユーティリティ。 [![Open-Source Software][OSS Icon]](https://github.com/zackelia/bclm) ![Freeware][Freeware Icon]
* [Clipport](https://github.com/arihantsethia/clipport) - MacのクリップボードテキストやスクリーンショットをリモートのiTerm SSHセッションへ貼り付け。 [![Open-Source Software][OSS Icon]](https://github.com/arihantsethia/clipport) ![Freeware][Freeware Icon]
* [ccat](https://github.com/jingweno/ccat) - catと同様に動作するが、シンタックスハイライト付きでコンテンツを表示するカラーリングcat。 [![Open-Source Software][OSS Icon]](https://github.com/jingweno/ccat) ![Freeware][Freeware Icon]
* [ClamAV](https://www.clamav.net/) - クロスプラットフォームのオープンソースアンチウイルスエンジン。 [![OSS][OSS Icon]](https://github.com/Cisco-Talos/clamav/) ![Freeware][Freeware Icon]
* [cmatrix](https://github.com/abishekvashok/cmatrix/) - 映画「マトリックス」にインスパイアされたターミナルスクリーンセーバー。 [![OSS][OSS Icon]](https://github.com/abishekvashok/cmatrix/) ![Freeware][Freeware Icon]
* [cool-retro-term](https://github.com/Swordfish90/cool-retro-term) - 古いブラウン管ディスプレイを模倣した見た目の良いターミナルエミュレーター。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Swordfish90/cool-retro-term)
* [CSV2Notion Neo](https://github.com/TheAcharya/csv2notion-neo) - CSVまたはJSONデータを画像付きでNotionデータベースにアップロード&マージ。 [![Open-Source Software][OSS Icon]](https://github.com/TheAcharya/csv2notion-neo) ![Freeware][Freeware Icon]
* [dark-mode](https://github.com/sindresorhus/dark-mode) - コマンドラインからダークモードを制御。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [eureka](https://github.com/simeg/eureka) - ターミナルを離れることなくアイデアを入力・保存するCLIツール。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [Fish](https://fishshell.com/) - zshに似たスマートでユーザーフレンドリーなシェル。 [![Awesome List][awesome-list Icon]](https://github.com/fisherman/awesome-fish-shell#readme)
* [fselect](https://github.com/jhspetersson/fselect) - SQLライクなクエリでファイルを検索。 [![Open-Source Software][OSS Icon]](https://github.com/jhspetersson/fselect)
* [GitHub CLI](https://github.com/cli/cli) - ghはコマンドライン上のGitHub。プルリクエスト、イシュー、その他のGitHubの概念を、gitやコードの作業をしているターミナルに持ち込む。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [Glances](https://github.com/nicolargo/glances) - クロスプラットフォームのcursesベースシステム監視ツール。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nicolargo/glances)
* [Go2Shell](https://apps.apple.com/app/go2shell/id445770608?mt=12&platform=mac) - Finderの現在のディレクトリでターミナルウィンドウを開く。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/go2shell/id445770608?mt=12&platform=mac)
* [hns](https://github.com/primaprashant/hns) - マイクからの音声を直接クリップボードに文字起こしする音声テキスト変換ツール。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/primaprashant/hns)
* [htop](https://github.com/hishamhm/htop) - Unixシステム向けのインタラクティブなテキストモードプロセスビューアー。より良い'top'を目指す。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hishamhm/htop)
* [job](https://github.com/liujianping/job) - 短期的なコマンドを長期的なジョブに変換。 [![Open-Source Software][OSS Icon]](https://github.com/liujianping/job) ![Freeware][Freeware Icon]
* [lnav](http://lnav.org) - ログファイルナビゲーター。 [![Open-Source Software][OSS Icon]](https://github.com/tstack/lnav) ![Freeware][Freeware Icon]
* [m-cli](https://github.com/rgcr/m-cli) - macOS用のスイスアーミーナイフ。 [![Open-Source Software][OSS Icon]](https://github.com/rgcr/m-cli) ![Freeware][Freeware Icon]
* [mac-cleanup-go](https://github.com/2ykwang/mac-cleanup-go) - プレビューファーストのワークフローを持つmacOSディスククリーンアップTUI:キャッシュと開発アーティファクトをスキャンし、結果をプレビューし、選択したアイテムをゴミ箱に移動。 [![Open-Source Software][OSS Icon]](https://github.com/2ykwang/mac-cleanup-go) ![Freeware][Freeware Icon]
* [Mac-CLI](https://github.com/guarinogabriel/Mac-CLI) - Macを管理する究極のツール。OS Xシステムの使用を自動化。 [![Open-Source Software][OSS Icon]](https://github.com/guarinogabriel/Mac-CLI) ![Freeware][Freeware Icon]
* [Magic Wormhole](https://magic-wormhole.readthedocs.io/en/latest/) - コンピューター間で安全にファイルを転送。 [![Open-Source Software][OSS Icon]](https://github.com/guarinogabriel/Mac-CLI) ![Freeware][Freeware Icon]
* [MarkersExtractor](https://github.com/TheAcharya/MarkersExtractor) - Final Cut Pro用のマーカーメタデータ抽出・変換ツールおよびライブラリ。 [![Open-Source Software][OSS Icon]](https://github.com/TheAcharya/MarkersExtractor) ![Freeware][Freeware Icon]
* [mas](https://github.com/mas-cli/mas) - Mac App Store用のシンプルなコマンドラインインターフェース。 [![Open-Source Software][OSS Icon]](https://github.com/mas-cli/mas) ![Freeware][Freeware Icon]
* [Miller](https://miller.readthedocs.io/en/latest/) - CSV、TSV、表形式JSONなどの名前付きインデックスデータに対するawk、sed、cut、join、sortのようなツール。 [![Open-Source Software][OSS Icon]](https://github.com/johnkerl/miller) ![Freeware][Freeware Icon]
* [ndm](https://720kb.github.io/ndm/) - ソファから直接[npm](http://npmjs.org/)を管理。 [![Open-Source Software][OSS Icon]](https://github.com/720kb/ndm) ![Freeware][Freeware Icon]
* [nushell](https://github.com/nushell/nushell) - Rustで書かれたモダンなGitHub時代のシェル。 [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/zsh/) ![Freeware][Freeware Icon]
* [nvm](https://github.com/nvm-sh/nvm) - 複数のアクティブなnode.jsバージョンを管理するPOSIX準拠のbashスクリプト。 [![OSS][OSS Icon]](https://github.com/nvm-sh/nvm) ![Freeware][Freeware Icon]
* [OpenBoot](https://github.com/openbootdotdev/openboot) - Homebrewパッケージ、Cask、dotfiles、シェル設定、git設定、macOS環境設定をキャプチャ・復元するMac開発環境マネージャー。 [![Open-Source Software][OSS Icon]](https://github.com/openbootdotdev/openboot) ![Freeware][Freeware Icon]
* [OpenRecall](https://github.com/openrecall/openrecall) - プライバシーを維持しながら、デジタル履歴にアクセスし、記憶と生産性を向上。 [![OSS][OSS Icon]](https://github.com/openrecall/openrecall) ![Freeware][Freeware Icon]
* [Rebound](https://github.com/shobrook/rebound/) - コンパイルエラーが発生した際にターミナルで即座にStack Overflowの結果を閲覧。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [renamed.to](https://github.com/upspawn/cli.renamed.to) - ドキュメントの内容とOCRを使用したAI搭載のバルクファイルリネームCLI。Homebrewでインストール可能(`brew tap renamed-to/cli`)。 [![Open-Source Software][OSS Icon]](https://github.com/upspawn/cli.renamed.to) ![Freeware][Freeware Icon]
* [ripgrep (rg)](https://github.com/BurntSushi/ripgrep) - ack、ag、grepに似た(しかしより高速な)非常に高速なテキスト検索ツール。 ![Freeware][Freeware Icon]
* [rustnet](https://github.com/domcyrus/rustnet) - プロセス識別とディープパケットインスペクションを備えたクロスプラットフォームのネットワーク監視TUI。 [![Open-Source Software][OSS Icon]](https://github.com/domcyrus/rustnet) ![Freeware][Freeware Icon]
* [Serial](https://www.decisivetactics.com/products/serial/) - Mac用のフル機能シリアルターミナル。
* [shallow-backup](https://github.com/alichtman/shallow-backup) - インストール済みアプリケーション、dotfilesなどのテキストドキュメントを簡単に作成。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [ShellHistory](https://loshadki.app/shellhistory/) - シェル履歴のバックアップ、同期、整理。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/shellhistory/id1564015476?mt=12&platform=mac)
* [silver searcher (ag)](https://github.com/ggreer/the_silver_searcher) - 速度を重視したackに似たコード検索ツール。 [![Open-Source Software][OSS Icon]](https://github.com/ggreer/the_silver_searcher) ![Freeware][Freeware Icon]
* [spaceship](https://github.com/denysdovhan/spaceship-prompt) - 宇宙飛行士のためのZshプロンプト。 [![Open-Source Software][OSS Icon]](https://github.com/denysdovhan/spaceship-prompt) ![Freeware][Freeware Icon]
* [Taskbook](https://github.com/klaussinani/taskbook) - コマンドライン環境のためのタスク、ボード、メモ。 [![Open-Source Software][OSS Icon]](https://github.com/klaussinani/taskbook) ![Freeware][Freeware Icon]
* [Television](https://github.com/alexpasmantier/television) - 非常に高速な汎用ファジーファインダーTUI。 [![Open-Source Software][OSS Icon]](https://github.com/alexpasmantier/television) ![Freeware][Freeware Icon]
* [TextQL](https://github.com/dinedal/textql) - CSVやTSVなどの構造化テキストに対してSQLを実行。 [![Open-Source Software][OSS Icon]](https://github.com/dinedal/textql) ![Freeware][Freeware Icon]
* [thefuck](https://github.com/nvbn/thefuck) - 前のコンソールコマンドのエラーを修正する面白いソフトウェア。 [![Open-Source Software][OSS Icon]](https://github.com/nvbn/thefuck)
* [tldr](https://tldr.sh/) - コンソールコマンドの共同チートシート。 [![Open-Source Software][OSS Icon]](https://github.com/tldr-pages/tldr) ![Freeware][Freeware Icon]
* [tmux](https://github.com/tmux/tmux) - 1つのターミナルから複数のターミナルを管理するターミナルマルチプレクサー。 [![OSS][OSS Icon]](https://github.com/tmux/tmux)
* [tmuxinator](https://github.com/tmuxinator/tmuxinator) - 複雑なtmuxセッションを簡単に管理。 [![Open-Source Software][OSS Icon]](https://github.com/tmuxinator/tmuxinator)
* [trash](https://github.com/sindresorhus/trash) - ファイルやディレクトリをゴミ箱に移動。 ![Open-Source Software][OSS Icon]
* [VisiData](https://visidata.org) - データの発見と整理のためのターミナルスプレッドシートマルチツール。 [![Open-Source Software][OSS Icon]](https://github.com/saulpw/visidata) ![Freeware][Freeware Icon]
* [xonsh](https://xon.sh/contents.html) - Pythonベースのクロスプラットフォーム、Unix志向のシェル言語&コマンドプロンプト。 [![Open-Source Software][OSS Icon]](https://github.com/xonsh/xonsh) ![Freeware][Freeware Icon]
* [Zsh](https://www.zsh.org) - 対話的な使用のために設計されたシェル。強力なスクリプト言語でもある。 [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/zsh/) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/unixorn/awesome-zsh-plugins#readme)
* [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) - zsh設定を管理するための素晴らしいコミュニティ主導フレームワーク。 [![Open-Source Software][OSS Icon]](https://github.com/ohmyzsh/ohmyzsh) ![Freeware][Freeware Icon]
* [xcodes](https://github.com/RobotsAndPencils/xcodes) - 複数バージョンのXcodeをインストール・切り替えするコマンドラインツール。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/RobotsAndPencils/xcodes)
* [xxh](https://github.com/xxh/xxh) - SSH経由でどこにでもお気に入りのシェルを持ち運び。 [![Open-Source Software][OSS Icon]](https://github.com/xxh/xxh) ![Freeware][Freeware Icon]
* [x-cmd](https://github.com/x-cmd/x-cmd) - Unixの哲学に基づいた膨大で興味深いツールコレクション。[![Open-Source Software][OSS Icon]](https://github.com/x-cmd/x-cmd) ![Freeware][Freeware Icon]
* [zellij](https://zellij.dev) - バッテリー同梱のターミナルワークスペース(tmuxなどのモダンな代替)。[![Open-Source Software][OSS Icon]](https://github.com/zellij-org/zellij) ![Freeware][Freeware Icon]
**[⬆ トップに戻る](#目次)**
<!--end-->
## コントリビューター
このプロジェクトは、貢献してくださったすべての方々のおかげで成り立っています。
<a href="https://github.com/jaywcjlove/awesome-mac/graphs/contributors"><img src="https://opencollective.com/awesome-mac/contributors.svg?width=890" /></a>
## ライセンス
[![Creative Commons License](http://i.creativecommons.org/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/)
この作品は[クリエイティブ・コモンズ 表示 4.0 国際ライセンス](http://creativecommons.org/licenses/by/4.0/)の下に提供されています。
[OSS Icon]: https://jaywcjlove.github.io/sb/ico/min-oss.svg "Open Source Software"
[Freeware Icon]: https://jaywcjlove.github.io/sb/ico/min-free.svg "Freeware"
[app-store Icon]: https://jaywcjlove.github.io/sb/ico/min-app-store.svg "App Store Software"
[awesome-list Icon]: https://jaywcjlove.github.io/sb/ico/min-awesome.svg "Awesome List"
<!--idoc:config:
title: Awesome Mac アプリケーション共有おすすめ -
description: Mac osx向けの素晴らしいアプリケーション、ソフトウェア、ツール、便利なものの厳選リスト。 - Awesome Mac
-->
+153
View File
@@ -0,0 +1,153 @@
<div align="center" markdown="1">
<sup>특별한 감사:</sup>
<br>
<br>
<a href="https://screensage.pro/">
<img alt="ScreenSage Pro" width="400" src="https://jaywcjlove.github.io/sponsor/screensage.png">
</a>
<br>
<a href="https://screensage.pro/">ScreenSage Pro, macOS에서 몇 분 만에 아름다운 화면 녹화를 제작하세요</a>
<br><br>
<a href="https://ip.im/">
<img alt="IP.IM" width="400" src="https://jaywcjlove.github.io/sponsor/ip.im.png">
</a>
<br>
<a href="https://ip.im/">IP.IM 무료 IP 주소 정보 조회 웹사이트</a>
<br><br>
</div>
<hr>
<p style="display: inline_block">
<sup><a href="https://wangchujiang.com/#/app" target="_blank">내 앱</a>을 사용하는 것도 <a href="https://wangchujiang.com/#/sponsor" target="_blank">후원</a>하는 한 가지 방법입니다:</sup><br/>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6766860898" title="Zipora: Zip/RAR/7Z Unarchiver"><img alt="Zipora: Zip/RAR/7Z Unarchiver" height="52" src="https://wangchujiang.com/appicon/zipora.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6758053530" title="Scap: Screenshot & Markup Edit for macOS"><img alt="Scap: Screenshot & Markup Edit" height="52" src="https://wangchujiang.com/appicon/scap.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6757317079" title="Screen Test for macOS"><img alt="Screen Test" height="52" src="https://wangchujiang.com/appicon/screen-test.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6755948110" title="Deskmark for macOS"><img alt="Deskmark" height="52" src="https://wangchujiang.com/appicon/deskmark.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6500434773" title="Keyzer for macOS"><img alt="Keyzer" height="52" src="https://wangchujiang.com/appicon/keyzer.png"></a>
<a target="_blank" href="https://github.com/jaywcjlove/vidwall-hub" title="Vidwall Hub for macOS"><img alt="Vidwall Hub" height="52" src="https://wangchujiang.com/appicon/vidwall-hub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6752624705" title="VidCrop for macOS"><img alt="VidCrop" height="52" src="https://wangchujiang.com/appicon/vidcrop.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6747587746" title="Vidwall for macOS"><img alt="Vidwall" height="52" src="https://wangchujiang.com/appicon/vidwall.png"></a>
<a target="_blank" href="https://wangchujiang.com/mousio-hint/" title="Mousio Hint for macOS"><img alt="Mousio Hint" height="52" src="https://wangchujiang.com/appicon/mousio-hint.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6746747327" title="Mousio for macOS"><img alt="Mousio" height="52" src="https://wangchujiang.com/appicon/mousio.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6745227444" title="Musicer for macOS"><img alt="Musicer" height="52" src="https://wangchujiang.com/appicon/musicer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743841447" title="Audioer for macOS"><img alt="Audioer" height="52" src="https://wangchujiang.com/appicon/audioer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6744690194" title="FileSentinel for macOS"><img alt="FileSentinel" height="52" src="https://wangchujiang.com/appicon/file-sentinel.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743495172" title="FocusCursor for macOS"><img alt="FocusCursor" height="52" src="https://wangchujiang.com/appicon/focus-cursor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6742680573" title="Videoer for macOS"><img alt="Videoer" height="52" src="https://wangchujiang.com/appicon/videoer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6740425504" title="KeyClicker for macOS"><img alt="KeyClicker" height="52" src="https://wangchujiang.com/appicon/key-clicker.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739052447" title="DayBar for macOS"><img alt="DayBar" height="52" src="https://wangchujiang.com/appicon/daybar.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739444407" title="Iconed for macOS"><img alt="Iconed" height="52" src="https://wangchujiang.com/appicon/iconed.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6737160756" title="Menuist for macOS"><img alt="Menuist" height="52" src="https://wangchujiang.com/appicon/rightmenu-master.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6723903021" title="Paste Quick for macOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/paste-quick.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670696072&platform=mac" title="Quick RSS for macOS/iOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/quick-rss.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670167443" title="Web Serve for macOS"><img alt="Web Serve" height="52" src="https://wangchujiang.com/appicon/web-serve.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6503953628&platform=mac" title="Copybook Generator for macOS/iOS"><img alt="Copybook Generator" height="52" src="https://wangchujiang.com/appicon/copybook-generator.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6471227008&platform=mac" title="DevTutor for macOS/iOS"><img alt="DevTutor for SwiftUI" height="52" src="https://wangchujiang.com/appicon/devtutor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479819388&platform=mac" title="RegexMate for macOS/iOS"><img alt="RegexMate" height="52" src="https://wangchujiang.com/appicon/regex-mate.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479194014&platform=mac" title="Time Passage for macOS/iOS"><img alt="Time Passage" height="52" src="https://wangchujiang.com/appicon/time-passage.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478772538" title="IconizeFolder for macOS"><img alt="Iconize Folder" height="52" src="https://wangchujiang.com/appicon/iconize-folder.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478511402&platform=mac" title="Textsound Saver for macOS/iOS"><img alt="Textsound Saver" height="52" src="https://wangchujiang.com/appicon/textsound-saver.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476924627" title="Create Custom Symbols for macOS"><img alt="Create Custom Symbols" height="52" src="https://wangchujiang.com/appicon/create-custom-symbols.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476452351" title="DevHub for macOS"><img alt="DevHub" height="52" src="https://wangchujiang.com/appicon/devhub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476400184" title="Resume Revise for macOS"><img alt="Resume Revise" height="52" src="https://wangchujiang.com/appicon/resume-revise.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6472593276" title="Palette Genius for macOS"><img alt="Palette Genius" height="52" src="https://wangchujiang.com/appicon/palette-genius.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6470879005" title="Symbol Scribe for macOS"><img alt="Symbol Scribe" height="52" src="https://wangchujiang.com/appicon/symbol-scribe.png"></a>
</p>
<hr>
훌륭한 애플리케이션 (Awesome Command Line Apps)
===
<!--rehype:style=font-size: 38px; border-bottom: 0; display: flex; min-height: 260px; align-items: center; justify-content: center;-->
[![Buy me a coffee](https://img.shields.io/badge/Buy_Me_a_Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://jaywcjlove.github.io/#/sponsor)
[![Follow On X](https://img.shields.io/badge/Follow%20on%20X-333333?logo=x&logoColor=white)](https://github.com/jaywcjlove)
[![Awesome](https://jaywcjlove.github.io/sb/ico/awesome.svg)](https://github.com/sindresorhus/awesome)
[![NPM version](https://img.shields.io/npm/v/awesome-mac.svg?style=flat)](https://npmjs.org/package/awesome-mac)
[![WeiBo](https://jaywcjlove.github.io/sb/ico/weibo.svg)](http://weibo.com/pc175)
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/awesome-mac?logo=docker)](https://hub.docker.com/r/wcjiang/awesome-mac)
[![English List](https://jaywcjlove.github.io/sb/lang/english.svg)](./command-line-apps.md)
[![Chinese List](https://jaywcjlove.github.io/sb/lang/chinese.svg)](./command-line-apps-zh.md)
[![Japanese List](https://jaywcjlove.github.io/sb/lang/japanese.svg)](./command-line-apps-ja.md)
<!--rehype:style=text-align: center;-->
엄선된 유용한 명령줄 애플리케이션 목록
<!--idoc:ignore:start-->
## 목차
- [훌륭한 명령줄 애플리케이션精选](#훌륭한-명령줄-애플리케이션精选)
- [목차](#목차)
- [데이터베이스](#데이터베이스)
- [미디어](#미디어)
- [개발자 도구](#개발자-도구)
- [기타](#기타)
- [기여자](#기여자)
- [라이선스](#라이선스)
<!--start-->
<!--idoc:ignore:end-->
## 데이터베이스
* [mycli](https://github.com/dbcli/mycli) - 자동 완성 및 구문 강조 기능이 있는 MySQL용 CLI. [![Open-Source Software][OSS Icon]](https://github.com/dbcli/mycli) ![Freeware][Freeware Icon]
* [pgcli](https://www.pgcli.com) - 자동 완성 및 구문 강조 기능이 있는 Postgres용 명령줄 인터페이스.
## 미디어
* [cmus](https://cmus.github.io/) - 명령줄 기반의 음악 플레이어. [![Open-Source Software][OSS Icon]](https://github.com/cmus) ![Freeware][Freeware Icon]
* [youtube-dl](https://ytdl-org.github.io/youtube-dl/) - YouTube.com 및 기타 사이트에서 비디오를 다운로드하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/ytdl-org/youtube-dl)
## 개발자 도구
* [Fruitbox](https://github.com/urjitbhatia/fruitbox) - Apple silicon의 기본 container 런타임을 위한 Docker Compose 호환 CLI. [![Open-Source Software][OSS Icon]](https://github.com/urjitbhatia/fruitbox) ![Freeware][Freeware Icon]
* [httpie](https://httpie.org) - 당신을 미소 짓게 할 명령줄 HTTP 클라이언트. [![Open-Source Software][OSS Icon]](https://github.com/jakubroztocil/httpie) ![Freeware][Freeware Icon]
* [JSON Schema CLI](https://github.com/sourcemeta/jsonschema) - JSON 스키마 작업을 위한 CLI. 포맷팅, 린팅, 테스트, 번들링 등을 지원하며 로컬 개발 및 CI/CD 파이프라인에서 사용 가능. [![Open-Source Software][OSS Icon]](https://github.com/sourcemeta/jsonschema) ![Freeware][Freeware Icon]
* [mdctl](https://github.com/samzong/mdctl) - 마크다운 파일 처리를 위한 명령줄 도구. 이미지 다운로드, 파일 번역 등 지원. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [quokka](https://github.com/dutradotdev/quokka) - 터미널에서 USB로 연결된 iPhone을 점검하고 정리. 저장공간, 앱, 미디어, 실시간 syslog 뷰어. 탈옥 불필요. [![Open-Source Software][OSS Icon]](https://github.com/dutradotdev/quokka) ![Freeware][Freeware Icon]
* [say-it](https://pronounce.renlab.ai) - 개발자 용어의 올바른 발음을 소리 내어 읽어 주는 커뮤니티 발음 사전. 출처가 있는 1650개 이상의 항목(kubectl, nginx, GIF, JSON)을 수록하고 macOS say 명령을 활용. [![Open-Source Software][OSS Icon]](https://github.com/anzy-renlab-ai/pronounce) ![Freeware][Freeware Icon]
* [SimTool](https://github.com/azizuysal/simtool) - 강력한 앱 브라우징 및 파일 보기 기능을 갖춘 iOS 시뮬레이터 관리용 터미널 UI. [![Open-Source Software][OSS Icon]](https://github.com/azizuysal/simtool) ![Freeware][Freeware Icon]
## 기타
* [autojump](https://github.com/wting/autojump/wiki) - 길고 복잡한 경로 대신 한 번의 점프로 이동하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/wting/autojump) ![Freeware][Freeware Icon]
* [bash-it](https://github.com/Bash-it/bash-it) - 커뮤니티 기반의 bash 프레임워크.![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [bat](https://github.com/sharkdp/bat) - 구문 강조 및 Git 통합 기능이 있는 `cat(1)` 클론. [![Open-Source Software][OSS Icon]](https://github.com/sharkdp/bat) ![Freeware][Freeware Icon]
* [bclm](https://github.com/zackelia/bclm) - 배터리 최대 충전량을 제한하는 macOS 명령줄 도구. [![Open-Source Software][OSS Icon]](https://github.com/zackelia/bclm) ![Freeware][Freeware Icon]
* [cool-retro-term](https://github.com/Swordfish90/cool-retro-term) - 향수를 불러일으키는 빈티지 스타일의 터미널. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Swordfish90/cool-retro-term)
* [Cakebrew](http://www.cakebrew.com) - [Homebrew](http://brew.sh)를 위한 GUI 클라이언트. 명령어를 사용하지 않고도 소프트웨어 설치, 확인, 제거 가능. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/brunophilipe/Cakebrew/)
* [Clipport](https://github.com/arihantsethia/clipport) - Mac 클립보드 텍스트와 스크린샷을 원격 iTerm SSH 세션에 붙여넣습니다. [![Open-Source Software][OSS Icon]](https://github.com/arihantsethia/clipport) ![Freeware][Freeware Icon]
* [Fish Shell](https://fishshell.com/) - 지능적이고 사용자 친화적인 명령줄 쉘. [![Awesome List][awesome-list Icon]](https://github.com/fisherman/awesome-fish-shell#readme)
* [Glances](https://github.com/nicolargo/glances) - 명령줄에서 시스템 리소스 상태를 확인하는 도구. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nicolargo/glances)
* [m-cli](https://github.com/rgcr/m-cli) - macOS를 위한 스위스 아미 나이프 같은 도구. [![Open-Source Software][OSS Icon]](https://github.com/rgcr/m-cli) ![Freeware][Freeware Icon]
* [mas](https://github.com/mas-cli/mas) - 간단한 Mac App Store 명령줄 인터페이스. [![Open-Source Software][OSS Icon]](https://github.com/mas-cli/mas) ![Freeware][Freeware Icon]
* [rustnet](https://github.com/domcyrus/rustnet) - 프로세스 식별 및 심층 패킷 검사를 지원하는 크로스 플랫폼 네트워크 모니터링 TUI. [![Open-Source Software][OSS Icon]](https://github.com/domcyrus/rustnet) ![Freeware][Freeware Icon]
* [thefuck](https://github.com/nvbn/thefuck) - 이전 명령의 오타를 수정해주는 유용한 도구. [![Open-Source Software][OSS Icon]](https://github.com/nvbn/thefuck)
* [tmux](https://github.com/tmux/tmux) - 강력한 터미널 멀티플렉서. [![Open-Source Software][OSS Icon]](https://github.com/tmux/tmux)
* [trash](https://github.com/sindresorhus/trash) - 파일과 디렉토리를 휴지통으로 이동시키는 도구. [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/trash)
* [Zsh](https://www.zsh.org) - 대화형 사용을 위해 설계된 명령줄 쉘. [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/zsh/) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/unixorn/awesome-zsh-plugins#readme)
* [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) - zsh 설정을 관리하는 커뮤니티 주도 오픈 소스 프레임워크. [![Open-Source Software][OSS Icon]](https://github.com/ohmyzsh/ohmyzsh) ![Freeware][Freeware Icon]
**[⬆ 맨 위로 이동](#목차)**
## 기여자
이 프로젝트는 기여해 주신 모든 분들 덕분에 존재합니다.
<a href="https://github.com/jaywcjlove/awesome-mac/graphs/contributors"><img src="https://opencollective.com/awesome-mac/contributors.svg?width=890" /></a>
## 라이선스
[![Creative Commons License](http://i.creativecommons.org/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/)
이 저작물은 [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/)에 따라 라이선스가 부여됩니다.
[OSS Icon]: https://jaywcjlove.github.io/sb/ico/min-oss.svg "오픈 소스 소프트웨어"
[Freeware Icon]: https://jaywcjlove.github.io/sb/ico/min-free.svg "무료 소프트웨어"
[awesome-list Icon]: https://jaywcjlove.github.io/sb/ico/min-awesome.svg "Awesome List"
<!--idoc:config:
title: Awesome Command Line Apps 훌륭한 명령줄 애플리케이션 -
description: 엄선된 유용한 명령줄 애플리케이션 목록. - Awesome Command Line Apps
-->
+169
View File
@@ -0,0 +1,169 @@
<div align="center" markdown="1">
<sup>特别感谢:</sup>
<br>
<br>
<a href="https://screensage.pro/">
<img alt="ScreenSage Pro" width="400" src="https://jaywcjlove.github.io/sponsor/screensage.png">
</a>
<br>
<a href="https://screensage.pro/">ScreenSage Pro,在 macOS 上几分钟内录制精美的屏幕录像</a>
<br><br>
<a href="https://ip.im/">
<img alt="IP.IM" width="400" src="https://jaywcjlove.github.io/sponsor/ip.im.png">
</a>
<br>
<a href="https://ip.im/">IP.IM 免费 IP 地址信息查询网站</a>
<br><br>
</div>
<hr>
<p style="display: inline_block">
<sup>使用 <a href="https://wangchujiang.com/#/app" target="_blank">我的应用</a> 也是支持我的一种方式:<a href="https://wangchujiang.com/#/sponsor" target="_blank">支持我</a></sup><br/>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6766860898" title="Zipora: Zip/RAR/7Z Unarchiver"><img alt="Zipora: Zip/RAR/7Z Unarchiver" height="52" src="https://wangchujiang.com/appicon/zipora.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6758053530" title="Scap: Screenshot & Markup Edit for macOS"><img alt="Scap: Screenshot & Markup Edit" height="52" src="https://wangchujiang.com/appicon/scap.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6757317079" title="Screen Test for macOS"><img alt="Screen Test" height="52" src="https://wangchujiang.com/appicon/screen-test.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6755948110" title="Deskmark for macOS"><img alt="Deskmark" height="52" src="https://wangchujiang.com/appicon/deskmark.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6500434773" title="Keyzer for macOS"><img alt="Keyzer" height="52" src="https://wangchujiang.com/appicon/keyzer.png"></a>
<a target="_blank" href="https://github.com/jaywcjlove/vidwall-hub" title="Vidwall Hub for macOS"><img alt="Vidwall Hub" height="52" src="https://wangchujiang.com/appicon/vidwall-hub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6752624705" title="VidCrop for macOS"><img alt="VidCrop" height="52" src="https://wangchujiang.com/appicon/vidcrop.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6747587746" title="Vidwall for macOS"><img alt="Vidwall" height="52" src="https://wangchujiang.com/appicon/vidwall.png"></a>
<a target="_blank" href="https://wangchujiang.com/mousio-hint/" title="Mousio Hint for macOS"><img alt="Mousio Hint" height="52" src="https://wangchujiang.com/appicon/mousio-hint.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6746747327" title="Mousio for macOS"><img alt="Mousio" height="52" src="https://wangchujiang.com/appicon/mousio.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6745227444" title="Musicer for macOS"><img alt="Musicer" height="52" src="https://wangchujiang.com/appicon/musicer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743841447" title="Audioer for macOS"><img alt="Audioer" height="52" src="https://wangchujiang.com/appicon/audioer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6744690194" title="FileSentinel for macOS"><img alt="FileSentinel" height="52" src="https://wangchujiang.com/appicon/file-sentinel.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743495172" title="FocusCursor for macOS"><img alt="FocusCursor" height="52" src="https://wangchujiang.com/appicon/focus-cursor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6742680573" title="Videoer for macOS"><img alt="Videoer" height="52" src="https://wangchujiang.com/appicon/videoer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6740425504" title="KeyClicker for macOS"><img alt="KeyClicker" height="52" src="https://wangchujiang.com/appicon/key-clicker.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739052447" title="DayBar for macOS"><img alt="DayBar" height="52" src="https://wangchujiang.com/appicon/daybar.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739444407" title="Iconed for macOS"><img alt="Iconed" height="52" src="https://wangchujiang.com/appicon/iconed.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6737160756" title="Menuist for macOS"><img alt="Menuist" height="52" src="https://wangchujiang.com/appicon/rightmenu-master.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6723903021" title="Paste Quick for macOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/paste-quick.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670696072&platform=mac" title="Quick RSS for macOS/iOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/quick-rss.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670167443" title="Web Serve for macOS"><img alt="Web Serve" height="52" src="https://wangchujiang.com/appicon/web-serve.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6503953628&platform=mac" title="Copybook Generator for macOS/iOS"><img alt="Copybook Generator" height="52" src="https://wangchujiang.com/appicon/copybook-generator.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6471227008&platform=mac" title="DevTutor for macOS/iOS"><img alt="DevTutor for SwiftUI" height="52" src="https://wangchujiang.com/appicon/devtutor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479819388&platform=mac" title="RegexMate for macOS/iOS"><img alt="RegexMate" height="52" src="https://wangchujiang.com/appicon/regex-mate.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479194014&platform=mac" title="Time Passage for macOS/iOS"><img alt="Time Passage" height="52" src="https://wangchujiang.com/appicon/time-passage.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478772538" title="IconizeFolder for macOS"><img alt="Iconize Folder" height="52" src="https://wangchujiang.com/appicon/iconize-folder.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478511402&platform=mac" title="Textsound Saver for macOS/iOS"><img alt="Textsound Saver" height="52" src="https://wangchujiang.com/appicon/textsound-saver.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476924627" title="Create Custom Symbols for macOS"><img alt="Create Custom Symbols" height="52" src="https://wangchujiang.com/appicon/create-custom-symbols.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476452351" title="DevHub for macOS"><img alt="DevHub" height="52" src="https://wangchujiang.com/appicon/devhub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476400184" title="Resume Revise for macOS"><img alt="Resume Revise" height="52" src="https://wangchujiang.com/appicon/resume-revise.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6472593276" title="Palette Genius for macOS"><img alt="Palette Genius" height="52" src="https://wangchujiang.com/appicon/palette-genius.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6470879005" title="Symbol Scribe for macOS"><img alt="Symbol Scribe" height="52" src="https://wangchujiang.com/appicon/symbol-scribe.png"></a>
</p>
<hr>
优秀的命令行应用精选
===
<!--rehype:style=font-size: 38px; border-bottom: 0; display: flex; min-height: 260px; align-items: center; justify-content: center;-->
[![Buy me a coffee](https://img.shields.io/badge/Buy_Me_a_Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://jaywcjlove.github.io/#/sponsor)
[![Follow On X](https://img.shields.io/badge/Follow%20on%20X-333333?logo=x&logoColor=white)](https://github.com/jaywcjlove)
[![Awesome](https://jaywcjlove.github.io/sb/ico/awesome.svg)](https://github.com/sindresorhus/awesome)
[![NPM version](https://img.shields.io/npm/v/awesome-mac.svg?style=flat)](https://npmjs.org/package/awesome-mac)
[![WeiBo](https://jaywcjlove.github.io/sb/ico/weibo.svg)](http://weibo.com/pc175)
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/awesome-mac?logo=docker)](https://hub.docker.com/r/wcjiang/awesome-mac)
[![English List](https://jaywcjlove.github.io/sb/lang/english.svg)](./command-line-apps.md)
[![Japanese List](https://jaywcjlove.github.io/sb/lang/japanese.svg)](./command-line-apps-ja.md)
[![Korean List](https://jaywcjlove.github.io/sb/lang/korean.svg)](./command-line-apps-ko.md)
<!--rehype:style=text-align: center;-->
一份精心挑选的有用命令行应用列表
<!--idoc:ignore:start-->
## 目录
- [优秀的命令行应用精选](#优秀的命令行应用精选)
- [目录](#目录)
- [数据库](#数据库)
- [媒体](#媒体)
- [开发者工具](#开发者工具)
- [Other](#other)
- [Contributors](#contributors)
- [License](#license)
<!--start-->
<!--idoc:ignore:end-->
## 数据库
* [mycli](https://github.com/dbcli/mycli) - CLI for MySQL that can do auto-completion and syntax highlighting. [![Open-Source Software][OSS Icon]](https://github.com/dbcli/mycli) ![Freeware][Freeware Icon]
* [pgcli](https://www.pgcli.com) - Pgcli is a command line interface for Postgres with auto-completion and syntax
## 媒体
* [cmus](https://cmus.github.io/) - 命令行播放音乐应用。 [![Open-Source Software][OSS Icon]](https://github.com/cmus) ![Freeware][Freeware Icon]
* [youtube-dl](https://ytdl-org.github.io/youtube-dl/) - 从 YouTube.com 及其他一些网站下载视频。 [![Open-Source Software][OSS Icon]](https://github.com/ytdl-org/youtube-dl)
## 开发者工具
* [Fruitbox](https://github.com/urjitbhatia/fruitbox) - 适用于 Apple silicon 原生 container 运行时、兼容 Docker Compose 的 CLI。 [![Open-Source Software][OSS Icon]](https://github.com/urjitbhatia/fruitbox) ![Freeware][Freeware Icon]
* [httpie](https://httpie.org) - HTTPie 是一个让你微笑的命令行 HTTP 客户端。 [![Open-Source Software][OSS Icon]](https://github.com/jakubroztocil/httpie) ![Freeware][Freeware Icon]
* [JSON Schema CLI](https://github.com/sourcemeta/jsonschema) - The CLI for working with JSON Schema. Covers formatting, linting, testing, bundling, and more for both local development and CI/CD pipelines. [![Open-Source Software][OSS Icon]](https://github.com/sourcemeta/jsonschema) ![Freeware][Freeware Icon]
* [mdctl](https://github.com/samzong/mdctl) - 一个用于处理 Markdown 文件的命令行工具。下载图片、翻译文件等。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [quokka](https://github.com/dutradotdev/quokka) - 在终端中检查和清理通过 USB 连接的 iPhone:存储、应用、媒体和实时系统日志查看器。无需越狱。 [![Open-Source Software][OSS Icon]](https://github.com/dutradotdev/quokka) ![Freeware][Freeware Icon]
* [say-it](https://pronounce.renlab.ai) - 朗读开发者术语的正确发音 — 社区发音词典,收录 1650+ 带出处的词条(kubectl、nginx、GIF、JSON),基于 macOS say 命令。 [![Open-Source Software][OSS Icon]](https://github.com/anzy-renlab-ai/pronounce) ![Freeware][Freeware Icon]
* [SimTool](https://github.com/azizuysal/simtool) - Terminal UI for iOS Simulator management with powerful app browsing and file viewing capabilities. [![Open-Source Software][OSS Icon]](https://github.com/azizuysal/simtool) ![Freeware][Freeware Icon]
## Other
* [autojump](https://github.com/wting/autojump/wiki) - 告别又臭又长的路径名,一键直达任何目录。 [![Open-Source Software][OSS Icon]](https://github.com/wting/autojump) ![Freeware][Freeware Icon]
* [bash-it](https://github.com/Bash-it/bash-it) - 一个社区的 bash 的框架。![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [bat](https://github.com/sharkdp/bat) - 带有语法高亮和Git集成的 `cat(1)` 克隆。 [![Open-Source Software][OSS Icon]](https://github.com/sharkdp/bat) ![Freeware][Freeware Icon]
* [bclm](https://github.com/zackelia/bclm) - macOS 命令行工具,用于限制电池最大充电量。 [![Open-Source Software][OSS Icon]](https://github.com/zackelia/bclm) ![Freeware][Freeware Icon]
* [Clipport](https://github.com/arihantsethia/clipport) - 将 Mac 剪贴板文本和截图粘贴到远程 iTerm SSH 会话中。 [![Open-Source Software][OSS Icon]](https://github.com/arihantsethia/clipport) ![Freeware][Freeware Icon]
* [cool-retro-term](https://github.com/Swordfish90/cool-retro-term) - 一款复古风格的终端,非常酷炫。怀旧的命令行终端。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Swordfish90/cool-retro-term)
* [Cakebrew](http://www.cakebrew.com) - [Homebrew](http://brew.sh) 的客户端软件。摆脱命令方便安装、查看、卸载软件。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/brunophilipe/Cakebrew/)
* [Dnote](https://www.getdnote.com/) - 命令行上的笔记本,支持多设备同步和网络界面。 [![Open-Source Software][OSS Icon]](https://github.com/dnote/dnote) ![Freeware][Freeware Icon]
* [Fish Shell](https://fishshell.com/) - 智能且用户友好的命令行终端。 [![Awesome List][awesome-list Icon]](https://github.com/fisherman/awesome-fish-shell#readme)
* [Glances](https://github.com/nicolargo/glances) - 在命令行中查看你系统运行状态的工具。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nicolargo/glances)
* [job](https://github.com/liujianping/job) - 短命令并发、重复执行工具, 适用于压测. [![Open-Source Software][OSS Icon]](https://github.com/liujianping/job) ![Freeware][Freeware Icon]
* [LNav](http://lnav.org) - 日志文件阅读器. [![Open-Source Software][OSS Icon]](https://github.com/tstack/lnav) ![Freeware][Freeware Icon]
* [m-cli](https://github.com/rgcr/m-cli) - 用于 macOS 的瑞士军刀。 [![Open-Source Software][OSS Icon]](https://github.com/rgcr/m-cli) ![Freeware][Freeware Icon]
* [mac-cleanup-go](https://github.com/2ykwang/mac-cleanup-go) - 基于终端界面的 macOS 磁盘清理工具,支持预览优先的清理流程,可扫描缓存和开发构建产物,并安全地将选定文件移至废纸篓。 [![Open-Source Software][OSS Icon]](https://github.com/2ykwang/mac-cleanup-go) ![Freeware][Freeware Icon]
* [Mac-CLI](https://github.com/guarinogabriel/Mac-CLI) - 自动化您的 OS X 系统的使用。 [![Open-Source Software][OSS Icon]](https://github.com/guarinogabriel/Mac-CLI) ![Freeware][Freeware Icon]
* [mas](https://github.com/mas-cli/mas) - 一个简单的命令行界面的苹果应用商店。 [![Open-Source Software][OSS Icon]](https://github.com/mas-cli/mas) ![Freeware][Freeware Icon]
* [ngrrram](https://github.com/wintermute-cell/ngrrram) - 一个帮助你提高打字速度并学习新布局的 TUI 工具,附赠一只免费的小猫。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/wintermute-cell/ngrrram)
* [ndm](https://720kb.github.io/ndm/) - 查看本地[NPM](http://npmjs.org/)安装的包客户端软件。摆脱命令方便安装、查看、卸载软件。[![Open-Source Software][OSS Icon]](https://github.com/720kb/ndm) ![Freeware][Freeware Icon]
* [OpenRecall](https://github.com/openrecall/openrecall) - 使用 OpenRecall,您可以轻松访问您的数字历史,增强您的记忆和生产力,同时不影响您的隐私。 [![Open-Source Software][OSS Icon]](https://github.com/openrecall/openrecall) ![Freeware][Freeware Icon]
* [rustnet](https://github.com/domcyrus/rustnet) - 跨平台网络监控 TUI,支持进程识别和深度包检测。 [![Open-Source Software][OSS Icon]](https://github.com/domcyrus/rustnet) ![Freeware][Freeware Icon]
* [silver searcher (ag)](https://github.com/ggreer/the_silver_searcher) - 类似于ack的代码搜索工具,专注于速度。 [![Open-Source Software][OSS Icon]](https://github.com/ggreer/the_silver_searcher) ![Freeware][Freeware Icon]
* [Serial](https://www.decisivetactics.com/products/serial/) - 为工程师和系统管理员嵌入式硬件更容易。
* [spaceship](https://github.com/denysdovhan/spaceship-prompt) - 一个简约,功能强大且极易定制的Zsh提示。 [![Open-Source Software][OSS Icon]](https://github.com/denysdovhan/spaceship-prompt) ![Freeware][Freeware Icon]
* [thefuck](https://github.com/nvbn/thefuck) - 一个纠正错误命令的工具,输入错误命令后,输入fuck就可以修正成正确的命令行命令,支持自定义的bash_profile命令。[![Open-Source Software][OSS Icon]](https://github.com/nvbn/thefuck)
* [tmux](https://github.com/tmux/tmux) - 一个优秀的终端复用器类自由软件。[![Open-Source Software][OSS Icon]](https://github.com/tmux/tmux)
* [tmuxinator](https://github.com/tmuxinator/tmuxinator) - Tmux的配置管理工具。 [![Open-Source Software][OSS Icon]](https://github.com/tmuxinator/tmuxinator)
* [ttygif](https://github.com/icholy/ttygif) - 将终端录制转换为 GIF 动画。 [![Open-Source Software][OSS Icon]](https://github.com/icholy/ttygif) ![Freeware][Freeware Icon]
* [trash](https://github.com/sindresorhus/trash) - 将文件和目录移动到废纸篓。 [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/trash)
* [Upterm](https://github.com/railsware/upterm) - Upterm (之前是 Black Screen) 来自 21 世纪的强大终端。 ![Open-Source Software][OSS Icon]
* [Zsh](https://www.zsh.org) - 一个专为交互式使用而设计的命令行 shell。 [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/zsh/) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/unixorn/awesome-zsh-plugins#readme)
* [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) - 一个由社区驱动,用于管理zsh配置的命令行工具。[![Open-Source Software][OSS Icon]](https://github.com/ohmyzsh/ohmyzsh) ![Freeware][Freeware Icon]
<!--end-->
**[⬆ 返回顶部](#目录)**
## Contributors
This project exists thanks to all the people who contribute.
<a href="https://github.com/jaywcjlove/awesome-mac/graphs/contributors"><img src="https://opencollective.com/awesome-mac/contributors.svg?width=890" /></a>
## License
[![Creative Commons License](http://i.creativecommons.org/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/)
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).Ax
[OSS Icon]: https://jaywcjlove.github.io/sb/ico/min-oss.svg "开源软件"
[Freeware Icon]: https://jaywcjlove.github.io/sb/ico/min-free.svg "免费软件"
[awesome-list Icon]: https://jaywcjlove.github.io/sb/ico/min-awesome.svg "Awesome List"
<!--idoc:config:
title: Awesome Command Line Apps 优秀的命令行应用精选 -
description: 一份精心挑选的有用命令行应用列表。 - Awesome Command Line Apps
-->
+204
View File
@@ -0,0 +1,204 @@
<div align="center" markdown="1">
<sup>Special thanks to:</sup>
<br>
<br>
<a href="https://screensage.pro/">
<img alt="ScreenSage Pro" width="400" src="https://jaywcjlove.github.io/sponsor/screensage.png">
</a>
<br>
<a href="https://screensage.pro/">ScreenSage Pro, record beautiful screen recordings in minutes on macOS</a>
<br><br>
<a href="https://ip.im/">
<img alt="IP.IM" width="400" src="https://jaywcjlove.github.io/sponsor/ip.im.png">
</a>
<br>
<a href="https://ip.im/">IP.IM Free IP address information query website</a>
<br><br>
</div>
<hr>
<p style="display: inline_block">
<sup>Using <a href="https://wangchujiang.com/#/app" target="_blank">my app</a> is also a way to <a href="https://wangchujiang.com/#/sponsor" target="_blank">support</a> me:</sup><br/>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6766860898" title="Zipora: Zip/RAR/7Z Unarchiver"><img alt="Zipora: Zip/RAR/7Z Unarchiver" height="52" src="https://wangchujiang.com/appicon/zipora.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6758053530" title="Scap: Screenshot & Markup Edit for macOS"><img alt="Scap: Screenshot & Markup Edit" height="52" src="https://wangchujiang.com/appicon/scap.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6757317079" title="Screen Test for macOS"><img alt="Screen Test" height="52" src="https://wangchujiang.com/appicon/screen-test.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6755948110" title="Deskmark for macOS"><img alt="Deskmark" height="52" src="https://wangchujiang.com/appicon/deskmark.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6500434773" title="Keyzer for macOS"><img alt="Keyzer" height="52" src="https://wangchujiang.com/appicon/keyzer.png"></a>
<a target="_blank" href="https://github.com/jaywcjlove/vidwall-hub" title="Vidwall Hub for macOS"><img alt="Vidwall Hub" height="52" src="https://wangchujiang.com/appicon/vidwall-hub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6752624705" title="VidCrop for macOS"><img alt="VidCrop" height="52" src="https://wangchujiang.com/appicon/vidcrop.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6747587746" title="Vidwall for macOS"><img alt="Vidwall" height="52" src="https://wangchujiang.com/appicon/vidwall.png"></a>
<a target="_blank" href="https://wangchujiang.com/mousio-hint/" title="Mousio Hint for macOS"><img alt="Mousio Hint" height="52" src="https://wangchujiang.com/appicon/mousio-hint.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6746747327" title="Mousio for macOS"><img alt="Mousio" height="52" src="https://wangchujiang.com/appicon/mousio.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6745227444" title="Musicer for macOS"><img alt="Musicer" height="52" src="https://wangchujiang.com/appicon/musicer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743841447" title="Audioer for macOS"><img alt="Audioer" height="52" src="https://wangchujiang.com/appicon/audioer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6744690194" title="FileSentinel for macOS"><img alt="FileSentinel" height="52" src="https://wangchujiang.com/appicon/file-sentinel.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743495172" title="FocusCursor for macOS"><img alt="FocusCursor" height="52" src="https://wangchujiang.com/appicon/focus-cursor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6742680573" title="Videoer for macOS"><img alt="Videoer" height="52" src="https://wangchujiang.com/appicon/videoer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6740425504" title="KeyClicker for macOS"><img alt="KeyClicker" height="52" src="https://wangchujiang.com/appicon/key-clicker.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739052447" title="DayBar for macOS"><img alt="DayBar" height="52" src="https://wangchujiang.com/appicon/daybar.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739444407" title="Iconed for macOS"><img alt="Iconed" height="52" src="https://wangchujiang.com/appicon/iconed.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6737160756" title="Menuist for macOS"><img alt="Menuist" height="52" src="https://wangchujiang.com/appicon/rightmenu-master.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6723903021" title="Paste Quick for macOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/paste-quick.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670696072&platform=mac" title="Quick RSS for macOS/iOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/quick-rss.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670167443" title="Web Serve for macOS"><img alt="Web Serve" height="52" src="https://wangchujiang.com/appicon/web-serve.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6503953628&platform=mac" title="Copybook Generator for macOS/iOS"><img alt="Copybook Generator" height="52" src="https://wangchujiang.com/appicon/copybook-generator.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6471227008&platform=mac" title="DevTutor for macOS/iOS"><img alt="DevTutor for SwiftUI" height="52" src="https://wangchujiang.com/appicon/devtutor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479819388&platform=mac" title="RegexMate for macOS/iOS"><img alt="RegexMate" height="52" src="https://wangchujiang.com/appicon/regex-mate.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479194014&platform=mac" title="Time Passage for macOS/iOS"><img alt="Time Passage" height="52" src="https://wangchujiang.com/appicon/time-passage.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478772538" title="IconizeFolder for macOS"><img alt="Iconize Folder" height="52" src="https://wangchujiang.com/appicon/iconize-folder.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478511402&platform=mac" title="Textsound Saver for macOS/iOS"><img alt="Textsound Saver" height="52" src="https://wangchujiang.com/appicon/textsound-saver.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476924627" title="Create Custom Symbols for macOS"><img alt="Create Custom Symbols" height="52" src="https://wangchujiang.com/appicon/create-custom-symbols.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476452351" title="DevHub for macOS"><img alt="DevHub" height="52" src="https://wangchujiang.com/appicon/devhub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476400184" title="Resume Revise for macOS"><img alt="Resume Revise" height="52" src="https://wangchujiang.com/appicon/resume-revise.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6472593276" title="Palette Genius for macOS"><img alt="Palette Genius" height="52" src="https://wangchujiang.com/appicon/palette-genius.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6470879005" title="Symbol Scribe for macOS"><img alt="Symbol Scribe" height="52" src="https://wangchujiang.com/appicon/symbol-scribe.png"></a>
</p>
<hr>
Awesome Command Line Apps
===
<!--rehype:style=font-size: 38px; border-bottom: 0; display: flex; min-height: 260px; align-items: center; justify-content: center;-->
[![Buy me a coffee](https://img.shields.io/badge/Buy_Me_a_Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://jaywcjlove.github.io/#/sponsor)
[![Follow On X](https://img.shields.io/badge/Follow%20on%20X-333333?logo=x&logoColor=white)](https://github.com/jaywcjlove)
[![Awesome](https://jaywcjlove.github.io/sb/ico/awesome.svg)](https://github.com/sindresorhus/awesome)
[![NPM version](https://img.shields.io/npm/v/awesome-mac.svg?style=flat)](https://npmjs.org/package/awesome-mac)
[![WeiBo](https://jaywcjlove.github.io/sb/ico/weibo.svg)](http://weibo.com/pc175)
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/awesome-mac?logo=docker)](https://hub.docker.com/r/wcjiang/awesome-mac)
[![Chinese List](https://jaywcjlove.github.io/sb/lang/chinese.svg)](./command-line-apps-zh.md)
[![Korean List](https://jaywcjlove.github.io/sb/lang/korean.svg)](./command-line-apps-ko.md)
[![Japanese List](https://jaywcjlove.github.io/sb/lang/japanese.svg)](./command-line-apps-ja.md)
<!--rehype:style=text-align: center;-->
A curated list of useful command line apps
<!--idoc:ignore:start-->
## Contents
- [Awesome Command Line Apps](#awesome-command-line-apps)
- [Contents](#contents)
- [Databases](#databases)
- [Media](#media)
- [Developer](#developer)
- [Other](#other)
- [Contributors](#contributors)
- [License](#license)
<!--start-->
<!--idoc:ignore:end-->
## Databases
* [mycli](https://github.com/dbcli/mycli) - CLI for MySQL that can do auto-completion and syntax highlighting. [![Open-Source Software][OSS Icon]](https://github.com/dbcli/mycli) ![Freeware][Freeware Icon]
* [pgcli](https://www.pgcli.com) - Pgcli is a command line interface for Postgres with auto-completion and syntax
## Media
* [cmus](https://cmus.github.io/) - Small, fast and powerful console music player for Unix-like operating systems. [![Open-Source Software][OSS Icon]](https://github.com/cmus) ![Freeware][Freeware Icon]
* [youtube-dl](https://ytdl-org.github.io/youtube-dl/) - Download videos from YouTube.com and a few more sites. [![Open-Source Software][OSS Icon]](https://github.com/ytdl-org/youtube-dl)
## Developer
* [Fruitbox](https://github.com/urjitbhatia/fruitbox) - Docker Compose-compatible CLI for Apple's native container runtime on Apple silicon. [![Open-Source Software][OSS Icon]](https://github.com/urjitbhatia/fruitbox) ![Freeware][Freeware Icon]
* [httpie](https://httpie.org) - Modern command line HTTP client. [![OSS][OSS Icon]](https://github.com/jakubroztocil/httpie) ![Freeware][Freeware Icon]
* [JSON Schema CLI](https://github.com/sourcemeta/jsonschema) - The CLI for working with JSON Schema. Covers formatting, linting, testing, bundling, and more for both local development and CI/CD pipelines. [![Open-Source Software][OSS Icon]](https://github.com/sourcemeta/jsonschema) ![Freeware][Freeware Icon]
* [mdctl](https://github.com/samzong/mdctl) - A command-line tool for processing Markdown files. Download Images, Translate Files, etc. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [quokka](https://github.com/dutradotdev/quokka) - Inspect and clean a USB-connected iPhone from your terminal: storage, apps, media, and a live syslog viewer. No jailbreak. [![Open-Source Software][OSS Icon]](https://github.com/dutradotdev/quokka) ![Freeware][Freeware Icon]
* [say-it](https://pronounce.renlab.ai) - Pronounce developer jargon out loud — community dictionary of 1,650+ sourced entries (kubectl, nginx, GIF, JSON) on top of the macOS say command. [![Open-Source Software][OSS Icon]](https://github.com/anzy-renlab-ai/pronounce) ![Freeware][Freeware Icon]
* [SimTool](https://github.com/azizuysal/simtool) - Terminal UI for iOS Simulator management with powerful app browsing and file viewing capabilities. [![Open-Source Software][OSS Icon]](https://github.com/azizuysal/simtool) ![Freeware][Freeware Icon]
## Other
* [ack](https://beyondgrep.com) - A tool like grep, optimized for programmers. ![Freeware][Freeware Icon]
* [Airlift](https://github.com/TheAcharya/Airlift) - Upload & Merge Data with Attachments to Airtable. [![Open-Source Software][OSS Icon]](https://github.com/TheAcharya/Airlift) ![Freeware][Freeware Icon]
* [archey-osx](http://obihann.github.io/archey-osx/) - An archey script for OS X. [![Open-Source Software][OSS Icon]](https://github.com/obihann/archey-osx) ![Freeware][Freeware Icon]
* [asciinema](https://github.com/asciinema/asciinema) - Easily record terminal sessions and replay them in a terminal as well as in a web browser. [![Open-Source Software][OSS Icon]](https://github.com/asciinema/asciinema) ![Freeware][Freeware Icon]
* [autojump](https://github.com/wting/autojump/wiki) - Replace `cd` with intelligent autojump. [![OSS][OSS Icon]](https://github.com/wting/autojump) ![Freeware][Freeware Icon]
* [bash-it](https://github.com/Bash-it/bash-it) - Shameless ripoff of oh-my-zsh for bash. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [bat](https://github.com/sharkdp/bat) - A `cat(1)` clone with syntax highlighting and Git integration. [![Open-Source Software][OSS Icon]](https://github.com/sharkdp/bat) ![Freeware][Freeware Icon]
* [bclm](https://github.com/zackelia/bclm) - macOS command-line utility to limit max battery charge. [![Open-Source Software][OSS Icon]](https://github.com/zackelia/bclm) ![Freeware][Freeware Icon]
* [Clipport](https://github.com/arihantsethia/clipport) - Paste Mac clipboard text and screenshots into remote iTerm SSH sessions. [![Open-Source Software][OSS Icon]](https://github.com/arihantsethia/clipport) ![Freeware][Freeware Icon]
* [ccat](https://github.com/jingweno/ccat) - The colorizing cat which works similar to cat but displays content with syntax highlighting. [![Open-Source Software][OSS Icon]](https://github.com/jingweno/ccat) ![Freeware][Freeware Icon]
* [ClamAV](https://www.clamav.net/) - Cross-platform, open-source antivirus engine. [![OSS][OSS Icon]](https://github.com/Cisco-Talos/clamav/) ![Freeware][Freeware Icon]
* [cmatrix](https://github.com/abishekvashok/cmatrix/) - Terminal screensaver inspired by "The Matrix" movie. [![OSS][OSS Icon]](https://github.com/abishekvashok/cmatrix/) ![Freeware][Freeware Icon]
* [cool-retro-term](https://github.com/Swordfish90/cool-retro-term) - Good looking terminal emulator which mimics the old cathode display. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Swordfish90/cool-retro-term)
* [CSV2Notion Neo](https://github.com/TheAcharya/csv2notion-neo) - Upload & Merge CSV or JSON Data with Images to Notion Database. [![Open-Source Software][OSS Icon]](https://github.com/TheAcharya/csv2notion-neo) ![Freeware][Freeware Icon]
* [dark-mode](https://github.com/sindresorhus/dark-mode) - Control dark mode from the command-line. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [eureka](https://github.com/simeg/eureka) - CLI tool to input and store your ideas without leaving the terminal. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [Fish](https://fishshell.com/) - Smart and user-friendly shell, which is similar with zsh. [![Awesome List][awesome-list Icon]](https://github.com/fisherman/awesome-fish-shell#readme)
* [fselect](https://github.com/jhspetersson/fselect) - Find files with SQL-like queries. [![Open-Source Software][OSS Icon]](https://github.com/jhspetersson/fselect)
* [GitHub CLI](https://github.com/cli/cli) - gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [Glances](https://github.com/nicolargo/glances) - Glances is a cross-platform curses-based system monitoring tool. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nicolargo/glances)
* [Go2Shell](https://apps.apple.com/app/go2shell/id445770608?mt=12&platform=mac) - Go2Shell opens a terminal window to the current directory in Finder. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/go2shell/id445770608?mt=12&platform=mac)
* [hns](https://github.com/primaprashant/hns) - Speech-to-text tool to transcribe your voice from microphone directly to clipboard. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/primaprashant/hns)
* [htop](https://github.com/hishamhm/htop) - htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hishamhm/htop)
* [job](https://github.com/liujianping/job) - JOB, make your short-term command as a long-term job. [![Open-Source Software][OSS Icon]](https://github.com/liujianping/job) ![Freeware][Freeware Icon]
* [lnav](http://lnav.org) - A log file navigator. [![Open-Source Software][OSS Icon]](https://github.com/tstack/lnav) ![Freeware][Freeware Icon]
* [m-cli](https://github.com/rgcr/m-cli) - Swiss Army Knife for macOS. [![Open-Source Software][OSS Icon]](https://github.com/rgcr/m-cli) ![Freeware][Freeware Icon]
* [mac-cleanup-go](https://github.com/2ykwang/mac-cleanup-go) - macOS disk cleanup TUI with a preview-first workflow: scan caches and development artifacts, preview results, and move selected items to Trash. [![Open-Source Software][OSS Icon]](https://github.com/2ykwang/mac-cleanup-go) ![Freeware][Freeware Icon]
* [Mac-CLI](https://github.com/guarinogabriel/Mac-CLI) - The ultimate tool to manage your Mac. Automatize the usage of your OS X system. [![Open-Source Software][OSS Icon]](https://github.com/guarinogabriel/Mac-CLI) ![Freeware][Freeware Icon]
* [Magic Wormhole](https://magic-wormhole.readthedocs.io/en/latest/) - Get Things From One Computer To Another, Safely. [![Open-Source Software][OSS Icon]](https://github.com/guarinogabriel/Mac-CLI) ![Freeware][Freeware Icon]
* [MarkersExtractor](https://github.com/TheAcharya/MarkersExtractor) - Marker metadata extraction and conversion tool and library for Final Cut Pro. [![Open-Source Software][OSS Icon]](https://github.com/TheAcharya/MarkersExtractor) ![Freeware][Freeware Icon]
* [mas](https://github.com/mas-cli/mas) - Simple command line interface for the Mac App Store. [![Open-Source Software][OSS Icon]](https://github.com/mas-cli/mas) ![Freeware][Freeware Icon]
* [Miller](https://miller.readthedocs.io/en/latest/) - Like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON. [![Open-Source Software][OSS Icon]](https://github.com/johnkerl/miller) ![Freeware][Freeware Icon]
* [ndm](https://720kb.github.io/ndm/) - Manage [npm](http://npmjs.org/) straight from the couch. [![Open-Source Software][OSS Icon]](https://github.com/720kb/ndm) ![Freeware][Freeware Icon]
* [nushell](https://github.com/nushell/nushell) - nushell is a modern, GitHub-era shell written in Rust. [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/zsh/) ![Freeware][Freeware Icon]
* [nvm](https://github.com/nvm-sh/nvm) - POSIX-compliant bash script to manage multiple active node.js versions. [![OSS][OSS Icon]](https://github.com/nvm-sh/nvm) ![Freeware][Freeware Icon]
* [OpenBoot](https://github.com/openbootdotdev/openboot) - Mac dev environment manager that captures and restores Homebrew packages, casks, dotfiles, shell config, git settings, and macOS preferences. [![Open-Source Software][OSS Icon]](https://github.com/openbootdotdev/openboot) ![Freeware][Freeware Icon]
* [OpenRecall](https://github.com/openrecall/openrecall) - Access your digital history, enhance memory and productivity, while maintaining privacy. [![OSS][OSS Icon]](https://github.com/openrecall/openrecall) ![Freeware][Freeware Icon]
highlighting. [![Open-Source Software][OSS Icon]](https://github.com/dbcli/pgcli) ![Freeware][Freeware Icon]
* [Rebound](https://github.com/shobrook/rebound/) - Instantly browse Stack Overflow results in your terminal when you get a compiler error. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [renamed.to](https://github.com/upspawn/cli.renamed.to) - AI-powered CLI for bulk file renaming using document content and OCR. Installable via Homebrew (`brew tap renamed-to/cli`). [![Open-Source Software][OSS Icon]](https://github.com/upspawn/cli.renamed.to) ![Freeware][Freeware Icon]
* [ripgrep (rg)](https://github.com/BurntSushi/ripgrep) - Very fast text searching tool similar to (but faster than) ack, ag or grep ![Freeware][Freeware Icon]
* [rustnet](https://github.com/domcyrus/rustnet) - A cross-platform network monitoring TUI with process identification and deep packet inspection. [![Open-Source Software][OSS Icon]](https://github.com/domcyrus/rustnet) ![Freeware][Freeware Icon]
* [Serial](https://www.decisivetactics.com/products/serial/) - Full-featured serial terminal for the Mac.
* [shallow-backup](https://github.com/alichtman/shallow-backup) - Easily create text documentation of installed applications, dotfiles, and more. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]
* [ShellHistory](https://loshadki.app/shellhistory/) - Backup, sync and organize your shell history [![App Store][app-store Icon]](https://apps.apple.com/us/app/shellhistory/id1564015476?mt=12&platform=mac)
* [silver searcher (ag)](https://github.com/ggreer/the_silver_searcher) - A code searching tool similar to ack, with a focus on speed. [![Open-Source Software][OSS Icon]](https://github.com/ggreer/the_silver_searcher) ![Freeware][Freeware Icon]
* [spaceship](https://github.com/denysdovhan/spaceship-prompt) - A Zsh prompt for Astronauts. [![Open-Source Software][OSS Icon]](https://github.com/denysdovhan/spaceship-prompt) ![Freeware][Freeware Icon]
* [Taskbook](https://github.com/klaussinani/taskbook) - Tasks, boards & notes for the command-line habitat. [![Open-Source Software][OSS Icon]](https://github.com/klaussinani/taskbook) ![Freeware][Freeware Icon]
* [Television](https://github.com/alexpasmantier/television) - A very fast general purpose fuzzy finder TUI. [![Open-Source Software][OSS Icon]](https://github.com/alexpasmantier/television) ![Freeware][Freeware Icon]
* [TextQL](https://github.com/dinedal/textql) - Execute SQL against structured text like CSV or TSV. [![Open-Source Software][OSS Icon]](https://github.com/dinedal/textql) ![Freeware][Freeware Icon]
* [thefuck](https://github.com/nvbn/thefuck) - A interesting software that corrects errors in previous console commands. [![Open-Source Software][OSS Icon]](https://github.com/nvbn/thefuck)
* [tldr](https://tldr.sh/) - Collaborative cheatsheets for console commands. [![Open-Source Software][OSS Icon]](https://github.com/tldr-pages/tldr) ![Freeware][Freeware Icon]
* [tmux](https://github.com/tmux/tmux) - Terminal multiplexer to manage multiple terminals from a single terminal. [![OSS][OSS Icon]](https://github.com/tmux/tmux)
* [tmuxinator](https://github.com/tmuxinator/tmuxinator) - Manage complex tmux sessions easily. [![Open-Source Software][OSS Icon]](https://github.com/tmuxinator/tmuxinator)
* [trash](https://github.com/sindresorhus/trash) - Move files and directories to the trash. ![Open-Source Software][OSS Icon]
* [VisiData](https://visidata.org) - Terminal spreadsheet multitool for discovering and arranging data. [![Open-Source Software][OSS Icon]](https://github.com/saulpw/visidata) ![Freeware][Freeware Icon]
* [xonsh](https://xon.sh/contents.html) - Python-powered, cross-platform, Unix-gazing shell language and command prompt. [![Open-Source Software][OSS Icon]](https://github.com/xonsh/xonsh) ![Freeware][Freeware Icon]
* [Zsh](https://www.zsh.org) - Zsh is a shell designed for interactive use, although it is also a powerful scripting language. [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/zsh/) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/unixorn/awesome-zsh-plugins#readme)
* [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) - A delightful community-driven framework for managing your zsh configuration. [![Open-Source Software][OSS Icon]](https://github.com/ohmyzsh/ohmyzsh) ![Freeware][Freeware Icon]
* [xcodes](https://github.com/RobotsAndPencils/xcodes) - A command-line tool to install and switch between multiple versions of Xcode. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/RobotsAndPencils/xcodes)
* [xxh](https://github.com/xxh/xxh) - Bring your favorite shell wherever you go through the SSH. [![Open-Source Software][OSS Icon]](https://github.com/xxh/xxh) ![Freeware][Freeware Icon]
* [x-cmd](https://github.com/x-cmd/x-cmd) - x-cmd is a vast and interesting collection of tools guided by the Unix philosophy.[![Open-Source Software][OSS Icon]](https://github.com/x-cmd/x-cmd) ![Freeware][Freeware Icon]
* [zellij](https://zellij.dev) - A terminal workspace with batteries included (modern replacement for tmux and more).[![Open-Source Software][OSS Icon]](https://github.com/zellij-org/zellij) ![Freeware][Freeware Icon]
**[⬆ back to top](#contents)**
<!--end-->
## Contributors
This project exists thanks to all the people who contribute.
<a href="https://github.com/jaywcjlove/awesome-mac/graphs/contributors"><img src="https://opencollective.com/awesome-mac/contributors.svg?width=890" /></a>
## License
[![Creative Commons License](http://i.creativecommons.org/l/by/4.0/88x31.png)](https://creativecommons.org/licenses/by/4.0/)
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
[OSS Icon]: https://jaywcjlove.github.io/sb/ico/min-oss.svg "Open Source Software"
[Freeware Icon]: https://jaywcjlove.github.io/sb/ico/min-free.svg "Freeware"
[app-store Icon]: https://jaywcjlove.github.io/sb/ico/min-app-store.svg "App Store Software"
[awesome-list Icon]: https://jaywcjlove.github.io/sb/ico/min-awesome.svg "Awesome List"
<!--idoc:config:
title: Awesome Mac application sharing recommendation -
description: A curated list of awesome applications, softwares, tools and shiny things for Mac osx. - Awesome Mac
-->
+71
View File
@@ -0,0 +1,71 @@
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
nationality, personal appearance, race, religion, or sexual identity and
orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment
include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting
## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.
## Scope
This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at kennyiseeyou@gmail.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]
[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
+77
View File
@@ -0,0 +1,77 @@
# Contributing Guidelines
Please note that this project is released with a [Contributor Code of Conduct](CODE-OF-CONDUCT.md). By participating in this project, you agree to abide by its terms.
## Table of Contents
- [Pull Request Guidelines](#pull-request-guidelines)
- [How to add to this list](#how-to-add-to-this-list)
- [Updating your Pull Request](#updating-your-pull-request)
## Pull Request Guidelines
Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions to make sure your suggestion isn't a duplicate.
- Make sure each list item is useful before adding it.
- Create individual pull requests/issues for each suggestion.
- Use [title-casing](http://titlecapitalization.com) (AP style) in the following format: `[List Name](link)`
- Link additions should be added in alphabetical order in the relevant category.
- New categories or changes to the existing categorization are welcome.
- Check your spelling and grammar.
- Make sure your text editor is set to remove trailing whitespace.
- The pull request and commit should have a useful title.
- Annotate your PR to clarify what you did if the diff is confusing.
### AI-assisted contributions
AI-assisted contributions are welcome, but they should follow the same repository rules as manual edits.
This repository includes a Codex skill at `.codex/skills/awesome-mac-maintainer` for multilingual curation tasks. If you use Codex or a compatible agent, prefer `$awesome-mac-maintainer` when adding, updating, or reclassifying app entries.
The skill is designed to help contributors:
- choose the most appropriate category based on comparable existing entries
- keep descriptions concise and limited to one sentence
- sync entries across `README.md`, `README-zh.md`, `README-ja.md`, and `README-ko.md`
- preserve local section structure, alphabetical ordering, and existing icon style
Example prompts:
```text
Use $awesome-mac-maintainer to add this app to README.md, README-zh.md, README-ja.md, and README-ko.md.
```
```text
Use $awesome-mac-maintainer to check whether this app belongs in Screen Recording or Screenshot Tools, then update the four README files.
```
If you use AI without this skill, please still make sure the final PR follows the repository's category, ordering, wording, and multilingual sync rules.
Thank you for your suggestions!
## How to add to this list
If you have something awesome to contribute to this list, this is how you do it.
If you have a GitHub account:
1. Fork this repo.
2. Make changes under correct section in `README.md`
3. Update `Contents` (if applicable)
4. Commit and open a Pull Request
If you don't have a [GitHub account](https://github.com/join), make one!
1. Access the awesome list's GitHub page. For example: https://github.com/sindresorhus/awesome
2. Click on the `readme.md` file: ![Step 2 Click on Readme.md](https://cloud.githubusercontent.com/assets/170270/9402920/53a7e3ea-480c-11e5-9d81-aecf64be55eb.png)
3. Now click on the edit icon. ![Step 3 - Click on Edit](https://cloud.githubusercontent.com/assets/170270/9402927/6506af22-480c-11e5-8c18-7ea823530099.png)
4. You can start editing the text of the file in the in-browser editor. Make sure you follow guidelines above. You can use [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/). ![Step 4 - Edit the file](https://cloud.githubusercontent.com/assets/170270/9402932/7301c3a0-480c-11e5-81f5-7e343b71674f.png)
5. Say why you're proposing the changes, and then click on "Propose file change". ![Step 5 - Propose Changes](https://cloud.githubusercontent.com/assets/170270/9402937/7dd0652a-480c-11e5-9138-bd14244593d5.png)
6. Submit the [pull request](https://help.github.com/articles/using-pull-requests/)!
## Updating your Pull Request
Sometimes, a maintainer of an awesome list will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the awesome-* list guidelines.
[Here](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) is a write up on how to change a Pull Request, and the different ways you can do that.
+118
View File
@@ -0,0 +1,118 @@
ES6 Import Support Guide
===
The `awesome-mac` package now supports ES6 module imports for JSON data.
## Installation
```bash
npm install awesome-mac
```
## Usage
### ES6 Module Import (Node.js)
```javascript
// Import default English data
import data from 'awesome-mac' with { type: 'json' };
// Import Korean data
import koData from 'awesome-mac/ko' with { type: 'json' };
// Import Japanese data
import jaData from 'awesome-mac/ja' with { type: 'json' };
// Import Chinese data
import zhData from 'awesome-mac/zh' with { type: 'json' };
console.log('Mac app data:', data);
console.log('Total categories:', data.length);
```
### CommonJS Import (Traditional Node.js)
```javascript
// Import default English data
const data = require('awesome-mac');
// Import other language versions
const koData = require('awesome-mac/ko');
const jaData = require('awesome-mac/ja');
const zhData = require('awesome-mac/zh');
```
### TypeScript
To use with TypeScript, you can create type declarations:
```typescript
// types/awesome-mac.d.ts
declare module 'awesome-mac' {
interface AppInfo {
icons: Array<{type: string, url: string}>;
title: string;
url: string;
}
interface CategoryItem {
type: string;
value?: string;
children?: any[];
mark?: AppInfo;
}
const data: CategoryItem[];
export default data;
}
declare module 'awesome-mac/ko' {
import { CategoryItem } from 'awesome-mac';
const data: CategoryItem[];
export default data;
}
declare module 'awesome-mac/ja' {
import { CategoryItem } from 'awesome-mac';
const data: CategoryItem[];
export default data;
}
declare module 'awesome-mac/zh' {
import { CategoryItem } from 'awesome-mac';
const data: CategoryItem[];
export default data;
}
```
## Available Import Paths
- `awesome-mac` - Default English data
- `awesome-mac/ko` - Korean data
- `awesome-mac/ja` - Japanese data
- `awesome-mac/zh` - Chinese data
## Data Structure
Each JSON file contains an array representing different app categories and app information. Each app entry includes:
- `title`: Application name
- `url`: Application official website link
- `icons`: Contains app type icon information (open source, free, App Store, etc.)
## Compatibility
- ✅ Node.js ES6 modules (requires `with { type: 'json' }`)
- ✅ Node.js CommonJS
- ✅ Modern bundlers (Webpack, Vite, etc.)
- ✅ TypeScript (requires type declarations)
## Notes
When importing JSON files in newer versions of Node.js, you need to use import assertions:
```javascript
import data from 'awesome-mac' with { type: 'json' };
```
This is a security feature requirement of Node.js.
+30
View File
@@ -0,0 +1,30 @@
NOTE: A similar issue may already be submitted! Please search among the issues before creating a new one.
NOTE: Each discrete (stand-alone) request should be in its own issue.
### Types of Changes
**What types of change are you thinking about?** Put an x in all boxes that apply
- [ ] New addition to list
- [ ] Fixing bug in existing item in list
- [ ] Removing item from list
- [ ] Changing structure (organization) of list
### Proposed Changes
**Describe each of your changes here to communicate to the maintainers why we should accept this pull request.**
1. If you're adding something to the list, be sure to explain why it should be added.
1. If you're fixing a bug or resolving a feature request, be sure to link to that issue.
### Issue Checklist
Put an x in the boxes once you've completed each step. You can also fill these out after creating the issue. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before responding to the issue.
- [ ] I have checked for other similar issues
- [ ] I have explained why this change is important
- [ ] I have added necessary documentation (if appropriate)
### Further Comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...
+29
View File
@@ -0,0 +1,29 @@
NOTE: A similar PR may already be submitted! Please search among the Pull request before creating one.
### Types of Changes
**What types of changes does your PR introduce?** Put an x in all boxes that apply
- [ ] New addition to list
- [ ] Fixing bug in existing item in list
- [ ] Removing item from list
- [ ] Changing structure (organization) of list
### Proposed Changes
**Describe each of your changes here to communicate to the maintainers why we should accept this pull request.**
1. If you're adding something to the list, be sure to explain why it should be added.
1. If you're fixing a bug or resolving a feature request, be sure to link to that issue.
### PR Checklist
Put an x in the boxes once you've completed each step. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
- [ ] I have read the CONTRIBUTING guide
- [ ] I have explained why this PR is important
- [ ] I have added necessary documentation (if appropriate)
### Further Comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...
+160
View File
@@ -0,0 +1,160 @@
<div align="center" markdown="1">
<sup>スペシャルサンクス:</sup>
<br>
<br>
<a href="https://screensage.pro/">
<img alt="ScreenSage Pro" width="400" src="https://jaywcjlove.github.io/sponsor/screensage.png">
</a>
<br>
<a href="https://screensage.pro/">ScreenSage Pro、macOSで美しい画面録画を数分で作成</a>
<br><br>
<a href="https://ip.im/">
<img alt="IP.IM" width="400" src="https://jaywcjlove.github.io/sponsor/ip.im.png">
</a>
<br>
<a href="https://ip.im/">IP.IM 無料のIPアドレス情報照会サイト</a>
<br><br>
</div>
<hr>
<p style="display: inline_block">
<sup><a href="https://wangchujiang.com/#/app" target="_blank">私のアプリ</a>を使うことも、<a href="https://wangchujiang.com/#/sponsor" target="_blank">支援</a>する方法のひとつです:</sup><br/>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6766860898" title="Zipora: Zip/RAR/7Z Unarchiver"><img alt="Zipora: Zip/RAR/7Z Unarchiver" height="52" src="https://wangchujiang.com/appicon/zipora.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6758053530" title="Scap: Screenshot & Markup Edit for macOS"><img alt="Scap: Screenshot & Markup Edit" height="52" src="https://wangchujiang.com/appicon/scap.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6757317079" title="Screen Test for macOS"><img alt="Screen Test" height="52" src="https://wangchujiang.com/appicon/screen-test.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6755948110" title="Deskmark for macOS"><img alt="Deskmark" height="52" src="https://wangchujiang.com/appicon/deskmark.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6500434773" title="Keyzer for macOS"><img alt="Keyzer" height="52" src="https://wangchujiang.com/appicon/keyzer.png"></a>
<a target="_blank" href="https://github.com/jaywcjlove/vidwall-hub" title="Vidwall Hub for macOS"><img alt="Vidwall Hub" height="52" src="https://wangchujiang.com/appicon/vidwall-hub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6752624705" title="VidCrop for macOS"><img alt="VidCrop" height="52" src="https://wangchujiang.com/appicon/vidcrop.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6747587746" title="Vidwall for macOS"><img alt="Vidwall" height="52" src="https://wangchujiang.com/appicon/vidwall.png"></a>
<a target="_blank" href="https://wangchujiang.com/mousio-hint/" title="Mousio Hint for macOS"><img alt="Mousio Hint" height="52" src="https://wangchujiang.com/appicon/mousio-hint.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6746747327" title="Mousio for macOS"><img alt="Mousio" height="52" src="https://wangchujiang.com/appicon/mousio.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6745227444" title="Musicer for macOS"><img alt="Musicer" height="52" src="https://wangchujiang.com/appicon/musicer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743841447" title="Audioer for macOS"><img alt="Audioer" height="52" src="https://wangchujiang.com/appicon/audioer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6744690194" title="FileSentinel for macOS"><img alt="FileSentinel" height="52" src="https://wangchujiang.com/appicon/file-sentinel.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743495172" title="FocusCursor for macOS"><img alt="FocusCursor" height="52" src="https://wangchujiang.com/appicon/focus-cursor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6742680573" title="Videoer for macOS"><img alt="Videoer" height="52" src="https://wangchujiang.com/appicon/videoer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6740425504" title="KeyClicker for macOS"><img alt="KeyClicker" height="52" src="https://wangchujiang.com/appicon/key-clicker.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739052447" title="DayBar for macOS"><img alt="DayBar" height="52" src="https://wangchujiang.com/appicon/daybar.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739444407" title="Iconed for macOS"><img alt="Iconed" height="52" src="https://wangchujiang.com/appicon/iconed.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6737160756" title="Menuist for macOS"><img alt="Menuist" height="52" src="https://wangchujiang.com/appicon/rightmenu-master.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6723903021" title="Paste Quick for macOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/paste-quick.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670696072&platform=mac" title="Quick RSS for macOS/iOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/quick-rss.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670167443" title="Web Serve for macOS"><img alt="Web Serve" height="52" src="https://wangchujiang.com/appicon/web-serve.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6503953628&platform=mac" title="Copybook Generator for macOS/iOS"><img alt="Copybook Generator" height="52" src="https://wangchujiang.com/appicon/copybook-generator.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6471227008&platform=mac" title="DevTutor for macOS/iOS"><img alt="DevTutor for SwiftUI" height="52" src="https://wangchujiang.com/appicon/devtutor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479819388&platform=mac" title="RegexMate for macOS/iOS"><img alt="RegexMate" height="52" src="https://wangchujiang.com/appicon/regex-mate.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479194014&platform=mac" title="Time Passage for macOS/iOS"><img alt="Time Passage" height="52" src="https://wangchujiang.com/appicon/time-passage.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478772538" title="IconizeFolder for macOS"><img alt="Iconize Folder" height="52" src="https://wangchujiang.com/appicon/iconize-folder.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478511402&platform=mac" title="Textsound Saver for macOS/iOS"><img alt="Textsound Saver" height="52" src="https://wangchujiang.com/appicon/textsound-saver.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476924627" title="Create Custom Symbols for macOS"><img alt="Create Custom Symbols" height="52" src="https://wangchujiang.com/appicon/create-custom-symbols.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476452351" title="DevHub for macOS"><img alt="DevHub" height="52" src="https://wangchujiang.com/appicon/devhub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476400184" title="Resume Revise for macOS"><img alt="Resume Revise" height="52" src="https://wangchujiang.com/appicon/resume-revise.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6472593276" title="Palette Genius for macOS"><img alt="Palette Genius" height="52" src="https://wangchujiang.com/appicon/palette-genius.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6470879005" title="Symbol Scribe for macOS"><img alt="Symbol Scribe" height="52" src="https://wangchujiang.com/appicon/symbol-scribe.png"></a>
</p>
<hr>
エディタプラグイン
===
<!--rehype:style=font-size: 38px; border-bottom: 0; display: flex; min-height: 260px; align-items: center; justify-content: center;-->
[![Buy me a coffee](https://img.shields.io/badge/Buy_Me_a_Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://jaywcjlove.github.io/#/sponsor)
[![Follow On X](https://img.shields.io/badge/Follow%20on%20X-333333?logo=x&logoColor=white)](https://github.com/jaywcjlove)
[![Awesome](https://jaywcjlove.github.io/sb/ico/awesome.svg)](https://github.com/sindresorhus/awesome)
[![NPM version](https://img.shields.io/npm/v/awesome-mac.svg?style=flat)](https://npmjs.org/package/awesome-mac)
[![WeiBo](https://jaywcjlove.github.io/sb/ico/weibo.svg)](http://weibo.com/pc175)
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/awesome-mac?logo=docker)](https://hub.docker.com/r/wcjiang/awesome-mac)
[![English](https://jaywcjlove.github.io/sb/lang/english.svg)](editor-plugin.md)
[![Chinese](https://jaywcjlove.github.io/sb/lang/chinese.svg)](editor-plugin-zh.md)
<!--rehype:style=text-align: center;-->
## Sublime Text プラグイン
* [PlainTasks](https://packagecontrol.io/packages/PlainTasks) - こだわりのTodoリストプラグイン。
* [sublimelint](https://github.com/lunixbochs/sublimelint) - エラーハイライト用フレームワーク。AppleScript、C、C++、CSS、CoffeeScript、Go、HAML、HTML、Java、JavaScript、Lua、NASM、PHP、Perl、Python、Puppet、Ruby、XMLに対応。
* [jQuery](https://packagecontrol.io/packages/jQuery) - Sublime Text用jQueryパッケージバンドル。
* [Underscore](https://packagecontrol.io/packages/Underscore.js%20Snippets) - Sublime Text 2用Underscore 1.4スニペット。
* [DocBlockr](https://packagecontrol.io/packages/DocBlockr) - Javascript、PHP、CoffeeScript、ActionScript、C、C++でDocBlockコメントの記述を簡素化。
* [SublimeCodeIntel](https://packagecontrol.io/packages/SublimeCodeIntel) - フル機能のコードインテリジェンスとスマートオートコンプリートエンジン。
* [ColorPicker](https://packagecontrol.io/packages/ColorPicker) - マルチプラットフォーム対応のカラーピッカープラグイン。
* [HTML-CSS-JS Prettify](https://packagecontrol.io/packages/HTML-CSS-JS%20Prettify) - `node.js`によるSublime Text 2/3用HTML、CSS、JavaScript、JSONコードフォーマッター。
* [WakaTime](https://packagecontrol.io/packages/WakaTime) - プログラミング活動から自動的にメトリクス、インサイト、時間追跡を生成するプラグイン。
* [Seti_UI](https://packagecontrol.io/packages/Seti_UI) - ファイルアイコンを含む美しいテーマ。
* [OmniMarkupPreviewer](https://packagecontrol.io/packages/OmniMarkupPreviewer) - マークアップファイル(markdown、rst、creole、textile...)のライブプレビュー/エクスポーター。
* [BracketHighlighter](https://packagecontrol.io/packages/BracketHighlighter) - 括弧とタグのハイライター。
* [Markdown Extended](https://packagecontrol.io/packages/Markdown%20Extended) - Markdownシンタックスハイライター。
* [Babel](https://packagecontrol.io/packages/Babel) - React JSX拡張付きES6 JavaScriptのシンタックス定義。
* [AutoFileName](https://packagecontrol.io/packages/AutoFileName) - ファイル名を自動補完。
* [FTPSync](https://packagecontrol.io/packages/FTPSync) - FTP同期プラグイン、仮想マシンとのローカルファイル同期に非常に便利。
* [Color Highlighter](https://packagecontrol.io/packages/Color%20Highlighter) - カラーキーワードをハイライト、CSSコードに最適。
* [File History](https://packagecontrol.io/packages/File%20History) - ローカルファイル履歴、ファイルを変更するたびに履歴が保存される。
* [JavaScript Completions](https://packagecontrol.io/packages/JavaScript%20Completions) - ネイティブJavaScript補完。
* [JSON Reindent](https://packagecontrol.io/packages/JSON%20Reindent) - JSONフォーマッティング。
* [Git](https://packagecontrol.io/packages/Git) - Sublime Text用の包括的なGitプラグイン。
* [GitStatus](https://packagecontrol.io/packages/GitStatus) - ファイルの変更とプロジェクトの状態をリアルタイムで監視。
* [Gitignore](https://packagecontrol.io/packages/Gitignore) - Git Gitignoreファイルを生成、よく使われるビルトインフィルターファイル。
## VSCode プラグイン
* 共通
* [Auto-Open Markdown Preview](https://github.com/hnw/vscode-auto-open-markdown-preview) - Markdownファイルを開くとMarkdownプレビューを自動的に開く
* [Bracket Pair Colorizer](https://github.com/CoenraadS/Bracket-Pair-Colorizer-2) - VSCode用括弧カラーライザー拡張機能
* [Code Spell Checker](https://github.com/Jason-Rev/vscode-spell-checker) - TypeScriptとJavaScript用のシンプルなソースコードスペルチェッカー
* [Debugger for Chrome](https://github.com/Microsoft/vscode-chrome-debug) - Google ChromeブラウザでJavaScriptコードをデバッグ。
* [Document This](https://github.com/joelday/vscode-docthis) - Visual Studio Code用JSDocジェネレーター拡張機能
* [ESlint](https://github.com/Microsoft/vscode-eslint) - ESLintをVSCodeに統合。
* [Git Lens](https://github.com/eamodio/vscode-gitlens) - Visual Studio Code内蔵のGit機能を強化
* [Indent-Rainbow](https://github.com/oderwat/vscode-indent-rainbow) - インデントを淡い虹色の背景で表示し、読みやすくする
* [Markdown PDF](https://github.com/yzane/vscode-markdown-pdf) - MarkdownファイルをPDF、HTML、PNG、JPEGファイルに変換。
* [Sublime Text Keymap](https://github.com/Microsoft/vscode-sublime-keybindings) - VS Code用のSublime Textキーバインド。
* [SVG Viewer](https://github.com/cssho/vscode-svgviewer) - Visual Studio用SVGビューアー
* [TODO Highlight](https://github.com/wayou/vscode-todo-highlight) - TODO、FIXME、その他のアノテーションをハイライト
* [Trailing Spaces](https://github.com/shardulm94/vscode-trailingspaces) - 末尾のスペースをハイライトし、素早く削除
* [TSLint](https://github.com/microsoft/vscode-tslint) - TSLintをVSCodeに統合。
* [Typora](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-typora) - VSCodeでTyporaのようなMarkdown編集体験を提供。
* [View In Browser](https://github.com/hellopao/view-in-browser) - HTMLファイルをシステムのデフォルトブラウザで表示
* [vscode-icons](https://github.com/vscode-icons/vscode-icons) - Visual Studio用アイコン
* HTML
* [Auto Close Tag](https://github.com/formulahendry/vscode-auto-close-tag) - 自動閉じタグ
* [Auto Rename Tag](https://github.com/formulahendry/vscode-auto-rename-tag) - 対になるHTML/XMLタグを自動的にリネーム
* [HTML Snippets](https://marketplace.visualstudio.com/items?itemName=abusaidm.html-snippets) - HTMLスニペット
* [IntelliSense for CSS class names in HTML](https://github.com/Zignd/HTML-CSS-Class-Completion) - ワークスペース内のCSSファイルに基づいて、HTMLのclass属性にCSSクラス名補完を提供
* [HTML CSS Support](https://github.com/ecmel/vscode-html-css) - HTMLドキュメント用CSSサポート
* JS
* [Auto Import](https://github.com/soates/Auto-Import) - 利用可能なすべてのインポートを自動的に検索、解析し、コードアクションを提供。
* [Code Runner](https://github.com/formulahendry/vscode-code-runner) - 複数の言語のコードスニペットまたはコードファイルを実行。
* [Import Cost](https://github.com/wix/import-cost) - エディタにimport/requireパッケージのサイズを表示。
* [npm Intellisense](https://github.com/ChristianKohler/NpmIntellisense) - importステートメントでnpmモジュールをオートコンプリート。
* [Path Intellisense](https://github.com/ChristianKohler/PathIntellisense) - ファイル名をオートコンプリート。
* [Regex Previewer](https://github.com/chrmarti/vscode-regex) - 正規表現のテストとプレビュー。
* React/Vue
* [react-beautify](https://github.com/taichi/react-beautify) - prettydiff/esformatterをラップして、JavaScript、JSX、TypeScript、TSXファイルをフォーマット。
* [Reactjs code snippets](https://github.com/xabikos/vscode-react) - ES6シンタックスでのReactjs開発用コードスニペット。
* [Vetur](https://github.com/vuejs/vetur) - VS Code用Vueツール、シンタックスハイライト、オートコンプリート、スニペットなどに対応。
## Vim プラグイン
* [WebVim](https://github.com/krampstudio/webvim) - JavaScriptとWeb開発をターゲットにしたVimベースのディストリビューション
* [Neovim](https://neovim.io/) - 拡張性とアジリティに重点を置いたVimフォーク。 [![Open-Source Software][OSS Icon]](https://github.com/neovim/neovim) ![Freeware][Freeware Icon]
* [ivim](https://github.com/kepbod/ivim) - 簡単かつ高度にカスタマイズ可能なvim設定。
* [7th-vim](https://github.com/dofy/7th-vim) - 軽量かつカスタマイズ可能なVim設定オプション。
## クロスプラットフォームプラグイン
* [TabNine](https://tabnine.com) - すべての主要IDE/テキストエディタに対応した、さまざまなプログラミング言語とシンタックス拡張(JSXなど)をサポートするディープラーニングベースのコード自動補完
[OSS Icon]: https://jaywcjlove.github.io/sb/ico/min-oss.svg
[Freeware Icon]: https://jaywcjlove.github.io/sb/ico/min-free.svg
[app-store Icon]: https://jaywcjlove.github.io/sb/ico/min-app-store.svg
<!--idoc:config:
title: エディタプラグインのおすすめ -
description: エディタプラグインのおすすめ - Awesome Mac
-->
+206
View File
@@ -0,0 +1,206 @@
<div align="center" markdown="1">
<sup>特别感谢:</sup>
<br>
<br>
<a href="https://screensage.pro/">
<img alt="ScreenSage Pro" width="400" src="https://jaywcjlove.github.io/sponsor/screensage.png">
</a>
<br>
<a href="https://screensage.pro/">ScreenSage Pro,在 macOS 上几分钟内录制精美的屏幕录像</a>
<br><br>
<a href="https://ip.im/">
<img alt="IP.IM" width="400" src="https://jaywcjlove.github.io/sponsor/ip.im.png">
</a>
<br>
<a href="https://ip.im/">IP.IM 免费 IP 地址信息查询网站</a>
<br><br>
</div>
<hr>
<p style="display: inline_block">
<sup>使用 <a href="https://wangchujiang.com/#/app" target="_blank">我的应用</a> 也是支持我的一种方式:<a href="https://wangchujiang.com/#/sponsor" target="_blank">支持我</a></sup><br/>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6766860898" title="Zipora: Zip/RAR/7Z Unarchiver"><img alt="Zipora: Zip/RAR/7Z Unarchiver" height="52" src="https://wangchujiang.com/appicon/zipora.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6758053530" title="Scap: Screenshot & Markup Edit for macOS"><img alt="Scap: Screenshot & Markup Edit" height="52" src="https://wangchujiang.com/appicon/scap.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6757317079" title="Screen Test for macOS"><img alt="Screen Test" height="52" src="https://wangchujiang.com/appicon/screen-test.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6755948110" title="Deskmark for macOS"><img alt="Deskmark" height="52" src="https://wangchujiang.com/appicon/deskmark.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6500434773" title="Keyzer for macOS"><img alt="Keyzer" height="52" src="https://wangchujiang.com/appicon/keyzer.png"></a>
<a target="_blank" href="https://github.com/jaywcjlove/vidwall-hub" title="Vidwall Hub for macOS"><img alt="Vidwall Hub" height="52" src="https://wangchujiang.com/appicon/vidwall-hub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6752624705" title="VidCrop for macOS"><img alt="VidCrop" height="52" src="https://wangchujiang.com/appicon/vidcrop.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6747587746" title="Vidwall for macOS"><img alt="Vidwall" height="52" src="https://wangchujiang.com/appicon/vidwall.png"></a>
<a target="_blank" href="https://wangchujiang.com/mousio-hint/" title="Mousio Hint for macOS"><img alt="Mousio Hint" height="52" src="https://wangchujiang.com/appicon/mousio-hint.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6746747327" title="Mousio for macOS"><img alt="Mousio" height="52" src="https://wangchujiang.com/appicon/mousio.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6745227444" title="Musicer for macOS"><img alt="Musicer" height="52" src="https://wangchujiang.com/appicon/musicer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743841447" title="Audioer for macOS"><img alt="Audioer" height="52" src="https://wangchujiang.com/appicon/audioer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6744690194" title="FileSentinel for macOS"><img alt="FileSentinel" height="52" src="https://wangchujiang.com/appicon/file-sentinel.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743495172" title="FocusCursor for macOS"><img alt="FocusCursor" height="52" src="https://wangchujiang.com/appicon/focus-cursor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6742680573" title="Videoer for macOS"><img alt="Videoer" height="52" src="https://wangchujiang.com/appicon/videoer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6740425504" title="KeyClicker for macOS"><img alt="KeyClicker" height="52" src="https://wangchujiang.com/appicon/key-clicker.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739052447" title="DayBar for macOS"><img alt="DayBar" height="52" src="https://wangchujiang.com/appicon/daybar.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739444407" title="Iconed for macOS"><img alt="Iconed" height="52" src="https://wangchujiang.com/appicon/iconed.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6737160756" title="Menuist for macOS"><img alt="Menuist" height="52" src="https://wangchujiang.com/appicon/rightmenu-master.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6723903021" title="Paste Quick for macOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/paste-quick.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670696072&platform=mac" title="Quick RSS for macOS/iOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/quick-rss.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670167443" title="Web Serve for macOS"><img alt="Web Serve" height="52" src="https://wangchujiang.com/appicon/web-serve.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6503953628&platform=mac" title="Copybook Generator for macOS/iOS"><img alt="Copybook Generator" height="52" src="https://wangchujiang.com/appicon/copybook-generator.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6471227008&platform=mac" title="DevTutor for macOS/iOS"><img alt="DevTutor for SwiftUI" height="52" src="https://wangchujiang.com/appicon/devtutor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479819388&platform=mac" title="RegexMate for macOS/iOS"><img alt="RegexMate" height="52" src="https://wangchujiang.com/appicon/regex-mate.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479194014&platform=mac" title="Time Passage for macOS/iOS"><img alt="Time Passage" height="52" src="https://wangchujiang.com/appicon/time-passage.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478772538" title="IconizeFolder for macOS"><img alt="Iconize Folder" height="52" src="https://wangchujiang.com/appicon/iconize-folder.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478511402&platform=mac" title="Textsound Saver for macOS/iOS"><img alt="Textsound Saver" height="52" src="https://wangchujiang.com/appicon/textsound-saver.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476924627" title="Create Custom Symbols for macOS"><img alt="Create Custom Symbols" height="52" src="https://wangchujiang.com/appicon/create-custom-symbols.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476452351" title="DevHub for macOS"><img alt="DevHub" height="52" src="https://wangchujiang.com/appicon/devhub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476400184" title="Resume Revise for macOS"><img alt="Resume Revise" height="52" src="https://wangchujiang.com/appicon/resume-revise.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6472593276" title="Palette Genius for macOS"><img alt="Palette Genius" height="52" src="https://wangchujiang.com/appicon/palette-genius.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6470879005" title="Symbol Scribe for macOS"><img alt="Symbol Scribe" height="52" src="https://wangchujiang.com/appicon/symbol-scribe.png"></a>
</p>
<hr>
编辑器插件
===
<!--rehype:style=font-size: 38px; border-bottom: 0; display: flex; min-height: 260px; align-items: center; justify-content: center;-->
[![Buy me a coffee](https://img.shields.io/badge/Buy_Me_a_Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://jaywcjlove.github.io/#/sponsor)
[![Follow On X](https://img.shields.io/badge/Follow%20on%20X-333333?logo=x&logoColor=white)](https://github.com/jaywcjlove)
[![Awesome](https://jaywcjlove.github.io/sb/ico/awesome.svg)](https://github.com/sindresorhus/awesome)
[![NPM version](https://img.shields.io/npm/v/awesome-mac.svg?style=flat)](https://npmjs.org/package/awesome-mac)
[![WeiBo](https://jaywcjlove.github.io/sb/ico/weibo.svg)](http://weibo.com/pc175)
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/awesome-mac?logo=docker)](https://hub.docker.com/r/wcjiang/awesome-mac)
[![English](https://jaywcjlove.github.io/sb/lang/english.svg)](editor-plugin.md)
[![Japanese](https://jaywcjlove.github.io/sb/lang/japanese.svg)](editor-plugin-ja.md)
<!--rehype:style=text-align: center;-->
## Atom Plugin
* 通用
* [relative-numbers](https://atom.io/packages/relative-numbers) - 显示相对行号。
* [trailing-spaces](https://atom.io/packages/trailing-spaces) - 高亮多余的空格。
* [terminal-plus](https://atom.io/packages/terminal-plus) - 内嵌式全功能控制台。
* [vim-mode-plus](https://atom.io/packages/vim-mode-plus) - Vim 模式。
* [ex-mode](https://atom.io/packages/ex-mode) - Vim 模式的拓展。
* [minimap](https://atom.io/packages/minimap) - 右侧小地图。
* [autocomplete-paths](https://atom.io/packages/autocomplete-paths) - 对路径选择进行增强。
* [docblockr](https://atom.io/packages/docblockr) - 编写注释好帮手。
* [file-icons](https://atom.io/packages/file-icons) - 美化编辑器图标。
* [atom-beautify](https://atom.io/packages/atom-beautify) - 自动美化代码格式。
* [imdone-atom](https://atom.io/packages/imdone-atom) - 任务列表插件。
* [open-terminal-here](https://atom.io/packages/open-terminal-here) - 在编辑器里快速打开终端。
* [proton-mode](https://atom.io/packages/proton-mode) - 与 Spacemacs 相同的快捷键,非常棒。
* [dracula-syntax](https://atom.io/packages/dracula-syntax) - Dracula 漂亮的配色。
* [filecolor](https://atom.io/packages/filecolor) - 不同文件类型,不同颜色显示,方便查找文件。
* [golden-ratio](https://atom.io/packages/golden-ratio) - 自动调整窗口大小。
* [local-history](https://atom.io/packages/local-history) - 本地文件历史,可以返回任何时间保存的文件。
* [project-plus](https://atom.io/packages/project-plus) - 项目管理,可以快速切换不同项目,多项目同时工作利器。
* [regex-railroad-diagram](https://atom.io/packages/regex-railroad-diagram) - 可以图形化显示正则表达式。
* [tree-view-search-bar](https://atom.io/packages/tree-view-search-bar/) - 文件列表快速查找工具。
* 前端
* [Nuclide](http://nuclide.io) - 用于编写 React Native,代码提示各种很厉害的样子。[![Open-Source Software][OSS Icon]](https://github.com/facebook/nuclide)
* [TypeScript](https://github.com/TypeStrong/atom-typescript) - 支持 TypeScript 编译。
* [Emmet](https://atom.io/packages/emmet) - 快速编写 HTML。
* [tag](https://atom.io/packages/tag) - Sublime 风格的 HTML 标签自动闭合。
* [color-picker](https://atom.io/packages/color-picker) - CSS 颜色取色器。
* [autoprefixer](https://atom.io/packages/autoprefixer) - 自动补全 CSS 前缀。
* [linter-jshint](https://atom.io/packages/linter-jshint) - JavaScript 语法检查。
* [pigments](https://atom.io/packages/pigments) - 把你文件中的颜色代码展示出来。
* [atom-html-preview](https://atom.io/packages/atom-html-preview) - 内置 Chrome 浏览器写移动端非常棒。
* [tree-view-copy-relative-path](https://atom.io/packages/tree-view-copy-relative-path) - 可以跟当前文件输出目标文件的相对路径,适合多文件相互调用。
* Python
* [autocomplete-python](https://atom.io/packages/autocomplete-python) - 对 Python 提示进行增强。
* [linter-flake8](https://atom.io/packages/linter-flake8) - Python 语法检查。
* [python-tools](https://atom.io/packages/python-tools) - 一些有用的 Python 开发工具集。
## Sublime Text Plugin
* [PlainTasks](https://packagecontrol.io/packages/PlainTasks) - 一个自以为是的待办事项列表插件。
* [Emmet](https://github.com/sergeche/emmet-sublime) - Zen Coding 的升级版,对于前端来说,可是必备插件。
* [sublimelint](https://github.com/lunixbochs/sublimelint) - 用于代码的校验,支持 HTML、CSS、JS、PHP、Java、C++ 等 16 种语言。
* [JsFormat](https://packagecontrol.io/packages/JsFormat) - 用于 JavaScript 格式化。
* [jQuery](https://packagecontrol.io/packages/jQuery) - jQuery 语法提示。
* [Underscore](https://packagecontrol.io/packages/Underscore.js%20Snippets) - Underscore 语法提示。
* [DocBlockr](https://packagecontrol.io/packages/DocBlockr) - 快速编写注释。
* [SublimeCodeIntel](https://packagecontrol.io/packages/SublimeCodeIntel) - 智能语法分析提示。
* [ColorPicker](https://packagecontrol.io/packages/ColorPicker) - 快速选取颜色。
* [HTML-CSS-JS Prettify](https://packagecontrol.io/packages/HTML-CSS-JS%20Prettify) - HTML/CSS/JS 格式化。
* [Alignment](https://packagecontrol.io/packages/Alignment) - 用于代码对齐。
* [WakaTime](https://packagecontrol.io/packages/WakaTime) - 用于记录编程时间。
* [Seti_UI](https://packagecontrol.io/packages/Seti_UI) - 好看的主题,包括文件 icon。
* [OmniMarkupPreviewer](https://packagecontrol.io/packages/OmniMarkupPreviewer) - 实时预览 markdown、rst、creol、textile 等文件。
* [GitGutter](https://packagecontrol.io/packages/GitGutter) - 显示比对 Git 的状态。
* [BracketHighlighter](https://packagecontrol.io/packages/BracketHighlighter) - 高亮显示标签括号。
* [SideBarEnhancements](https://packagecontrol.io/packages/SideBarEnhancements) - 扩展文件编辑右键菜单。
* [Markdown Extended](https://packagecontrol.io/packages/Markdown%20Extended) - Markdown 语法高亮。
* [Babel](https://packagecontrol.io/packages/Babel) - ES6 语法高亮。
* [AutoFileName](https://packagecontrol.io/packages/AutoFileName) - 自动完成文件名。
* [FTPSync](https://packagecontrol.io/packages/FTPSync) - FTP 同步插件,本地与虚拟机做文件同步非常方便。
* [Color Highlighter](https://packagecontrol.io/packages/Color%20Highlighter) - 高亮颜色关键字,非常适合 CSS 编写。
* [File History](https://packagecontrol.io/packages/File%20History) - 本地文件历史,每次修改文件都会有历史。
* [JavaScript Completions](https://packagecontrol.io/packages/JavaScript%20Completions) - 原生 JavaScript 补全。
* [Json Reindent](https://packagecontrol.io/packages/JSON%20Reindent) - JSON 格式化。
* [Git](https://packagecontrol.io/packages/Git) - Sublime Text Git 插件功能比较全面。
* [GitStatus](https://packagecontrol.io/packages/GitStatus) - 监控更改的文件和项目状态实时提示。
* [Gitignore](https://packagecontrol.io/packages/Gitignore) - Git的 .gitignore 文件生成,内置常用过滤文件。
## VSCode Plugin
* 通用
* [vscode-icons](https://github.com/vscode-icons/vscode-icons) - 设置 VS Code 图标。
* [Bracket Pair Colorizer](https://github.com/CoenraadS/Bracket-Pair-Colorizer-2) - 着色匹配括号。
* [Indent-Rainbow](https://github.com/oderwat/vscode-indent-rainbow) - 对缩进显示彩虹色作色,使得更加易读。
* [Trailing Spaces](https://github.com/shardulm94/vscode-trailingspaces) - 检测多余空格并高亮。
* [TODO Highlight](https://github.com/wayou/vscode-todo-highlight) - TODO 备忘插件。
* [Code Spell Checker](https://github.com/Jason-Rev/vscode-spell-checker) - JavaScript 或 TypeScript 代码拼写检查。
* [Document This](https://github.com/joelday/vscode-docthis) - 自动生成 JavaScript 和 TypeScript 文档注释。
* [Sublime Text Keymap](https://github.com/Microsoft/vscode-sublime-keybindings) - 在 VScode 中添加 Sublime Text 热门快捷键。
* [Git Lens](https://github.com/eamodio/vscode-gitlens) - 增强了内置的 Visual Studio 代码 Git 功能。
* [View In Browser](https://github.com/hellopao/view-in-browser) - 在 VScode 内预览浏览器。
* [SVG Viewer](https://github.com/cssho/vscode-svgviewer) - 在 VScode 内查看 svg 图标。
* [Auto-Open Markdown Preview](https://github.com/hnw/vscode-auto-open-markdown-preview) - 实时预览 Markdown。
* [Markdown PDF](https://github.com/yzane/vscode-markdown-pdf) - 将 Markdown 文档转为 pdf、html、png 或 jpeg。
* [ESlint](https://github.com/Microsoft/vscode-eslint) - VSCode ,帮助校验 ES 语法等。
* [TSLint](https://github.com/Microsoft/vscode-eslint) - TSLint 在 VScode 工具,帮助校验 TS 语法等。
* [Typora](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-typora) - 让你的VSCode拥有Typora级Markdown编辑体验。
* HTML
* [Auto Close Tag](https://github.com/formulahendry/vscode-auto-close-tag) - 自动闭合标签。
* [Auto Rename Tag](https://github.com/formulahendry/vscode-auto-rename-tag) - 自动重命名标签。
* [HTML Snippets](https://marketplace.visualstudio.com/items?itemName=abusaidm.html-snippets) - HTML 代码片段。
* [IntelliSense for CSS class names in HTML](https://github.com/Zignd/HTML-CSS-Class-Completion) - 基于当前项目 CSS 文件,在html中智能提示CSS类名。
* [HTML CSS Support](https://github.com/ecmel/vscode-html-css) - 在 HTML 中智能提示 CSS 样式。
* JS
* [npm Intellisense](https://github.com/ChristianKohler/NpmIntellisense) - 自动提示 NPM 包的导入。
* [Path Intellisense](https://github.com/ChristianKohler/PathIntellisense) - 自动提示文件路径。
* [Auto Import](https://github.com/soates/Auto-Import) - 自动识别解析导入。
* [Code Runner](https://github.com/formulahendry/vscode-code-runner) - 支持执行多语言测试代码。
* [Import Cost](https://github.com/wix/import-cost) - 在编辑器中显示 import/require 包大小。
* [Regex Previewer](https://github.com/chrmarti/vscode-regex) - 测试写的正则表达式。
* React/Vue
* [react-beautify](https://github.com/taichi/react-beautify) - 这个扩展封保存自动美化 JS、JSX、TypeScript、TSX 文件。
* [Reactjs code snippets](https://github.com/xabikos/vscode-react) - ES6 语法高亮,Reactjs 开发的代码提示。
* [Vetur](https://github.com/vuejs/vetur) - Vue-VSCode 工具,支持高亮代码,自动补全,代码片段等。
## Vim Plugin
* [Vundle.vim](https://github.com/VundleVim/Vundle.vim) - Vim 插件管理工具。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/VundleVim/Vundle.vim)
* [vim-plug](https://github.com/junegunn/vim-plug) - 一个简约的 Vim 插件管理器。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/junegunn/vim-plug)
* [WebVim](https://github.com/krampstudio/webvim) - 倾向于开发 JavaScript 和 Web 的 Vim。
* [vim-web](https://github.com/jaywcjlove/vim-web) - 一个前端开发工程师的 Vim。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/jaywcjlove/vim-web)
* [Neovim](https://neovim.io/) - 提高 Vim 可扩张灵活性。[![Open-Source Software][OSS Icon]](https://github.com/neovim/neovim) ![Freeware][Freeware Icon]
* [Spacevim](https://github.com/ctjhoa/spacevim) - 模仿 Spacemacs 的使用方式。
* [Spf13](http://vim.spf13.com/) - 一套全方位的配置项目。
* [vimplus](https://github.com/chxuan/vimplus) - 一套完全自动化打造 Vim 开发环境的项目。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/chxuan/vimplus)
* [ivim](https://github.com/kepbod/ivim) - 一套简单易用,高可定制化 Vim 配置方案。
* [7th-vim](https://github.com/dofy/7th-vim) - 轻量级,可定制化的 Vim 配置方案。
[OSS Icon]: https://jaywcjlove.github.io/sb/ico/min-oss.svg
[Freeware Icon]: https://jaywcjlove.github.io/sb/ico/min-free.svg
[app-store Icon]: https://jaywcjlove.github.io/sb/ico/min-app-store.svg
<!--idoc:config:
title: Editors Plugin 分享推荐 -
description: Editors Plugin 分享推荐 - Awesome Mac
-->
+160
View File
@@ -0,0 +1,160 @@
<div align="center" markdown="1">
<sup>Special thanks to:</sup>
<br>
<br>
<a href="https://screensage.pro/">
<img alt="ScreenSage Pro" width="400" src="https://jaywcjlove.github.io/sponsor/screensage.png">
</a>
<br>
<a href="https://screensage.pro/">ScreenSage Pro, record beautiful screen recordings in minutes on macOS</a>
<br><br>
<a href="https://ip.im/">
<img alt="IP.IM" width="400" src="https://jaywcjlove.github.io/sponsor/ip.im.png">
</a>
<br>
<a href="https://ip.im/">IP.IM Free IP address information query website</a>
<br><br>
</div>
<hr>
<p style="display: inline_block">
<sup>Using <a href="https://wangchujiang.com/#/app" target="_blank">my app</a> is also a way to <a href="https://wangchujiang.com/#/sponsor" target="_blank">support</a> me:</sup><br/>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6766860898" title="Zipora: Zip/RAR/7Z Unarchiver"><img alt="Zipora: Zip/RAR/7Z Unarchiver" height="52" src="https://wangchujiang.com/appicon/zipora.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6758053530" title="Scap: Screenshot & Markup Edit for macOS"><img alt="Scap: Screenshot & Markup Edit" height="52" src="https://wangchujiang.com/appicon/scap.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6757317079" title="Screen Test for macOS"><img alt="Screen Test" height="52" src="https://wangchujiang.com/appicon/screen-test.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6755948110" title="Deskmark for macOS"><img alt="Deskmark" height="52" src="https://wangchujiang.com/appicon/deskmark.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6500434773" title="Keyzer for macOS"><img alt="Keyzer" height="52" src="https://wangchujiang.com/appicon/keyzer.png"></a>
<a target="_blank" href="https://github.com/jaywcjlove/vidwall-hub" title="Vidwall Hub for macOS"><img alt="Vidwall Hub" height="52" src="https://wangchujiang.com/appicon/vidwall-hub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6752624705" title="VidCrop for macOS"><img alt="VidCrop" height="52" src="https://wangchujiang.com/appicon/vidcrop.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6747587746" title="Vidwall for macOS"><img alt="Vidwall" height="52" src="https://wangchujiang.com/appicon/vidwall.png"></a>
<a target="_blank" href="https://wangchujiang.com/mousio-hint/" title="Mousio Hint for macOS"><img alt="Mousio Hint" height="52" src="https://wangchujiang.com/appicon/mousio-hint.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6746747327" title="Mousio for macOS"><img alt="Mousio" height="52" src="https://wangchujiang.com/appicon/mousio.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6745227444" title="Musicer for macOS"><img alt="Musicer" height="52" src="https://wangchujiang.com/appicon/musicer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743841447" title="Audioer for macOS"><img alt="Audioer" height="52" src="https://wangchujiang.com/appicon/audioer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6744690194" title="FileSentinel for macOS"><img alt="FileSentinel" height="52" src="https://wangchujiang.com/appicon/file-sentinel.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6743495172" title="FocusCursor for macOS"><img alt="FocusCursor" height="52" src="https://wangchujiang.com/appicon/focus-cursor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6742680573" title="Videoer for macOS"><img alt="Videoer" height="52" src="https://wangchujiang.com/appicon/videoer.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6740425504" title="KeyClicker for macOS"><img alt="KeyClicker" height="52" src="https://wangchujiang.com/appicon/key-clicker.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739052447" title="DayBar for macOS"><img alt="DayBar" height="52" src="https://wangchujiang.com/appicon/daybar.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6739444407" title="Iconed for macOS"><img alt="Iconed" height="52" src="https://wangchujiang.com/appicon/iconed.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6737160756" title="Menuist for macOS"><img alt="Menuist" height="52" src="https://wangchujiang.com/appicon/rightmenu-master.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6723903021" title="Paste Quick for macOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/paste-quick.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670696072&platform=mac" title="Quick RSS for macOS/iOS"><img alt="Quick RSS" height="52" src="https://wangchujiang.com/appicon/quick-rss.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6670167443" title="Web Serve for macOS"><img alt="Web Serve" height="52" src="https://wangchujiang.com/appicon/web-serve.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6503953628&platform=mac" title="Copybook Generator for macOS/iOS"><img alt="Copybook Generator" height="52" src="https://wangchujiang.com/appicon/copybook-generator.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6471227008&platform=mac" title="DevTutor for macOS/iOS"><img alt="DevTutor for SwiftUI" height="52" src="https://wangchujiang.com/appicon/devtutor.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479819388&platform=mac" title="RegexMate for macOS/iOS"><img alt="RegexMate" height="52" src="https://wangchujiang.com/appicon/regex-mate.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6479194014&platform=mac" title="Time Passage for macOS/iOS"><img alt="Time Passage" height="52" src="https://wangchujiang.com/appicon/time-passage.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478772538" title="IconizeFolder for macOS"><img alt="Iconize Folder" height="52" src="https://wangchujiang.com/appicon/iconize-folder.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6478511402&platform=mac" title="Textsound Saver for macOS/iOS"><img alt="Textsound Saver" height="52" src="https://wangchujiang.com/appicon/textsound-saver.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476924627" title="Create Custom Symbols for macOS"><img alt="Create Custom Symbols" height="52" src="https://wangchujiang.com/appicon/create-custom-symbols.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476452351" title="DevHub for macOS"><img alt="DevHub" height="52" src="https://wangchujiang.com/appicon/devhub.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6476400184" title="Resume Revise for macOS"><img alt="Resume Revise" height="52" src="https://wangchujiang.com/appicon/resume-revise.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6472593276" title="Palette Genius for macOS"><img alt="Palette Genius" height="52" src="https://wangchujiang.com/appicon/palette-genius.png"></a>
<a target="_blank" href="https://jaywcjlove.github.io/maslink/?id=6470879005" title="Symbol Scribe for macOS"><img alt="Symbol Scribe" height="52" src="https://wangchujiang.com/appicon/symbol-scribe.png"></a>
</p>
<hr>
Editors Plugin
===
<!--rehype:style=font-size: 38px; border-bottom: 0; display: flex; min-height: 260px; align-items: center; justify-content: center;-->
[![Buy me a coffee](https://img.shields.io/badge/Buy_Me_a_Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://jaywcjlove.github.io/#/sponsor)
[![Follow On X](https://img.shields.io/badge/Follow%20on%20X-333333?logo=x&logoColor=white)](https://github.com/jaywcjlove)
[![Awesome](https://jaywcjlove.github.io/sb/ico/awesome.svg)](https://github.com/sindresorhus/awesome)
[![NPM version](https://img.shields.io/npm/v/awesome-mac.svg?style=flat)](https://npmjs.org/package/awesome-mac)
[![WeiBo](https://jaywcjlove.github.io/sb/ico/weibo.svg)](http://weibo.com/pc175)
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/awesome-mac?logo=docker)](https://hub.docker.com/r/wcjiang/awesome-mac)
[![Chinese](https://jaywcjlove.github.io/sb/lang/chinese.svg)](editor-plugin-zh.md)
[![Japanese](https://jaywcjlove.github.io/sb/lang/japanese.svg)](editor-plugin-ja.md)
<!--rehype:style=text-align: center;-->
## Sublime Text Plugin
* [PlainTasks](https://packagecontrol.io/packages/PlainTasks) - An opinionated todo-list plugin.
* [sublimelint](https://github.com/lunixbochs/sublimelint) - A framework for error highlighting. Support AppleScript, C, C++, CSS, CoffeeScript, Go, HAML, HTML, Java, JavaScript, Lua, NASM, PHP, Perl, Python, Puppet, Ruby, XML.
* [jQuery](https://packagecontrol.io/packages/jQuery) - Sublime Text package bundle for jQuery.
* [Underscore](https://packagecontrol.io/packages/Underscore.js%20Snippets) - Underscore 1.4 snippets for Sublime Text 2.
* [DocBlockr](https://packagecontrol.io/packages/DocBlockr) - Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, ActionScript, C & C++.
* [SublimeCodeIntel](https://packagecontrol.io/packages/SublimeCodeIntel) - Full-featured code intelligence and smart autocomplete engine.
* [ColorPicker](https://packagecontrol.io/packages/ColorPicker) - A multi-platform color picker plugin.
* [HTML-CSS-JS Prettify](https://packagecontrol.io/packages/HTML-CSS-JS%20Prettify) - HTML, CSS, JavaScript and JSON code formatter for Sublime Text 2 and 3 via `node.js`.
* [WakaTime](https://packagecontrol.io/packages/WakaTime) - A plugin for metrics, insights, and time tracking automatically generated from your programming activity.
* [Seti_UI](https://packagecontrol.io/packages/Seti_UI) - A beautiful theme, including file icons.
* [OmniMarkupPreviewer](https://packagecontrol.io/packages/OmniMarkupPreviewer) - Live previewer/exporter for markup files (markdown, rst, creole, textile...).
* [BracketHighlighter](https://packagecontrol.io/packages/BracketHighlighter) - Bracket and tag highlighter.
* [Markdown Extended](https://packagecontrol.io/packages/Markdown%20Extended) - Markdown syntax highlighter.
* [Babel](https://packagecontrol.io/packages/Babel) - Syntax definitions for ES6 JavaScript with React JSX extensions.
* [AutoFileName](https://packagecontrol.io/packages/AutoFileName) - Automatically complete the file name。
* [FTPSync](https://packagecontrol.io/packages/FTPSync) - FTP sync plug-in, local file synchronization with the virtual machine is very convenient。
* [Color Highlighter](https://packagecontrol.io/packages/Color%20Highlighter) - Highlight color key word, very suitable for CSS code。
* [File History](https://packagecontrol.io/packages/File%20History) - Local file history, every time modify the file will be history。
* [JavaScript Completions](https://packagecontrol.io/packages/JavaScript%20Completions) - Native Javascript completion。
* [JSON Reindent](https://packagecontrol.io/packages/JSON%20Reindent) - JSON formatting。
* [Git](https://packagecontrol.io/packages/Git) - Comprehensive Sublime does Text Git plug-in function。
* [GitStatus](https://packagecontrol.io/packages/GitStatus) - Monitoring changes of files and project status in real time。
* [Gitignore](https://packagecontrol.io/packages/Gitignore) - The Git Gitignore files are generated, commonly used built-in filter file。
## VSCode Plugin
* Common
* [Auto-Open Markdown Preview](https://github.com/hnw/vscode-auto-open-markdown-preview) - Opening Markdown-preview automatically when opening a Markdown file
* [Bracket Pair Colorizer](https://github.com/CoenraadS/Bracket-Pair-Colorizer-2) - Bracket Colorizer Extension for VSCode
* [Code Spell Checker](https://github.com/Jason-Rev/vscode-spell-checker) - A simple source code spell checker for typescript and javascript
* [Debugger for Chrome](https://github.com/Microsoft/vscode-chrome-debug) - Debug your JavaScript code in the Google Chrome browser.
* [Document This](https://github.com/joelday/vscode-docthis) - JSDoc generator extension for Visual Studio Code
* [ESlint](https://github.com/Microsoft/vscode-eslint) - Integrate eslint into VSCode.
* [Git Lens](https://github.com/eamodio/vscode-gitlens) - Supercharge the Git capabilities built into Visual Studio Code
* [Indent-Rainbow](https://github.com/oderwat/vscode-indent-rainbow) - Shows indentation with a faint rainbow colored background to make them more readable
* [Markdown PDF](https://github.com/yzane/vscode-markdown-pdf) - Convert Markdown file to pdf, html, png or jpeg file.
* [Sublime Text Keymap](https://github.com/Microsoft/vscode-sublime-keybindings) - Popular Sublime Text keybindings for VS Code.
* [SVG Viewer](https://github.com/cssho/vscode-svgviewer) - SVG Viewer for Visual Studio
* [TODO Highlight](https://github.com/wayou/vscode-todo-highlight) - Highlighting todos, fixmes, and any annotations
* [Trailing Spaces](https://github.com/shardulm94/vscode-trailingspaces) - Allows you to highlight trailing spaces and delete them in a flash
* [TSLint](https://github.com/microsoft/vscode-tslint) - Integrate tslint into VSCode.
* [Typora](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-typora) - Provides a Typora-like Markdown editing experience in VSCode.
* [View In Browser](https://github.com/hellopao/view-in-browser) - View a html file in system's default browser
* [vscode-icons](https://github.com/vscode-icons/vscode-icons) - Icons for Visual Studio
* HTML
* [Auto Close Tag](https://github.com/formulahendry/vscode-auto-close-tag) - Auto Close Tag
* [Auto Rename Tag](https://github.com/formulahendry/vscode-auto-rename-tag) - Automatically rename paired HTML/XML tag
* [HTML Snippets](https://marketplace.visualstudio.com/items?itemName=abusaidm.html-snippets) - Html snippets
* [IntelliSense for CSS class names in HTML](https://github.com/Zignd/HTML-CSS-Class-Completion) - Provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
* [HTML CSS Support](https://github.com/ecmel/vscode-html-css) - CSS support for HTML documents
* JS
* [Auto Import](https://github.com/soates/Auto-Import) - Automatically finds, parses and provides code actions for all available imports.
* [Code Runner](https://github.com/formulahendry/vscode-code-runner) - Run code snippet or code file for multiple languages.
* [Import Cost](https://github.com/wix/import-cost) - Display import/require package size in the editor.
* [npm Intellisense](https://github.com/ChristianKohler/NpmIntellisense) - Autocompletes npm modules in import statements.
* [Path Intellisense](https://github.com/ChristianKohler/PathIntellisense) - Autocompletes filenames.
* [Regex Previewer](https://github.com/chrmarti/vscode-regex) - Test regex and preview.
* React/Vue
* [react-beautify](https://github.com/taichi/react-beautify) - This extension wraps prettydiff/esformatter to format your javascript, JSX, typescript, TSX file.
* [Reactjs code snippets](https://github.com/xabikos/vscode-react) - Code snippets for Reactjs development in ES6 syntax.
* [Vetur](https://github.com/vuejs/vetur) - Vue tooling for VS Codesupport Syntax-highlightingAuto CompletionSnippet...
## Vim Plugin
* [WebVim](https://github.com/krampstudio/webvim) - Vim-based distribution targeting JavaScript and Web development
* [Neovim](https://neovim.io/) - Vim-fork focused on extensibility and agility. [![Open-Source Software][OSS Icon]](https://github.com/neovim/neovim) ![Freeware][Freeware Icon]
* [ivim](https://github.com/kepbod/ivim) - An easy & highly customizable vim configuration.
* [7th-vim](https://github.com/dofy/7th-vim) - Lightweight & Customizable Vim configuration options.
## Cross Platform Plugins
* [TabNine](https://tabnine.com) - Code autocompletion based on deep learning for all major IDEs / Text Editors for a variety of programming languages and syntax extensions (like JSX)
[OSS Icon]: https://jaywcjlove.github.io/sb/ico/min-oss.svg
[Freeware Icon]: https://jaywcjlove.github.io/sb/ico/min-free.svg
[app-store Icon]: https://jaywcjlove.github.io/sb/ico/min-app-store.svg
<!--idoc:config:
title: Editors Plugin Sharing Recommendation -
description: Editors Plugin Sharing Recommendation - Awesome Mac
-->
+31
View File
@@ -0,0 +1,31 @@
Awesome Mac フィード案内
===
[![Feed English](https://jaywcjlove.github.io/sb/lang/english.svg)](./feed.md)
[![Feed 中文](https://jaywcjlove.github.io/sb/lang/chinese.svg)](./feed-zh.md)
[![Feed 한국어](https://jaywcjlove.github.io/sb/lang/korean.svg)](./feed-ko.md)
見逃しやすい優れた macOS の新着アプリを追いやすくするために、最近追加された高品質な macOS アプリだけを集めた RSS フィードです。
```text
https://jaywcjlove.github.io/awesome-mac/feed.xml
https://jaywcjlove.github.io/awesome-mac/feed-zh.xml
https://jaywcjlove.github.io/awesome-mac/feed-ko.xml
https://jaywcjlove.github.io/awesome-mac/feed-ja.xml
```
## 仕組み
- スクリプトは各 README の直近 50 件の commit を走査します。
- README の diff から新しいアプリ項目が追加されたかどうかを判定します。
- 既存の XML フィードそのものを増分更新の基準として使います。
- 次回実行時は、現在の XML フィードの最新項目から commit hash を読み取り、それ以降の新しい commit だけを処理します。
- 各フィードには最近追加されたアプリを最大 50 件まで保持します。
## 再生成
```bash
npm run feed
```
生成スクリプトは `build/feed.mjs` です。
+712
View File
@@ -0,0 +1,712 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Awesome Mac - 最近追加されたアプリ</title>
<link>https://jaywcjlove.github.io/awesome-mac</link>
<description>日本語リストを元にした最近追加の macOS アプリです。</description>
<language>ja-JP</language>
<lastBuildDate>Sun, 12 Jul 2026 01:09:08 GMT</lastBuildDate>
<atom:link href="https://jaywcjlove.github.io/awesome-mac/feed/feed-ja.xml" rel="self" type="application/rss+xml" />
<generator>build/feed.mjs</generator>
<item>
<title>Presspeech</title>
<link>https://github.com/rcourtman/presspeech</link>
<guid isPermaLink="false">1a8e1aa613e808a6ac97d1aa478d57a698af7d2a:Presspeech</guid>
<pubDate>Sun, 12 Jul 2026 01:09:08 GMT</pubDate>
<category>音声テキスト変換</category>
<description>Category: 音声テキスト変換
App: Presspeech
Description: Parakeet TDT v3CoreML/ANE)を使用した、Apple Silicon Mac 用のネイティブなプッシュ・トゥ・トーク対応ローカル音声入力アプリ。
Open Source: https://github.com/rcourtman/presspeech
Commit: Update Presspeech listing (#2290)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1a8e1aa613e808a6ac97d1aa478d57a698af7d2a</description>
<content:encoded><![CDATA[Category: 音声テキスト変換<br/>App: Presspeech<br/>Description: Parakeet TDT v3CoreML/ANE)を使用した、Apple Silicon Mac 用のネイティブなプッシュ・トゥ・トーク対応ローカル音声入力アプリ。<br/>Open Source: https://github.com/rcourtman/presspeech<br/>Commit: Update Presspeech listing (#2290)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1a8e1aa613e808a6ac97d1aa478d57a698af7d2a]]></content:encoded>
</item>
<item>
<title>Knopo</title>
<link>https://github.com/alkalim/Knopo</link>
<guid isPermaLink="false">1f253f397c243f38605012529fbc81b837fb1ada:Knopo</guid>
<pubDate>Sun, 12 Jul 2026 00:18:16 GMT</pubDate>
<category>読み書きツール / メモ・ノート</category>
<description>Category: 読み書きツール / メモ・ノート
App: Knopo
Description: ノートをプレーンMarkdownファイルとして保存するmacOSネイティブのローカルファーストアウトライナー。
Open Source: https://github.com/alkalim/Knopo
Commit: Add Knopo (#2291)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1f253f397c243f38605012529fbc81b837fb1ada</description>
<content:encoded><![CDATA[Category: 読み書きツール / メモ・ノート<br/>App: Knopo<br/>Description: ノートをプレーンMarkdownファイルとして保存するmacOSネイティブのローカルファーストアウトライナー。<br/>Open Source: https://github.com/alkalim/Knopo<br/>Commit: Add Knopo (#2291)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1f253f397c243f38605012529fbc81b837fb1ada]]></content:encoded>
</item>
<item>
<title>Gemini Collector</title>
<link>https://github.com/FirenzeLor/gemini-collector</link>
<guid isPermaLink="false">5ac5d87f284028cf73b34cb7b9a722ea5d0629e1:Gemini Collector</guid>
<pubDate>Sun, 12 Jul 2026 00:08:52 GMT</pubDate>
<category>AIツール</category>
<description>Category: AIツール
App: Gemini Collector
Description: Google Geminiの会話・添付ファイル・AI生成メディアをJSONとしてローカルにバックアップ。
Open Source: https://github.com/FirenzeLor/gemini-collector
Commit: Add Gemini Collector to AI Tools (#2295)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/5ac5d87f284028cf73b34cb7b9a722ea5d0629e1</description>
<content:encoded><![CDATA[Category: AIツール<br/>App: Gemini Collector<br/>Description: Google Geminiの会話・添付ファイル・AI生成メディアをJSONとしてローカルにバックアップ。<br/>Open Source: https://github.com/FirenzeLor/gemini-collector<br/>Commit: Add Gemini Collector to AI Tools (#2295)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/5ac5d87f284028cf73b34cb7b9a722ea5d0629e1]]></content:encoded>
</item>
<item>
<title>Profisor</title>
<link>https://github.com/yefga/Profisor</link>
<guid isPermaLink="false">68b54c06902da7c3eef7c2abcf1d28625dcb5de7:Profisor</guid>
<pubDate>Sat, 11 Jul 2026 09:03:09 GMT</pubDate>
<category>ユーティリティ / メニューバーツール</category>
<description>Category: ユーティリティ / メニューバーツール
App: Profisor
Description: メニューバーから現在のプロジェクトの Xcode プロビジョニングプロファイルを切り替え。
Open Source: https://github.com/yefga/Profisor
Commit: Add Profisor (#2289)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/68b54c06902da7c3eef7c2abcf1d28625dcb5de7</description>
<content:encoded><![CDATA[Category: ユーティリティ / メニューバーツール<br/>App: Profisor<br/>Description: メニューバーから現在のプロジェクトの Xcode プロビジョニングプロファイルを切り替え。<br/>Open Source: https://github.com/yefga/Profisor<br/>Commit: Add Profisor (#2289)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/68b54c06902da7c3eef7c2abcf1d28625dcb5de7]]></content:encoded>
</item>
<item>
<title>Battery Hog</title>
<link>https://github.com/luke-fairbanks/BatteryHog</link>
<guid isPermaLink="false">e34fa129f9bce64dbc862880429b71ea15c1afa3:Battery Hog</guid>
<pubDate>Fri, 10 Jul 2026 07:52:03 GMT</pubDate>
<category>ユーティリティ / システム関連ツール</category>
<description>Category: ユーティリティ / システム関連ツール
App: Battery Hog
Description: リアルタイムのワット数、アプリごとの電力消費、充電履歴、消耗分析でバッテリーを消耗している原因を100%ローカルで表示。
Open Source: https://github.com/luke-fairbanks/BatteryHog
Commit: Add Battery Hog (#2285)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/e34fa129f9bce64dbc862880429b71ea15c1afa3</description>
<content:encoded><![CDATA[Category: ユーティリティ / システム関連ツール<br/>App: Battery Hog<br/>Description: リアルタイムのワット数、アプリごとの電力消費、充電履歴、消耗分析でバッテリーを消耗している原因を100%ローカルで表示。<br/>Open Source: https://github.com/luke-fairbanks/BatteryHog<br/>Commit: Add Battery Hog (#2285)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/e34fa129f9bce64dbc862880429b71ea15c1afa3]]></content:encoded>
</item>
<item>
<title>OATS</title>
<link>https://github.com/ariso-ai/oats</link>
<guid isPermaLink="false">9654998824e9692ac4d6953152ff997cd884ac6c:OATS</guid>
<pubDate>Thu, 09 Jul 2026 04:48:55 GMT</pubDate>
<category>読み書きツール / メモ・ノート</category>
<description>Category: 読み書きツール / メモ・ノート
App: OATS
Description: ライブ文字起こし、話者ラベル、AI要約、完全オフラインのオンデバイスモードに対応したオープンソースのローカルファースト会議ノートアプリ。
Open Source: https://github.com/ariso-ai/oats
Commit: Add Oats to Note-taking (#2268)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9654998824e9692ac4d6953152ff997cd884ac6c</description>
<content:encoded><![CDATA[Category: 読み書きツール / メモ・ノート<br/>App: OATS<br/>Description: ライブ文字起こし、話者ラベル、AI要約、完全オフラインのオンデバイスモードに対応したオープンソースのローカルファースト会議ノートアプリ。<br/>Open Source: https://github.com/ariso-ai/oats<br/>Commit: Add Oats to Note-taking (#2268)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9654998824e9692ac4d6953152ff997cd884ac6c]]></content:encoded>
</item>
<item>
<title>Prevail</title>
<link>https://prevail.sh</link>
<guid isPermaLink="false">d3dc33f0560c77b9ab7df83d2bd620121548f8e2:Prevail</guid>
<pubDate>Tue, 07 Jul 2026 11:57:34 GMT</pubDate>
<category>AIツール</category>
<description>Category: AIツール
App: Prevail
Description: ローカルファーストのAIライフOS。生活ドメインごとに任意のモデルを実行し、データはMac上のプレーンMarkdownボールトに保存。署名・公証済み。
Website: https://prevail.sh
Commit: Add Prevail to AI Tools (#2267)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/d3dc33f0560c77b9ab7df83d2bd620121548f8e2</description>
<content:encoded><![CDATA[Category: AIツール<br/>App: Prevail<br/>Description: ローカルファーストのAIライフOS。生活ドメインごとに任意のモデルを実行し、データはMac上のプレーンMarkdownボールトに保存。署名・公証済み。<br/>Website: https://prevail.sh<br/>Commit: Add Prevail to AI Tools (#2267)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/d3dc33f0560c77b9ab7df83d2bd620121548f8e2]]></content:encoded>
</item>
<item>
<title>tty7</title>
<link>https://github.com/l0ng-ai/tty7</link>
<guid isPermaLink="false">258daea61a27fda55d57bea4be5d05b10c6c30a6:tty7</guid>
<pubDate>Tue, 07 Jul 2026 01:43:44 GMT</pubDate>
<category>ターミナルアプリ</category>
<description>Category: ターミナルアプリ
App: tty7
Description: 純粋なRustで書かれたGPUレンダリングのデーモンバックドターミナル。tmuxなしでセッションを永続化できます。
Open Source: https://github.com/l0ng-ai/tty7
Commit: Add tty7 to Terminal Apps (#2263)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/258daea61a27fda55d57bea4be5d05b10c6c30a6</description>
<content:encoded><![CDATA[Category: ターミナルアプリ<br/>App: tty7<br/>Description: 純粋なRustで書かれたGPUレンダリングのデーモンバックドターミナル。tmuxなしでセッションを永続化できます。<br/>Open Source: https://github.com/l0ng-ai/tty7<br/>Commit: Add tty7 to Terminal Apps (#2263)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/258daea61a27fda55d57bea4be5d05b10c6c30a6]]></content:encoded>
</item>
<item>
<title>TokenTracker</title>
<link>https://www.tokentracker.cc</link>
<guid isPermaLink="false">baa66734f625ca23b69f94f1b10bc972395eaca2:TokenTracker</guid>
<pubDate>Mon, 06 Jul 2026 23:32:36 GMT</pubDate>
<category>AIツール</category>
<description>Category: AIツール
App: TokenTracker
Description: 20以上のAIコーディングツールのトークン使用量とコストをローカルで追跡するメニューバーアプリとCLI。
Website: https://www.tokentracker.cc
Commit: Add TokenTracker to AI Tools (#2101)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/baa66734f625ca23b69f94f1b10bc972395eaca2</description>
<content:encoded><![CDATA[Category: AIツール<br/>App: TokenTracker<br/>Description: 20以上のAIコーディングツールのトークン使用量とコストをローカルで追跡するメニューバーアプリとCLI。<br/>Website: https://www.tokentracker.cc<br/>Commit: Add TokenTracker to AI Tools (#2101)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/baa66734f625ca23b69f94f1b10bc972395eaca2]]></content:encoded>
</item>
<item>
<title>Wox</title>
<link>https://wox-launcher.github.io/Wox/</link>
<guid isPermaLink="false">c4c9f9831cd203db51e91224fc49a4b595fe3b05:Wox</guid>
<pubDate>Mon, 06 Jul 2026 10:10:24 GMT</pubDate>
<category>ユーティリティ / 生産性ツール</category>
<description>Category: ユーティリティ / 生産性ツール
App: Wox
Description: 高速なローカル検索とプラグイン拡張を備えたオープンソースのクロスプラットフォームランチャー。
Website: https://wox-launcher.github.io/Wox/
Commit: Add Wox #2047
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c4c9f9831cd203db51e91224fc49a4b595fe3b05</description>
<content:encoded><![CDATA[Category: ユーティリティ / 生産性ツール<br/>App: Wox<br/>Description: 高速なローカル検索とプラグイン拡張を備えたオープンソースのクロスプラットフォームランチャー。<br/>Website: https://wox-launcher.github.io/Wox/<br/>Commit: Add Wox #2047<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c4c9f9831cd203db51e91224fc49a4b595fe3b05]]></content:encoded>
</item>
<item>
<title>cctop</title>
<link>https://cctop.app</link>
<guid isPermaLink="false">bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9:cctop</guid>
<pubDate>Mon, 06 Jul 2026 05:33:17 GMT</pubDate>
<category>ユーティリティ / メニューバーツール</category>
<description>Category: ユーティリティ / メニューバーツール
App: cctop
Description: AI コーディングセッション(Claude Code、Codex、opencode、pi)の状態をメニューバーに表示し、対応するターミナルペインやエディタウィンドウへジャンプできるオープンソースツール。
Website: https://cctop.app
Commit: Add cctop to Menu Bar Tools (#2257)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9</description>
<content:encoded><![CDATA[Category: ユーティリティ / メニューバーツール<br/>App: cctop<br/>Description: AI コーディングセッション(Claude Code、Codex、opencode、pi)の状態をメニューバーに表示し、対応するターミナルペインやエディタウィンドウへジャンプできるオープンソースツール。<br/>Website: https://cctop.app<br/>Commit: Add cctop to Menu Bar Tools (#2257)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9]]></content:encoded>
</item>
<item>
<title>MenubarCC</title>
<link>https://github.com/ksterx/MenubarCC</link>
<guid isPermaLink="false">b197ea52da5a96b4566fe2c9f89384a3e5d39dff:MenubarCC</guid>
<pubDate>Sun, 05 Jul 2026 13:33:06 GMT</pubDate>
<category>ユーティリティ / メニューバーツール</category>
<description>Category: ユーティリティ / メニューバーツール
App: MenubarCC
Description: Claude Code の各セッション状態をメニューバーのカニで一目表示し、作業中は歩き、入力待ちになると跳ねる。
Open Source: https://github.com/ksterx/MenubarCC
Commit: Add MenubarCC to Menu Bar Tools (#2249)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/b197ea52da5a96b4566fe2c9f89384a3e5d39dff</description>
<content:encoded><![CDATA[Category: ユーティリティ / メニューバーツール<br/>App: MenubarCC<br/>Description: Claude Code の各セッション状態をメニューバーのカニで一目表示し、作業中は歩き、入力待ちになると跳ねる。<br/>Open Source: https://github.com/ksterx/MenubarCC<br/>Commit: Add MenubarCC to Menu Bar Tools (#2249)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/b197ea52da5a96b4566fe2c9f89384a3e5d39dff]]></content:encoded>
</item>
<item>
<title>Harbofly</title>
<link>https://harbofly.app/</link>
<guid isPermaLink="false">9568458c70df1b8762f8f5056ca760c50f753922:Harbofly</guid>
<pubDate>Sun, 05 Jul 2026 08:19:58 GMT</pubDate>
<category>ユーティリティ / クリーンアップとアンインストール</category>
<description>Category: ユーティリティ / クリーンアップとアンインストール
App: Harbofly
Description: 開発ビルドの成果物やキャッシュ(DerivedData、node_modules、SPM/Homebrewキャッシュ)を自動検出して解放するメニューバーツール。テレメトリーなし。
Website: https://harbofly.app/
Commit: Add Harbofly to the zh/ja/ko list. #2252
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9568458c70df1b8762f8f5056ca760c50f753922</description>
<content:encoded><![CDATA[Category: ユーティリティ / クリーンアップとアンインストール<br/>App: Harbofly<br/>Description: 開発ビルドの成果物やキャッシュ(DerivedData、node_modules、SPM/Homebrewキャッシュ)を自動検出して解放するメニューバーツール。テレメトリーなし。<br/>Website: https://harbofly.app/<br/>Commit: Add Harbofly to the zh/ja/ko list. #2252<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9568458c70df1b8762f8f5056ca760c50f753922]]></content:encoded>
</item>
<item>
<title>MoonProxy</title>
<link>https://github.com/MoonProxyHQ/moonproxy-desktop</link>
<guid isPermaLink="false">a59272745a93357a103f7ddfd18c1ad6856a8d27:MoonProxy</guid>
<pubDate>Sun, 05 Jul 2026 00:33:23 GMT</pubDate>
<category>リモートログインソフトウェア</category>
<description>Category: リモートログインソフトウェア
App: MoonProxy
Description: FRPのGUIクライアント。ワンクリックでローカルサービスをインターネットに公開。
Open Source: https://github.com/MoonProxyHQ/moonproxy-desktop
Commit: Add MoonProxy to the ja/ko/zh list. #2253
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a59272745a93357a103f7ddfd18c1ad6856a8d27</description>
<content:encoded><![CDATA[Category: リモートログインソフトウェア<br/>App: MoonProxy<br/>Description: FRPのGUIクライアント。ワンクリックでローカルサービスをインターネットに公開。<br/>Open Source: https://github.com/MoonProxyHQ/moonproxy-desktop<br/>Commit: Add MoonProxy to the ja/ko/zh list. #2253<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a59272745a93357a103f7ddfd18c1ad6856a8d27]]></content:encoded>
</item>
<item>
<title>StockDock</title>
<link>https://github.com/simonsruggi/StockDock</link>
<guid isPermaLink="false">9c7ea9e1942d44b22cad2e39ad4424646b6f6668:StockDock</guid>
<pubDate>Sun, 05 Jul 2026 00:14:39 GMT</pubDate>
<category>ファイナンス</category>
<description>Category: ファイナンス
App: StockDock
Description: メニューバーで株・ETF・暗号資産のリアルタイム相場を表示するツール。ポートフォリオ損益と多通貨に対応し、プライバシー重視でアカウント不要。
Open Source: https://github.com/simonsruggi/StockDock
Commit: Add StockDock to the zh/ja/ko list #2255.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9c7ea9e1942d44b22cad2e39ad4424646b6f6668</description>
<content:encoded><![CDATA[Category: ファイナンス<br/>App: StockDock<br/>Description: メニューバーで株・ETF・暗号資産のリアルタイム相場を表示するツール。ポートフォリオ損益と多通貨に対応し、プライバシー重視でアカウント不要。<br/>Open Source: https://github.com/simonsruggi/StockDock<br/>Commit: Add StockDock to the zh/ja/ko list #2255.<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9c7ea9e1942d44b22cad2e39ad4424646b6f6668]]></content:encoded>
</item>
<item>
<title>Off Grid AI Desktop</title>
<link>https://getoffgridai.co/desktop</link>
<guid isPermaLink="false">79727df0c0d285c93e234212932bfb0dcc9a6c5f:Off Grid AI Desktop</guid>
<pubDate>Sun, 05 Jul 2026 00:04:14 GMT</pubDate>
<category>AIツール</category>
<description>Category: AIツール
App: Off Grid AI Desktop
Description: プライベートなローカルファーストAIツール。ローカルLLMチャット、画像生成、音声入力、記憶検索をすべて端末上で実行。
Website: https://getoffgridai.co/desktop
Commit: Add &quot;Off Grid AI Desktopt&quot; to the ja/ko/zh list.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/79727df0c0d285c93e234212932bfb0dcc9a6c5f</description>
<content:encoded><![CDATA[Category: AIツール<br/>App: Off Grid AI Desktop<br/>Description: プライベートなローカルファーストAIツール。ローカルLLMチャット、画像生成、音声入力、記憶検索をすべて端末上で実行。<br/>Website: https://getoffgridai.co/desktop<br/>Commit: Add &quot;Off Grid AI Desktopt&quot; to the ja/ko/zh list.<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/79727df0c0d285c93e234212932bfb0dcc9a6c5f]]></content:encoded>
</item>
<item>
<title>Vesta</title>
<link>https://github.com/vestaterm/Vesta</link>
<guid isPermaLink="false">71b7e4bb8269a618f15398aee362dfd9d5d493bf:Vesta</guid>
<pubDate>Wed, 01 Jul 2026 03:13:12 GMT</pubDate>
<category>ターミナルアプリ</category>
<description>Category: ターミナルアプリ
App: Vesta
Description: libghostty 上に構築されたネイティブ macOS ターミナル。コーディングエージェントを並列実行できます。
Open Source: https://github.com/vestaterm/Vesta
Commit: Add Vesta (#2243)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/71b7e4bb8269a618f15398aee362dfd9d5d493bf</description>
<content:encoded><![CDATA[Category: ターミナルアプリ<br/>App: Vesta<br/>Description: libghostty 上に構築されたネイティブ macOS ターミナル。コーディングエージェントを並列実行できます。<br/>Open Source: https://github.com/vestaterm/Vesta<br/>Commit: Add Vesta (#2243)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/71b7e4bb8269a618f15398aee362dfd9d5d493bf]]></content:encoded>
</item>
<item>
<title>Edmund</title>
<link>https://github.com/I7T5/Edmund</link>
<guid isPermaLink="false">3eedfd7588d7c53bde40217c210c412ad98fa218:Edmund</guid>
<pubDate>Tue, 30 Jun 2026 04:17:46 GMT</pubDate>
<category>読み書きツール / Markdownツール [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools)</category>
<description>Category: 読み書きツール / Markdownツール [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools)
App: Edmund
Description: ライブプレビュー付きのミニマルなMarkdownエディタ。既存ファイルをそのまま編集でき、保管庫不要。
Open Source: https://github.com/I7T5/Edmund
Commit: Add Edmund to the ja/ko/zh list. #2238
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/3eedfd7588d7c53bde40217c210c412ad98fa218</description>
<content:encoded><![CDATA[Category: 読み書きツール / Markdownツール [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools)<br/>App: Edmund<br/>Description: ライブプレビュー付きのミニマルなMarkdownエディタ。既存ファイルをそのまま編集でき、保管庫不要。<br/>Open Source: https://github.com/I7T5/Edmund<br/>Commit: Add Edmund to the ja/ko/zh list. #2238<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/3eedfd7588d7c53bde40217c210c412ad98fa218]]></content:encoded>
</item>
<item>
<title>Orca</title>
<link>https://onorca.dev</link>
<guid isPermaLink="false">65dcb46146c4a7fea28b2117d574d8d34e5cbc46:Orca</guid>
<pubDate>Mon, 29 Jun 2026 02:36:44 GMT</pubDate>
<category>開発ツール / IDE</category>
<description>Category: 開発ツール / IDE
App: Orca
Description: 複数のAIコーディングエージェントをそれぞれ独立したgitワークツリーで並列実行できるオープンソースIDE。
Website: https://onorca.dev
Commit: Add Orca to the ja/ko/zh list. #2235
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/65dcb46146c4a7fea28b2117d574d8d34e5cbc46</description>
<content:encoded><![CDATA[Category: 開発ツール / IDE<br/>App: Orca<br/>Description: 複数のAIコーディングエージェントをそれぞれ独立したgitワークツリーで並列実行できるオープンソースIDE。<br/>Website: https://onorca.dev<br/>Commit: Add Orca to the ja/ko/zh list. #2235<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/65dcb46146c4a7fea28b2117d574d8d34e5cbc46]]></content:encoded>
</item>
<item>
<title>VoxFlow</title>
<link>https://github.com/xingbofeng/VoxFlow</link>
<guid isPermaLink="false">064235d50be31cc75a8e91bf34e93a4e162fbfa0:VoxFlow</guid>
<pubDate>Sat, 27 Jun 2026 01:19:07 GMT</pubDate>
<category>音声テキスト変換</category>
<description>Category: 音声テキスト変換
App: VoxFlow
Description: ローカル/クラウドASR、OCR、履歴、コーディングエージェントのワークフローに対応したオープンソース音声入力ワークスペース。
Open Source: https://github.com/xingbofeng/VoxFlow
Commit: Add VoxFlow (#2232)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/064235d50be31cc75a8e91bf34e93a4e162fbfa0</description>
<content:encoded><![CDATA[Category: 音声テキスト変換<br/>App: VoxFlow<br/>Description: ローカル/クラウドASR、OCR、履歴、コーディングエージェントのワークフローに対応したオープンソース音声入力ワークスペース。<br/>Open Source: https://github.com/xingbofeng/VoxFlow<br/>Commit: Add VoxFlow (#2232)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/064235d50be31cc75a8e91bf34e93a4e162fbfa0]]></content:encoded>
</item>
<item>
<title>Pesty</title>
<link>https://github.com/momenbasel/pesty</link>
<guid isPermaLink="false">c45bbebc4b9f85db07a56cce3403ce58b4812476:Pesty</guid>
<pubDate>Fri, 26 Jun 2026 02:23:11 GMT</pubDate>
<category>ユーティリティ / クリップボードツール</category>
<description>Category: ユーティリティ / クリップボードツール
App: Pesty
Description: 無料のオープンソースクリップボードマネージャー。色分けされたスライドストリップで履歴を表示。
Open Source: https://github.com/momenbasel/pesty
Commit: Add Pesty to the ja/ko/zh list. (#2229)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c45bbebc4b9f85db07a56cce3403ce58b4812476</description>
<content:encoded><![CDATA[Category: ユーティリティ / クリップボードツール<br/>App: Pesty<br/>Description: 無料のオープンソースクリップボードマネージャー。色分けされたスライドストリップで履歴を表示。<br/>Open Source: https://github.com/momenbasel/pesty<br/>Commit: Add Pesty to the ja/ko/zh list. (#2229)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c45bbebc4b9f85db07a56cce3403ce58b4812476]]></content:encoded>
</item>
<item>
<title>Claude Usage</title>
<link>https://github.com/Bread-bang/claude-usage</link>
<guid isPermaLink="false">0136ad87cd5608de92aca3500367e99bb9df939a:Claude Usage</guid>
<pubDate>Fri, 26 Jun 2026 01:44:42 GMT</pubDate>
<category>AIツール</category>
<description>Category: AIツール
App: Claude Usage
Description: Claude Code向けのメニューバーアプリ。ステータスラインにペインごとのコンテキストを表示し、セッションと週次の使用量も常に確認可能。usage や context コマンドを実行する必要はありません。
Open Source: https://github.com/Bread-bang/claude-usage
Commit: Add Claude Usage to AI Tools (#2184)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0136ad87cd5608de92aca3500367e99bb9df939a</description>
<content:encoded><![CDATA[Category: AIツール<br/>App: Claude Usage<br/>Description: Claude Code向けのメニューバーアプリ。ステータスラインにペインごとのコンテキストを表示し、セッションと週次の使用量も常に確認可能。usage や context コマンドを実行する必要はありません。<br/>Open Source: https://github.com/Bread-bang/claude-usage<br/>Commit: Add Claude Usage to AI Tools (#2184)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0136ad87cd5608de92aca3500367e99bb9df939a]]></content:encoded>
</item>
<item>
<title>Vorssaint</title>
<link>https://vorssaint.com</link>
<guid isPermaLink="false">90b5d18990518c5378bcda16b8ce710f5f6ac632:Vorssaint</guid>
<pubDate>Wed, 24 Jun 2026 02:10:17 GMT</pubDate>
<category>ユーティリティ / メニューバーツール</category>
<description>Category: ユーティリティ / メニューバーツール
App: Vorssaint
Description: アプリごとの音量、システム監視、ウィンドウ操作、クリップボード履歴、スリープ防止、アプリのクリーンアップをまとめたオープンソースのメニューバーツールキット。
Website: https://vorssaint.com
Commit: Add Vorssaint to Menu Bar Tools (#2223)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/90b5d18990518c5378bcda16b8ce710f5f6ac632</description>
<content:encoded><![CDATA[Category: ユーティリティ / メニューバーツール<br/>App: Vorssaint<br/>Description: アプリごとの音量、システム監視、ウィンドウ操作、クリップボード履歴、スリープ防止、アプリのクリーンアップをまとめたオープンソースのメニューバーツールキット。<br/>Website: https://vorssaint.com<br/>Commit: Add Vorssaint to Menu Bar Tools (#2223)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/90b5d18990518c5378bcda16b8ce710f5f6ac632]]></content:encoded>
</item>
<item>
<title>mysa</title>
<link>https://github.com/alishansnsn/mysa</link>
<guid isPermaLink="false">14e273dbfd26ededdb4c76acf46e3c738ac0f464:mysa</guid>
<pubDate>Mon, 22 Jun 2026 08:09:04 GMT</pubDate>
<category>ユーティリティ / メニューバーツール</category>
<description>Category: ユーティリティ / メニューバーツール
App: mysa
Description: 素早い深呼吸の休憩のための macOS メニューバーアプリ。すりガラス風の画面オーバーレイと手書きの格言を備える。
Open Source: https://github.com/alishansnsn/mysa
Commit: Add mysa (#2215)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/14e273dbfd26ededdb4c76acf46e3c738ac0f464</description>
<content:encoded><![CDATA[Category: ユーティリティ / メニューバーツール<br/>App: mysa<br/>Description: 素早い深呼吸の休憩のための macOS メニューバーアプリ。すりガラス風の画面オーバーレイと手書きの格言を備える。<br/>Open Source: https://github.com/alishansnsn/mysa<br/>Commit: Add mysa (#2215)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/14e273dbfd26ededdb4c76acf46e3c738ac0f464]]></content:encoded>
</item>
<item>
<title>SiliconScope</title>
<link>https://siliconscope.calidalab.ai</link>
<guid isPermaLink="false">1dc6b5e73997fa68905ff66071f30ca9621ba1e1:SiliconScope</guid>
<pubDate>Sun, 21 Jun 2026 22:32:20 GMT</pubDate>
<category>ユーティリティ / システム関連ツール</category>
<description>Category: ユーティリティ / システム関連ツール
App: SiliconScope
Description: 免授权的 Apple Silicon 系统监控工具(菜单栏 + 仪表盘),支持 ANE、媒体引擎、内存带宽追踪以及 E/P 核性能分解。
Website: https://siliconscope.calidalab.ai
Commit: Add SiliconScope to zh/ko/ja list. #2211
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1dc6b5e73997fa68905ff66071f30ca9621ba1e1</description>
<content:encoded><![CDATA[Category: ユーティリティ / システム関連ツール<br/>App: SiliconScope<br/>Description: 免授权的 Apple Silicon 系统监控工具(菜单栏 + 仪表盘),支持 ANE、媒体引擎、内存带宽追踪以及 E/P 核性能分解。<br/>Website: https://siliconscope.calidalab.ai<br/>Commit: Add SiliconScope to zh/ko/ja list. #2211<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1dc6b5e73997fa68905ff66071f30ca9621ba1e1]]></content:encoded>
</item>
<item>
<title>JsonStudio</title>
<link>https://jsonstudio.js.org/</link>
<guid isPermaLink="false">21fe432c4601693abd676f4279e1f834f0c5d759:JsonStudio</guid>
<pubDate>Sun, 21 Jun 2026 22:00:20 GMT</pubDate>
<category>開発ツール / 開発者ユーティリティ</category>
<description>Category: 開発ツール / 開発者ユーティリティ
App: JsonStudio
Description: JSONの整形、編集、差分、変換、検証、ログからの抽出に対応したローカル優先のJSONワークスペース。
Website: https://jsonstudio.js.org/
Commit: Add JsonStudio (#2209)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/21fe432c4601693abd676f4279e1f834f0c5d759</description>
<content:encoded><![CDATA[Category: 開発ツール / 開発者ユーティリティ<br/>App: JsonStudio<br/>Description: JSONの整形、編集、差分、変換、検証、ログからの抽出に対応したローカル優先のJSONワークスペース。<br/>Website: https://jsonstudio.js.org/<br/>Commit: Add JsonStudio (#2209)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/21fe432c4601693abd676f4279e1f834f0c5d759]]></content:encoded>
</item>
<item>
<title>Tintpad</title>
<link>https://github.com/sorkila/tintpad</link>
<guid isPermaLink="false">6caec1eb50a74f4503af2901213c7cde6ae344c2:Tintpad</guid>
<pubDate>Sat, 20 Jun 2026 16:33:16 GMT</pubDate>
<category>開発ツール / 開発者ユーティリティ</category>
<description>Category: 開発ツール / 開発者ユーティリティ
App: Tintpad
Description: Menu bar launcher that opens your terminal at the right repo with a coding agent (Claude Code, Codex) already running.
Open Source: https://github.com/sorkila/tintpad
Commit: Add Tintpad (Developer Utilities) (#2206)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/6caec1eb50a74f4503af2901213c7cde6ae344c2</description>
<content:encoded><![CDATA[Category: 開発ツール / 開発者ユーティリティ<br/>App: Tintpad<br/>Description: Menu bar launcher that opens your terminal at the right repo with a coding agent (Claude Code, Codex) already running.<br/>Open Source: https://github.com/sorkila/tintpad<br/>Commit: Add Tintpad (Developer Utilities) (#2206)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/6caec1eb50a74f4503af2901213c7cde6ae344c2]]></content:encoded>
</item>
<item>
<title>Agent Island</title>
<link>https://github.com/tristan666666/agent-island</link>
<guid isPermaLink="false">f1b3f9828b2dc0db4a1da09242df13fb620e2f0c:Agent Island</guid>
<pubDate>Thu, 18 Jun 2026 11:19:31 GMT</pubDate>
<category>ユーティリティ / メニューバーツール</category>
<description>Category: ユーティリティ / メニューバーツール
App: Agent Island
Description: MacBookのノッチにClaude CodeとCodexのセッション状態を表示し、選択した長時間タスクを自動再開できるツール。
Open Source: https://github.com/tristan666666/agent-island
Commit: Add Agent Island (#2199)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f1b3f9828b2dc0db4a1da09242df13fb620e2f0c</description>
<content:encoded><![CDATA[Category: ユーティリティ / メニューバーツール<br/>App: Agent Island<br/>Description: MacBookのノッチにClaude CodeとCodexのセッション状態を表示し、選択した長時間タスクを自動再開できるツール。<br/>Open Source: https://github.com/tristan666666/agent-island<br/>Commit: Add Agent Island (#2199)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f1b3f9828b2dc0db4a1da09242df13fb620e2f0c]]></content:encoded>
</item>
<item>
<title>TrustTunnel</title>
<link>https://trusttunnel.org/</link>
<guid isPermaLink="false">bd053d570146cf2f7ab8527dfebc39dd6988fa21:TrustTunnel</guid>
<pubDate>Wed, 17 Jun 2026 05:23:48 GMT</pubDate>
<category>プロキシ・VPNツール</category>
<description>Category: プロキシ・VPNツール
App: TrustTunnel
Description: 近代的なオープンソースVPNプロトコルで、元々はAdGuard VPNによって開発されました。
Website: https://trusttunnel.org/
Commit: Add TrustTunnel to VPN list (#2193)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bd053d570146cf2f7ab8527dfebc39dd6988fa21</description>
<content:encoded><![CDATA[Category: プロキシ・VPNツール<br/>App: TrustTunnel<br/>Description: 近代的なオープンソースVPNプロトコルで、元々はAdGuard VPNによって開発されました。<br/>Website: https://trusttunnel.org/<br/>Commit: Add TrustTunnel to VPN list (#2193)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bd053d570146cf2f7ab8527dfebc39dd6988fa21]]></content:encoded>
</item>
<item>
<title>MaCursor</title>
<link>https://github.com/writronic/MaCursor</link>
<guid isPermaLink="false">7ccc07cf7274c9f37cb7eb88941543f551f822b5:MaCursor</guid>
<pubDate>Wed, 17 Jun 2026 03:55:26 GMT</pubDate>
<category>ユーティリティ / 生活の質の向上</category>
<description>Category: ユーティリティ / 生活の質の向上
App: MaCursor
Description: macOS用のカスタムカーソルテーマ。
Open Source: https://github.com/writronic/MaCursor
Commit: Add MaCursor to Quality of Life / System Tools sections (#2194)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/7ccc07cf7274c9f37cb7eb88941543f551f822b5</description>
<content:encoded><![CDATA[Category: ユーティリティ / 生活の質の向上<br/>App: MaCursor<br/>Description: macOS用のカスタムカーソルテーマ。<br/>Open Source: https://github.com/writronic/MaCursor<br/>Commit: Add MaCursor to Quality of Life / System Tools sections (#2194)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/7ccc07cf7274c9f37cb7eb88941543f551f822b5]]></content:encoded>
</item>
<item>
<title>Cate</title>
<link>https://cate.cero-ai.com</link>
<guid isPermaLink="false">febc8acb8ce125c6b276fbf34baecc259515eca8:Cate</guid>
<pubDate>Wed, 10 Jun 2026 12:34:14 GMT</pubDate>
<category>開発ツール / IDE</category>
<description>Category: 開発ツール / IDE
App: Cate
Description: 無限ズームキャンバス上のオープンソース IDE。エディタ、ターミナル、ブラウザ、AI エージェントのパネルを空間的に配置できます。
Website: https://cate.cero-ai.com
Commit: Add Cate to IDEs (#2178)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/febc8acb8ce125c6b276fbf34baecc259515eca8</description>
<content:encoded><![CDATA[Category: 開発ツール / IDE<br/>App: Cate<br/>Description: 無限ズームキャンバス上のオープンソース IDE。エディタ、ターミナル、ブラウザ、AI エージェントのパネルを空間的に配置できます。<br/>Website: https://cate.cero-ai.com<br/>Commit: Add Cate to IDEs (#2178)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/febc8acb8ce125c6b276fbf34baecc259515eca8]]></content:encoded>
</item>
<item>
<title>SmoothCSV</title>
<link>https://smoothcsv.com/</link>
<guid isPermaLink="false">841c0d7c9059451b3cdaa452e01c7ed05c9b5f65:SmoothCSV</guid>
<pubDate>Sat, 06 Jun 2026 03:52:19 GMT</pubDate>
<category>読み書きツール / その他</category>
<description>Category: 読み書きツール / その他
App: SmoothCSV
Description: SQLクエリに対応した高速で高機能なCSVエディタ。
Website: https://smoothcsv.com/
Commit: Add SmoothCSV to the ja/ko/zh list. #2155
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/841c0d7c9059451b3cdaa452e01c7ed05c9b5f65</description>
<content:encoded><![CDATA[Category: 読み書きツール / その他<br/>App: SmoothCSV<br/>Description: SQLクエリに対応した高速で高機能なCSVエディタ。<br/>Website: https://smoothcsv.com/<br/>Commit: Add SmoothCSV to the ja/ko/zh list. #2155<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/841c0d7c9059451b3cdaa452e01c7ed05c9b5f65]]></content:encoded>
</item>
<item>
<title>Mole Widget</title>
<link>https://github.com/bsnkhua/mole-widget</link>
<guid isPermaLink="false">355f149de3431629418b9065ee7041af3cf6899a:Mole Widget</guid>
<pubDate>Sat, 06 Jun 2026 02:16:57 GMT</pubDate>
<category>ユーティリティ / メニューバーツール</category>
<description>Category: ユーティリティ / メニューバーツール
App: Mole Widget
Description: CPU、メモリ、ディスク、ネットワーク、バッテリー、プロセス情報をリアルタイム表示する、メニューバー管理の軽量システムモニターウィジェット。
Open Source: https://github.com/bsnkhua/mole-widget
Commit: Add Mole Widget to the ja/ko list. #2156
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/355f149de3431629418b9065ee7041af3cf6899a</description>
<content:encoded><![CDATA[Category: ユーティリティ / メニューバーツール<br/>App: Mole Widget<br/>Description: CPU、メモリ、ディスク、ネットワーク、バッテリー、プロセス情報をリアルタイム表示する、メニューバー管理の軽量システムモニターウィジェット。<br/>Open Source: https://github.com/bsnkhua/mole-widget<br/>Commit: Add Mole Widget to the ja/ko list. #2156<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/355f149de3431629418b9065ee7041af3cf6899a]]></content:encoded>
</item>
<item>
<title>Gantry</title>
<link>https://github.com/getgantry/gantry</link>
<guid isPermaLink="false">4d4a90a18c2237537d3d4e71a82cff021efdafec:Gantry</guid>
<pubDate>Fri, 05 Jun 2026 10:33:31 GMT</pubDate>
<category>開発ツール / 仮想化</category>
<description>Category: 開発ツール / 仮想化
App: Gantry
Description: ローカルと SSH リモートホストを一元管理できる Docker GUI クライアントで、MCP サーバーを内蔵。
Open Source: https://github.com/getgantry/gantry
Commit: Update Gantry to the ja/ko/zh list #2154.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4d4a90a18c2237537d3d4e71a82cff021efdafec</description>
<content:encoded><![CDATA[Category: 開発ツール / 仮想化<br/>App: Gantry<br/>Description: ローカルと SSH リモートホストを一元管理できる Docker GUI クライアントで、MCP サーバーを内蔵。<br/>Open Source: https://github.com/getgantry/gantry<br/>Commit: Update Gantry to the ja/ko/zh list #2154.<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4d4a90a18c2237537d3d4e71a82cff021efdafec]]></content:encoded>
</item>
<item>
<title>CSV Quick Look</title>
<link>https://github.com/adamorad/csv-quick-look</link>
<guid isPermaLink="false">4bbbedab6ebe1dc3afef8ce357bcbff2d346eccc:CSV Quick Look</guid>
<pubDate>Fri, 05 Jun 2026 10:31:17 GMT</pubDate>
<category>クイックルックプラグイン</category>
<description>Category: クイックルックプラグイン
App: CSV Quick Look
Description: 仮想スクロール、並べ替え、フィルター、ダークモードに対応した CSV/TSV 用 Quick Look 拡張。
Open Source: https://github.com/adamorad/csv-quick-look
Commit: Add CSV Quick Look
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4bbbedab6ebe1dc3afef8ce357bcbff2d346eccc</description>
<content:encoded><![CDATA[Category: クイックルックプラグイン<br/>App: CSV Quick Look<br/>Description: 仮想スクロール、並べ替え、フィルター、ダークモードに対応した CSV/TSV 用 Quick Look 拡張。<br/>Open Source: https://github.com/adamorad/csv-quick-look<br/>Commit: Add CSV Quick Look<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4bbbedab6ebe1dc3afef8ce357bcbff2d346eccc]]></content:encoded>
</item>
<item>
<title>SnippetCraft</title>
<link>https://getsnippetcraft.com</link>
<guid isPermaLink="false">0a6ea6f00b4f3eeb5d70e491610a173c56e370ab:SnippetCraft</guid>
<pubDate>Fri, 05 Jun 2026 05:45:42 GMT</pubDate>
<category>ユーティリティ / クリップボードツール</category>
<description>Category: ユーティリティ / クリップボードツール
App: SnippetCraft
Description: macOS向けのシステム全体で使えるテキスト展開、スニペット管理、クリップボード履歴ツール。
Website: https://getsnippetcraft.com
Commit: Add SnippetCraft to Clipboard Tools (#2145)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0a6ea6f00b4f3eeb5d70e491610a173c56e370ab</description>
<content:encoded><![CDATA[Category: ユーティリティ / クリップボードツール<br/>App: SnippetCraft<br/>Description: macOS向けのシステム全体で使えるテキスト展開、スニペット管理、クリップボード履歴ツール。<br/>Website: https://getsnippetcraft.com<br/>Commit: Add SnippetCraft to Clipboard Tools (#2145)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0a6ea6f00b4f3eeb5d70e491610a173c56e370ab]]></content:encoded>
</item>
<item>
<title>capcap</title>
<link>https://capcap.skyrin.fun</link>
<guid isPermaLink="false">f0d79d664b64c897c03f89a0d1e8d75ca46214ad:capcap</guid>
<pubDate>Fri, 05 Jun 2026 05:31:33 GMT</pubDate>
<category>デザインとプロダクト / スクリーンショットツール</category>
<description>Category: デザインとプロダクト / スクリーンショットツール
App: capcap
Description: Commandキーのダブルタップでキャプチャ、注釈、スクロールキャプチャ、美化、ピン留め、画像ホスティングへのアップロードに対応するネイティブなメニューバースクリーンショットツール。
Website: https://capcap.skyrin.fun
Commit: Add capcap to Screenshot Tools (#2153)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f0d79d664b64c897c03f89a0d1e8d75ca46214ad</description>
<content:encoded><![CDATA[Category: デザインとプロダクト / スクリーンショットツール<br/>App: capcap<br/>Description: Commandキーのダブルタップでキャプチャ、注釈、スクロールキャプチャ、美化、ピン留め、画像ホスティングへのアップロードに対応するネイティブなメニューバースクリーンショットツール。<br/>Website: https://capcap.skyrin.fun<br/>Commit: Add capcap to Screenshot Tools (#2153)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f0d79d664b64c897c03f89a0d1e8d75ca46214ad]]></content:encoded>
</item>
<item>
<title>Fader</title>
<link>https://github.com/pantafive/fader</link>
<guid isPermaLink="false">51eed00ef094a5376358d6a74cca6448f58e5b5b:Fader</guid>
<pubDate>Fri, 05 Jun 2026 02:46:11 GMT</pubDate>
<category>オーディオ・ビデオツール</category>
<description>Category: オーディオ・ビデオツール
App: Fader
Description: アプリ別音量、ワンクリックの出力切り替え、Bluetoothヘッドホン操作に対応するメニューバー音量ミキサー。
Open Source: https://github.com/pantafive/fader
Commit: Add Fader to Audio and Video Tools (#2152)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/51eed00ef094a5376358d6a74cca6448f58e5b5b</description>
<content:encoded><![CDATA[Category: オーディオ・ビデオツール<br/>App: Fader<br/>Description: アプリ別音量、ワンクリックの出力切り替え、Bluetoothヘッドホン操作に対応するメニューバー音量ミキサー。<br/>Open Source: https://github.com/pantafive/fader<br/>Commit: Add Fader to Audio and Video Tools (#2152)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/51eed00ef094a5376358d6a74cca6448f58e5b5b]]></content:encoded>
</item>
<item>
<title>Cursor Voice</title>
<link>https://cursorvoice.app</link>
<guid isPermaLink="false">982aed0bf7329e9bde5768420e6cf871024e359e:Cursor Voice</guid>
<pubDate>Wed, 03 Jun 2026 01:01:06 GMT</pubDate>
<category>AIツール</category>
<description>Category: AIツール
App: Cursor Voice
Description: カーソルのそばで動作し、画面を見て OpenAI Realtime API 経由でアプリを操作できる音声アシスタント。
Website: https://cursorvoice.app
Commit: Add Cursor Voice to the ja/ko/zh list. #2140
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/982aed0bf7329e9bde5768420e6cf871024e359e</description>
<content:encoded><![CDATA[Category: AIツール<br/>App: Cursor Voice<br/>Description: カーソルのそばで動作し、画面を見て OpenAI Realtime API 経由でアプリを操作できる音声アシスタント。<br/>Website: https://cursorvoice.app<br/>Commit: Add Cursor Voice to the ja/ko/zh list. #2140<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/982aed0bf7329e9bde5768420e6cf871024e359e]]></content:encoded>
</item>
<item>
<title>Sleepless</title>
<link>https://github.com/Aboudjem/Sleepless</link>
<guid isPermaLink="false">1adde8042c48bc0ba6d12c84f2ac5942c6eea6da:Sleepless</guid>
<pubDate>Tue, 02 Jun 2026 16:07:02 GMT</pubDate>
<category>ユーティリティ / システム関連ツール</category>
<description>Category: ユーティリティ / システム関連ツール
App: Sleepless
Description: Keep your MacBook awake with the lid closed on battery, with a battery-floor auto-off.
Open Source: https://github.com/Aboudjem/Sleepless
Commit: Add Sleepless to System Related Tools (#2134)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1adde8042c48bc0ba6d12c84f2ac5942c6eea6da</description>
<content:encoded><![CDATA[Category: ユーティリティ / システム関連ツール<br/>App: Sleepless<br/>Description: Keep your MacBook awake with the lid closed on battery, with a battery-floor auto-off.<br/>Open Source: https://github.com/Aboudjem/Sleepless<br/>Commit: Add Sleepless to System Related Tools (#2134)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1adde8042c48bc0ba6d12c84f2ac5942c6eea6da]]></content:encoded>
</item>
<item>
<title>ClipHistory</title>
<link>https://github.com/weiykong/ClipHistory</link>
<guid isPermaLink="false">ffe8b08f41f78e62471cb3efebfa172a746fd372:ClipHistory</guid>
<pubDate>Tue, 02 Jun 2026 04:38:50 GMT</pubDate>
<category>ユーティリティ / クリップボードツール</category>
<description>Category: ユーティリティ / クリップボードツール
App: ClipHistory
Description: ホットキー即時表示、検索、ピン留め、テキスト/画像履歴に対応した軽量なネイティブクリップボードマネージャー。
Open Source: https://github.com/weiykong/ClipHistory
Commit: Add ClipHistory
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/ffe8b08f41f78e62471cb3efebfa172a746fd372</description>
<content:encoded><![CDATA[Category: ユーティリティ / クリップボードツール<br/>App: ClipHistory<br/>Description: ホットキー即時表示、検索、ピン留め、テキスト/画像履歴に対応した軽量なネイティブクリップボードマネージャー。<br/>Open Source: https://github.com/weiykong/ClipHistory<br/>Commit: Add ClipHistory<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/ffe8b08f41f78e62471cb3efebfa172a746fd372]]></content:encoded>
</item>
<item>
<title>SystemEQ for Mac</title>
<link>https://denzam.github.io/SystemEQ-for-Mac/</link>
<guid isPermaLink="false">180e1c96827db9eda58a5f120cccb5990b3200b6:SystemEQ for Mac</guid>
<pubDate>Tue, 02 Jun 2026 04:01:12 GMT</pubDate>
<category>オーディオ・ビデオツール / オーディオ録音・処理</category>
<description>Category: オーディオ・ビデオツール / オーディオ録音・処理
App: SystemEQ for Mac
Description: 無料のオープンソース全体音声向けパラメトリックEQで、AutoEQプリセット、聴力キャリブレーション、リアルタイム可視化に対応。
Website: https://denzam.github.io/SystemEQ-for-Mac/
Commit: Add SystemEQ to the ja/ko/zh list.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/180e1c96827db9eda58a5f120cccb5990b3200b6</description>
<content:encoded><![CDATA[Category: オーディオ・ビデオツール / オーディオ録音・処理<br/>App: SystemEQ for Mac<br/>Description: 無料のオープンソース全体音声向けパラメトリックEQで、AutoEQプリセット、聴力キャリブレーション、リアルタイム可視化に対応。<br/>Website: https://denzam.github.io/SystemEQ-for-Mac/<br/>Commit: Add SystemEQ to the ja/ko/zh list.<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/180e1c96827db9eda58a5f120cccb5990b3200b6]]></content:encoded>
</item>
<item>
<title>Harbor</title>
<link>https://github.com/tahseen-kakar/harbor</link>
<guid isPermaLink="false">02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039:Harbor</guid>
<pubDate>Sun, 31 May 2026 12:41:48 GMT</pubDate>
<category>ダウンロード管理ツール</category>
<description>Category: ダウンロード管理ツール
App: Harbor
Description: HTTP(S)、マグネットリンク、`.torrent` ファイルに対応するオープンソースのダウンロードマネージャー。
Open Source: https://github.com/tahseen-kakar/harbor
Commit: Add Harbor (#2123)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039</description>
<content:encoded><![CDATA[Category: ダウンロード管理ツール<br/>App: Harbor<br/>Description: HTTP(S)、マグネットリンク、`.torrent` ファイルに対応するオープンソースのダウンロードマネージャー。<br/>Open Source: https://github.com/tahseen-kakar/harbor<br/>Commit: Add Harbor (#2123)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039]]></content:encoded>
</item>
<item>
<title>Mac Clean</title>
<link>https://github.com/iliyami/MacClean</link>
<guid isPermaLink="false">4ca8807cbd3fa2b9d45f23bceb0c9ee92fff7fcd:Mac Clean</guid>
<pubDate>Sat, 30 May 2026 10:18:25 GMT</pubDate>
<category>ユーティリティ / クリーンアップとアンインストール</category>
<description>Category: ユーティリティ / クリーンアップとアンインストール
App: Mac Clean
Description: 無料のオープンソースなクリーンアップ、最適化、マルウェアスキャンツール。
Open Source: https://github.com/iliyami/MacClean
Commit: Add Mac Clean to the ja/ko/zh list. #2110
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4ca8807cbd3fa2b9d45f23bceb0c9ee92fff7fcd</description>
<content:encoded><![CDATA[Category: ユーティリティ / クリーンアップとアンインストール<br/>App: Mac Clean<br/>Description: 無料のオープンソースなクリーンアップ、最適化、マルウェアスキャンツール。<br/>Open Source: https://github.com/iliyami/MacClean<br/>Commit: Add Mac Clean to the ja/ko/zh list. #2110<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4ca8807cbd3fa2b9d45f23bceb0c9ee92fff7fcd]]></content:encoded>
</item>
<item>
<title>clawpypaste</title>
<link>https://github.com/krisbradley/clawpypaste</link>
<guid isPermaLink="false">c1406fb34adf00858cceabd0ac198e59d7ca23c3:clawpypaste</guid>
<pubDate>Fri, 29 May 2026 04:39:44 GMT</pubDate>
<category>AIツール</category>
<description>Category: AIツール
App: clawpypaste
Description: Claude Code向けのメニューバー型ブロックピッカーおよびセッションブラウザ。
Open Source: https://github.com/krisbradley/clawpypaste
Commit: Add clawpypaste to AI Tools (#2112)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c1406fb34adf00858cceabd0ac198e59d7ca23c3</description>
<content:encoded><![CDATA[Category: AIツール<br/>App: clawpypaste<br/>Description: Claude Code向けのメニューバー型ブロックピッカーおよびセッションブラウザ。<br/>Open Source: https://github.com/krisbradley/clawpypaste<br/>Commit: Add clawpypaste to AI Tools (#2112)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c1406fb34adf00858cceabd0ac198e59d7ca23c3]]></content:encoded>
</item>
<item>
<title>Parakey</title>
<link>https://github.com/rcourtman/parakey</link>
<guid isPermaLink="false">df5cf1ff659026b5b7801b5a7d41fe93819d21da:Parakey</guid>
<pubDate>Tue, 26 May 2026 07:31:47 GMT</pubDate>
<category>音声テキスト変換</category>
<description>Category: 音声テキスト変換
App: Parakey
Description: Parakeet TDT v3CoreML/ANE)を使用した、Apple Silicon Mac 用のネイティブなプッシュ・トゥ・トーク対応ローカル音声入力アプリ。
Open Source: https://github.com/rcourtman/parakey
Commit: Add Parakey under Voice-to-Text (#2050)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/df5cf1ff659026b5b7801b5a7d41fe93819d21da</description>
<content:encoded><![CDATA[Category: 音声テキスト変換<br/>App: Parakey<br/>Description: Parakeet TDT v3CoreML/ANE)を使用した、Apple Silicon Mac 用のネイティブなプッシュ・トゥ・トーク対応ローカル音声入力アプリ。<br/>Open Source: https://github.com/rcourtman/parakey<br/>Commit: Add Parakey under Voice-to-Text (#2050)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/df5cf1ff659026b5b7801b5a7d41fe93819d21da]]></content:encoded>
</item>
<item>
<title>PureSnitch</title>
<link>https://github.com/momenbasel/puresnitch</link>
<guid isPermaLink="false">369fb1b345def7ffb7c9dd8a8ebd11cdbe75f7b7:PureSnitch</guid>
<pubDate>Mon, 25 May 2026 00:33:33 GMT</pubDate>
<category>セキュリティツール</category>
<description>Category: セキュリティツール
App: PureSnitch
Description: Little Snitch風の世界地図表示、ルール管理、DNS over HTTPS、pfベースのブロックに対応したオープンソースのアプリケーションファイアウォール(テレメトリなし)。
Open Source: https://github.com/momenbasel/puresnitch
Commit: Add PureSnitch (#2089)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/369fb1b345def7ffb7c9dd8a8ebd11cdbe75f7b7</description>
<content:encoded><![CDATA[Category: セキュリティツール<br/>App: PureSnitch<br/>Description: Little Snitch風の世界地図表示、ルール管理、DNS over HTTPS、pfベースのブロックに対応したオープンソースのアプリケーションファイアウォール(テレメトリなし)。<br/>Open Source: https://github.com/momenbasel/puresnitch<br/>Commit: Add PureSnitch (#2089)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/369fb1b345def7ffb7c9dd8a8ebd11cdbe75f7b7]]></content:encoded>
</item>
<item>
<title>Live Translator</title>
<link>https://github.com/umutcetinkaya/live-translator</link>
<guid isPermaLink="false">48da75d4964c95828cfe9d8dbeac83b9baf03c76:Live Translator</guid>
<pubDate>Sat, 23 May 2026 01:08:31 GMT</pubDate>
<category>翻訳ツール</category>
<description>Category: 翻訳ツール
App: Live Translator
Description: OpenAI または Gemini を使って、任意のシステム音声を画面上でリアルタイム翻訳。
Open Source: https://github.com/umutcetinkaya/live-translator
Commit: Add Live Translator to zh/ja/ko translation tools
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/48da75d4964c95828cfe9d8dbeac83b9baf03c76</description>
<content:encoded><![CDATA[Category: 翻訳ツール<br/>App: Live Translator<br/>Description: OpenAI または Gemini を使って、任意のシステム音声を画面上でリアルタイム翻訳。<br/>Open Source: https://github.com/umutcetinkaya/live-translator<br/>Commit: Add Live Translator to zh/ja/ko translation tools<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/48da75d4964c95828cfe9d8dbeac83b9baf03c76]]></content:encoded>
</item>
<item>
<title>Papr</title>
<link>https://github.com/l0ng-ai/papr</link>
<guid isPermaLink="false">dbe0b073a7e510ee83194d479e209f3af55e4b2f:Papr</guid>
<pubDate>Thu, 21 May 2026 02:53:12 GMT</pubDate>
<category>読み書きツール / RSS</category>
<description>Category: 読み書きツール / RSS
App: Papr
Description: タイポグラフィを調整でき、キーボード操作に対応した RSS リーダー。ハイライトを Readwise・Notion・Obsidian にエクスポート可能。
Open Source: https://github.com/l0ng-ai/papr
Commit: Add Papr to RSS (#2083)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/dbe0b073a7e510ee83194d479e209f3af55e4b2f</description>
<content:encoded><![CDATA[Category: 読み書きツール / RSS<br/>App: Papr<br/>Description: タイポグラフィを調整でき、キーボード操作に対応した RSS リーダー。ハイライトを Readwise・Notion・Obsidian にエクスポート可能。<br/>Open Source: https://github.com/l0ng-ai/papr<br/>Commit: Add Papr to RSS (#2083)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/dbe0b073a7e510ee83194d479e209f3af55e4b2f]]></content:encoded>
</item>
<item>
<title>Muxy</title>
<link>https://github.com/muxy-app/muxy</link>
<guid isPermaLink="false">c07bf2d710be55b98e49a83d560a88cd200a995a:Muxy</guid>
<pubDate>Tue, 19 May 2026 22:24:43 GMT</pubDate>
<category>ターミナルアプリ</category>
<description>Category: ターミナルアプリ
App: Muxy
Description: プロジェクト管理、分割ペイン、Git 統合、AI 使用量追跡、200 以上のテーマを備えた AI ネイティブのターミナル。
Open Source: https://github.com/muxy-app/muxy
Commit: Add Muxy
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c07bf2d710be55b98e49a83d560a88cd200a995a</description>
<content:encoded><![CDATA[Category: ターミナルアプリ<br/>App: Muxy<br/>Description: プロジェクト管理、分割ペイン、Git 統合、AI 使用量追跡、200 以上のテーマを備えた AI ネイティブのターミナル。<br/>Open Source: https://github.com/muxy-app/muxy<br/>Commit: Add Muxy<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c07bf2d710be55b98e49a83d560a88cd200a995a]]></content:encoded>
</item>
</channel>
</rss>
+31
View File
@@ -0,0 +1,31 @@
Awesome Mac 피드 안내
===
[![Feed English](https://jaywcjlove.github.io/sb/lang/english.svg)](./feed.md)
[![Feed 中文](https://jaywcjlove.github.io/sb/lang/chinese.svg)](./feed-zh.md)
[![Feed 日本語](https://jaywcjlove.github.io/sb/lang/japanese.svg)](./feed-ja.md)
놓치기 쉬운 좋은 macOS 신규 앱을 빠르게 확인할 수 있도록, 최근 추가된 고품질 macOS 앱만 모아둔 RSS 피드입니다.
```text
https://jaywcjlove.github.io/awesome-mac/feed.xml
https://jaywcjlove.github.io/awesome-mac/feed-zh.xml
https://jaywcjlove.github.io/awesome-mac/feed-ko.xml
https://jaywcjlove.github.io/awesome-mac/feed-ja.xml
```
## 동작 방식
- 스크립트는 각 README의 최근 50개 커밋을 검사합니다.
- README diff를 기준으로 새 앱 항목이 추가되었는지 판별합니다.
- 기존 XML 피드 자체를 증분 업데이트 기준으로 사용합니다.
- 다음 실행에서는 현재 XML 피드의 최신 항목에서 commit hash를 읽고, 그 이후의 새 커밋만 처리합니다.
- 각 피드는 최근 추가된 앱을 최대 50개까지 유지합니다.
## 다시 생성
```bash
npm run feed
```
생성 스크립트는 `build/feed.mjs` 입니다.
+712
View File
@@ -0,0 +1,712 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Awesome Mac - 최근 추가된 앱</title>
<link>https://jaywcjlove.github.io/awesome-mac</link>
<description>한국어 목록 기준으로 최근 추가된 macOS 앱입니다.</description>
<language>ko-KR</language>
<lastBuildDate>Sun, 12 Jul 2026 01:09:08 GMT</lastBuildDate>
<atom:link href="https://jaywcjlove.github.io/awesome-mac/feed/feed-ko.xml" rel="self" type="application/rss+xml" />
<generator>build/feed.mjs</generator>
<item>
<title>Presspeech</title>
<link>https://github.com/rcourtman/presspeech</link>
<guid isPermaLink="false">1a8e1aa613e808a6ac97d1aa478d57a698af7d2a:Presspeech</guid>
<pubDate>Sun, 12 Jul 2026 01:09:08 GMT</pubDate>
<category>음성 텍스트 변환 (Voice-to-Text)</category>
<description>Category: 음성 텍스트 변환 (Voice-to-Text)
App: Presspeech
Description: Parakeet TDT v3(CoreML/ANE)를 사용하여 로컬에서 작동하는 Apple Silicon Mac용 네이티브 푸시 투 토크(Push-to-Talk) 음성 받아쓰기 앱.
Open Source: https://github.com/rcourtman/presspeech
Commit: Update Presspeech listing (#2290)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1a8e1aa613e808a6ac97d1aa478d57a698af7d2a</description>
<content:encoded><![CDATA[Category: 음성 텍스트 변환 (Voice-to-Text)<br/>App: Presspeech<br/>Description: Parakeet TDT v3(CoreML/ANE)를 사용하여 로컬에서 작동하는 Apple Silicon Mac용 네이티브 푸시 투 토크(Push-to-Talk) 음성 받아쓰기 앱.<br/>Open Source: https://github.com/rcourtman/presspeech<br/>Commit: Update Presspeech listing (#2290)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1a8e1aa613e808a6ac97d1aa478d57a698af7d2a]]></content:encoded>
</item>
<item>
<title>Knopo</title>
<link>https://github.com/alkalim/Knopo</link>
<guid isPermaLink="false">1f253f397c243f38605012529fbc81b837fb1ada:Knopo</guid>
<pubDate>Sun, 12 Jul 2026 00:18:16 GMT</pubDate>
<category>읽기 및 쓰기 도구 / 노트 작성</category>
<description>Category: 읽기 및 쓰기 도구 / 노트 작성
App: Knopo
Description: 노트를 일반 Markdown 파일로 저장하는 macOS 네이티브 로컬 우선 아웃라이너.
Open Source: https://github.com/alkalim/Knopo
Commit: Add Knopo (#2291)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1f253f397c243f38605012529fbc81b837fb1ada</description>
<content:encoded><![CDATA[Category: 읽기 및 쓰기 도구 / 노트 작성<br/>App: Knopo<br/>Description: 노트를 일반 Markdown 파일로 저장하는 macOS 네이티브 로컬 우선 아웃라이너.<br/>Open Source: https://github.com/alkalim/Knopo<br/>Commit: Add Knopo (#2291)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1f253f397c243f38605012529fbc81b837fb1ada]]></content:encoded>
</item>
<item>
<title>Gemini Collector</title>
<link>https://github.com/FirenzeLor/gemini-collector</link>
<guid isPermaLink="false">5ac5d87f284028cf73b34cb7b9a722ea5d0629e1:Gemini Collector</guid>
<pubDate>Sun, 12 Jul 2026 00:08:52 GMT</pubDate>
<category>AI 도구</category>
<description>Category: AI 도구
App: Gemini Collector
Description: Google Gemini 대화, 첨부 파일, AI 생성 미디어를 JSON으로 로컬에 백업.
Open Source: https://github.com/FirenzeLor/gemini-collector
Commit: Add Gemini Collector to AI Tools (#2295)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/5ac5d87f284028cf73b34cb7b9a722ea5d0629e1</description>
<content:encoded><![CDATA[Category: AI 도구<br/>App: Gemini Collector<br/>Description: Google Gemini 대화, 첨부 파일, AI 생성 미디어를 JSON으로 로컬에 백업.<br/>Open Source: https://github.com/FirenzeLor/gemini-collector<br/>Commit: Add Gemini Collector to AI Tools (#2295)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/5ac5d87f284028cf73b34cb7b9a722ea5d0629e1]]></content:encoded>
</item>
<item>
<title>Profisor</title>
<link>https://github.com/yefga/Profisor</link>
<guid isPermaLink="false">68b54c06902da7c3eef7c2abcf1d28625dcb5de7:Profisor</guid>
<pubDate>Sat, 11 Jul 2026 09:03:09 GMT</pubDate>
<category>유틸리티 / 정리 및 제거</category>
<description>Category: 유틸리티 / 정리 및 제거
App: Profisor
Description: 메뉴 바에서 현재 프로젝트의 Xcode 프로비저닝 프로파일을 전환.
Open Source: https://github.com/yefga/Profisor
Commit: Add Profisor (#2289)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/68b54c06902da7c3eef7c2abcf1d28625dcb5de7</description>
<content:encoded><![CDATA[Category: 유틸리티 / 정리 및 제거<br/>App: Profisor<br/>Description: 메뉴 바에서 현재 프로젝트의 Xcode 프로비저닝 프로파일을 전환.<br/>Open Source: https://github.com/yefga/Profisor<br/>Commit: Add Profisor (#2289)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/68b54c06902da7c3eef7c2abcf1d28625dcb5de7]]></content:encoded>
</item>
<item>
<title>Battery Hog</title>
<link>https://github.com/luke-fairbanks/BatteryHog</link>
<guid isPermaLink="false">e34fa129f9bce64dbc862880429b71ea15c1afa3:Battery Hog</guid>
<pubDate>Fri, 10 Jul 2026 07:52:03 GMT</pubDate>
<category>유틸리티 / 메뉴 바 도구</category>
<description>Category: 유틸리티 / 메뉴 바 도구
App: Battery Hog
Description: 실시간 와트 수, 앱별 에너지 사용량, 충전 기록, 배터리 소모 분석으로 무엇이 배터리를 소모하는지 100% 로컬로 보여주는 도구.
Open Source: https://github.com/luke-fairbanks/BatteryHog
Commit: Add Battery Hog (#2285)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/e34fa129f9bce64dbc862880429b71ea15c1afa3</description>
<content:encoded><![CDATA[Category: 유틸리티 / 메뉴 바 도구<br/>App: Battery Hog<br/>Description: 실시간 와트 수, 앱별 에너지 사용량, 충전 기록, 배터리 소모 분석으로 무엇이 배터리를 소모하는지 100% 로컬로 보여주는 도구.<br/>Open Source: https://github.com/luke-fairbanks/BatteryHog<br/>Commit: Add Battery Hog (#2285)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/e34fa129f9bce64dbc862880429b71ea15c1afa3]]></content:encoded>
</item>
<item>
<title>OATS</title>
<link>https://github.com/ariso-ai/oats</link>
<guid isPermaLink="false">9654998824e9692ac4d6953152ff997cd884ac6c:OATS</guid>
<pubDate>Thu, 09 Jul 2026 04:48:55 GMT</pubDate>
<category>읽기 및 쓰기 도구 / 노트 작성</category>
<description>Category: 읽기 및 쓰기 도구 / 노트 작성
App: OATS
Description: 실시간 전사, 화자 라벨, AI 요약, 완전 오프라인 온디바이스 모드를 지원하는 오픈 소스 로컬 우선 회의 노트 앱.
Open Source: https://github.com/ariso-ai/oats
Commit: Add Oats to Note-taking (#2268)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9654998824e9692ac4d6953152ff997cd884ac6c</description>
<content:encoded><![CDATA[Category: 읽기 및 쓰기 도구 / 노트 작성<br/>App: OATS<br/>Description: 실시간 전사, 화자 라벨, AI 요약, 완전 오프라인 온디바이스 모드를 지원하는 오픈 소스 로컬 우선 회의 노트 앱.<br/>Open Source: https://github.com/ariso-ai/oats<br/>Commit: Add Oats to Note-taking (#2268)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9654998824e9692ac4d6953152ff997cd884ac6c]]></content:encoded>
</item>
<item>
<title>Prevail</title>
<link>https://prevail.sh</link>
<guid isPermaLink="false">d3dc33f0560c77b9ab7df83d2bd620121548f8e2:Prevail</guid>
<pubDate>Tue, 07 Jul 2026 11:57:34 GMT</pubDate>
<category>AI 도구</category>
<description>Category: AI 도구
App: Prevail
Description: 로컬 우선 AI 라이프 OS. 생활 영역별로 원하는 모델을 실행하며 데이터는 Mac의 일반 Markdown 볼트에 저장. 서명 및 공증 완료.
Website: https://prevail.sh
Commit: Add Prevail to AI Tools (#2267)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/d3dc33f0560c77b9ab7df83d2bd620121548f8e2</description>
<content:encoded><![CDATA[Category: AI 도구<br/>App: Prevail<br/>Description: 로컬 우선 AI 라이프 OS. 생활 영역별로 원하는 모델을 실행하며 데이터는 Mac의 일반 Markdown 볼트에 저장. 서명 및 공증 완료.<br/>Website: https://prevail.sh<br/>Commit: Add Prevail to AI Tools (#2267)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/d3dc33f0560c77b9ab7df83d2bd620121548f8e2]]></content:encoded>
</item>
<item>
<title>tty7</title>
<link>https://github.com/l0ng-ai/tty7</link>
<guid isPermaLink="false">258daea61a27fda55d57bea4be5d05b10c6c30a6:tty7</guid>
<pubDate>Tue, 07 Jul 2026 01:43:44 GMT</pubDate>
<category>개발 도구 / 터미널 앱</category>
<description>Category: 개발 도구 / 터미널 앱
App: tty7
Description: 순수 Rust로 작성된 GPU 렌더링 데몬 기반 터미널로, tmux 없이 세션을 유지합니다.
Open Source: https://github.com/l0ng-ai/tty7
Commit: Add tty7 to Terminal Apps (#2263)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/258daea61a27fda55d57bea4be5d05b10c6c30a6</description>
<content:encoded><![CDATA[Category: 개발 도구 / 터미널 앱<br/>App: tty7<br/>Description: 순수 Rust로 작성된 GPU 렌더링 데몬 기반 터미널로, tmux 없이 세션을 유지합니다.<br/>Open Source: https://github.com/l0ng-ai/tty7<br/>Commit: Add tty7 to Terminal Apps (#2263)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/258daea61a27fda55d57bea4be5d05b10c6c30a6]]></content:encoded>
</item>
<item>
<title>TokenTracker</title>
<link>https://www.tokentracker.cc</link>
<guid isPermaLink="false">baa66734f625ca23b69f94f1b10bc972395eaca2:TokenTracker</guid>
<pubDate>Mon, 06 Jul 2026 23:32:36 GMT</pubDate>
<category>AI 도구</category>
<description>Category: AI 도구
App: TokenTracker
Description: 20개 이상의 AI 코딩 도구의 토큰 사용량과 비용을 추적하는 로컬 우선 메뉴바 앱과 CLI 도구.
Website: https://www.tokentracker.cc
Commit: Add TokenTracker to AI Tools (#2101)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/baa66734f625ca23b69f94f1b10bc972395eaca2</description>
<content:encoded><![CDATA[Category: AI 도구<br/>App: TokenTracker<br/>Description: 20개 이상의 AI 코딩 도구의 토큰 사용량과 비용을 추적하는 로컬 우선 메뉴바 앱과 CLI 도구.<br/>Website: https://www.tokentracker.cc<br/>Commit: Add TokenTracker to AI Tools (#2101)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/baa66734f625ca23b69f94f1b10bc972395eaca2]]></content:encoded>
</item>
<item>
<title>Wox</title>
<link>https://wox-launcher.github.io/Wox/</link>
<guid isPermaLink="false">c4c9f9831cd203db51e91224fc49a4b595fe3b05:Wox</guid>
<pubDate>Mon, 06 Jul 2026 10:10:24 GMT</pubDate>
<category>유틸리티 / 생산성</category>
<description>Category: 유틸리티 / 생산성
App: Wox
Description: 빠른 로컬 검색과 플러그인 확장을 제공하는 오픈소스 크로스 플랫폼 런처.
Website: https://wox-launcher.github.io/Wox/
Commit: Add Wox #2047
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c4c9f9831cd203db51e91224fc49a4b595fe3b05</description>
<content:encoded><![CDATA[Category: 유틸리티 / 생산성<br/>App: Wox<br/>Description: 빠른 로컬 검색과 플러그인 확장을 제공하는 오픈소스 크로스 플랫폼 런처.<br/>Website: https://wox-launcher.github.io/Wox/<br/>Commit: Add Wox #2047<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c4c9f9831cd203db51e91224fc49a4b595fe3b05]]></content:encoded>
</item>
<item>
<title>cctop</title>
<link>https://cctop.app</link>
<guid isPermaLink="false">bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9:cctop</guid>
<pubDate>Mon, 06 Jul 2026 05:33:17 GMT</pubDate>
<category>유틸리티 / 메뉴 바 도구</category>
<description>Category: 유틸리티 / 메뉴 바 도구
App: cctop
Description: AI 코딩 세션(Claude Code, Codex, opencode, pi)의 상태를 메뉴 막대에서 보여주고 해당 터미널 창이나 에디터 창으로 바로 이동하는 오픈 소스 도구.
Website: https://cctop.app
Commit: Add cctop to Menu Bar Tools (#2257)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9</description>
<content:encoded><![CDATA[Category: 유틸리티 / 메뉴 바 도구<br/>App: cctop<br/>Description: AI 코딩 세션(Claude Code, Codex, opencode, pi)의 상태를 메뉴 막대에서 보여주고 해당 터미널 창이나 에디터 창으로 바로 이동하는 오픈 소스 도구.<br/>Website: https://cctop.app<br/>Commit: Add cctop to Menu Bar Tools (#2257)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9]]></content:encoded>
</item>
<item>
<title>MenubarCC</title>
<link>https://github.com/ksterx/MenubarCC</link>
<guid isPermaLink="false">b197ea52da5a96b4566fe2c9f89384a3e5d39dff:MenubarCC</guid>
<pubDate>Sun, 05 Jul 2026 13:33:06 GMT</pubDate>
<category>유틸리티 / 메뉴 바 도구</category>
<description>Category: 유틸리티 / 메뉴 바 도구
App: MenubarCC
Description: 메뉴 바의 게 캐릭터로 Claude Code 세션 상태를 한눈에 보여주며, 작업 중에는 걷고 입력을 기다릴 때는 뛰어오르는 도구.
Open Source: https://github.com/ksterx/MenubarCC
Commit: Add MenubarCC to Menu Bar Tools (#2249)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/b197ea52da5a96b4566fe2c9f89384a3e5d39dff</description>
<content:encoded><![CDATA[Category: 유틸리티 / 메뉴 바 도구<br/>App: MenubarCC<br/>Description: 메뉴 바의 게 캐릭터로 Claude Code 세션 상태를 한눈에 보여주며, 작업 중에는 걷고 입력을 기다릴 때는 뛰어오르는 도구.<br/>Open Source: https://github.com/ksterx/MenubarCC<br/>Commit: Add MenubarCC to Menu Bar Tools (#2249)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/b197ea52da5a96b4566fe2c9f89384a3e5d39dff]]></content:encoded>
</item>
<item>
<title>Harbofly</title>
<link>https://harbofly.app/</link>
<guid isPermaLink="false">9568458c70df1b8762f8f5056ca760c50f753922:Harbofly</guid>
<pubDate>Sun, 05 Jul 2026 08:19:58 GMT</pubDate>
<category>유틸리티 / 정리 및 제거</category>
<description>Category: 유틸리티 / 정리 및 제거
App: Harbofly
Description: 개발 빌드 산출물과 캐시(DerivedData, node_modules, SPM/Homebrew 캐시)를 자동 감지해 디스크 공간을 확보하는 메뉴 바 도구. 텔레메트리 없음.
Website: https://harbofly.app/
Commit: Add Harbofly to the zh/ja/ko list. #2252
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9568458c70df1b8762f8f5056ca760c50f753922</description>
<content:encoded><![CDATA[Category: 유틸리티 / 정리 및 제거<br/>App: Harbofly<br/>Description: 개발 빌드 산출물과 캐시(DerivedData, node_modules, SPM/Homebrew 캐시)를 자동 감지해 디스크 공간을 확보하는 메뉴 바 도구. 텔레메트리 없음.<br/>Website: https://harbofly.app/<br/>Commit: Add Harbofly to the zh/ja/ko list. #2252<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9568458c70df1b8762f8f5056ca760c50f753922]]></content:encoded>
</item>
<item>
<title>MoonProxy</title>
<link>https://github.com/MoonProxyHQ/moonproxy-desktop</link>
<guid isPermaLink="false">a59272745a93357a103f7ddfd18c1ad6856a8d27:MoonProxy</guid>
<pubDate>Sun, 05 Jul 2026 00:33:23 GMT</pubDate>
<category>원격 로그인 소프트웨어</category>
<description>Category: 원격 로그인 소프트웨어
App: MoonProxy
Description: FRP의 GUI 클라이언트. 클릭 한 번으로 로컬 서비스를 인터넷에 공개.
Open Source: https://github.com/MoonProxyHQ/moonproxy-desktop
Commit: Add MoonProxy to the ja/ko/zh list. #2253
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a59272745a93357a103f7ddfd18c1ad6856a8d27</description>
<content:encoded><![CDATA[Category: 원격 로그인 소프트웨어<br/>App: MoonProxy<br/>Description: FRP의 GUI 클라이언트. 클릭 한 번으로 로컬 서비스를 인터넷에 공개.<br/>Open Source: https://github.com/MoonProxyHQ/moonproxy-desktop<br/>Commit: Add MoonProxy to the ja/ko/zh list. #2253<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a59272745a93357a103f7ddfd18c1ad6856a8d27]]></content:encoded>
</item>
<item>
<title>StockDock</title>
<link>https://github.com/simonsruggi/StockDock</link>
<guid isPermaLink="false">9c7ea9e1942d44b22cad2e39ad4424646b6f6668:StockDock</guid>
<pubDate>Sun, 05 Jul 2026 00:14:39 GMT</pubDate>
<category>금융</category>
<description>Category: 금융
App: StockDock
Description: 메뉴 바에서 주식, ETF, 암호화폐 실시간 시세를 보여주는 도구. 포트폴리오 손익과 다중 통화를 지원하며, 개인정보 보호에 중점을 둔 계정 불필요.
Open Source: https://github.com/simonsruggi/StockDock
Commit: Add StockDock to the zh/ja/ko list #2255.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9c7ea9e1942d44b22cad2e39ad4424646b6f6668</description>
<content:encoded><![CDATA[Category: 금융<br/>App: StockDock<br/>Description: 메뉴 바에서 주식, ETF, 암호화폐 실시간 시세를 보여주는 도구. 포트폴리오 손익과 다중 통화를 지원하며, 개인정보 보호에 중점을 둔 계정 불필요.<br/>Open Source: https://github.com/simonsruggi/StockDock<br/>Commit: Add StockDock to the zh/ja/ko list #2255.<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9c7ea9e1942d44b22cad2e39ad4424646b6f6668]]></content:encoded>
</item>
<item>
<title>Off Grid AI Desktop</title>
<link>https://getoffgridai.co/desktop</link>
<guid isPermaLink="false">79727df0c0d285c93e234212932bfb0dcc9a6c5f:Off Grid AI Desktop</guid>
<pubDate>Sun, 05 Jul 2026 00:04:14 GMT</pubDate>
<category>AI 도구</category>
<description>Category: AI 도구
App: Off Grid AI Desktop
Description: 비공개 로컬 우선 AI 도구. 로컬 LLM 채팅, 이미지 생성, 음성 받아쓰기, 메모리 검색을 모두 기기 내에서 실행.
Website: https://getoffgridai.co/desktop
Commit: Add &quot;Off Grid AI Desktopt&quot; to the ja/ko/zh list.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/79727df0c0d285c93e234212932bfb0dcc9a6c5f</description>
<content:encoded><![CDATA[Category: AI 도구<br/>App: Off Grid AI Desktop<br/>Description: 비공개 로컬 우선 AI 도구. 로컬 LLM 채팅, 이미지 생성, 음성 받아쓰기, 메모리 검색을 모두 기기 내에서 실행.<br/>Website: https://getoffgridai.co/desktop<br/>Commit: Add &quot;Off Grid AI Desktopt&quot; to the ja/ko/zh list.<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/79727df0c0d285c93e234212932bfb0dcc9a6c5f]]></content:encoded>
</item>
<item>
<title>Vesta</title>
<link>https://github.com/vestaterm/Vesta</link>
<guid isPermaLink="false">71b7e4bb8269a618f15398aee362dfd9d5d493bf:Vesta</guid>
<pubDate>Wed, 01 Jul 2026 03:13:12 GMT</pubDate>
<category>개발 도구 / 터미널 앱</category>
<description>Category: 개발 도구 / 터미널 앱
App: Vesta
Description: libghostty 기반의 네이티브 macOS 터미널로, 코딩 에이전트를 병렬로 실행합니다.
Open Source: https://github.com/vestaterm/Vesta
Commit: Add Vesta (#2243)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/71b7e4bb8269a618f15398aee362dfd9d5d493bf</description>
<content:encoded><![CDATA[Category: 개발 도구 / 터미널 앱<br/>App: Vesta<br/>Description: libghostty 기반의 네이티브 macOS 터미널로, 코딩 에이전트를 병렬로 실행합니다.<br/>Open Source: https://github.com/vestaterm/Vesta<br/>Commit: Add Vesta (#2243)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/71b7e4bb8269a618f15398aee362dfd9d5d493bf]]></content:encoded>
</item>
<item>
<title>Edmund</title>
<link>https://github.com/I7T5/Edmund</link>
<guid isPermaLink="false">3eedfd7588d7c53bde40217c210c412ad98fa218:Edmund</guid>
<pubDate>Tue, 30 Jun 2026 04:17:46 GMT</pubDate>
<category>읽기 및 쓰기 도구 / 마크다운 도구 [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools)</category>
<description>Category: 읽기 및 쓰기 도구 / 마크다운 도구 [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools)
App: Edmund
Description: 실시간 미리보기를 지원하는 미니멀 마크다운 편집기. 기존 파일을 바로 편집하며 별도 보관함 불필요.
Open Source: https://github.com/I7T5/Edmund
Commit: Add Edmund to the ja/ko/zh list. #2238
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/3eedfd7588d7c53bde40217c210c412ad98fa218</description>
<content:encoded><![CDATA[Category: 읽기 및 쓰기 도구 / 마크다운 도구 [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools)<br/>App: Edmund<br/>Description: 실시간 미리보기를 지원하는 미니멀 마크다운 편집기. 기존 파일을 바로 편집하며 별도 보관함 불필요.<br/>Open Source: https://github.com/I7T5/Edmund<br/>Commit: Add Edmund to the ja/ko/zh list. #2238<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/3eedfd7588d7c53bde40217c210c412ad98fa218]]></content:encoded>
</item>
<item>
<title>Orca</title>
<link>https://onorca.dev</link>
<guid isPermaLink="false">65dcb46146c4a7fea28b2117d574d8d34e5cbc46:Orca</guid>
<pubDate>Mon, 29 Jun 2026 02:36:44 GMT</pubDate>
<category>개발 도구 / IDE / 코드 편집기</category>
<description>Category: 개발 도구 / IDE / 코드 편집기
App: Orca
Description: 여러 AI 코딩 에이전트를 각각 독립된 git 워크트리에서 병렬로 실행하는 오픈소스 IDE.
Website: https://onorca.dev
Commit: Add Orca to the ja/ko/zh list. #2235
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/65dcb46146c4a7fea28b2117d574d8d34e5cbc46</description>
<content:encoded><![CDATA[Category: 개발 도구 / IDE / 코드 편집기<br/>App: Orca<br/>Description: 여러 AI 코딩 에이전트를 각각 독립된 git 워크트리에서 병렬로 실행하는 오픈소스 IDE.<br/>Website: https://onorca.dev<br/>Commit: Add Orca to the ja/ko/zh list. #2235<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/65dcb46146c4a7fea28b2117d574d8d34e5cbc46]]></content:encoded>
</item>
<item>
<title>VoxFlow</title>
<link>https://github.com/xingbofeng/VoxFlow</link>
<guid isPermaLink="false">064235d50be31cc75a8e91bf34e93a4e162fbfa0:VoxFlow</guid>
<pubDate>Sat, 27 Jun 2026 01:19:07 GMT</pubDate>
<category>음성 텍스트 변환 (Voice-to-Text)</category>
<description>Category: 음성 텍스트 변환 (Voice-to-Text)
App: VoxFlow
Description: 로컬/클라우드 ASR, OCR, 기록, 코딩 에이전트 워크플로를 지원하는 오픈 소스 음성 입력 워크스페이스.
Open Source: https://github.com/xingbofeng/VoxFlow
Commit: Add VoxFlow (#2232)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/064235d50be31cc75a8e91bf34e93a4e162fbfa0</description>
<content:encoded><![CDATA[Category: 음성 텍스트 변환 (Voice-to-Text)<br/>App: VoxFlow<br/>Description: 로컬/클라우드 ASR, OCR, 기록, 코딩 에이전트 워크플로를 지원하는 오픈 소스 음성 입력 워크스페이스.<br/>Open Source: https://github.com/xingbofeng/VoxFlow<br/>Commit: Add VoxFlow (#2232)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/064235d50be31cc75a8e91bf34e93a4e162fbfa0]]></content:encoded>
</item>
<item>
<title>Pesty</title>
<link>https://github.com/momenbasel/pesty</link>
<guid isPermaLink="false">c45bbebc4b9f85db07a56cce3403ce58b4812476:Pesty</guid>
<pubDate>Fri, 26 Jun 2026 02:23:11 GMT</pubDate>
<category>유틸리티 / 클립보드 도구</category>
<description>Category: 유틸리티 / 클립보드 도구
App: Pesty
Description: 색상 구분된 슬라이딩 스트립으로 클립보드 기록을 보여주는 무료 오픈소스 클립보드 관리자.
Open Source: https://github.com/momenbasel/pesty
Commit: Add Pesty to the ja/ko/zh list. (#2229)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c45bbebc4b9f85db07a56cce3403ce58b4812476</description>
<content:encoded><![CDATA[Category: 유틸리티 / 클립보드 도구<br/>App: Pesty<br/>Description: 색상 구분된 슬라이딩 스트립으로 클립보드 기록을 보여주는 무료 오픈소스 클립보드 관리자.<br/>Open Source: https://github.com/momenbasel/pesty<br/>Commit: Add Pesty to the ja/ko/zh list. (#2229)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c45bbebc4b9f85db07a56cce3403ce58b4812476]]></content:encoded>
</item>
<item>
<title>Claude Usage</title>
<link>https://github.com/Bread-bang/claude-usage</link>
<guid isPermaLink="false">0136ad87cd5608de92aca3500367e99bb9df939a:Claude Usage</guid>
<pubDate>Fri, 26 Jun 2026 01:44:42 GMT</pubDate>
<category>AI 도구</category>
<description>Category: AI 도구
App: Claude Usage
Description: Claude Code용 메뉴 막대 앱. 상태 줄에 페인별 컨텍스트를 표시하고, 세션·주간 사용량도 항상 확인 가능. usage·context 명령을 실행할 필요 없음.
Open Source: https://github.com/Bread-bang/claude-usage
Commit: Add Claude Usage to AI Tools (#2184)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0136ad87cd5608de92aca3500367e99bb9df939a</description>
<content:encoded><![CDATA[Category: AI 도구<br/>App: Claude Usage<br/>Description: Claude Code용 메뉴 막대 앱. 상태 줄에 페인별 컨텍스트를 표시하고, 세션·주간 사용량도 항상 확인 가능. usage·context 명령을 실행할 필요 없음.<br/>Open Source: https://github.com/Bread-bang/claude-usage<br/>Commit: Add Claude Usage to AI Tools (#2184)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0136ad87cd5608de92aca3500367e99bb9df939a]]></content:encoded>
</item>
<item>
<title>Vorssaint</title>
<link>https://vorssaint.com</link>
<guid isPermaLink="false">90b5d18990518c5378bcda16b8ce710f5f6ac632:Vorssaint</guid>
<pubDate>Wed, 24 Jun 2026 02:10:17 GMT</pubDate>
<category>유틸리티 / 메뉴 바 도구</category>
<description>Category: 유틸리티 / 메뉴 바 도구
App: Vorssaint
Description: 앱별 음량, 시스템 모니터링, 창 제어, 클립보드 기록, 절전 방지, 앱 정리를 한곳에 모은 오픈 소스 메뉴 막대 도구 모음.
Website: https://vorssaint.com
Commit: Add Vorssaint to Menu Bar Tools (#2223)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/90b5d18990518c5378bcda16b8ce710f5f6ac632</description>
<content:encoded><![CDATA[Category: 유틸리티 / 메뉴 바 도구<br/>App: Vorssaint<br/>Description: 앱별 음량, 시스템 모니터링, 창 제어, 클립보드 기록, 절전 방지, 앱 정리를 한곳에 모은 오픈 소스 메뉴 막대 도구 모음.<br/>Website: https://vorssaint.com<br/>Commit: Add Vorssaint to Menu Bar Tools (#2223)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/90b5d18990518c5378bcda16b8ce710f5f6ac632]]></content:encoded>
</item>
<item>
<title>mysa</title>
<link>https://github.com/alishansnsn/mysa</link>
<guid isPermaLink="false">14e273dbfd26ededdb4c76acf46e3c738ac0f464:mysa</guid>
<pubDate>Mon, 22 Jun 2026 08:09:04 GMT</pubDate>
<category>유틸리티 / 메뉴 바 도구</category>
<description>Category: 유틸리티 / 메뉴 바 도구
App: mysa
Description: 빠른 호흡 휴식을 위한 macOS 메뉴 바 앱으로, 프로스트 화면 오버레이와 손글씨 명언을 제공합니다.
Open Source: https://github.com/alishansnsn/mysa
Commit: Add mysa (#2215)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/14e273dbfd26ededdb4c76acf46e3c738ac0f464</description>
<content:encoded><![CDATA[Category: 유틸리티 / 메뉴 바 도구<br/>App: mysa<br/>Description: 빠른 호흡 휴식을 위한 macOS 메뉴 바 앱으로, 프로스트 화면 오버레이와 손글씨 명언을 제공합니다.<br/>Open Source: https://github.com/alishansnsn/mysa<br/>Commit: Add mysa (#2215)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/14e273dbfd26ededdb4c76acf46e3c738ac0f464]]></content:encoded>
</item>
<item>
<title>SiliconScope</title>
<link>https://siliconscope.calidalab.ai</link>
<guid isPermaLink="false">1dc6b5e73997fa68905ff66071f30ca9621ba1e1:SiliconScope</guid>
<pubDate>Sun, 21 Jun 2026 22:32:20 GMT</pubDate>
<category>유틸리티 / 시스템 도구</category>
<description>Category: 유틸리티 / 시스템 도구
App: SiliconScope
Description: 免授权的 Apple Silicon 系统监控工具(菜单栏 + 仪表盘),支持 ANE、媒体引擎、内存带宽追踪以及 E/P 核性能分解。
Website: https://siliconscope.calidalab.ai
Commit: Add SiliconScope to zh/ko/ja list. #2211
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1dc6b5e73997fa68905ff66071f30ca9621ba1e1</description>
<content:encoded><![CDATA[Category: 유틸리티 / 시스템 도구<br/>App: SiliconScope<br/>Description: 免授权的 Apple Silicon 系统监控工具(菜单栏 + 仪表盘),支持 ANE、媒体引擎、内存带宽追踪以及 E/P 核性能分解。<br/>Website: https://siliconscope.calidalab.ai<br/>Commit: Add SiliconScope to zh/ko/ja list. #2211<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1dc6b5e73997fa68905ff66071f30ca9621ba1e1]]></content:encoded>
</item>
<item>
<title>JsonStudio</title>
<link>https://jsonstudio.js.org/</link>
<guid isPermaLink="false">21fe432c4601693abd676f4279e1f834f0c5d759:JsonStudio</guid>
<pubDate>Sun, 21 Jun 2026 22:00:20 GMT</pubDate>
<category>개발 도구 / 개발자 유틸리티</category>
<description>Category: 개발 도구 / 개발자 유틸리티
App: JsonStudio
Description: JSON 포맷팅, 편집, 비교, 변환, 검증, 로그 추출을 지원하는 로컬 우선 JSON 워크스페이스.
Website: https://jsonstudio.js.org/
Commit: Add JsonStudio (#2209)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/21fe432c4601693abd676f4279e1f834f0c5d759</description>
<content:encoded><![CDATA[Category: 개발 도구 / 개발자 유틸리티<br/>App: JsonStudio<br/>Description: JSON 포맷팅, 편집, 비교, 변환, 검증, 로그 추출을 지원하는 로컬 우선 JSON 워크스페이스.<br/>Website: https://jsonstudio.js.org/<br/>Commit: Add JsonStudio (#2209)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/21fe432c4601693abd676f4279e1f834f0c5d759]]></content:encoded>
</item>
<item>
<title>Tintpad</title>
<link>https://github.com/sorkila/tintpad</link>
<guid isPermaLink="false">6caec1eb50a74f4503af2901213c7cde6ae344c2:Tintpad</guid>
<pubDate>Sat, 20 Jun 2026 16:33:16 GMT</pubDate>
<category>개발 도구 / 개발자 유틸리티</category>
<description>Category: 개발 도구 / 개발자 유틸리티
App: Tintpad
Description: Menu bar launcher that opens your terminal at the right repo with a coding agent (Claude Code, Codex) already running.
Open Source: https://github.com/sorkila/tintpad
Commit: Add Tintpad (Developer Utilities) (#2206)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/6caec1eb50a74f4503af2901213c7cde6ae344c2</description>
<content:encoded><![CDATA[Category: 개발 도구 / 개발자 유틸리티<br/>App: Tintpad<br/>Description: Menu bar launcher that opens your terminal at the right repo with a coding agent (Claude Code, Codex) already running.<br/>Open Source: https://github.com/sorkila/tintpad<br/>Commit: Add Tintpad (Developer Utilities) (#2206)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/6caec1eb50a74f4503af2901213c7cde6ae344c2]]></content:encoded>
</item>
<item>
<title>Agent Island</title>
<link>https://github.com/tristan666666/agent-island</link>
<guid isPermaLink="false">f1b3f9828b2dc0db4a1da09242df13fb620e2f0c:Agent Island</guid>
<pubDate>Thu, 18 Jun 2026 11:19:31 GMT</pubDate>
<category>유틸리티 / 메뉴 바 도구</category>
<description>Category: 유틸리티 / 메뉴 바 도구
App: Agent Island
Description: MacBook 노치에서 Claude Code와 Codex 세션 상태를 보여주고 선택한 장시간 작업을 자동으로 이어서 실행하는 도구.
Open Source: https://github.com/tristan666666/agent-island
Commit: Add Agent Island (#2199)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f1b3f9828b2dc0db4a1da09242df13fb620e2f0c</description>
<content:encoded><![CDATA[Category: 유틸리티 / 메뉴 바 도구<br/>App: Agent Island<br/>Description: MacBook 노치에서 Claude Code와 Codex 세션 상태를 보여주고 선택한 장시간 작업을 자동으로 이어서 실행하는 도구.<br/>Open Source: https://github.com/tristan666666/agent-island<br/>Commit: Add Agent Island (#2199)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f1b3f9828b2dc0db4a1da09242df13fb620e2f0c]]></content:encoded>
</item>
<item>
<title>TrustTunnel</title>
<link>https://trusttunnel.org/</link>
<guid isPermaLink="false">bd053d570146cf2f7ab8527dfebc39dd6988fa21:TrustTunnel</guid>
<pubDate>Wed, 17 Jun 2026 05:23:48 GMT</pubDate>
<category>프록시 및 VPN 도구</category>
<description>Category: 프록시 및 VPN 도구
App: TrustTunnel
Description: 현대적인 오픈 소스 VPN 프로토콜로, 원래 AdGuard VPN에서 개발되었습니다.
Website: https://trusttunnel.org/
Commit: Add TrustTunnel to VPN list (#2193)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bd053d570146cf2f7ab8527dfebc39dd6988fa21</description>
<content:encoded><![CDATA[Category: 프록시 및 VPN 도구<br/>App: TrustTunnel<br/>Description: 현대적인 오픈 소스 VPN 프로토콜로, 원래 AdGuard VPN에서 개발되었습니다.<br/>Website: https://trusttunnel.org/<br/>Commit: Add TrustTunnel to VPN list (#2193)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bd053d570146cf2f7ab8527dfebc39dd6988fa21]]></content:encoded>
</item>
<item>
<title>MaCursor</title>
<link>https://github.com/writronic/MaCursor</link>
<guid isPermaLink="false">7ccc07cf7274c9f37cb7eb88941543f551f822b5:MaCursor</guid>
<pubDate>Wed, 17 Jun 2026 03:55:26 GMT</pubDate>
<category>유틸리티 / 시스템 도구</category>
<description>Category: 유틸리티 / 시스템 도구
App: MaCursor
Description: macOS용 커스텀 커서 테마 도구.
Open Source: https://github.com/writronic/MaCursor
Commit: Add MaCursor to Quality of Life / System Tools sections (#2194)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/7ccc07cf7274c9f37cb7eb88941543f551f822b5</description>
<content:encoded><![CDATA[Category: 유틸리티 / 시스템 도구<br/>App: MaCursor<br/>Description: macOS용 커스텀 커서 테마 도구.<br/>Open Source: https://github.com/writronic/MaCursor<br/>Commit: Add MaCursor to Quality of Life / System Tools sections (#2194)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/7ccc07cf7274c9f37cb7eb88941543f551f822b5]]></content:encoded>
</item>
<item>
<title>Cate</title>
<link>https://cate.cero-ai.com</link>
<guid isPermaLink="false">febc8acb8ce125c6b276fbf34baecc259515eca8:Cate</guid>
<pubDate>Wed, 10 Jun 2026 12:34:14 GMT</pubDate>
<category>개발 도구 / IDE / 코드 편집기</category>
<description>Category: 개발 도구 / IDE / 코드 편집기
App: Cate
Description: 무한 줌 캔버스 기반의 오픈소스 IDE로, 에디터, 터미널, 브라우저, AI 에이전트 패널을 공간형 워크스페이스에 배치할 수 있습니다.
Website: https://cate.cero-ai.com
Commit: Add Cate to IDEs (#2178)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/febc8acb8ce125c6b276fbf34baecc259515eca8</description>
<content:encoded><![CDATA[Category: 개발 도구 / IDE / 코드 편집기<br/>App: Cate<br/>Description: 무한 줌 캔버스 기반의 오픈소스 IDE로, 에디터, 터미널, 브라우저, AI 에이전트 패널을 공간형 워크스페이스에 배치할 수 있습니다.<br/>Website: https://cate.cero-ai.com<br/>Commit: Add Cate to IDEs (#2178)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/febc8acb8ce125c6b276fbf34baecc259515eca8]]></content:encoded>
</item>
<item>
<title>SmoothCSV</title>
<link>https://smoothcsv.com/</link>
<guid isPermaLink="false">841c0d7c9059451b3cdaa452e01c7ed05c9b5f65:SmoothCSV</guid>
<pubDate>Sat, 06 Jun 2026 03:52:19 GMT</pubDate>
<category>읽기 및 쓰기 도구 / 기타</category>
<description>Category: 읽기 및 쓰기 도구 / 기타
App: SmoothCSV
Description: SQL 쿼리를 지원하는 빠르고 강력한 CSV 편집기.
Website: https://smoothcsv.com/
Commit: Add SmoothCSV to the ja/ko/zh list. #2155
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/841c0d7c9059451b3cdaa452e01c7ed05c9b5f65</description>
<content:encoded><![CDATA[Category: 읽기 및 쓰기 도구 / 기타<br/>App: SmoothCSV<br/>Description: SQL 쿼리를 지원하는 빠르고 강력한 CSV 편집기.<br/>Website: https://smoothcsv.com/<br/>Commit: Add SmoothCSV to the ja/ko/zh list. #2155<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/841c0d7c9059451b3cdaa452e01c7ed05c9b5f65]]></content:encoded>
</item>
<item>
<title>Mole Widget</title>
<link>https://github.com/bsnkhua/mole-widget</link>
<guid isPermaLink="false">355f149de3431629418b9065ee7041af3cf6899a:Mole Widget</guid>
<pubDate>Sat, 06 Jun 2026 02:16:57 GMT</pubDate>
<category>유틸리티 / 메뉴 바 도구</category>
<description>Category: 유틸리티 / 메뉴 바 도구
App: Mole Widget
Description: CPU, 메모리, 디스크, 네트워크, 배터리, 프로세스 정보를 실시간으로 보여주는 메뉴 바 관리형 경량 시스템 모니터 위젯.
Open Source: https://github.com/bsnkhua/mole-widget
Commit: Add Mole Widget to the ja/ko list. #2156
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/355f149de3431629418b9065ee7041af3cf6899a</description>
<content:encoded><![CDATA[Category: 유틸리티 / 메뉴 바 도구<br/>App: Mole Widget<br/>Description: CPU, 메모리, 디스크, 네트워크, 배터리, 프로세스 정보를 실시간으로 보여주는 메뉴 바 관리형 경량 시스템 모니터 위젯.<br/>Open Source: https://github.com/bsnkhua/mole-widget<br/>Commit: Add Mole Widget to the ja/ko list. #2156<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/355f149de3431629418b9065ee7041af3cf6899a]]></content:encoded>
</item>
<item>
<title>Gantry</title>
<link>https://github.com/getgantry/gantry</link>
<guid isPermaLink="false">4d4a90a18c2237537d3d4e71a82cff021efdafec:Gantry</guid>
<pubDate>Fri, 05 Jun 2026 10:33:31 GMT</pubDate>
<category>개발 도구 / 가상화</category>
<description>Category: 개발 도구 / 가상화
App: Gantry
Description: 로컬과 SSH 원격 호스트를 통합 관리하는 Docker GUI 클라이언트로, MCP 서버를 내장.
Open Source: https://github.com/getgantry/gantry
Commit: Update Gantry to the ja/ko/zh list #2154.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4d4a90a18c2237537d3d4e71a82cff021efdafec</description>
<content:encoded><![CDATA[Category: 개발 도구 / 가상화<br/>App: Gantry<br/>Description: 로컬과 SSH 원격 호스트를 통합 관리하는 Docker GUI 클라이언트로, MCP 서버를 내장.<br/>Open Source: https://github.com/getgantry/gantry<br/>Commit: Update Gantry to the ja/ko/zh list #2154.<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4d4a90a18c2237537d3d4e71a82cff021efdafec]]></content:encoded>
</item>
<item>
<title>CSV Quick Look</title>
<link>https://github.com/adamorad/csv-quick-look</link>
<guid isPermaLink="false">4bbbedab6ebe1dc3afef8ce357bcbff2d346eccc:CSV Quick Look</guid>
<pubDate>Fri, 05 Jun 2026 10:31:17 GMT</pubDate>
<category>QuickLook 플러그인</category>
<description>Category: QuickLook 플러그인
App: CSV Quick Look
Description: 가상 스크롤, 정렬, 필터, 다크 모드를 지원하는 CSV/TSV용 Quick Look 확장.
Open Source: https://github.com/adamorad/csv-quick-look
Commit: Add CSV Quick Look
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4bbbedab6ebe1dc3afef8ce357bcbff2d346eccc</description>
<content:encoded><![CDATA[Category: QuickLook 플러그인<br/>App: CSV Quick Look<br/>Description: 가상 스크롤, 정렬, 필터, 다크 모드를 지원하는 CSV/TSV용 Quick Look 확장.<br/>Open Source: https://github.com/adamorad/csv-quick-look<br/>Commit: Add CSV Quick Look<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4bbbedab6ebe1dc3afef8ce357bcbff2d346eccc]]></content:encoded>
</item>
<item>
<title>SnippetCraft</title>
<link>https://getsnippetcraft.com</link>
<guid isPermaLink="false">0a6ea6f00b4f3eeb5d70e491610a173c56e370ab:SnippetCraft</guid>
<pubDate>Fri, 05 Jun 2026 05:45:42 GMT</pubDate>
<category>유틸리티 / 클립보드 도구</category>
<description>Category: 유틸리티 / 클립보드 도구
App: SnippetCraft
Description: macOS용 시스템 전체 텍스트 확장, 스니펫 관리, 클립보드 기록 도구.
Website: https://getsnippetcraft.com
Commit: Add SnippetCraft to Clipboard Tools (#2145)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0a6ea6f00b4f3eeb5d70e491610a173c56e370ab</description>
<content:encoded><![CDATA[Category: 유틸리티 / 클립보드 도구<br/>App: SnippetCraft<br/>Description: macOS용 시스템 전체 텍스트 확장, 스니펫 관리, 클립보드 기록 도구.<br/>Website: https://getsnippetcraft.com<br/>Commit: Add SnippetCraft to Clipboard Tools (#2145)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0a6ea6f00b4f3eeb5d70e491610a173c56e370ab]]></content:encoded>
</item>
<item>
<title>capcap</title>
<link>https://capcap.skyrin.fun</link>
<guid isPermaLink="false">f0d79d664b64c897c03f89a0d1e8d75ca46214ad:capcap</guid>
<pubDate>Fri, 05 Jun 2026 05:31:33 GMT</pubDate>
<category>디자인 및 제품 / 스크린샷 도구</category>
<description>Category: 디자인 및 제품 / 스크린샷 도구
App: capcap
Description: Command 키 더블 탭 캡처, 주석, 스크롤 캡처, 꾸미기, 핀 고정, 이미지 호스팅 업로드를 지원하는 네이티브 메뉴 막대 스크린샷 도구.
Website: https://capcap.skyrin.fun
Commit: Add capcap to Screenshot Tools (#2153)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f0d79d664b64c897c03f89a0d1e8d75ca46214ad</description>
<content:encoded><![CDATA[Category: 디자인 및 제품 / 스크린샷 도구<br/>App: capcap<br/>Description: Command 키 더블 탭 캡처, 주석, 스크롤 캡처, 꾸미기, 핀 고정, 이미지 호스팅 업로드를 지원하는 네이티브 메뉴 막대 스크린샷 도구.<br/>Website: https://capcap.skyrin.fun<br/>Commit: Add capcap to Screenshot Tools (#2153)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f0d79d664b64c897c03f89a0d1e8d75ca46214ad]]></content:encoded>
</item>
<item>
<title>Fader</title>
<link>https://github.com/pantafive/fader</link>
<guid isPermaLink="false">51eed00ef094a5376358d6a74cca6448f58e5b5b:Fader</guid>
<pubDate>Fri, 05 Jun 2026 02:46:11 GMT</pubDate>
<category>오디오 및 비디오 도구</category>
<description>Category: 오디오 및 비디오 도구
App: Fader
Description: 앱별 볼륨, 원클릭 출력 전환, 블루투스 헤드폰 제어를 지원하는 메뉴 막대 볼륨 믹서.
Open Source: https://github.com/pantafive/fader
Commit: Add Fader to Audio and Video Tools (#2152)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/51eed00ef094a5376358d6a74cca6448f58e5b5b</description>
<content:encoded><![CDATA[Category: 오디오 및 비디오 도구<br/>App: Fader<br/>Description: 앱별 볼륨, 원클릭 출력 전환, 블루투스 헤드폰 제어를 지원하는 메뉴 막대 볼륨 믹서.<br/>Open Source: https://github.com/pantafive/fader<br/>Commit: Add Fader to Audio and Video Tools (#2152)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/51eed00ef094a5376358d6a74cca6448f58e5b5b]]></content:encoded>
</item>
<item>
<title>Cursor Voice</title>
<link>https://cursorvoice.app</link>
<guid isPermaLink="false">982aed0bf7329e9bde5768420e6cf871024e359e:Cursor Voice</guid>
<pubDate>Wed, 03 Jun 2026 01:01:06 GMT</pubDate>
<category>AI 도구</category>
<description>Category: AI 도구
App: Cursor Voice
Description: 커서 옆에서 동작하며 화면을 보고 OpenAI Realtime API로 앱을 제어할 수 있는 음성 어시스턴트.
Website: https://cursorvoice.app
Commit: Add Cursor Voice to the ja/ko/zh list. #2140
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/982aed0bf7329e9bde5768420e6cf871024e359e</description>
<content:encoded><![CDATA[Category: AI 도구<br/>App: Cursor Voice<br/>Description: 커서 옆에서 동작하며 화면을 보고 OpenAI Realtime API로 앱을 제어할 수 있는 음성 어시스턴트.<br/>Website: https://cursorvoice.app<br/>Commit: Add Cursor Voice to the ja/ko/zh list. #2140<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/982aed0bf7329e9bde5768420e6cf871024e359e]]></content:encoded>
</item>
<item>
<title>Sleepless</title>
<link>https://github.com/Aboudjem/Sleepless</link>
<guid isPermaLink="false">1adde8042c48bc0ba6d12c84f2ac5942c6eea6da:Sleepless</guid>
<pubDate>Tue, 02 Jun 2026 16:07:02 GMT</pubDate>
<category>유틸리티 / 시스템 도구</category>
<description>Category: 유틸리티 / 시스템 도구
App: Sleepless
Description: Keep your MacBook awake with the lid closed on battery, with a battery-floor auto-off.
Open Source: https://github.com/Aboudjem/Sleepless
Commit: Add Sleepless to System Related Tools (#2134)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1adde8042c48bc0ba6d12c84f2ac5942c6eea6da</description>
<content:encoded><![CDATA[Category: 유틸리티 / 시스템 도구<br/>App: Sleepless<br/>Description: Keep your MacBook awake with the lid closed on battery, with a battery-floor auto-off.<br/>Open Source: https://github.com/Aboudjem/Sleepless<br/>Commit: Add Sleepless to System Related Tools (#2134)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1adde8042c48bc0ba6d12c84f2ac5942c6eea6da]]></content:encoded>
</item>
<item>
<title>ClipHistory</title>
<link>https://github.com/weiykong/ClipHistory</link>
<guid isPermaLink="false">ffe8b08f41f78e62471cb3efebfa172a746fd372:ClipHistory</guid>
<pubDate>Tue, 02 Jun 2026 04:38:50 GMT</pubDate>
<category>유틸리티 / 클립보드 도구</category>
<description>Category: 유틸리티 / 클립보드 도구
App: ClipHistory
Description: 단축키 즉시 팝업, 검색, 고정, 텍스트/이미지 기록을 지원하는 가벼운 네이티브 클립보드 관리자.
Open Source: https://github.com/weiykong/ClipHistory
Commit: Add ClipHistory
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/ffe8b08f41f78e62471cb3efebfa172a746fd372</description>
<content:encoded><![CDATA[Category: 유틸리티 / 클립보드 도구<br/>App: ClipHistory<br/>Description: 단축키 즉시 팝업, 검색, 고정, 텍스트/이미지 기록을 지원하는 가벼운 네이티브 클립보드 관리자.<br/>Open Source: https://github.com/weiykong/ClipHistory<br/>Commit: Add ClipHistory<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/ffe8b08f41f78e62471cb3efebfa172a746fd372]]></content:encoded>
</item>
<item>
<title>SystemEQ for Mac</title>
<link>https://denzam.github.io/SystemEQ-for-Mac/</link>
<guid isPermaLink="false">180e1c96827db9eda58a5f120cccb5990b3200b6:SystemEQ for Mac</guid>
<pubDate>Tue, 02 Jun 2026 04:01:12 GMT</pubDate>
<category>오디오 및 비디오 도구</category>
<description>Category: 오디오 및 비디오 도구
App: SystemEQ for Mac
Description: AutoEQ 프리셋, 청력 보정, 실시간 시각화를 지원하는 무료 오픈 소스 시스템 전역 파라메트릭 EQ.
Website: https://denzam.github.io/SystemEQ-for-Mac/
Commit: Add SystemEQ to the ja/ko/zh list.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/180e1c96827db9eda58a5f120cccb5990b3200b6</description>
<content:encoded><![CDATA[Category: 오디오 및 비디오 도구<br/>App: SystemEQ for Mac<br/>Description: AutoEQ 프리셋, 청력 보정, 실시간 시각화를 지원하는 무료 오픈 소스 시스템 전역 파라메트릭 EQ.<br/>Website: https://denzam.github.io/SystemEQ-for-Mac/<br/>Commit: Add SystemEQ to the ja/ko/zh list.<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/180e1c96827db9eda58a5f120cccb5990b3200b6]]></content:encoded>
</item>
<item>
<title>Harbor</title>
<link>https://github.com/tahseen-kakar/harbor</link>
<guid isPermaLink="false">02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039:Harbor</guid>
<pubDate>Sun, 31 May 2026 12:41:48 GMT</pubDate>
<category>다운로드 관리 도구</category>
<description>Category: 다운로드 관리 도구
App: Harbor
Description: HTTP(S), 마그넷 링크, `.torrent` 파일을 지원하는 오픈 소스 다운로드 관리자.
Open Source: https://github.com/tahseen-kakar/harbor
Commit: Add Harbor (#2123)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039</description>
<content:encoded><![CDATA[Category: 다운로드 관리 도구<br/>App: Harbor<br/>Description: HTTP(S), 마그넷 링크, `.torrent` 파일을 지원하는 오픈 소스 다운로드 관리자.<br/>Open Source: https://github.com/tahseen-kakar/harbor<br/>Commit: Add Harbor (#2123)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039]]></content:encoded>
</item>
<item>
<title>Mac Clean</title>
<link>https://github.com/iliyami/MacClean</link>
<guid isPermaLink="false">4ca8807cbd3fa2b9d45f23bceb0c9ee92fff7fcd:Mac Clean</guid>
<pubDate>Sat, 30 May 2026 10:18:25 GMT</pubDate>
<category>유틸리티 / 정리 및 제거</category>
<description>Category: 유틸리티 / 정리 및 제거
App: Mac Clean
Description: 무료 오픈소스 정리, 최적화, 악성코드 검사 도구.
Open Source: https://github.com/iliyami/MacClean
Commit: Add Mac Clean to the ja/ko/zh list. #2110
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4ca8807cbd3fa2b9d45f23bceb0c9ee92fff7fcd</description>
<content:encoded><![CDATA[Category: 유틸리티 / 정리 및 제거<br/>App: Mac Clean<br/>Description: 무료 오픈소스 정리, 최적화, 악성코드 검사 도구.<br/>Open Source: https://github.com/iliyami/MacClean<br/>Commit: Add Mac Clean to the ja/ko/zh list. #2110<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4ca8807cbd3fa2b9d45f23bceb0c9ee92fff7fcd]]></content:encoded>
</item>
<item>
<title>clawpypaste</title>
<link>https://github.com/krisbradley/clawpypaste</link>
<guid isPermaLink="false">c1406fb34adf00858cceabd0ac198e59d7ca23c3:clawpypaste</guid>
<pubDate>Fri, 29 May 2026 04:39:44 GMT</pubDate>
<category>AI 도구</category>
<description>Category: AI 도구
App: clawpypaste
Description: Claude Code용 메뉴 막대 블록 피커 및 세션 브라우저.
Open Source: https://github.com/krisbradley/clawpypaste
Commit: Add clawpypaste to AI Tools (#2112)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c1406fb34adf00858cceabd0ac198e59d7ca23c3</description>
<content:encoded><![CDATA[Category: AI 도구<br/>App: clawpypaste<br/>Description: Claude Code용 메뉴 막대 블록 피커 및 세션 브라우저.<br/>Open Source: https://github.com/krisbradley/clawpypaste<br/>Commit: Add clawpypaste to AI Tools (#2112)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c1406fb34adf00858cceabd0ac198e59d7ca23c3]]></content:encoded>
</item>
<item>
<title>Parakey</title>
<link>https://github.com/rcourtman/parakey</link>
<guid isPermaLink="false">df5cf1ff659026b5b7801b5a7d41fe93819d21da:Parakey</guid>
<pubDate>Tue, 26 May 2026 07:31:47 GMT</pubDate>
<category>음성 텍스트 변환 (Voice-to-Text)</category>
<description>Category: 음성 텍스트 변환 (Voice-to-Text)
App: Parakey
Description: Parakeet TDT v3(CoreML/ANE)를 사용하여 로컬에서 작동하는 Apple Silicon Mac용 네이티브 푸시 투 토크(Push-to-Talk) 음성 받아쓰기 앱.
Open Source: https://github.com/rcourtman/parakey
Commit: Add Parakey under Voice-to-Text (#2050)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/df5cf1ff659026b5b7801b5a7d41fe93819d21da</description>
<content:encoded><![CDATA[Category: 음성 텍스트 변환 (Voice-to-Text)<br/>App: Parakey<br/>Description: Parakeet TDT v3(CoreML/ANE)를 사용하여 로컬에서 작동하는 Apple Silicon Mac용 네이티브 푸시 투 토크(Push-to-Talk) 음성 받아쓰기 앱.<br/>Open Source: https://github.com/rcourtman/parakey<br/>Commit: Add Parakey under Voice-to-Text (#2050)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/df5cf1ff659026b5b7801b5a7d41fe93819d21da]]></content:encoded>
</item>
<item>
<title>PureSnitch</title>
<link>https://github.com/momenbasel/puresnitch</link>
<guid isPermaLink="false">369fb1b345def7ffb7c9dd8a8ebd11cdbe75f7b7:PureSnitch</guid>
<pubDate>Mon, 25 May 2026 00:33:33 GMT</pubDate>
<category>보안 도구</category>
<description>Category: 보안 도구
App: PureSnitch
Description: Little Snitch 스타일의 월드맵, 규칙 관리자, DNS over HTTPS, pf 기반 차단을 제공하는 오픈 소스 애플리케이션 방화벽(텔레메트리 없음).
Open Source: https://github.com/momenbasel/puresnitch
Commit: Add PureSnitch (#2089)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/369fb1b345def7ffb7c9dd8a8ebd11cdbe75f7b7</description>
<content:encoded><![CDATA[Category: 보안 도구<br/>App: PureSnitch<br/>Description: Little Snitch 스타일의 월드맵, 규칙 관리자, DNS over HTTPS, pf 기반 차단을 제공하는 오픈 소스 애플리케이션 방화벽(텔레메트리 없음).<br/>Open Source: https://github.com/momenbasel/puresnitch<br/>Commit: Add PureSnitch (#2089)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/369fb1b345def7ffb7c9dd8a8ebd11cdbe75f7b7]]></content:encoded>
</item>
<item>
<title>Live Translator</title>
<link>https://github.com/umutcetinkaya/live-translator</link>
<guid isPermaLink="false">48da75d4964c95828cfe9d8dbeac83b9baf03c76:Live Translator</guid>
<pubDate>Sat, 23 May 2026 01:08:31 GMT</pubDate>
<category>번역 도구</category>
<description>Category: 번역 도구
App: Live Translator
Description: OpenAI 또는 Gemini를 사용해 시스템 오디오를 화면에서 실시간 번역하는 도구.
Open Source: https://github.com/umutcetinkaya/live-translator
Commit: Add Live Translator to zh/ja/ko translation tools
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/48da75d4964c95828cfe9d8dbeac83b9baf03c76</description>
<content:encoded><![CDATA[Category: 번역 도구<br/>App: Live Translator<br/>Description: OpenAI 또는 Gemini를 사용해 시스템 오디오를 화면에서 실시간 번역하는 도구.<br/>Open Source: https://github.com/umutcetinkaya/live-translator<br/>Commit: Add Live Translator to zh/ja/ko translation tools<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/48da75d4964c95828cfe9d8dbeac83b9baf03c76]]></content:encoded>
</item>
<item>
<title>Papr</title>
<link>https://github.com/l0ng-ai/papr</link>
<guid isPermaLink="false">dbe0b073a7e510ee83194d479e209f3af55e4b2f:Papr</guid>
<pubDate>Thu, 21 May 2026 02:53:12 GMT</pubDate>
<category>읽기 및 쓰기 도구 / RSS</category>
<description>Category: 읽기 및 쓰기 도구 / RSS
App: Papr
Description: 타이포그래피를 조절할 수 있고 키보드 중심으로 동작하는 RSS 리더. 하이라이트를 Readwise, Notion, Obsidian으로 내보낼 수 있습니다.
Open Source: https://github.com/l0ng-ai/papr
Commit: Add Papr to RSS (#2083)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/dbe0b073a7e510ee83194d479e209f3af55e4b2f</description>
<content:encoded><![CDATA[Category: 읽기 및 쓰기 도구 / RSS<br/>App: Papr<br/>Description: 타이포그래피를 조절할 수 있고 키보드 중심으로 동작하는 RSS 리더. 하이라이트를 Readwise, Notion, Obsidian으로 내보낼 수 있습니다.<br/>Open Source: https://github.com/l0ng-ai/papr<br/>Commit: Add Papr to RSS (#2083)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/dbe0b073a7e510ee83194d479e209f3af55e4b2f]]></content:encoded>
</item>
<item>
<title>Muxy</title>
<link>https://github.com/muxy-app/muxy</link>
<guid isPermaLink="false">c07bf2d710be55b98e49a83d560a88cd200a995a:Muxy</guid>
<pubDate>Tue, 19 May 2026 22:24:43 GMT</pubDate>
<category>개발 도구 / 터미널 앱</category>
<description>Category: 개발 도구 / 터미널 앱
App: Muxy
Description: 프로젝트 관리, 분할 창, Git 통합, AI 사용량 추적 및 200개 이상의 테마를 갖춘 AI 네이티브 터미널.
Open Source: https://github.com/muxy-app/muxy
Commit: Add Muxy
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c07bf2d710be55b98e49a83d560a88cd200a995a</description>
<content:encoded><![CDATA[Category: 개발 도구 / 터미널 앱<br/>App: Muxy<br/>Description: 프로젝트 관리, 분할 창, Git 통합, AI 사용량 추적 및 200개 이상의 테마를 갖춘 AI 네이티브 터미널.<br/>Open Source: https://github.com/muxy-app/muxy<br/>Commit: Add Muxy<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c07bf2d710be55b98e49a83d560a88cd200a995a]]></content:encoded>
</item>
</channel>
</rss>
+31
View File
@@ -0,0 +1,31 @@
Awesome Mac 订阅说明
===
[![Feed English](https://jaywcjlove.github.io/sb/lang/english.svg)](./feed.md)
[![Feed 日本語](https://jaywcjlove.github.io/sb/lang/japanese.svg)](./feed-ja.md)
[![Feed 한국어](https://jaywcjlove.github.io/sb/lang/korean.svg)](./feed-ko.md)
一个专注于收集优质 macOS 新应用的 RSS 订阅源,让你不错过任何好工具
```
https://jaywcjlove.github.io/awesome-mac/feed.xml
https://jaywcjlove.github.io/awesome-mac/feed-zh.xml
https://jaywcjlove.github.io/awesome-mac/feed-ko.xml
https://jaywcjlove.github.io/awesome-mac/feed-ja.xml
```
## 生成规则
- 脚本会扫描每个 README 最近 50 个 commit。
- 通过 README diff 判断是否新增了应用条目。
- 现有 XML 文件本身就是增量更新依据。
- 下次运行时,脚本会从当前 XML 的最新条目中读取 commit hash,只处理更晚的新 commit。
- 每个订阅最多保留 50 条最近新增应用。
## 重新生成
```bash
npm run feed
```
生成脚本位于 `build/feed.mjs`
+712
View File
@@ -0,0 +1,712 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Awesome Mac - 最近新增应用</title>
<link>https://jaywcjlove.github.io/awesome-mac</link>
<description>根据中文列表整理的最近新增 macOS 应用。</description>
<language>zh-CN</language>
<lastBuildDate>Sun, 12 Jul 2026 01:09:08 GMT</lastBuildDate>
<atom:link href="https://jaywcjlove.github.io/awesome-mac/feed/feed-zh.xml" rel="self" type="application/rss+xml" />
<generator>build/feed.mjs</generator>
<item>
<title>Presspeech</title>
<link>https://github.com/rcourtman/presspeech</link>
<guid isPermaLink="false">1a8e1aa613e808a6ac97d1aa478d57a698af7d2a:Presspeech</guid>
<pubDate>Sun, 12 Jul 2026 01:09:08 GMT</pubDate>
<category>音频和视频</category>
<description>Category: 音频和视频
App: Presspeech
Description: 基于 Parakeet TDT v3CoreML/ANE)的 Apple Silicon Mac 本地极速全局热键语音输入工具。
Open Source: https://github.com/rcourtman/presspeech
Commit: Update Presspeech listing (#2290)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1a8e1aa613e808a6ac97d1aa478d57a698af7d2a</description>
<content:encoded><![CDATA[Category: 音频和视频<br/>App: Presspeech<br/>Description: 基于 Parakeet TDT v3CoreML/ANE)的 Apple Silicon Mac 本地极速全局热键语音输入工具。<br/>Open Source: https://github.com/rcourtman/presspeech<br/>Commit: Update Presspeech listing (#2290)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1a8e1aa613e808a6ac97d1aa478d57a698af7d2a]]></content:encoded>
</item>
<item>
<title>Knopo</title>
<link>https://github.com/alkalim/Knopo</link>
<guid isPermaLink="false">1f253f397c243f38605012529fbc81b837fb1ada:Knopo</guid>
<pubDate>Sun, 12 Jul 2026 00:18:16 GMT</pubDate>
<category>阅读与写作工具 / 笔记</category>
<description>Category: 阅读与写作工具 / 笔记
App: Knopo
Description: 原生 macOS 本地优先大纲笔记应用,以纯 Markdown 文件存储笔记。
Open Source: https://github.com/alkalim/Knopo
Commit: Add Knopo (#2291)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1f253f397c243f38605012529fbc81b837fb1ada</description>
<content:encoded><![CDATA[Category: 阅读与写作工具 / 笔记<br/>App: Knopo<br/>Description: 原生 macOS 本地优先大纲笔记应用,以纯 Markdown 文件存储笔记。<br/>Open Source: https://github.com/alkalim/Knopo<br/>Commit: Add Knopo (#2291)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1f253f397c243f38605012529fbc81b837fb1ada]]></content:encoded>
</item>
<item>
<title>Gemini Collector</title>
<link>https://github.com/FirenzeLor/gemini-collector</link>
<guid isPermaLink="false">5ac5d87f284028cf73b34cb7b9a722ea5d0629e1:Gemini Collector</guid>
<pubDate>Sun, 12 Jul 2026 00:08:52 GMT</pubDate>
<category>AI 工具</category>
<description>Category: AI 工具
App: Gemini Collector
Description: 将 Google Gemini 对话、附件与 AI 生成媒体以 JSON 格式备份到本地。
Open Source: https://github.com/FirenzeLor/gemini-collector
Commit: Add Gemini Collector to AI Tools (#2295)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/5ac5d87f284028cf73b34cb7b9a722ea5d0629e1</description>
<content:encoded><![CDATA[Category: AI 工具<br/>App: Gemini Collector<br/>Description: 将 Google Gemini 对话、附件与 AI 生成媒体以 JSON 格式备份到本地。<br/>Open Source: https://github.com/FirenzeLor/gemini-collector<br/>Commit: Add Gemini Collector to AI Tools (#2295)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/5ac5d87f284028cf73b34cb7b9a722ea5d0629e1]]></content:encoded>
</item>
<item>
<title>Profisor</title>
<link>https://github.com/yefga/Profisor</link>
<guid isPermaLink="false">68b54c06902da7c3eef7c2abcf1d28625dcb5de7:Profisor</guid>
<pubDate>Sat, 11 Jul 2026 09:03:09 GMT</pubDate>
<category>其它实用工具 / 菜单栏工具</category>
<description>Category: 其它实用工具 / 菜单栏工具
App: Profisor
Description: 从菜单栏切换当前项目的 Xcode 描述文件。
Open Source: https://github.com/yefga/Profisor
Commit: Add Profisor (#2289)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/68b54c06902da7c3eef7c2abcf1d28625dcb5de7</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 菜单栏工具<br/>App: Profisor<br/>Description: 从菜单栏切换当前项目的 Xcode 描述文件。<br/>Open Source: https://github.com/yefga/Profisor<br/>Commit: Add Profisor (#2289)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/68b54c06902da7c3eef7c2abcf1d28625dcb5de7]]></content:encoded>
</item>
<item>
<title>Battery Hog</title>
<link>https://github.com/luke-fairbanks/BatteryHog</link>
<guid isPermaLink="false">e34fa129f9bce64dbc862880429b71ea15c1afa3:Battery Hog</guid>
<pubDate>Fri, 10 Jul 2026 07:52:03 GMT</pubDate>
<category>其它实用工具 / 系统相关工具</category>
<description>Category: 其它实用工具 / 系统相关工具
App: Battery Hog
Description: 显示是什么在消耗电池:实时瓦数、各应用能耗、充电历史与耗电分析,100% 本地运行。
Open Source: https://github.com/luke-fairbanks/BatteryHog
Commit: Add Battery Hog (#2285)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/e34fa129f9bce64dbc862880429b71ea15c1afa3</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 系统相关工具<br/>App: Battery Hog<br/>Description: 显示是什么在消耗电池:实时瓦数、各应用能耗、充电历史与耗电分析,100% 本地运行。<br/>Open Source: https://github.com/luke-fairbanks/BatteryHog<br/>Commit: Add Battery Hog (#2285)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/e34fa129f9bce64dbc862880429b71ea15c1afa3]]></content:encoded>
</item>
<item>
<title>OATS</title>
<link>https://github.com/ariso-ai/oats</link>
<guid isPermaLink="false">9654998824e9692ac4d6953152ff997cd884ac6c:OATS</guid>
<pubDate>Thu, 09 Jul 2026 04:48:55 GMT</pubDate>
<category>阅读与写作工具 / 笔记</category>
<description>Category: 阅读与写作工具 / 笔记
App: OATS
Description: 开源本地优先会议笔记应用,支持实时转写、说话人标签、AI 摘要和完全离线的端侧模式。
Open Source: https://github.com/ariso-ai/oats
Commit: Add Oats to Note-taking (#2268)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9654998824e9692ac4d6953152ff997cd884ac6c</description>
<content:encoded><![CDATA[Category: 阅读与写作工具 / 笔记<br/>App: OATS<br/>Description: 开源本地优先会议笔记应用,支持实时转写、说话人标签、AI 摘要和完全离线的端侧模式。<br/>Open Source: https://github.com/ariso-ai/oats<br/>Commit: Add Oats to Note-taking (#2268)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9654998824e9692ac4d6953152ff997cd884ac6c]]></content:encoded>
</item>
<item>
<title>Prevail</title>
<link>https://prevail.sh</link>
<guid isPermaLink="false">d3dc33f0560c77b9ab7df83d2bd620121548f8e2:Prevail</guid>
<pubDate>Tue, 07 Jul 2026 11:57:34 GMT</pubDate>
<category>AI 工具</category>
<description>Category: AI 工具
App: Prevail
Description: 本地优先的 AI「人生操作系统」:按生活领域运行任意模型,数据保存在本机的纯 Markdown 库中。已签名并公证。
Website: https://prevail.sh
Commit: Add Prevail to AI Tools (#2267)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/d3dc33f0560c77b9ab7df83d2bd620121548f8e2</description>
<content:encoded><![CDATA[Category: AI 工具<br/>App: Prevail<br/>Description: 本地优先的 AI「人生操作系统」:按生活领域运行任意模型,数据保存在本机的纯 Markdown 库中。已签名并公证。<br/>Website: https://prevail.sh<br/>Commit: Add Prevail to AI Tools (#2267)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/d3dc33f0560c77b9ab7df83d2bd620121548f8e2]]></content:encoded>
</item>
<item>
<title>tty7</title>
<link>https://github.com/l0ng-ai/tty7</link>
<guid isPermaLink="false">258daea61a27fda55d57bea4be5d05b10c6c30a6:tty7</guid>
<pubDate>Tue, 07 Jul 2026 01:43:44 GMT</pubDate>
<category>开发者工具 / 命令行应用</category>
<description>Category: 开发者工具 / 命令行应用
App: tty7
Description: 使用纯 Rust 编写、GPU 渲染、由守护进程托管的终端,无需 tmux 即可保持会话持久。
Open Source: https://github.com/l0ng-ai/tty7
Commit: Add tty7 to Terminal Apps (#2263)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/258daea61a27fda55d57bea4be5d05b10c6c30a6</description>
<content:encoded><![CDATA[Category: 开发者工具 / 命令行应用<br/>App: tty7<br/>Description: 使用纯 Rust 编写、GPU 渲染、由守护进程托管的终端,无需 tmux 即可保持会话持久。<br/>Open Source: https://github.com/l0ng-ai/tty7<br/>Commit: Add tty7 to Terminal Apps (#2263)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/258daea61a27fda55d57bea4be5d05b10c6c30a6]]></content:encoded>
</item>
<item>
<title>TokenTracker</title>
<link>https://www.tokentracker.cc</link>
<guid isPermaLink="false">baa66734f625ca23b69f94f1b10bc972395eaca2:TokenTracker</guid>
<pubDate>Mon, 06 Jul 2026 23:32:36 GMT</pubDate>
<category>AI 工具</category>
<description>Category: AI 工具
App: TokenTracker
Description: 本地优先的菜单栏与命令行工具,追踪 20 多款 AI 编程工具的 Token 用量与花费。
Website: https://www.tokentracker.cc
Commit: Add TokenTracker to AI Tools (#2101)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/baa66734f625ca23b69f94f1b10bc972395eaca2</description>
<content:encoded><![CDATA[Category: AI 工具<br/>App: TokenTracker<br/>Description: 本地优先的菜单栏与命令行工具,追踪 20 多款 AI 编程工具的 Token 用量与花费。<br/>Website: https://www.tokentracker.cc<br/>Commit: Add TokenTracker to AI Tools (#2101)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/baa66734f625ca23b69f94f1b10bc972395eaca2]]></content:encoded>
</item>
<item>
<title>Wox</title>
<link>https://wox-launcher.github.io/Wox/</link>
<guid isPermaLink="false">c4c9f9831cd203db51e91224fc49a4b595fe3b05:Wox</guid>
<pubDate>Mon, 06 Jul 2026 10:10:24 GMT</pubDate>
<category>其它实用工具</category>
<description>Category: 其它实用工具
App: Wox
Description: 开源跨平台启动器,支持快速本地搜索和插件扩展。
Website: https://wox-launcher.github.io/Wox/
Commit: Add Wox #2047
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c4c9f9831cd203db51e91224fc49a4b595fe3b05</description>
<content:encoded><![CDATA[Category: 其它实用工具<br/>App: Wox<br/>Description: 开源跨平台启动器,支持快速本地搜索和插件扩展。<br/>Website: https://wox-launcher.github.io/Wox/<br/>Commit: Add Wox #2047<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c4c9f9831cd203db51e91224fc49a4b595fe3b05]]></content:encoded>
</item>
<item>
<title>cctop</title>
<link>https://cctop.app</link>
<guid isPermaLink="false">bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9:cctop</guid>
<pubDate>Mon, 06 Jul 2026 05:33:17 GMT</pubDate>
<category>其它实用工具 / 菜单栏工具</category>
<description>Category: 其它实用工具 / 菜单栏工具
App: cctop
Description: 在菜单栏实时显示 AI 编程会话(Claude Code、Codex、opencode、pi)状态的开源工具,可一键跳回对应的终端窗格或编辑器窗口。
Website: https://cctop.app
Commit: Add cctop to Menu Bar Tools (#2257)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 菜单栏工具<br/>App: cctop<br/>Description: 在菜单栏实时显示 AI 编程会话(Claude Code、Codex、opencode、pi)状态的开源工具,可一键跳回对应的终端窗格或编辑器窗口。<br/>Website: https://cctop.app<br/>Commit: Add cctop to Menu Bar Tools (#2257)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9]]></content:encoded>
</item>
<item>
<title>MenubarCC</title>
<link>https://github.com/ksterx/MenubarCC</link>
<guid isPermaLink="false">b197ea52da5a96b4566fe2c9f89384a3e5d39dff:MenubarCC</guid>
<pubDate>Sun, 05 Jul 2026 13:33:06 GMT</pubDate>
<category>其它实用工具 / 菜单栏工具</category>
<description>Category: 其它实用工具 / 菜单栏工具
App: MenubarCC
Description: 在菜单栏用小螃蟹实时显示 Claude Code 各会话状态:工作时走动,等待输入时跳动。
Open Source: https://github.com/ksterx/MenubarCC
Commit: Add MenubarCC to Menu Bar Tools (#2249)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/b197ea52da5a96b4566fe2c9f89384a3e5d39dff</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 菜单栏工具<br/>App: MenubarCC<br/>Description: 在菜单栏用小螃蟹实时显示 Claude Code 各会话状态:工作时走动,等待输入时跳动。<br/>Open Source: https://github.com/ksterx/MenubarCC<br/>Commit: Add MenubarCC to Menu Bar Tools (#2249)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/b197ea52da5a96b4566fe2c9f89384a3e5d39dff]]></content:encoded>
</item>
<item>
<title>Harbofly</title>
<link>https://harbofly.app/</link>
<guid isPermaLink="false">9568458c70df1b8762f8f5056ca760c50f753922:Harbofly</guid>
<pubDate>Sun, 05 Jul 2026 08:19:58 GMT</pubDate>
<category>其它实用工具 / 清理卸载</category>
<description>Category: 其它实用工具 / 清理卸载
App: Harbofly
Description: 菜单栏工具,自动扫描并释放开发构建产物和缓存(DerivedData、node_modules、SPM/Homebrew 缓存)占用的磁盘空间,零遥测。
Website: https://harbofly.app/
Commit: Add Harbofly to the zh/ja/ko list. #2252
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9568458c70df1b8762f8f5056ca760c50f753922</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 清理卸载<br/>App: Harbofly<br/>Description: 菜单栏工具,自动扫描并释放开发构建产物和缓存(DerivedData、node_modules、SPM/Homebrew 缓存)占用的磁盘空间,零遥测。<br/>Website: https://harbofly.app/<br/>Commit: Add Harbofly to the zh/ja/ko list. #2252<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9568458c70df1b8762f8f5056ca760c50f753922]]></content:encoded>
</item>
<item>
<title>MoonProxy</title>
<link>https://github.com/MoonProxyHQ/moonproxy-desktop</link>
<guid isPermaLink="false">a59272745a93357a103f7ddfd18c1ad6856a8d27:MoonProxy</guid>
<pubDate>Sun, 05 Jul 2026 00:33:23 GMT</pubDate>
<category>远程协助</category>
<description>Category: 远程协助
App: MoonProxy
Description: FRP 的 GUI 客户端,一键将本地服务发布到互联网。
Open Source: https://github.com/MoonProxyHQ/moonproxy-desktop
Commit: Add MoonProxy to the ja/ko/zh list. #2253
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a59272745a93357a103f7ddfd18c1ad6856a8d27</description>
<content:encoded><![CDATA[Category: 远程协助<br/>App: MoonProxy<br/>Description: FRP 的 GUI 客户端,一键将本地服务发布到互联网。<br/>Open Source: https://github.com/MoonProxyHQ/moonproxy-desktop<br/>Commit: Add MoonProxy to the ja/ko/zh list. #2253<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a59272745a93357a103f7ddfd18c1ad6856a8d27]]></content:encoded>
</item>
<item>
<title>StockDock</title>
<link>https://github.com/simonsruggi/StockDock</link>
<guid isPermaLink="false">9c7ea9e1942d44b22cad2e39ad4424646b6f6668:StockDock</guid>
<pubDate>Sun, 05 Jul 2026 00:14:39 GMT</pubDate>
<category>金融</category>
<description>Category: 金融
App: StockDock
Description: 菜单栏股票/ETF/加密货币实时行情工具,支持投资组合盈亏、多币种,注重隐私无需账户。
Open Source: https://github.com/simonsruggi/StockDock
Commit: Add StockDock to the zh/ja/ko list #2255.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9c7ea9e1942d44b22cad2e39ad4424646b6f6668</description>
<content:encoded><![CDATA[Category: 金融<br/>App: StockDock<br/>Description: 菜单栏股票/ETF/加密货币实时行情工具,支持投资组合盈亏、多币种,注重隐私无需账户。<br/>Open Source: https://github.com/simonsruggi/StockDock<br/>Commit: Add StockDock to the zh/ja/ko list #2255.<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9c7ea9e1942d44b22cad2e39ad4424646b6f6668]]></content:encoded>
</item>
<item>
<title>Off Grid AI Desktop</title>
<link>https://getoffgridai.co/desktop</link>
<guid isPermaLink="false">79727df0c0d285c93e234212932bfb0dcc9a6c5f:Off Grid AI Desktop</guid>
<pubDate>Sun, 05 Jul 2026 00:04:14 GMT</pubDate>
<category>AI 工具</category>
<description>Category: AI 工具
App: Off Grid AI Desktop
Description: 私密的本地优先 AI 工具,支持本地大模型对话、图像生成、语音听写和记忆搜索,全部在端侧运行。
Website: https://getoffgridai.co/desktop
Commit: Add &quot;Off Grid AI Desktopt&quot; to the ja/ko/zh list.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/79727df0c0d285c93e234212932bfb0dcc9a6c5f</description>
<content:encoded><![CDATA[Category: AI 工具<br/>App: Off Grid AI Desktop<br/>Description: 私密的本地优先 AI 工具,支持本地大模型对话、图像生成、语音听写和记忆搜索,全部在端侧运行。<br/>Website: https://getoffgridai.co/desktop<br/>Commit: Add &quot;Off Grid AI Desktopt&quot; to the ja/ko/zh list.<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/79727df0c0d285c93e234212932bfb0dcc9a6c5f]]></content:encoded>
</item>
<item>
<title>Vesta</title>
<link>https://github.com/vestaterm/Vesta</link>
<guid isPermaLink="false">71b7e4bb8269a618f15398aee362dfd9d5d493bf:Vesta</guid>
<pubDate>Wed, 01 Jul 2026 03:13:12 GMT</pubDate>
<category>开发者工具 / 命令行应用</category>
<description>Category: 开发者工具 / 命令行应用
App: Vesta
Description: 基于 libghostty 构建的原生 macOS 终端,用于并行运行编码 agent。
Open Source: https://github.com/vestaterm/Vesta
Commit: Add Vesta (#2243)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/71b7e4bb8269a618f15398aee362dfd9d5d493bf</description>
<content:encoded><![CDATA[Category: 开发者工具 / 命令行应用<br/>App: Vesta<br/>Description: 基于 libghostty 构建的原生 macOS 终端,用于并行运行编码 agent。<br/>Open Source: https://github.com/vestaterm/Vesta<br/>Commit: Add Vesta (#2243)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/71b7e4bb8269a618f15398aee362dfd9d5d493bf]]></content:encoded>
</item>
<item>
<title>Edmund</title>
<link>https://github.com/I7T5/Edmund</link>
<guid isPermaLink="false">3eedfd7588d7c53bde40217c210c412ad98fa218:Edmund</guid>
<pubDate>Tue, 30 Jun 2026 04:17:46 GMT</pubDate>
<category>阅读与写作工具 / Markdown</category>
<description>Category: 阅读与写作工具 / Markdown
App: Edmund
Description: 极简 Markdown 编辑器,支持实时预览,直接编辑现有文件,无需建立资料库。
Open Source: https://github.com/I7T5/Edmund
Commit: Add Edmund to the ja/ko/zh list. #2238
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/3eedfd7588d7c53bde40217c210c412ad98fa218</description>
<content:encoded><![CDATA[Category: 阅读与写作工具 / Markdown<br/>App: Edmund<br/>Description: 极简 Markdown 编辑器,支持实时预览,直接编辑现有文件,无需建立资料库。<br/>Open Source: https://github.com/I7T5/Edmund<br/>Commit: Add Edmund to the ja/ko/zh list. #2238<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/3eedfd7588d7c53bde40217c210c412ad98fa218]]></content:encoded>
</item>
<item>
<title>Orca</title>
<link>https://onorca.dev</link>
<guid isPermaLink="false">65dcb46146c4a7fea28b2117d574d8d34e5cbc46:Orca</guid>
<pubDate>Mon, 29 Jun 2026 02:36:44 GMT</pubDate>
<category>开发者工具 / 编辑器</category>
<description>Category: 开发者工具 / 编辑器
App: Orca
Description: 开源 IDE,支持并行运行多个 AI 编程代理,每个代理在独立的 git worktree 中。
Website: https://onorca.dev
Commit: Add Orca to the ja/ko/zh list. #2235
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/65dcb46146c4a7fea28b2117d574d8d34e5cbc46</description>
<content:encoded><![CDATA[Category: 开发者工具 / 编辑器<br/>App: Orca<br/>Description: 开源 IDE,支持并行运行多个 AI 编程代理,每个代理在独立的 git worktree 中。<br/>Website: https://onorca.dev<br/>Commit: Add Orca to the ja/ko/zh list. #2235<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/65dcb46146c4a7fea28b2117d574d8d34e5cbc46]]></content:encoded>
</item>
<item>
<title>VoxFlow</title>
<link>https://github.com/xingbofeng/VoxFlow</link>
<guid isPermaLink="false">064235d50be31cc75a8e91bf34e93a4e162fbfa0:VoxFlow</guid>
<pubDate>Sat, 27 Jun 2026 01:19:07 GMT</pubDate>
<category>音频和视频</category>
<description>Category: 音频和视频
App: VoxFlow
Description: 开源语音输入工作台,支持本地与云端 ASR、OCR、历史记录和编码助手流程。
Open Source: https://github.com/xingbofeng/VoxFlow
Commit: Add VoxFlow (#2232)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/064235d50be31cc75a8e91bf34e93a4e162fbfa0</description>
<content:encoded><![CDATA[Category: 音频和视频<br/>App: VoxFlow<br/>Description: 开源语音输入工作台,支持本地与云端 ASR、OCR、历史记录和编码助手流程。<br/>Open Source: https://github.com/xingbofeng/VoxFlow<br/>Commit: Add VoxFlow (#2232)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/064235d50be31cc75a8e91bf34e93a4e162fbfa0]]></content:encoded>
</item>
<item>
<title>Pesty</title>
<link>https://github.com/momenbasel/pesty</link>
<guid isPermaLink="false">c45bbebc4b9f85db07a56cce3403ce58b4812476:Pesty</guid>
<pubDate>Fri, 26 Jun 2026 02:23:11 GMT</pubDate>
<category>其它实用工具 / 剪贴板工具</category>
<description>Category: 其它实用工具 / 剪贴板工具
App: Pesty
Description: 免费开源的剪贴板管理器,以色彩编码的滑动条形式展示剪贴板历史。
Open Source: https://github.com/momenbasel/pesty
Commit: Add Pesty to the ja/ko/zh list. (#2229)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c45bbebc4b9f85db07a56cce3403ce58b4812476</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 剪贴板工具<br/>App: Pesty<br/>Description: 免费开源的剪贴板管理器,以色彩编码的滑动条形式展示剪贴板历史。<br/>Open Source: https://github.com/momenbasel/pesty<br/>Commit: Add Pesty to the ja/ko/zh list. (#2229)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c45bbebc4b9f85db07a56cce3403ce58b4812476]]></content:encoded>
</item>
<item>
<title>Claude Usage</title>
<link>https://github.com/Bread-bang/claude-usage</link>
<guid isPermaLink="false">0136ad87cd5608de92aca3500367e99bb9df939a:Claude Usage</guid>
<pubDate>Fri, 26 Jun 2026 01:44:42 GMT</pubDate>
<category>AI 工具</category>
<description>Category: AI 工具
App: Claude Usage
Description: 用于 Claude Code 的菜单栏应用,在状态行中分窗格显示上下文,会话与每周用量始终可见。无需运行 usage、context 等命令即可查看。
Open Source: https://github.com/Bread-bang/claude-usage
Commit: Add Claude Usage to AI Tools (#2184)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0136ad87cd5608de92aca3500367e99bb9df939a</description>
<content:encoded><![CDATA[Category: AI 工具<br/>App: Claude Usage<br/>Description: 用于 Claude Code 的菜单栏应用,在状态行中分窗格显示上下文,会话与每周用量始终可见。无需运行 usage、context 等命令即可查看。<br/>Open Source: https://github.com/Bread-bang/claude-usage<br/>Commit: Add Claude Usage to AI Tools (#2184)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0136ad87cd5608de92aca3500367e99bb9df939a]]></content:encoded>
</item>
<item>
<title>Vorssaint</title>
<link>https://vorssaint.com</link>
<guid isPermaLink="false">90b5d18990518c5378bcda16b8ce710f5f6ac632:Vorssaint</guid>
<pubDate>Wed, 24 Jun 2026 02:10:17 GMT</pubDate>
<category>其它实用工具 / 菜单栏工具</category>
<description>Category: 其它实用工具 / 菜单栏工具
App: Vorssaint
Description: 开源菜单栏工具箱,可用于应用级音量、系统监控、窗口控制、剪贴板历史、保持唤醒和应用清理。
Website: https://vorssaint.com
Commit: Add Vorssaint to Menu Bar Tools (#2223)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/90b5d18990518c5378bcda16b8ce710f5f6ac632</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 菜单栏工具<br/>App: Vorssaint<br/>Description: 开源菜单栏工具箱,可用于应用级音量、系统监控、窗口控制、剪贴板历史、保持唤醒和应用清理。<br/>Website: https://vorssaint.com<br/>Commit: Add Vorssaint to Menu Bar Tools (#2223)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/90b5d18990518c5378bcda16b8ce710f5f6ac632]]></content:encoded>
</item>
<item>
<title>mysa</title>
<link>https://github.com/alishansnsn/mysa</link>
<guid isPermaLink="false">14e273dbfd26ededdb4c76acf46e3c738ac0f464:mysa</guid>
<pubDate>Mon, 22 Jun 2026 08:09:04 GMT</pubDate>
<category>其它实用工具 / 菜单栏工具</category>
<description>Category: 其它实用工具 / 菜单栏工具
App: mysa
Description: 用于快速呼吸放松的 macOS 菜单栏应用,配有磨砂屏幕遮罩和手写格言。
Open Source: https://github.com/alishansnsn/mysa
Commit: Add mysa (#2215)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/14e273dbfd26ededdb4c76acf46e3c738ac0f464</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 菜单栏工具<br/>App: mysa<br/>Description: 用于快速呼吸放松的 macOS 菜单栏应用,配有磨砂屏幕遮罩和手写格言。<br/>Open Source: https://github.com/alishansnsn/mysa<br/>Commit: Add mysa (#2215)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/14e273dbfd26ededdb4c76acf46e3c738ac0f464]]></content:encoded>
</item>
<item>
<title>SiliconScope</title>
<link>https://siliconscope.calidalab.ai</link>
<guid isPermaLink="false">1dc6b5e73997fa68905ff66071f30ca9621ba1e1:SiliconScope</guid>
<pubDate>Sun, 21 Jun 2026 22:32:20 GMT</pubDate>
<category>其它实用工具 / 系统相关工具</category>
<description>Category: 其它实用工具 / 系统相关工具
App: SiliconScope
Description: 免授权的 Apple Silicon 系统监控工具(菜单栏 + 仪表盘),支持 ANE、媒体引擎、内存带宽追踪以及 E/P 核性能分解。
Website: https://siliconscope.calidalab.ai
Commit: Add SiliconScope to zh/ko/ja list. #2211
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1dc6b5e73997fa68905ff66071f30ca9621ba1e1</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 系统相关工具<br/>App: SiliconScope<br/>Description: 免授权的 Apple Silicon 系统监控工具(菜单栏 + 仪表盘),支持 ANE、媒体引擎、内存带宽追踪以及 E/P 核性能分解。<br/>Website: https://siliconscope.calidalab.ai<br/>Commit: Add SiliconScope to zh/ko/ja list. #2211<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1dc6b5e73997fa68905ff66071f30ca9621ba1e1]]></content:encoded>
</item>
<item>
<title>JsonStudio</title>
<link>https://jsonstudio.js.org/</link>
<guid isPermaLink="false">21fe432c4601693abd676f4279e1f834f0c5d759:JsonStudio</guid>
<pubDate>Sun, 21 Jun 2026 22:00:20 GMT</pubDate>
<category>开发者工具 / 开发者实用工具</category>
<description>Category: 开发者工具 / 开发者实用工具
App: JsonStudio
Description: 本地优先的 JSON 工作台,支持格式化、编辑、对比、转换、校验和从日志中提取 JSON。
Website: https://jsonstudio.js.org/
Commit: Add JsonStudio (#2209)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/21fe432c4601693abd676f4279e1f834f0c5d759</description>
<content:encoded><![CDATA[Category: 开发者工具 / 开发者实用工具<br/>App: JsonStudio<br/>Description: 本地优先的 JSON 工作台,支持格式化、编辑、对比、转换、校验和从日志中提取 JSON。<br/>Website: https://jsonstudio.js.org/<br/>Commit: Add JsonStudio (#2209)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/21fe432c4601693abd676f4279e1f834f0c5d759]]></content:encoded>
</item>
<item>
<title>Tintpad</title>
<link>https://github.com/sorkila/tintpad</link>
<guid isPermaLink="false">6caec1eb50a74f4503af2901213c7cde6ae344c2:Tintpad</guid>
<pubDate>Sat, 20 Jun 2026 16:33:16 GMT</pubDate>
<category>开发者工具 / 开发者实用工具</category>
<description>Category: 开发者工具 / 开发者实用工具
App: Tintpad
Description: Menu bar launcher that opens your terminal at the right repo with a coding agent (Claude Code, Codex) already running.
Open Source: https://github.com/sorkila/tintpad
Commit: Add Tintpad (Developer Utilities) (#2206)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/6caec1eb50a74f4503af2901213c7cde6ae344c2</description>
<content:encoded><![CDATA[Category: 开发者工具 / 开发者实用工具<br/>App: Tintpad<br/>Description: Menu bar launcher that opens your terminal at the right repo with a coding agent (Claude Code, Codex) already running.<br/>Open Source: https://github.com/sorkila/tintpad<br/>Commit: Add Tintpad (Developer Utilities) (#2206)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/6caec1eb50a74f4503af2901213c7cde6ae344c2]]></content:encoded>
</item>
<item>
<title>Agent Island</title>
<link>https://github.com/tristan666666/agent-island</link>
<guid isPermaLink="false">f1b3f9828b2dc0db4a1da09242df13fb620e2f0c:Agent Island</guid>
<pubDate>Thu, 18 Jun 2026 11:19:31 GMT</pubDate>
<category>其它实用工具 / 菜单栏工具</category>
<description>Category: 其它实用工具 / 菜单栏工具
App: Agent Island
Description: 将 MacBook 刘海变成 Claude Code 与 Codex 会话状态看板,并可自动续跑选定的长任务。
Open Source: https://github.com/tristan666666/agent-island
Commit: Add Agent Island (#2199)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f1b3f9828b2dc0db4a1da09242df13fb620e2f0c</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 菜单栏工具<br/>App: Agent Island<br/>Description: 将 MacBook 刘海变成 Claude Code 与 Codex 会话状态看板,并可自动续跑选定的长任务。<br/>Open Source: https://github.com/tristan666666/agent-island<br/>Commit: Add Agent Island (#2199)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f1b3f9828b2dc0db4a1da09242df13fb620e2f0c]]></content:encoded>
</item>
<item>
<title>TrustTunnel</title>
<link>https://trusttunnel.org/</link>
<guid isPermaLink="false">bd053d570146cf2f7ab8527dfebc39dd6988fa21:TrustTunnel</guid>
<pubDate>Wed, 17 Jun 2026 05:23:48 GMT</pubDate>
<category>科学上网</category>
<description>Category: 科学上网
App: TrustTunnel
Description: 现代开源 VPN 协议,最初由 AdGuard VPN 开发。
Website: https://trusttunnel.org/
Commit: Add TrustTunnel to VPN list (#2193)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bd053d570146cf2f7ab8527dfebc39dd6988fa21</description>
<content:encoded><![CDATA[Category: 科学上网<br/>App: TrustTunnel<br/>Description: 现代开源 VPN 协议,最初由 AdGuard VPN 开发。<br/>Website: https://trusttunnel.org/<br/>Commit: Add TrustTunnel to VPN list (#2193)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bd053d570146cf2f7ab8527dfebc39dd6988fa21]]></content:encoded>
</item>
<item>
<title>MaCursor</title>
<link>https://github.com/writronic/MaCursor</link>
<guid isPermaLink="false">7ccc07cf7274c9f37cb7eb88941543f551f822b5:MaCursor</guid>
<pubDate>Wed, 17 Jun 2026 03:55:26 GMT</pubDate>
<category>其它实用工具 / 系统相关工具</category>
<description>Category: 其它实用工具 / 系统相关工具
App: MaCursor
Description: macOS自定义光标主题工具。
Open Source: https://github.com/writronic/MaCursor
Commit: Add MaCursor to Quality of Life / System Tools sections (#2194)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/7ccc07cf7274c9f37cb7eb88941543f551f822b5</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 系统相关工具<br/>App: MaCursor<br/>Description: macOS自定义光标主题工具。<br/>Open Source: https://github.com/writronic/MaCursor<br/>Commit: Add MaCursor to Quality of Life / System Tools sections (#2194)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/7ccc07cf7274c9f37cb7eb88941543f551f822b5]]></content:encoded>
</item>
<item>
<title>Cate</title>
<link>https://cate.cero-ai.com</link>
<guid isPermaLink="false">febc8acb8ce125c6b276fbf34baecc259515eca8:Cate</guid>
<pubDate>Wed, 10 Jun 2026 12:34:14 GMT</pubDate>
<category>开发者工具 / 编辑器</category>
<description>Category: 开发者工具 / 编辑器
App: Cate
Description: 基于无限缩放画布的开源 IDE,可将编辑器、终端、浏览器和 AI 代理面板自由分布在空间化工作区中。
Website: https://cate.cero-ai.com
Commit: Add Cate to IDEs (#2178)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/febc8acb8ce125c6b276fbf34baecc259515eca8</description>
<content:encoded><![CDATA[Category: 开发者工具 / 编辑器<br/>App: Cate<br/>Description: 基于无限缩放画布的开源 IDE,可将编辑器、终端、浏览器和 AI 代理面板自由分布在空间化工作区中。<br/>Website: https://cate.cero-ai.com<br/>Commit: Add Cate to IDEs (#2178)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/febc8acb8ce125c6b276fbf34baecc259515eca8]]></content:encoded>
</item>
<item>
<title>SmoothCSV</title>
<link>https://smoothcsv.com/</link>
<guid isPermaLink="false">841c0d7c9059451b3cdaa452e01c7ed05c9b5f65:SmoothCSV</guid>
<pubDate>Sat, 06 Jun 2026 03:52:19 GMT</pubDate>
<category>电子书 / 其他</category>
<description>Category: 电子书 / 其他
App: SmoothCSV
Description: 支持 SQL 查询的快速全功能 CSV 编辑器。
Website: https://smoothcsv.com/
Commit: Add SmoothCSV to the ja/ko/zh list. #2155
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/841c0d7c9059451b3cdaa452e01c7ed05c9b5f65</description>
<content:encoded><![CDATA[Category: 电子书 / 其他<br/>App: SmoothCSV<br/>Description: 支持 SQL 查询的快速全功能 CSV 编辑器。<br/>Website: https://smoothcsv.com/<br/>Commit: Add SmoothCSV to the ja/ko/zh list. #2155<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/841c0d7c9059451b3cdaa452e01c7ed05c9b5f65]]></content:encoded>
</item>
<item>
<title>Mole Widget</title>
<link>https://github.com/bsnkhua/mole-widget</link>
<guid isPermaLink="false">a2115f4216124391b70062044ccb24b30599e927:Mole Widget</guid>
<pubDate>Sat, 06 Jun 2026 02:08:55 GMT</pubDate>
<category>其它实用工具 / 菜单栏工具</category>
<description>Category: 其它实用工具 / 菜单栏工具
App: Mole Widget
Description: 一款轻量级的 macOS 桌面系统监控小组件:实时显示 CPU、内存、磁盘、网络、电池与进程指标,可调节大小,由菜单栏管理。
Open Source: https://github.com/bsnkhua/mole-widget
Commit: Add Mole Widget (Menu Bar Tools) (#2156)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a2115f4216124391b70062044ccb24b30599e927</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 菜单栏工具<br/>App: Mole Widget<br/>Description: 一款轻量级的 macOS 桌面系统监控小组件:实时显示 CPU、内存、磁盘、网络、电池与进程指标,可调节大小,由菜单栏管理。<br/>Open Source: https://github.com/bsnkhua/mole-widget<br/>Commit: Add Mole Widget (Menu Bar Tools) (#2156)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a2115f4216124391b70062044ccb24b30599e927]]></content:encoded>
</item>
<item>
<title>Gantry</title>
<link>https://github.com/getgantry/gantry</link>
<guid isPermaLink="false">4d4a90a18c2237537d3d4e71a82cff021efdafec:Gantry</guid>
<pubDate>Fri, 05 Jun 2026 10:33:31 GMT</pubDate>
<category>虚拟机</category>
<description>Category: 虚拟机
App: Gantry
Description: 支持本地与 SSH 远程主机的一站式 Docker 图形化管理工具,内置 MCP 服务端能力。
Open Source: https://github.com/getgantry/gantry
Commit: Update Gantry to the ja/ko/zh list #2154.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4d4a90a18c2237537d3d4e71a82cff021efdafec</description>
<content:encoded><![CDATA[Category: 虚拟机<br/>App: Gantry<br/>Description: 支持本地与 SSH 远程主机的一站式 Docker 图形化管理工具,内置 MCP 服务端能力。<br/>Open Source: https://github.com/getgantry/gantry<br/>Commit: Update Gantry to the ja/ko/zh list #2154.<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4d4a90a18c2237537d3d4e71a82cff021efdafec]]></content:encoded>
</item>
<item>
<title>CSV Quick Look</title>
<link>https://github.com/adamorad/csv-quick-look</link>
<guid isPermaLink="false">4bbbedab6ebe1dc3afef8ce357bcbff2d346eccc:CSV Quick Look</guid>
<pubDate>Fri, 05 Jun 2026 10:31:17 GMT</pubDate>
<category>QuickLook插件</category>
<description>Category: QuickLook插件
App: CSV Quick Look
Description: 支持虚拟滚动、排序、筛选和深色模式的 CSV/TSV Quick Look 预览扩展。
Open Source: https://github.com/adamorad/csv-quick-look
Commit: Add CSV Quick Look
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4bbbedab6ebe1dc3afef8ce357bcbff2d346eccc</description>
<content:encoded><![CDATA[Category: QuickLook插件<br/>App: CSV Quick Look<br/>Description: 支持虚拟滚动、排序、筛选和深色模式的 CSV/TSV Quick Look 预览扩展。<br/>Open Source: https://github.com/adamorad/csv-quick-look<br/>Commit: Add CSV Quick Look<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4bbbedab6ebe1dc3afef8ce357bcbff2d346eccc]]></content:encoded>
</item>
<item>
<title>SnippetCraft</title>
<link>https://getsnippetcraft.com</link>
<guid isPermaLink="false">0a6ea6f00b4f3eeb5d70e491610a173c56e370ab:SnippetCraft</guid>
<pubDate>Fri, 05 Jun 2026 05:45:42 GMT</pubDate>
<category>其它实用工具 / 剪贴板工具</category>
<description>Category: 其它实用工具 / 剪贴板工具
App: SnippetCraft
Description: 适用于 macOS 的全系统文本扩展、片段管理和剪贴板历史工具。
Website: https://getsnippetcraft.com
Commit: Add SnippetCraft to Clipboard Tools (#2145)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0a6ea6f00b4f3eeb5d70e491610a173c56e370ab</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 剪贴板工具<br/>App: SnippetCraft<br/>Description: 适用于 macOS 的全系统文本扩展、片段管理和剪贴板历史工具。<br/>Website: https://getsnippetcraft.com<br/>Commit: Add SnippetCraft to Clipboard Tools (#2145)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0a6ea6f00b4f3eeb5d70e491610a173c56e370ab]]></content:encoded>
</item>
<item>
<title>capcap</title>
<link>https://capcap.skyrin.fun</link>
<guid isPermaLink="false">f0d79d664b64c897c03f89a0d1e8d75ca46214ad:capcap</guid>
<pubDate>Fri, 05 Jun 2026 05:31:33 GMT</pubDate>
<category>设计和产品 / 截图工具</category>
<description>Category: 设计和产品 / 截图工具
App: capcap
Description: 原生菜单栏截图工具,支持双击 Command 截图、标注、长截图、美化、钉图和图床上传。
Website: https://capcap.skyrin.fun
Commit: Add capcap to Screenshot Tools (#2153)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f0d79d664b64c897c03f89a0d1e8d75ca46214ad</description>
<content:encoded><![CDATA[Category: 设计和产品 / 截图工具<br/>App: capcap<br/>Description: 原生菜单栏截图工具,支持双击 Command 截图、标注、长截图、美化、钉图和图床上传。<br/>Website: https://capcap.skyrin.fun<br/>Commit: Add capcap to Screenshot Tools (#2153)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f0d79d664b64c897c03f89a0d1e8d75ca46214ad]]></content:encoded>
</item>
<item>
<title>Fader</title>
<link>https://github.com/pantafive/fader</link>
<guid isPermaLink="false">51eed00ef094a5376358d6a74cca6448f58e5b5b:Fader</guid>
<pubDate>Fri, 05 Jun 2026 02:46:11 GMT</pubDate>
<category>音频和视频</category>
<description>Category: 音频和视频
App: Fader
Description: 菜单栏音量混音器,支持应用级音量、一键切换输出设备和蓝牙耳机控制。[![Open-Source Software][OSS Icon]](https://github.com/pantafive/fader)
Open Source: https://github.com/pantafive/fader
Commit: Add Fader to Audio and Video Tools (#2152)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/51eed00ef094a5376358d6a74cca6448f58e5b5b</description>
<content:encoded><![CDATA[Category: 音频和视频<br/>App: Fader<br/>Description: 菜单栏音量混音器,支持应用级音量、一键切换输出设备和蓝牙耳机控制。[![Open-Source Software][OSS Icon]](https://github.com/pantafive/fader)<br/>Open Source: https://github.com/pantafive/fader<br/>Commit: Add Fader to Audio and Video Tools (#2152)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/51eed00ef094a5376358d6a74cca6448f58e5b5b]]></content:encoded>
</item>
<item>
<title>Cursor Voice</title>
<link>https://cursorvoice.app</link>
<guid isPermaLink="false">982aed0bf7329e9bde5768420e6cf871024e359e:Cursor Voice</guid>
<pubDate>Wed, 03 Jun 2026 01:01:06 GMT</pubDate>
<category>AI 工具</category>
<description>Category: AI 工具
App: Cursor Voice
Description: 常驻光标旁的语音助手,可看屏幕并通过 OpenAI Realtime API 控制应用。
Website: https://cursorvoice.app
Commit: Add Cursor Voice to the ja/ko/zh list. #2140
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/982aed0bf7329e9bde5768420e6cf871024e359e</description>
<content:encoded><![CDATA[Category: AI 工具<br/>App: Cursor Voice<br/>Description: 常驻光标旁的语音助手,可看屏幕并通过 OpenAI Realtime API 控制应用。<br/>Website: https://cursorvoice.app<br/>Commit: Add Cursor Voice to the ja/ko/zh list. #2140<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/982aed0bf7329e9bde5768420e6cf871024e359e]]></content:encoded>
</item>
<item>
<title>Sleepless</title>
<link>https://github.com/Aboudjem/Sleepless</link>
<guid isPermaLink="false">1adde8042c48bc0ba6d12c84f2ac5942c6eea6da:Sleepless</guid>
<pubDate>Tue, 02 Jun 2026 16:07:02 GMT</pubDate>
<category>其它实用工具 / 系统相关工具</category>
<description>Category: 其它实用工具 / 系统相关工具
App: Sleepless
Description: Keep your MacBook awake with the lid closed on battery, with a battery-floor auto-off.
Open Source: https://github.com/Aboudjem/Sleepless
Commit: Add Sleepless to System Related Tools (#2134)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1adde8042c48bc0ba6d12c84f2ac5942c6eea6da</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 系统相关工具<br/>App: Sleepless<br/>Description: Keep your MacBook awake with the lid closed on battery, with a battery-floor auto-off.<br/>Open Source: https://github.com/Aboudjem/Sleepless<br/>Commit: Add Sleepless to System Related Tools (#2134)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1adde8042c48bc0ba6d12c84f2ac5942c6eea6da]]></content:encoded>
</item>
<item>
<title>ClipHistory</title>
<link>https://github.com/weiykong/ClipHistory</link>
<guid isPermaLink="false">ffe8b08f41f78e62471cb3efebfa172a746fd372:ClipHistory</guid>
<pubDate>Tue, 02 Jun 2026 04:38:50 GMT</pubDate>
<category>其它实用工具 / 剪贴板工具</category>
<description>Category: 其它实用工具 / 剪贴板工具
App: ClipHistory
Description: 轻量的原生剪贴板管理器,支持热键弹窗、搜索、置顶和文本/图片历史。
Open Source: https://github.com/weiykong/ClipHistory
Commit: Add ClipHistory
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/ffe8b08f41f78e62471cb3efebfa172a746fd372</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 剪贴板工具<br/>App: ClipHistory<br/>Description: 轻量的原生剪贴板管理器,支持热键弹窗、搜索、置顶和文本/图片历史。<br/>Open Source: https://github.com/weiykong/ClipHistory<br/>Commit: Add ClipHistory<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/ffe8b08f41f78e62471cb3efebfa172a746fd372]]></content:encoded>
</item>
<item>
<title>SystemEQ for Mac</title>
<link>https://denzam.github.io/SystemEQ-for-Mac/</link>
<guid isPermaLink="false">180e1c96827db9eda58a5f120cccb5990b3200b6:SystemEQ for Mac</guid>
<pubDate>Tue, 02 Jun 2026 04:01:12 GMT</pubDate>
<category>音频和视频 / 音频录制与编辑</category>
<description>Category: 音频和视频 / 音频录制与编辑
App: SystemEQ for Mac
Description: 免费开源的全局参数均衡器,支持 AutoEQ 预设、听力校准和实时可视化。
Website: https://denzam.github.io/SystemEQ-for-Mac/
Commit: Add SystemEQ to the ja/ko/zh list.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/180e1c96827db9eda58a5f120cccb5990b3200b6</description>
<content:encoded><![CDATA[Category: 音频和视频 / 音频录制与编辑<br/>App: SystemEQ for Mac<br/>Description: 免费开源的全局参数均衡器,支持 AutoEQ 预设、听力校准和实时可视化。<br/>Website: https://denzam.github.io/SystemEQ-for-Mac/<br/>Commit: Add SystemEQ to the ja/ko/zh list.<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/180e1c96827db9eda58a5f120cccb5990b3200b6]]></content:encoded>
</item>
<item>
<title>Harbor</title>
<link>https://github.com/tahseen-kakar/harbor</link>
<guid isPermaLink="false">02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039:Harbor</guid>
<pubDate>Sun, 31 May 2026 12:41:48 GMT</pubDate>
<category>下载工具</category>
<description>Category: 下载工具
App: Harbor
Description: 支持 HTTP(S)、磁力链接和 `.torrent` 文件的开源下载管理器。
Open Source: https://github.com/tahseen-kakar/harbor
Commit: Add Harbor (#2123)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039</description>
<content:encoded><![CDATA[Category: 下载工具<br/>App: Harbor<br/>Description: 支持 HTTP(S)、磁力链接和 `.torrent` 文件的开源下载管理器。<br/>Open Source: https://github.com/tahseen-kakar/harbor<br/>Commit: Add Harbor (#2123)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039]]></content:encoded>
</item>
<item>
<title>Mac Clean</title>
<link>https://github.com/iliyami/MacClean</link>
<guid isPermaLink="false">4ca8807cbd3fa2b9d45f23bceb0c9ee92fff7fcd:Mac Clean</guid>
<pubDate>Sat, 30 May 2026 10:18:25 GMT</pubDate>
<category>其它实用工具 / 清理卸载</category>
<description>Category: 其它实用工具 / 清理卸载
App: Mac Clean
Description: 免费开源的清理、优化和恶意软件扫描工具。[![Open-Source Software][OSS Icon]](https://github.com/iliyami/MacClean)
Open Source: https://github.com/iliyami/MacClean
Commit: Add Mac Clean to the ja/ko/zh list. #2110
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4ca8807cbd3fa2b9d45f23bceb0c9ee92fff7fcd</description>
<content:encoded><![CDATA[Category: 其它实用工具 / 清理卸载<br/>App: Mac Clean<br/>Description: 免费开源的清理、优化和恶意软件扫描工具。[![Open-Source Software][OSS Icon]](https://github.com/iliyami/MacClean)<br/>Open Source: https://github.com/iliyami/MacClean<br/>Commit: Add Mac Clean to the ja/ko/zh list. #2110<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/4ca8807cbd3fa2b9d45f23bceb0c9ee92fff7fcd]]></content:encoded>
</item>
<item>
<title>clawpypaste</title>
<link>https://github.com/krisbradley/clawpypaste</link>
<guid isPermaLink="false">c1406fb34adf00858cceabd0ac198e59d7ca23c3:clawpypaste</guid>
<pubDate>Fri, 29 May 2026 04:39:44 GMT</pubDate>
<category>AI 工具</category>
<description>Category: AI 工具
App: clawpypaste
Description: 适用于 Claude Code 的菜单栏代码块选择器和会话浏览器。
Open Source: https://github.com/krisbradley/clawpypaste
Commit: Add clawpypaste to AI Tools (#2112)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c1406fb34adf00858cceabd0ac198e59d7ca23c3</description>
<content:encoded><![CDATA[Category: AI 工具<br/>App: clawpypaste<br/>Description: 适用于 Claude Code 的菜单栏代码块选择器和会话浏览器。<br/>Open Source: https://github.com/krisbradley/clawpypaste<br/>Commit: Add clawpypaste to AI Tools (#2112)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c1406fb34adf00858cceabd0ac198e59d7ca23c3]]></content:encoded>
</item>
<item>
<title>Parakey</title>
<link>https://github.com/rcourtman/parakey</link>
<guid isPermaLink="false">df5cf1ff659026b5b7801b5a7d41fe93819d21da:Parakey</guid>
<pubDate>Tue, 26 May 2026 07:31:47 GMT</pubDate>
<category>音频和视频</category>
<description>Category: 音频和视频
App: Parakey
Description: 基于 Parakeet TDT v3CoreML/ANE)的 Apple Silicon Mac 本地极速全局热键语音输入工具。
Open Source: https://github.com/rcourtman/parakey
Commit: Add Parakey under Voice-to-Text (#2050)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/df5cf1ff659026b5b7801b5a7d41fe93819d21da</description>
<content:encoded><![CDATA[Category: 音频和视频<br/>App: Parakey<br/>Description: 基于 Parakeet TDT v3CoreML/ANE)的 Apple Silicon Mac 本地极速全局热键语音输入工具。<br/>Open Source: https://github.com/rcourtman/parakey<br/>Commit: Add Parakey under Voice-to-Text (#2050)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/df5cf1ff659026b5b7801b5a7d41fe93819d21da]]></content:encoded>
</item>
<item>
<title>PureSnitch</title>
<link>https://github.com/momenbasel/puresnitch</link>
<guid isPermaLink="false">369fb1b345def7ffb7c9dd8a8ebd11cdbe75f7b7:PureSnitch</guid>
<pubDate>Mon, 25 May 2026 00:33:33 GMT</pubDate>
<category>安全工具</category>
<description>Category: 安全工具
App: PureSnitch
Description: 开源应用防火墙,提供类似 Little Snitch 的世界地图、规则管理、DNS over HTTPS 和基于 pf 的拦截,并且无遥测。
Open Source: https://github.com/momenbasel/puresnitch
Commit: Add PureSnitch (#2089)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/369fb1b345def7ffb7c9dd8a8ebd11cdbe75f7b7</description>
<content:encoded><![CDATA[Category: 安全工具<br/>App: PureSnitch<br/>Description: 开源应用防火墙,提供类似 Little Snitch 的世界地图、规则管理、DNS over HTTPS 和基于 pf 的拦截,并且无遥测。<br/>Open Source: https://github.com/momenbasel/puresnitch<br/>Commit: Add PureSnitch (#2089)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/369fb1b345def7ffb7c9dd8a8ebd11cdbe75f7b7]]></content:encoded>
</item>
<item>
<title>Live Translator</title>
<link>https://github.com/umutcetinkaya/live-translator</link>
<guid isPermaLink="false">48da75d4964c95828cfe9d8dbeac83b9baf03c76:Live Translator</guid>
<pubDate>Sat, 23 May 2026 01:08:31 GMT</pubDate>
<category>翻译工具</category>
<description>Category: 翻译工具
App: Live Translator
Description: 基于 OpenAI 或 Gemini,对任意系统音频进行实时屏幕翻译。
Open Source: https://github.com/umutcetinkaya/live-translator
Commit: Add Live Translator to zh/ja/ko translation tools
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/48da75d4964c95828cfe9d8dbeac83b9baf03c76</description>
<content:encoded><![CDATA[Category: 翻译工具<br/>App: Live Translator<br/>Description: 基于 OpenAI 或 Gemini,对任意系统音频进行实时屏幕翻译。<br/>Open Source: https://github.com/umutcetinkaya/live-translator<br/>Commit: Add Live Translator to zh/ja/ko translation tools<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/48da75d4964c95828cfe9d8dbeac83b9baf03c76]]></content:encoded>
</item>
<item>
<title>Papr</title>
<link>https://github.com/l0ng-ai/papr</link>
<guid isPermaLink="false">dbe0b073a7e510ee83194d479e209f3af55e4b2f:Papr</guid>
<pubDate>Thu, 21 May 2026 02:53:12 GMT</pubDate>
<category>阅读与写作工具 / RSS</category>
<description>Category: 阅读与写作工具 / RSS
App: Papr
Description: 排版可调、键盘驱动的 RSS 阅读器,高亮可导出到 Readwise、Notion 和 Obsidian。
Open Source: https://github.com/l0ng-ai/papr
Commit: Add Papr to RSS (#2083)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/dbe0b073a7e510ee83194d479e209f3af55e4b2f</description>
<content:encoded><![CDATA[Category: 阅读与写作工具 / RSS<br/>App: Papr<br/>Description: 排版可调、键盘驱动的 RSS 阅读器,高亮可导出到 Readwise、Notion 和 Obsidian。<br/>Open Source: https://github.com/l0ng-ai/papr<br/>Commit: Add Papr to RSS (#2083)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/dbe0b073a7e510ee83194d479e209f3af55e4b2f]]></content:encoded>
</item>
<item>
<title>Muxy</title>
<link>https://github.com/muxy-app/muxy</link>
<guid isPermaLink="false">c07bf2d710be55b98e49a83d560a88cd200a995a:Muxy</guid>
<pubDate>Tue, 19 May 2026 22:24:43 GMT</pubDate>
<category>开发者工具 / 命令行应用</category>
<description>Category: 开发者工具 / 命令行应用
App: Muxy
Description: AI 原生的终端,具有项目管理、分割窗格、Git 集成、AI 用量追踪和 200+ 主题。
Open Source: https://github.com/muxy-app/muxy
Commit: Add Muxy
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c07bf2d710be55b98e49a83d560a88cd200a995a</description>
<content:encoded><![CDATA[Category: 开发者工具 / 命令行应用<br/>App: Muxy<br/>Description: AI 原生的终端,具有项目管理、分割窗格、Git 集成、AI 用量追踪和 200+ 主题。<br/>Open Source: https://github.com/muxy-app/muxy<br/>Commit: Add Muxy<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c07bf2d710be55b98e49a83d560a88cd200a995a]]></content:encoded>
</item>
</channel>
</rss>
+31
View File
@@ -0,0 +1,31 @@
Awesome Mac Feed
===
[![Feed 中文](https://jaywcjlove.github.io/sb/lang/chinese.svg)](./feed-zh.md)
[![Feed 日本語](https://jaywcjlove.github.io/sb/lang/japanese.svg)](./feed-ja.md)
[![Feed 한국어](https://jaywcjlove.github.io/sb/lang/korean.svg)](./feed-ko.md)
An RSS feed focused on recently added high-quality macOS apps, so you do not miss useful new tools.
```text
https://jaywcjlove.github.io/awesome-mac/feed.xml
https://jaywcjlove.github.io/awesome-mac/feed-zh.xml
https://jaywcjlove.github.io/awesome-mac/feed-ko.xml
https://jaywcjlove.github.io/awesome-mac/feed-ja.xml
```
## How It Works
- The generator scans the latest 50 commits for each README file.
- It detects newly added app entries from README diffs.
- Existing XML feeds are used as the incremental source of truth.
- On the next run, the script reads the newest commit hash from the current XML feed and only processes newer commits.
- Each feed keeps up to 50 recent app additions.
## Regenerate
```bash
npm run feed
```
The generator script is `build/feed.mjs`.
+712
View File
@@ -0,0 +1,712 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Awesome Mac - Recent App Additions</title>
<link>https://jaywcjlove.github.io/awesome-mac</link>
<description>Recently added macOS apps tracked from awesome-mac.</description>
<language>en-US</language>
<lastBuildDate>Sun, 12 Jul 2026 01:09:08 GMT</lastBuildDate>
<atom:link href="https://jaywcjlove.github.io/awesome-mac/feed/feed.xml" rel="self" type="application/rss+xml" />
<generator>build/feed.mjs</generator>
<item>
<title>Presspeech</title>
<link>https://github.com/rcourtman/presspeech</link>
<guid isPermaLink="false">1a8e1aa613e808a6ac97d1aa478d57a698af7d2a:Presspeech</guid>
<pubDate>Sun, 12 Jul 2026 01:09:08 GMT</pubDate>
<category>Voice-to-Text</category>
<description>Category: Voice-to-Text
App: Presspeech
Description: Native push-to-talk local dictation app for Apple Silicon Macs using Parakeet TDT v3 (CoreML/ANE).
Open Source: https://github.com/rcourtman/presspeech
Commit: Update Presspeech listing (#2290)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1a8e1aa613e808a6ac97d1aa478d57a698af7d2a</description>
<content:encoded><![CDATA[Category: Voice-to-Text<br/>App: Presspeech<br/>Description: Native push-to-talk local dictation app for Apple Silicon Macs using Parakeet TDT v3 (CoreML/ANE).<br/>Open Source: https://github.com/rcourtman/presspeech<br/>Commit: Update Presspeech listing (#2290)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1a8e1aa613e808a6ac97d1aa478d57a698af7d2a]]></content:encoded>
</item>
<item>
<title>Knopo</title>
<link>https://github.com/alkalim/Knopo</link>
<guid isPermaLink="false">1f253f397c243f38605012529fbc81b837fb1ada:Knopo</guid>
<pubDate>Sun, 12 Jul 2026 00:18:16 GMT</pubDate>
<category>Reading and Writing Tools / Note-taking</category>
<description>Category: Reading and Writing Tools / Note-taking
App: Knopo
Description: Native macOS outliner for local-first notes stored as plain Markdown files.
Open Source: https://github.com/alkalim/Knopo
Commit: Add Knopo (#2291)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1f253f397c243f38605012529fbc81b837fb1ada</description>
<content:encoded><![CDATA[Category: Reading and Writing Tools / Note-taking<br/>App: Knopo<br/>Description: Native macOS outliner for local-first notes stored as plain Markdown files.<br/>Open Source: https://github.com/alkalim/Knopo<br/>Commit: Add Knopo (#2291)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1f253f397c243f38605012529fbc81b837fb1ada]]></content:encoded>
</item>
<item>
<title>Gemini Collector</title>
<link>https://github.com/FirenzeLor/gemini-collector</link>
<guid isPermaLink="false">5ac5d87f284028cf73b34cb7b9a722ea5d0629e1:Gemini Collector</guid>
<pubDate>Sun, 12 Jul 2026 00:08:52 GMT</pubDate>
<category>AI Tools</category>
<description>Category: AI Tools
App: Gemini Collector
Description: Back up Google Gemini conversations, attachments, and AI-generated media locally as JSON.
Open Source: https://github.com/FirenzeLor/gemini-collector
Commit: Add Gemini Collector to AI Tools (#2295)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/5ac5d87f284028cf73b34cb7b9a722ea5d0629e1</description>
<content:encoded><![CDATA[Category: AI Tools<br/>App: Gemini Collector<br/>Description: Back up Google Gemini conversations, attachments, and AI-generated media locally as JSON.<br/>Open Source: https://github.com/FirenzeLor/gemini-collector<br/>Commit: Add Gemini Collector to AI Tools (#2295)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/5ac5d87f284028cf73b34cb7b9a722ea5d0629e1]]></content:encoded>
</item>
<item>
<title>Profisor</title>
<link>https://github.com/yefga/Profisor</link>
<guid isPermaLink="false">68b54c06902da7c3eef7c2abcf1d28625dcb5de7:Profisor</guid>
<pubDate>Sat, 11 Jul 2026 09:03:09 GMT</pubDate>
<category>Utilities / Menu Bar Tools</category>
<description>Category: Utilities / Menu Bar Tools
App: Profisor
Description: Switch Xcode provisioning profiles for the current project from the menu bar.
Open Source: https://github.com/yefga/Profisor
Commit: Add Profisor (#2289)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/68b54c06902da7c3eef7c2abcf1d28625dcb5de7</description>
<content:encoded><![CDATA[Category: Utilities / Menu Bar Tools<br/>App: Profisor<br/>Description: Switch Xcode provisioning profiles for the current project from the menu bar.<br/>Open Source: https://github.com/yefga/Profisor<br/>Commit: Add Profisor (#2289)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/68b54c06902da7c3eef7c2abcf1d28625dcb5de7]]></content:encoded>
</item>
<item>
<title>Battery Hog</title>
<link>https://github.com/luke-fairbanks/BatteryHog</link>
<guid isPermaLink="false">e34fa129f9bce64dbc862880429b71ea15c1afa3:Battery Hog</guid>
<pubDate>Fri, 10 Jul 2026 07:52:03 GMT</pubDate>
<category>Utilities / System Related Tools</category>
<description>Category: Utilities / System Related Tools
App: Battery Hog
Description: Shows what is draining the battery: live watts, per-app energy, charge history, and drain insights. 100% local.
Open Source: https://github.com/luke-fairbanks/BatteryHog
Commit: Add Battery Hog (#2285)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/e34fa129f9bce64dbc862880429b71ea15c1afa3</description>
<content:encoded><![CDATA[Category: Utilities / System Related Tools<br/>App: Battery Hog<br/>Description: Shows what is draining the battery: live watts, per-app energy, charge history, and drain insights. 100% local.<br/>Open Source: https://github.com/luke-fairbanks/BatteryHog<br/>Commit: Add Battery Hog (#2285)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/e34fa129f9bce64dbc862880429b71ea15c1afa3]]></content:encoded>
</item>
<item>
<title>OATS</title>
<link>https://github.com/ariso-ai/oats</link>
<guid isPermaLink="false">9654998824e9692ac4d6953152ff997cd884ac6c:OATS</guid>
<pubDate>Thu, 09 Jul 2026 04:48:55 GMT</pubDate>
<category>Reading and Writing Tools / Note-taking</category>
<description>Category: Reading and Writing Tools / Note-taking
App: OATS
Description: Open-source local-first meeting-notes app for macOS with live transcription, speaker labels, AI summaries, and a fully offline on-device mode.
Open Source: https://github.com/ariso-ai/oats
Commit: Add Oats to Note-taking (#2268)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9654998824e9692ac4d6953152ff997cd884ac6c</description>
<content:encoded><![CDATA[Category: Reading and Writing Tools / Note-taking<br/>App: OATS<br/>Description: Open-source local-first meeting-notes app for macOS with live transcription, speaker labels, AI summaries, and a fully offline on-device mode.<br/>Open Source: https://github.com/ariso-ai/oats<br/>Commit: Add Oats to Note-taking (#2268)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9654998824e9692ac4d6953152ff997cd884ac6c]]></content:encoded>
</item>
<item>
<title>Prevail</title>
<link>https://prevail.sh</link>
<guid isPermaLink="false">d3dc33f0560c77b9ab7df83d2bd620121548f8e2:Prevail</guid>
<pubDate>Tue, 07 Jul 2026 11:57:34 GMT</pubDate>
<category>AI Tools</category>
<description>Category: AI Tools
App: Prevail
Description: Local-first AI life OS: any model per life-domain over a plain-markdown vault on your Mac. Signed and notarized.
Website: https://prevail.sh
Commit: Add Prevail to AI Tools (#2267)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/d3dc33f0560c77b9ab7df83d2bd620121548f8e2</description>
<content:encoded><![CDATA[Category: AI Tools<br/>App: Prevail<br/>Description: Local-first AI life OS: any model per life-domain over a plain-markdown vault on your Mac. Signed and notarized.<br/>Website: https://prevail.sh<br/>Commit: Add Prevail to AI Tools (#2267)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/d3dc33f0560c77b9ab7df83d2bd620121548f8e2]]></content:encoded>
</item>
<item>
<title>tty7</title>
<link>https://github.com/l0ng-ai/tty7</link>
<guid isPermaLink="false">258daea61a27fda55d57bea4be5d05b10c6c30a6:tty7</guid>
<pubDate>Tue, 07 Jul 2026 01:43:44 GMT</pubDate>
<category>Terminal Apps</category>
<description>Category: Terminal Apps
App: tty7
Description: A GPU-rendered, daemon-backed terminal in pure Rust with sessions that stay alive without tmux.
Open Source: https://github.com/l0ng-ai/tty7
Commit: Add tty7 to Terminal Apps (#2263)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/258daea61a27fda55d57bea4be5d05b10c6c30a6</description>
<content:encoded><![CDATA[Category: Terminal Apps<br/>App: tty7<br/>Description: A GPU-rendered, daemon-backed terminal in pure Rust with sessions that stay alive without tmux.<br/>Open Source: https://github.com/l0ng-ai/tty7<br/>Commit: Add tty7 to Terminal Apps (#2263)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/258daea61a27fda55d57bea4be5d05b10c6c30a6]]></content:encoded>
</item>
<item>
<title>TokenTracker</title>
<link>https://www.tokentracker.cc</link>
<guid isPermaLink="false">baa66734f625ca23b69f94f1b10bc972395eaca2:TokenTracker</guid>
<pubDate>Mon, 06 Jul 2026 23:32:36 GMT</pubDate>
<category>AI Tools</category>
<description>Category: AI Tools
App: TokenTracker
Description: Local-first menu bar app and CLI that tracks token usage and cost across 20+ AI coding tools.
Website: https://www.tokentracker.cc
Commit: Add TokenTracker to AI Tools (#2101)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/baa66734f625ca23b69f94f1b10bc972395eaca2</description>
<content:encoded><![CDATA[Category: AI Tools<br/>App: TokenTracker<br/>Description: Local-first menu bar app and CLI that tracks token usage and cost across 20+ AI coding tools.<br/>Website: https://www.tokentracker.cc<br/>Commit: Add TokenTracker to AI Tools (#2101)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/baa66734f625ca23b69f94f1b10bc972395eaca2]]></content:encoded>
</item>
<item>
<title>Wox</title>
<link>https://wox-launcher.github.io/Wox/</link>
<guid isPermaLink="false">c4c9f9831cd203db51e91224fc49a4b595fe3b05:Wox</guid>
<pubDate>Mon, 06 Jul 2026 10:10:24 GMT</pubDate>
<category>Utilities / Productivity</category>
<description>Category: Utilities / Productivity
App: Wox
Description: Open-source cross-platform launcher with fast local search and plugin extensibility.
Website: https://wox-launcher.github.io/Wox/
Commit: Add Wox #2047
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c4c9f9831cd203db51e91224fc49a4b595fe3b05</description>
<content:encoded><![CDATA[Category: Utilities / Productivity<br/>App: Wox<br/>Description: Open-source cross-platform launcher with fast local search and plugin extensibility.<br/>Website: https://wox-launcher.github.io/Wox/<br/>Commit: Add Wox #2047<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c4c9f9831cd203db51e91224fc49a4b595fe3b05]]></content:encoded>
</item>
<item>
<title>cctop</title>
<link>https://cctop.app</link>
<guid isPermaLink="false">bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9:cctop</guid>
<pubDate>Mon, 06 Jul 2026 05:33:17 GMT</pubDate>
<category>Utilities / Menu Bar Tools</category>
<description>Category: Utilities / Menu Bar Tools
App: cctop
Description: Open-source menu bar monitor that shows live status for AI coding sessions (Claude Code, Codex, opencode, pi) and jumps to the right terminal pane or editor window.
Website: https://cctop.app
Commit: Add cctop to Menu Bar Tools (#2257)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9</description>
<content:encoded><![CDATA[Category: Utilities / Menu Bar Tools<br/>App: cctop<br/>Description: Open-source menu bar monitor that shows live status for AI coding sessions (Claude Code, Codex, opencode, pi) and jumps to the right terminal pane or editor window.<br/>Website: https://cctop.app<br/>Commit: Add cctop to Menu Bar Tools (#2257)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9]]></content:encoded>
</item>
<item>
<title>MenubarCC</title>
<link>https://github.com/ksterx/MenubarCC</link>
<guid isPermaLink="false">b197ea52da5a96b4566fe2c9f89384a3e5d39dff:MenubarCC</guid>
<pubDate>Sun, 05 Jul 2026 13:33:06 GMT</pubDate>
<category>Utilities / Menu Bar Tools</category>
<description>Category: Utilities / Menu Bar Tools
App: MenubarCC
Description: Menu bar crab that shows your Claude Code sessions at a glance: walking while Claude works, bouncing when it needs you.
Open Source: https://github.com/ksterx/MenubarCC
Commit: Add MenubarCC to Menu Bar Tools (#2249)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/b197ea52da5a96b4566fe2c9f89384a3e5d39dff</description>
<content:encoded><![CDATA[Category: Utilities / Menu Bar Tools<br/>App: MenubarCC<br/>Description: Menu bar crab that shows your Claude Code sessions at a glance: walking while Claude works, bouncing when it needs you.<br/>Open Source: https://github.com/ksterx/MenubarCC<br/>Commit: Add MenubarCC to Menu Bar Tools (#2249)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/b197ea52da5a96b4566fe2c9f89384a3e5d39dff]]></content:encoded>
</item>
<item>
<title>Harbofly</title>
<link>https://harbofly.app/</link>
<guid isPermaLink="false">25bb81d6539f923d2e61d93842baddad421aa350:Harbofly</guid>
<pubDate>Sun, 05 Jul 2026 08:14:54 GMT</pubDate>
<category>Utilities / Cleanup and Uninstall</category>
<description>Category: Utilities / Cleanup and Uninstall
App: Harbofly
Description: Menu bar app that auto-discovers and frees the disk space dev build artifacts and caches hog (DerivedData, node_modules, SPM/Homebrew caches). Zero telemetry, notarized.
Website: https://harbofly.app/
Commit: Add Harbofly (#2252)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/25bb81d6539f923d2e61d93842baddad421aa350</description>
<content:encoded><![CDATA[Category: Utilities / Cleanup and Uninstall<br/>App: Harbofly<br/>Description: Menu bar app that auto-discovers and frees the disk space dev build artifacts and caches hog (DerivedData, node_modules, SPM/Homebrew caches). Zero telemetry, notarized.<br/>Website: https://harbofly.app/<br/>Commit: Add Harbofly (#2252)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/25bb81d6539f923d2e61d93842baddad421aa350]]></content:encoded>
</item>
<item>
<title>MoonProxy</title>
<link>https://github.com/MoonProxyHQ/moonproxy-desktop</link>
<guid isPermaLink="false">74fa526ab4863efbf1ca55e285275451a56e76fa:MoonProxy</guid>
<pubDate>Sun, 05 Jul 2026 00:30:44 GMT</pubDate>
<category>Remote Login Software</category>
<description>Category: Remote Login Software
App: MoonProxy
Description: GUI desktop client for FRP that puts local services on the internet with one click.
Open Source: https://github.com/MoonProxyHQ/moonproxy-desktop
Commit: Add MoonProxy — GUI FRP desktop client for intranet penetration (#2253)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/74fa526ab4863efbf1ca55e285275451a56e76fa</description>
<content:encoded><![CDATA[Category: Remote Login Software<br/>App: MoonProxy<br/>Description: GUI desktop client for FRP that puts local services on the internet with one click.<br/>Open Source: https://github.com/MoonProxyHQ/moonproxy-desktop<br/>Commit: Add MoonProxy — GUI FRP desktop client for intranet penetration (#2253)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/74fa526ab4863efbf1ca55e285275451a56e76fa]]></content:encoded>
</item>
<item>
<title>StockDock</title>
<link>https://github.com/simonsruggi/StockDock</link>
<guid isPermaLink="false">0229ada97eb9c9461912c322b5b562a65e3c656f:StockDock</guid>
<pubDate>Sun, 05 Jul 2026 00:11:54 GMT</pubDate>
<category>Finance</category>
<description>Category: Finance
App: StockDock
Description: Menu bar app for real-time stocks, ETFs, crypto and portfolio P&amp;L. Privacy-first, no account, multi-currency.
Open Source: https://github.com/simonsruggi/StockDock
Commit: Add StockDock to Finance (#2255)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0229ada97eb9c9461912c322b5b562a65e3c656f</description>
<content:encoded><![CDATA[Category: Finance<br/>App: StockDock<br/>Description: Menu bar app for real-time stocks, ETFs, crypto and portfolio P&amp;L. Privacy-first, no account, multi-currency.<br/>Open Source: https://github.com/simonsruggi/StockDock<br/>Commit: Add StockDock to Finance (#2255)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0229ada97eb9c9461912c322b5b562a65e3c656f]]></content:encoded>
</item>
<item>
<title>Off Grid AI Desktop</title>
<link>https://getoffgridai.co/desktop</link>
<guid isPermaLink="false">f35478aabb6b91edb5d81465bdf2a6168cba6be8:Off Grid AI Desktop</guid>
<pubDate>Sat, 04 Jul 2026 23:59:43 GMT</pubDate>
<category>AI Tools</category>
<description>Category: AI Tools
App: Off Grid AI Desktop
Description: Private, local-first AI for your Mac: local LLM chat, image generation, voice dictation, and memory search, all on-device.
Website: https://getoffgridai.co/desktop
Commit: Add Off Grid AI (private on-device AI for Mac) to AI Tools (#2256)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f35478aabb6b91edb5d81465bdf2a6168cba6be8</description>
<content:encoded><![CDATA[Category: AI Tools<br/>App: Off Grid AI Desktop<br/>Description: Private, local-first AI for your Mac: local LLM chat, image generation, voice dictation, and memory search, all on-device.<br/>Website: https://getoffgridai.co/desktop<br/>Commit: Add Off Grid AI (private on-device AI for Mac) to AI Tools (#2256)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f35478aabb6b91edb5d81465bdf2a6168cba6be8]]></content:encoded>
</item>
<item>
<title>Vesta</title>
<link>https://github.com/vestaterm/Vesta</link>
<guid isPermaLink="false">71b7e4bb8269a618f15398aee362dfd9d5d493bf:Vesta</guid>
<pubDate>Wed, 01 Jul 2026 03:13:12 GMT</pubDate>
<category>Terminal Apps</category>
<description>Category: Terminal Apps
App: Vesta
Description: Native macOS terminal built on libghostty for running coding agents in parallel.
Open Source: https://github.com/vestaterm/Vesta
Commit: Add Vesta (#2243)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/71b7e4bb8269a618f15398aee362dfd9d5d493bf</description>
<content:encoded><![CDATA[Category: Terminal Apps<br/>App: Vesta<br/>Description: Native macOS terminal built on libghostty for running coding agents in parallel.<br/>Open Source: https://github.com/vestaterm/Vesta<br/>Commit: Add Vesta (#2243)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/71b7e4bb8269a618f15398aee362dfd9d5d493bf]]></content:encoded>
</item>
<item>
<title>Edmund</title>
<link>https://github.com/I7T5/Edmund</link>
<guid isPermaLink="false">be3e1f3e0f4def7643a7154b70f1037a1e873a27:Edmund</guid>
<pubDate>Tue, 30 Jun 2026 03:21:47 GMT</pubDate>
<category>Reading and Writing Tools / Markdown Tools [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools)</category>
<description>Category: Reading and Writing Tools / Markdown Tools [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools)
App: Edmund
Description: Minimal, native macOS Markdown editor with live preview; works with your existing files, no vault.
Open Source: https://github.com/I7T5/Edmund
Commit: Add Edmund (native macOS Markdown editor) to Markdown Tools (#2238)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/be3e1f3e0f4def7643a7154b70f1037a1e873a27</description>
<content:encoded><![CDATA[Category: Reading and Writing Tools / Markdown Tools [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools)<br/>App: Edmund<br/>Description: Minimal, native macOS Markdown editor with live preview; works with your existing files, no vault.<br/>Open Source: https://github.com/I7T5/Edmund<br/>Commit: Add Edmund (native macOS Markdown editor) to Markdown Tools (#2238)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/be3e1f3e0f4def7643a7154b70f1037a1e873a27]]></content:encoded>
</item>
<item>
<title>Orca</title>
<link>https://onorca.dev</link>
<guid isPermaLink="false">1f609c89b956fd69d55b722a81f14fa183c05130:Orca</guid>
<pubDate>Mon, 29 Jun 2026 02:32:36 GMT</pubDate>
<category>Developer Tools / IDEs</category>
<description>Category: Developer Tools / IDEs
App: Orca
Description: An open-source IDE for running parallel AI coding agents (Claude Code, Codex, Cursor, Gemini, OpenCode), each in its own isolated git worktree.
Website: https://onorca.dev
Commit: Add Orca (#2235)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1f609c89b956fd69d55b722a81f14fa183c05130</description>
<content:encoded><![CDATA[Category: Developer Tools / IDEs<br/>App: Orca<br/>Description: An open-source IDE for running parallel AI coding agents (Claude Code, Codex, Cursor, Gemini, OpenCode), each in its own isolated git worktree.<br/>Website: https://onorca.dev<br/>Commit: Add Orca (#2235)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1f609c89b956fd69d55b722a81f14fa183c05130]]></content:encoded>
</item>
<item>
<title>VoxFlow</title>
<link>https://github.com/xingbofeng/VoxFlow</link>
<guid isPermaLink="false">064235d50be31cc75a8e91bf34e93a4e162fbfa0:VoxFlow</guid>
<pubDate>Sat, 27 Jun 2026 01:19:07 GMT</pubDate>
<category>Voice-to-Text</category>
<description>Category: Voice-to-Text
App: VoxFlow
Description: Open-source voice input workspace with local and cloud ASR, OCR, history, and coding-agent workflows.
Open Source: https://github.com/xingbofeng/VoxFlow
Commit: Add VoxFlow (#2232)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/064235d50be31cc75a8e91bf34e93a4e162fbfa0</description>
<content:encoded><![CDATA[Category: Voice-to-Text<br/>App: VoxFlow<br/>Description: Open-source voice input workspace with local and cloud ASR, OCR, history, and coding-agent workflows.<br/>Open Source: https://github.com/xingbofeng/VoxFlow<br/>Commit: Add VoxFlow (#2232)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/064235d50be31cc75a8e91bf34e93a4e162fbfa0]]></content:encoded>
</item>
<item>
<title>Pesty</title>
<link>https://github.com/momenbasel/pesty</link>
<guid isPermaLink="false">9428ae79120a7460996fdfbcc8913a3839a8d1ad:Pesty</guid>
<pubDate>Fri, 26 Jun 2026 02:20:31 GMT</pubDate>
<category>Utilities / Clipboard Tools</category>
<description>Category: Utilities / Clipboard Tools
App: Pesty
Description: Free and open-source clipboard manager inspired by Paste, with a slide-up color-coded strip, pinboards, and search.
Open Source: https://github.com/momenbasel/pesty
Commit: Add Pesty to Clipboard Tools (#2229)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9428ae79120a7460996fdfbcc8913a3839a8d1ad</description>
<content:encoded><![CDATA[Category: Utilities / Clipboard Tools<br/>App: Pesty<br/>Description: Free and open-source clipboard manager inspired by Paste, with a slide-up color-coded strip, pinboards, and search.<br/>Open Source: https://github.com/momenbasel/pesty<br/>Commit: Add Pesty to Clipboard Tools (#2229)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/9428ae79120a7460996fdfbcc8913a3839a8d1ad]]></content:encoded>
</item>
<item>
<title>Claude Usage</title>
<link>https://github.com/Bread-bang/claude-usage</link>
<guid isPermaLink="false">0136ad87cd5608de92aca3500367e99bb9df939a:Claude Usage</guid>
<pubDate>Fri, 26 Jun 2026 01:44:42 GMT</pubDate>
<category>AI Tools</category>
<description>Category: AI Tools
App: Claude Usage
Description: Menu bar app for Claude Code that keeps per-pane context (in the status line) and session/weekly usage always visible — no usage or context command to run.
Open Source: https://github.com/Bread-bang/claude-usage
Commit: Add Claude Usage to AI Tools (#2184)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0136ad87cd5608de92aca3500367e99bb9df939a</description>
<content:encoded><![CDATA[Category: AI Tools<br/>App: Claude Usage<br/>Description: Menu bar app for Claude Code that keeps per-pane context (in the status line) and session/weekly usage always visible — no usage or context command to run.<br/>Open Source: https://github.com/Bread-bang/claude-usage<br/>Commit: Add Claude Usage to AI Tools (#2184)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0136ad87cd5608de92aca3500367e99bb9df939a]]></content:encoded>
</item>
<item>
<title>Vorssaint</title>
<link>https://vorssaint.com</link>
<guid isPermaLink="false">90b5d18990518c5378bcda16b8ce710f5f6ac632:Vorssaint</guid>
<pubDate>Wed, 24 Jun 2026 02:10:17 GMT</pubDate>
<category>Utilities / Menu Bar Tools</category>
<description>Category: Utilities / Menu Bar Tools
App: Vorssaint
Description: Open-source menu bar toolkit for per-app volume, system monitoring, window control, clipboard history, keeping awake, and app cleanup.
Website: https://vorssaint.com
Commit: Add Vorssaint to Menu Bar Tools (#2223)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/90b5d18990518c5378bcda16b8ce710f5f6ac632</description>
<content:encoded><![CDATA[Category: Utilities / Menu Bar Tools<br/>App: Vorssaint<br/>Description: Open-source menu bar toolkit for per-app volume, system monitoring, window control, clipboard history, keeping awake, and app cleanup.<br/>Website: https://vorssaint.com<br/>Commit: Add Vorssaint to Menu Bar Tools (#2223)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/90b5d18990518c5378bcda16b8ce710f5f6ac632]]></content:encoded>
</item>
<item>
<title>mysa</title>
<link>https://github.com/alishansnsn/mysa</link>
<guid isPermaLink="false">14e273dbfd26ededdb4c76acf46e3c738ac0f464:mysa</guid>
<pubDate>Mon, 22 Jun 2026 08:09:04 GMT</pubDate>
<category>Utilities / Menu Bar Tools</category>
<description>Category: Utilities / Menu Bar Tools
App: mysa
Description: A macOS menu bar app for quick breathing breaks, with a frosted screen overlay and handwritten quotes.
Open Source: https://github.com/alishansnsn/mysa
Commit: Add mysa (#2215)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/14e273dbfd26ededdb4c76acf46e3c738ac0f464</description>
<content:encoded><![CDATA[Category: Utilities / Menu Bar Tools<br/>App: mysa<br/>Description: A macOS menu bar app for quick breathing breaks, with a frosted screen overlay and handwritten quotes.<br/>Open Source: https://github.com/alishansnsn/mysa<br/>Commit: Add mysa (#2215)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/14e273dbfd26ededdb4c76acf46e3c738ac0f464]]></content:encoded>
</item>
<item>
<title>SiliconScope</title>
<link>https://siliconscope.calidalab.ai</link>
<guid isPermaLink="false">fb07331b5de1a1e46041a802de0c779f62f24152:SiliconScope</guid>
<pubDate>Sun, 21 Jun 2026 22:24:22 GMT</pubDate>
<category>Utilities / System Related Tools</category>
<description>Category: Utilities / System Related Tools
App: SiliconScope
Description: Sudoless Apple Silicon system monitor (menu bar + dashboard) with first-class ANE, Media Engine and memory-bandwidth tracking plus an E/P-core breakdown — the chip-level signals Activity Monitor doesn&apos;t show.
Website: https://siliconscope.calidalab.ai
Commit: Add SiliconScope (Apple Silicon system monitor) (#2211)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/fb07331b5de1a1e46041a802de0c779f62f24152</description>
<content:encoded><![CDATA[Category: Utilities / System Related Tools<br/>App: SiliconScope<br/>Description: Sudoless Apple Silicon system monitor (menu bar + dashboard) with first-class ANE, Media Engine and memory-bandwidth tracking plus an E/P-core breakdown — the chip-level signals Activity Monitor doesn&apos;t show.<br/>Website: https://siliconscope.calidalab.ai<br/>Commit: Add SiliconScope (Apple Silicon system monitor) (#2211)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/fb07331b5de1a1e46041a802de0c779f62f24152]]></content:encoded>
</item>
<item>
<title>JsonStudio</title>
<link>https://jsonstudio.js.org/</link>
<guid isPermaLink="false">21fe432c4601693abd676f4279e1f834f0c5d759:JsonStudio</guid>
<pubDate>Sun, 21 Jun 2026 22:00:20 GMT</pubDate>
<category>Developer Tools / Developer Utilities</category>
<description>Category: Developer Tools / Developer Utilities
App: JsonStudio
Description: Local-first JSON workspace for formatting, editing, diffing, converting, validating, and extracting JSON from logs.
Website: https://jsonstudio.js.org/
Commit: Add JsonStudio (#2209)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/21fe432c4601693abd676f4279e1f834f0c5d759</description>
<content:encoded><![CDATA[Category: Developer Tools / Developer Utilities<br/>App: JsonStudio<br/>Description: Local-first JSON workspace for formatting, editing, diffing, converting, validating, and extracting JSON from logs.<br/>Website: https://jsonstudio.js.org/<br/>Commit: Add JsonStudio (#2209)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/21fe432c4601693abd676f4279e1f834f0c5d759]]></content:encoded>
</item>
<item>
<title>Tintpad</title>
<link>https://github.com/sorkila/tintpad</link>
<guid isPermaLink="false">6caec1eb50a74f4503af2901213c7cde6ae344c2:Tintpad</guid>
<pubDate>Sat, 20 Jun 2026 16:33:16 GMT</pubDate>
<category>Developer Tools / Developer Utilities</category>
<description>Category: Developer Tools / Developer Utilities
App: Tintpad
Description: Menu bar launcher that opens your terminal at the right repo with a coding agent (Claude Code, Codex) already running.
Open Source: https://github.com/sorkila/tintpad
Commit: Add Tintpad (Developer Utilities) (#2206)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/6caec1eb50a74f4503af2901213c7cde6ae344c2</description>
<content:encoded><![CDATA[Category: Developer Tools / Developer Utilities<br/>App: Tintpad<br/>Description: Menu bar launcher that opens your terminal at the right repo with a coding agent (Claude Code, Codex) already running.<br/>Open Source: https://github.com/sorkila/tintpad<br/>Commit: Add Tintpad (Developer Utilities) (#2206)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/6caec1eb50a74f4503af2901213c7cde6ae344c2]]></content:encoded>
</item>
<item>
<title>Agent Island</title>
<link>https://github.com/tristan666666/agent-island</link>
<guid isPermaLink="false">f1b3f9828b2dc0db4a1da09242df13fb620e2f0c:Agent Island</guid>
<pubDate>Thu, 18 Jun 2026 11:19:31 GMT</pubDate>
<category>Utilities / Menu Bar Tools</category>
<description>Category: Utilities / Menu Bar Tools
App: Agent Island
Description: MacBook notch companion for Claude Code and Codex sessions, showing live status and auto-resuming selected long-running tasks.
Open Source: https://github.com/tristan666666/agent-island
Commit: Add Agent Island (#2199)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f1b3f9828b2dc0db4a1da09242df13fb620e2f0c</description>
<content:encoded><![CDATA[Category: Utilities / Menu Bar Tools<br/>App: Agent Island<br/>Description: MacBook notch companion for Claude Code and Codex sessions, showing live status and auto-resuming selected long-running tasks.<br/>Open Source: https://github.com/tristan666666/agent-island<br/>Commit: Add Agent Island (#2199)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f1b3f9828b2dc0db4a1da09242df13fb620e2f0c]]></content:encoded>
</item>
<item>
<title>TrustTunnel</title>
<link>https://trusttunnel.org/</link>
<guid isPermaLink="false">bd053d570146cf2f7ab8527dfebc39dd6988fa21:TrustTunnel</guid>
<pubDate>Wed, 17 Jun 2026 05:23:48 GMT</pubDate>
<category>Proxy and VPN Tools</category>
<description>Category: Proxy and VPN Tools
App: TrustTunnel
Description: A modern, open-source VPN protocol originally developed by AdGuard VPN.
Website: https://trusttunnel.org/
Commit: Add TrustTunnel to VPN list (#2193)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bd053d570146cf2f7ab8527dfebc39dd6988fa21</description>
<content:encoded><![CDATA[Category: Proxy and VPN Tools<br/>App: TrustTunnel<br/>Description: A modern, open-source VPN protocol originally developed by AdGuard VPN.<br/>Website: https://trusttunnel.org/<br/>Commit: Add TrustTunnel to VPN list (#2193)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/bd053d570146cf2f7ab8527dfebc39dd6988fa21]]></content:encoded>
</item>
<item>
<title>MaCursor</title>
<link>https://github.com/writronic/MaCursor</link>
<guid isPermaLink="false">7ccc07cf7274c9f37cb7eb88941543f551f822b5:MaCursor</guid>
<pubDate>Wed, 17 Jun 2026 03:55:26 GMT</pubDate>
<category>Utilities / Quality of Life Improvements</category>
<description>Category: Utilities / Quality of Life Improvements
App: MaCursor
Description: Custom cursor themes for macOS.
Open Source: https://github.com/writronic/MaCursor
Commit: Add MaCursor to Quality of Life / System Tools sections (#2194)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/7ccc07cf7274c9f37cb7eb88941543f551f822b5</description>
<content:encoded><![CDATA[Category: Utilities / Quality of Life Improvements<br/>App: MaCursor<br/>Description: Custom cursor themes for macOS.<br/>Open Source: https://github.com/writronic/MaCursor<br/>Commit: Add MaCursor to Quality of Life / System Tools sections (#2194)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/7ccc07cf7274c9f37cb7eb88941543f551f822b5]]></content:encoded>
</item>
<item>
<title>Cate</title>
<link>https://cate.cero-ai.com</link>
<guid isPermaLink="false">febc8acb8ce125c6b276fbf34baecc259515eca8:Cate</guid>
<pubDate>Wed, 10 Jun 2026 12:34:14 GMT</pubDate>
<category>Developer Tools / IDEs</category>
<description>Category: Developer Tools / IDEs
App: Cate
Description: Open-source IDE on an infinite zoomable canvas, with editor, terminal, browser, and AI agent panels arranged in a spatial workspace.
Website: https://cate.cero-ai.com
Commit: Add Cate to IDEs (#2178)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/febc8acb8ce125c6b276fbf34baecc259515eca8</description>
<content:encoded><![CDATA[Category: Developer Tools / IDEs<br/>App: Cate<br/>Description: Open-source IDE on an infinite zoomable canvas, with editor, terminal, browser, and AI agent panels arranged in a spatial workspace.<br/>Website: https://cate.cero-ai.com<br/>Commit: Add Cate to IDEs (#2178)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/febc8acb8ce125c6b276fbf34baecc259515eca8]]></content:encoded>
</item>
<item>
<title>SmoothCSV</title>
<link>https://smoothcsv.com/</link>
<guid isPermaLink="false">a5805e2fcdbf3b25438dadbd86090d96af43634a:SmoothCSV</guid>
<pubDate>Sat, 06 Jun 2026 02:21:53 GMT</pubDate>
<category>Reading and Writing Tools / Others</category>
<description>Category: Reading and Writing Tools / Others
App: SmoothCSV
Description: Fast and full-featured CSV editor for Windows, macOS, and Linux with SQL queries.
Website: https://smoothcsv.com/
Commit: Add SmoothCSV to Reading and Writing Tools (Others) (#2155)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a5805e2fcdbf3b25438dadbd86090d96af43634a</description>
<content:encoded><![CDATA[Category: Reading and Writing Tools / Others<br/>App: SmoothCSV<br/>Description: Fast and full-featured CSV editor for Windows, macOS, and Linux with SQL queries.<br/>Website: https://smoothcsv.com/<br/>Commit: Add SmoothCSV to Reading and Writing Tools (Others) (#2155)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a5805e2fcdbf3b25438dadbd86090d96af43634a]]></content:encoded>
</item>
<item>
<title>Mole Widget</title>
<link>https://github.com/bsnkhua/mole-widget</link>
<guid isPermaLink="false">a2115f4216124391b70062044ccb24b30599e927:Mole Widget</guid>
<pubDate>Sat, 06 Jun 2026 02:08:55 GMT</pubDate>
<category>Utilities / Menu Bar Tools</category>
<description>Category: Utilities / Menu Bar Tools
App: Mole Widget
Description: Lightweight macOS desktop system monitor: live CPU, memory, disk, network, battery, and process metrics in a resizable widget managed from the menu bar.
Open Source: https://github.com/bsnkhua/mole-widget
Commit: Add Mole Widget (Menu Bar Tools) (#2156)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a2115f4216124391b70062044ccb24b30599e927</description>
<content:encoded><![CDATA[Category: Utilities / Menu Bar Tools<br/>App: Mole Widget<br/>Description: Lightweight macOS desktop system monitor: live CPU, memory, disk, network, battery, and process metrics in a resizable widget managed from the menu bar.<br/>Open Source: https://github.com/bsnkhua/mole-widget<br/>Commit: Add Mole Widget (Menu Bar Tools) (#2156)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a2115f4216124391b70062044ccb24b30599e927]]></content:encoded>
</item>
<item>
<title>Gantry</title>
<link>https://getgantry.github.io/</link>
<guid isPermaLink="false">f8e992feec19b8ade3b770068d6dcf2876c45148:Gantry</guid>
<pubDate>Fri, 05 Jun 2026 10:27:53 GMT</pubDate>
<category>Developer Tools / Virtualization</category>
<description>Category: Developer Tools / Virtualization
App: Gantry
Description: Native Docker management: containers, images, live logs and stats, exec terminal — for local and SSH hosts.
Website: https://getgantry.github.io/
Commit: Add Gantry to Virtualization (#2154)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f8e992feec19b8ade3b770068d6dcf2876c45148</description>
<content:encoded><![CDATA[Category: Developer Tools / Virtualization<br/>App: Gantry<br/>Description: Native Docker management: containers, images, live logs and stats, exec terminal — for local and SSH hosts.<br/>Website: https://getgantry.github.io/<br/>Commit: Add Gantry to Virtualization (#2154)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f8e992feec19b8ade3b770068d6dcf2876c45148]]></content:encoded>
</item>
<item>
<title>CSV Quick Look</title>
<link>https://github.com/adamorad/csv-quick-look</link>
<guid isPermaLink="false">38ae34b0b8b2db6c2f2acb02d320e2d3af179418:CSV Quick Look</guid>
<pubDate>Fri, 05 Jun 2026 07:14:03 GMT</pubDate>
<category>QuickLook Plugins</category>
<description>Category: QuickLook Plugins
App: CSV Quick Look
Description: QuickLook extension for CSV and TSV files — virtual scroll, sort, filter, dark mode.
Open Source: https://github.com/adamorad/csv-quick-look
Commit: Add CSV Quick Look — QuickLook extension for CSV/TSV files (#2144)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/38ae34b0b8b2db6c2f2acb02d320e2d3af179418</description>
<content:encoded><![CDATA[Category: QuickLook Plugins<br/>App: CSV Quick Look<br/>Description: QuickLook extension for CSV and TSV files — virtual scroll, sort, filter, dark mode.<br/>Open Source: https://github.com/adamorad/csv-quick-look<br/>Commit: Add CSV Quick Look — QuickLook extension for CSV/TSV files (#2144)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/38ae34b0b8b2db6c2f2acb02d320e2d3af179418]]></content:encoded>
</item>
<item>
<title>SnippetCraft</title>
<link>https://getsnippetcraft.com</link>
<guid isPermaLink="false">0a6ea6f00b4f3eeb5d70e491610a173c56e370ab:SnippetCraft</guid>
<pubDate>Fri, 05 Jun 2026 05:45:42 GMT</pubDate>
<category>Utilities / Clipboard Tools</category>
<description>Category: Utilities / Clipboard Tools
App: SnippetCraft
Description: System-wide text expansion, snippet management, and clipboard history for macOS.
Website: https://getsnippetcraft.com
Commit: Add SnippetCraft to Clipboard Tools (#2145)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0a6ea6f00b4f3eeb5d70e491610a173c56e370ab</description>
<content:encoded><![CDATA[Category: Utilities / Clipboard Tools<br/>App: SnippetCraft<br/>Description: System-wide text expansion, snippet management, and clipboard history for macOS.<br/>Website: https://getsnippetcraft.com<br/>Commit: Add SnippetCraft to Clipboard Tools (#2145)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/0a6ea6f00b4f3eeb5d70e491610a173c56e370ab]]></content:encoded>
</item>
<item>
<title>capcap</title>
<link>https://capcap.skyrin.fun</link>
<guid isPermaLink="false">f0d79d664b64c897c03f89a0d1e8d75ca46214ad:capcap</guid>
<pubDate>Fri, 05 Jun 2026 05:31:33 GMT</pubDate>
<category>Design and Product / Screenshot Tools</category>
<description>Category: Design and Product / Screenshot Tools
App: capcap
Description: Native menu bar screenshot tool with double-tap Command capture, annotation, scrolling capture, beautify, pinning, and image-host upload.
Website: https://capcap.skyrin.fun
Commit: Add capcap to Screenshot Tools (#2153)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f0d79d664b64c897c03f89a0d1e8d75ca46214ad</description>
<content:encoded><![CDATA[Category: Design and Product / Screenshot Tools<br/>App: capcap<br/>Description: Native menu bar screenshot tool with double-tap Command capture, annotation, scrolling capture, beautify, pinning, and image-host upload.<br/>Website: https://capcap.skyrin.fun<br/>Commit: Add capcap to Screenshot Tools (#2153)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/f0d79d664b64c897c03f89a0d1e8d75ca46214ad]]></content:encoded>
</item>
<item>
<title>Fader</title>
<link>https://github.com/pantafive/fader</link>
<guid isPermaLink="false">51eed00ef094a5376358d6a74cca6448f58e5b5b:Fader</guid>
<pubDate>Fri, 05 Jun 2026 02:46:11 GMT</pubDate>
<category>Audio and Video Tools</category>
<description>Category: Audio and Video Tools
App: Fader
Description: Menu bar volume mixer with per-app volume, one-click output switching, and Bluetooth headphone control.
Open Source: https://github.com/pantafive/fader
Commit: Add Fader to Audio and Video Tools (#2152)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/51eed00ef094a5376358d6a74cca6448f58e5b5b</description>
<content:encoded><![CDATA[Category: Audio and Video Tools<br/>App: Fader<br/>Description: Menu bar volume mixer with per-app volume, one-click output switching, and Bluetooth headphone control.<br/>Open Source: https://github.com/pantafive/fader<br/>Commit: Add Fader to Audio and Video Tools (#2152)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/51eed00ef094a5376358d6a74cca6448f58e5b5b]]></content:encoded>
</item>
<item>
<title>Cursor Voice</title>
<link>https://cursorvoice.app</link>
<guid isPermaLink="false">982aed0bf7329e9bde5768420e6cf871024e359e:Cursor Voice</guid>
<pubDate>Wed, 03 Jun 2026 01:01:06 GMT</pubDate>
<category>AI Tools</category>
<description>Category: AI Tools
App: Cursor Voice
Description: Voice assistant that lives by your cursor, sees your screen, and can control apps via the OpenAI Realtime API.
Website: https://cursorvoice.app
Commit: Add Cursor Voice to the ja/ko/zh list. #2140
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/982aed0bf7329e9bde5768420e6cf871024e359e</description>
<content:encoded><![CDATA[Category: AI Tools<br/>App: Cursor Voice<br/>Description: Voice assistant that lives by your cursor, sees your screen, and can control apps via the OpenAI Realtime API.<br/>Website: https://cursorvoice.app<br/>Commit: Add Cursor Voice to the ja/ko/zh list. #2140<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/982aed0bf7329e9bde5768420e6cf871024e359e]]></content:encoded>
</item>
<item>
<title>Sleepless</title>
<link>https://github.com/Aboudjem/Sleepless</link>
<guid isPermaLink="false">1adde8042c48bc0ba6d12c84f2ac5942c6eea6da:Sleepless</guid>
<pubDate>Tue, 02 Jun 2026 16:07:02 GMT</pubDate>
<category>Utilities / System Related Tools</category>
<description>Category: Utilities / System Related Tools
App: Sleepless
Description: Keep your MacBook awake with the lid closed on battery, with a battery-floor auto-off.
Open Source: https://github.com/Aboudjem/Sleepless
Commit: Add Sleepless to System Related Tools (#2134)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1adde8042c48bc0ba6d12c84f2ac5942c6eea6da</description>
<content:encoded><![CDATA[Category: Utilities / System Related Tools<br/>App: Sleepless<br/>Description: Keep your MacBook awake with the lid closed on battery, with a battery-floor auto-off.<br/>Open Source: https://github.com/Aboudjem/Sleepless<br/>Commit: Add Sleepless to System Related Tools (#2134)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/1adde8042c48bc0ba6d12c84f2ac5942c6eea6da]]></content:encoded>
</item>
<item>
<title>ClipHistory</title>
<link>https://weiykong.github.io/ClipHistory</link>
<guid isPermaLink="false">434f41a142388932436ead2925ffcc5b700527b2:ClipHistory</guid>
<pubDate>Tue, 02 Jun 2026 04:37:02 GMT</pubDate>
<category>Utilities / Clipboard Tools</category>
<description>Category: Utilities / Clipboard Tools
App: ClipHistory
Description: Lightweight native macOS clipboard manager. Instant hotkey popup, captures text &amp; images, pin favourites, per-app privacy exclusions.
Website: https://weiykong.github.io/ClipHistory
Commit: Add ClipHistory — lightweight native macOS clipboard manager (#2132)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/434f41a142388932436ead2925ffcc5b700527b2</description>
<content:encoded><![CDATA[Category: Utilities / Clipboard Tools<br/>App: ClipHistory<br/>Description: Lightweight native macOS clipboard manager. Instant hotkey popup, captures text &amp; images, pin favourites, per-app privacy exclusions.<br/>Website: https://weiykong.github.io/ClipHistory<br/>Commit: Add ClipHistory — lightweight native macOS clipboard manager (#2132)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/434f41a142388932436ead2925ffcc5b700527b2]]></content:encoded>
</item>
<item>
<title>SystemEQ for Mac</title>
<link>https://denzam.github.io/SystemEQ-for-Mac/</link>
<guid isPermaLink="false">2e37ef38a9349110c1a823dd7c5a3c4fdffdfc23:SystemEQ for Mac</guid>
<pubDate>Tue, 02 Jun 2026 01:29:34 GMT</pubDate>
<category>Audio and Video Tools / Audio Record and Process</category>
<description>Category: Audio and Video Tools / Audio Record and Process
App: SystemEQ for Mac
Description: System-wide parametric equalizer with an 8,665-headphone AutoEQ database, hearing calibration, and a real-time visualizer.
Website: https://denzam.github.io/SystemEQ-for-Mac/
Commit: Add SystemEQ for Mac (#2136)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/2e37ef38a9349110c1a823dd7c5a3c4fdffdfc23</description>
<content:encoded><![CDATA[Category: Audio and Video Tools / Audio Record and Process<br/>App: SystemEQ for Mac<br/>Description: System-wide parametric equalizer with an 8,665-headphone AutoEQ database, hearing calibration, and a real-time visualizer.<br/>Website: https://denzam.github.io/SystemEQ-for-Mac/<br/>Commit: Add SystemEQ for Mac (#2136)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/2e37ef38a9349110c1a823dd7c5a3c4fdffdfc23]]></content:encoded>
</item>
<item>
<title>Harbor</title>
<link>https://github.com/tahseen-kakar/harbor</link>
<guid isPermaLink="false">02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039:Harbor</guid>
<pubDate>Sun, 31 May 2026 12:41:48 GMT</pubDate>
<category>Download Management Tools</category>
<description>Category: Download Management Tools
App: Harbor
Description: Open-source download manager for HTTP(S), magnet links, and `.torrent` files.
Open Source: https://github.com/tahseen-kakar/harbor
Commit: Add Harbor (#2123)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039</description>
<content:encoded><![CDATA[Category: Download Management Tools<br/>App: Harbor<br/>Description: Open-source download manager for HTTP(S), magnet links, and `.torrent` files.<br/>Open Source: https://github.com/tahseen-kakar/harbor<br/>Commit: Add Harbor (#2123)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039]]></content:encoded>
</item>
<item>
<title>Mac Clean</title>
<link>https://github.com/iliyami/MacClean</link>
<guid isPermaLink="false">a0f814429a6335d4c8ab62623b78570ee1ead160:Mac Clean</guid>
<pubDate>Sat, 30 May 2026 10:10:40 GMT</pubDate>
<category>Utilities / Cleanup and Uninstall</category>
<description>Category: Utilities / Cleanup and Uninstall
App: Mac Clean
Description: Free, open-source CleanMyMac alternative built with Swift 6 and SwiftUI. Smart Scan, 16 junk categories, malware scanner, uninstaller with leftover detection, Space Lens treemap, duplicates, and a live menu bar monitor. No telemetry, no subscription.
Open Source: https://github.com/iliyami/MacClean
Commit: Add Mac Clean (open-source CleanMyMac alternative) (#2110)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a0f814429a6335d4c8ab62623b78570ee1ead160</description>
<content:encoded><![CDATA[Category: Utilities / Cleanup and Uninstall<br/>App: Mac Clean<br/>Description: Free, open-source CleanMyMac alternative built with Swift 6 and SwiftUI. Smart Scan, 16 junk categories, malware scanner, uninstaller with leftover detection, Space Lens treemap, duplicates, and a live menu bar monitor. No telemetry, no subscription.<br/>Open Source: https://github.com/iliyami/MacClean<br/>Commit: Add Mac Clean (open-source CleanMyMac alternative) (#2110)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/a0f814429a6335d4c8ab62623b78570ee1ead160]]></content:encoded>
</item>
<item>
<title>clawpypaste</title>
<link>https://github.com/krisbradley/clawpypaste</link>
<guid isPermaLink="false">c1406fb34adf00858cceabd0ac198e59d7ca23c3:clawpypaste</guid>
<pubDate>Fri, 29 May 2026 04:39:44 GMT</pubDate>
<category>AI Tools</category>
<description>Category: AI Tools
App: clawpypaste
Description: Menu bar block picker and session browser for Claude Code.
Open Source: https://github.com/krisbradley/clawpypaste
Commit: Add clawpypaste to AI Tools (#2112)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c1406fb34adf00858cceabd0ac198e59d7ca23c3</description>
<content:encoded><![CDATA[Category: AI Tools<br/>App: clawpypaste<br/>Description: Menu bar block picker and session browser for Claude Code.<br/>Open Source: https://github.com/krisbradley/clawpypaste<br/>Commit: Add clawpypaste to AI Tools (#2112)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c1406fb34adf00858cceabd0ac198e59d7ca23c3]]></content:encoded>
</item>
<item>
<title>Parakey</title>
<link>https://github.com/rcourtman/parakey</link>
<guid isPermaLink="false">df5cf1ff659026b5b7801b5a7d41fe93819d21da:Parakey</guid>
<pubDate>Tue, 26 May 2026 07:31:47 GMT</pubDate>
<category>Voice-to-Text</category>
<description>Category: Voice-to-Text
App: Parakey
Description: Native push-to-talk local dictation app for Apple Silicon Macs using Parakeet TDT v3 (CoreML/ANE).
Open Source: https://github.com/rcourtman/parakey
Commit: Add Parakey under Voice-to-Text (#2050)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/df5cf1ff659026b5b7801b5a7d41fe93819d21da</description>
<content:encoded><![CDATA[Category: Voice-to-Text<br/>App: Parakey<br/>Description: Native push-to-talk local dictation app for Apple Silicon Macs using Parakeet TDT v3 (CoreML/ANE).<br/>Open Source: https://github.com/rcourtman/parakey<br/>Commit: Add Parakey under Voice-to-Text (#2050)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/df5cf1ff659026b5b7801b5a7d41fe93819d21da]]></content:encoded>
</item>
<item>
<title>PureSnitch</title>
<link>https://github.com/momenbasel/puresnitch</link>
<guid isPermaLink="false">2898bf5da437286451c5985c4feb8aec8fbad762:PureSnitch</guid>
<pubDate>Mon, 25 May 2026 00:30:25 GMT</pubDate>
<category>Security Tools</category>
<description>Category: Security Tools
App: PureSnitch
Description: Free, open-source application firewall for macOS with Little Snitch-style world map, rules manager, DNS over HTTPS, and pf-based blocking. No telemetry.
Open Source: https://github.com/momenbasel/puresnitch
Commit: Add PureSnitch (#2089)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/2898bf5da437286451c5985c4feb8aec8fbad762</description>
<content:encoded><![CDATA[Category: Security Tools<br/>App: PureSnitch<br/>Description: Free, open-source application firewall for macOS with Little Snitch-style world map, rules manager, DNS over HTTPS, and pf-based blocking. No telemetry.<br/>Open Source: https://github.com/momenbasel/puresnitch<br/>Commit: Add PureSnitch (#2089)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/2898bf5da437286451c5985c4feb8aec8fbad762]]></content:encoded>
</item>
<item>
<title>Live Translator</title>
<link>https://github.com/umutcetinkaya/live-translator</link>
<guid isPermaLink="false">5782b5000ef01002bcf4905ebb8b32a35542ce08:Live Translator</guid>
<pubDate>Sat, 23 May 2026 00:29:13 GMT</pubDate>
<category>Translation Tools</category>
<description>Category: Translation Tools
App: Live Translator
Description: Real-time on-screen translation of any system audio (YouTube, podcasts, meetings) using OpenAI or Gemini.
Open Source: https://github.com/umutcetinkaya/live-translator
Commit: Add Live Translator to Translation Tools (#2081)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/5782b5000ef01002bcf4905ebb8b32a35542ce08</description>
<content:encoded><![CDATA[Category: Translation Tools<br/>App: Live Translator<br/>Description: Real-time on-screen translation of any system audio (YouTube, podcasts, meetings) using OpenAI or Gemini.<br/>Open Source: https://github.com/umutcetinkaya/live-translator<br/>Commit: Add Live Translator to Translation Tools (#2081)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/5782b5000ef01002bcf4905ebb8b32a35542ce08]]></content:encoded>
</item>
<item>
<title>Papr</title>
<link>https://github.com/l0ng-ai/papr</link>
<guid isPermaLink="false">dbe0b073a7e510ee83194d479e209f3af55e4b2f:Papr</guid>
<pubDate>Thu, 21 May 2026 02:53:12 GMT</pubDate>
<category>Reading and Writing Tools / RSS</category>
<description>Category: Reading and Writing Tools / RSS
App: Papr
Description: RSS reader with adjustable typography, keyboard-driven navigation, and highlight export to Readwise, Notion and Obsidian.
Open Source: https://github.com/l0ng-ai/papr
Commit: Add Papr to RSS (#2083)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/dbe0b073a7e510ee83194d479e209f3af55e4b2f</description>
<content:encoded><![CDATA[Category: Reading and Writing Tools / RSS<br/>App: Papr<br/>Description: RSS reader with adjustable typography, keyboard-driven navigation, and highlight export to Readwise, Notion and Obsidian.<br/>Open Source: https://github.com/l0ng-ai/papr<br/>Commit: Add Papr to RSS (#2083)<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/dbe0b073a7e510ee83194d479e209f3af55e4b2f]]></content:encoded>
</item>
<item>
<title>Muxy</title>
<link>https://github.com/muxy-app/muxy</link>
<guid isPermaLink="false">c07bf2d710be55b98e49a83d560a88cd200a995a:Muxy</guid>
<pubDate>Tue, 19 May 2026 22:24:43 GMT</pubDate>
<category>Developer Tools / Developer Utilities</category>
<description>Category: Developer Tools / Developer Utilities
App: Muxy
Description: AI-native GUI for managing AI coding sessions, projects, with split panes, Git integration, and AI usage tracking.
Open Source: https://github.com/muxy-app/muxy
Commit: Add Muxy
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c07bf2d710be55b98e49a83d560a88cd200a995a</description>
<content:encoded><![CDATA[Category: Developer Tools / Developer Utilities<br/>App: Muxy<br/>Description: AI-native GUI for managing AI coding sessions, projects, with split panes, Git integration, and AI usage tracking.<br/>Open Source: https://github.com/muxy-app/muxy<br/>Commit: Add Muxy<br/>Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c07bf2d710be55b98e49a83d560a88cd200a995a]]></content:encoded>
</item>
</channel>
</rss>
+48
View File
@@ -0,0 +1,48 @@
site: Awesome Mac
description:  This repo is a collection of awesome Mac applications and tools for developers and designers.
keywords: mac,osx,app,softwares,applications,mac softwares,awesome mac,free softwares,Freeware
favicon: ./logo.svg
logo: ./logo.svg
dir: ./doc
menus:
Home: index.html
Top Picks:
url: https://github.com/jaywcjlove/awesome-mac/issues
target: __blank
Report:
url: https://github.com/jaywcjlove/awesome-mac/issues
target: __blank
RSS:
url: feed/feed.html
target: __blank
sideEffectFiles:
- README-zh.md
- README-ko.md
- README-ja.md
- editor-plugin.md
- editor-plugin-zh.md
- editor-plugin-ja.md
- command-line-apps.md
- command-line-apps-zh.md
- command-line-apps-ko.md
- command-line-apps-ja.md
- feed/feed.md
- feed/feed-zh.md
- feed/feed-ja.md
- feed/feed-ko.md
footer: |
This work is licensed under a <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br>
Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v{{idocVersion}}
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SFKVKE1QRF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SFKVKE1QRF');
</script>
+3
View File
@@ -0,0 +1,3 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
<path d="M25.565,9.785c-0.123,0.077-3.051,1.702-3.051,5.305c0.138,4.109,3.695,5.55,3.756,5.55 c-0.061,0.077-0.537,1.963-1.947,3.94C23.204,26.283,21.962,28,20.076,28c-1.794,0-2.438-1.135-4.508-1.135 c-2.223,0-2.852,1.135-4.554,1.135c-1.886,0-3.22-1.809-4.4-3.496c-1.533-2.208-2.836-5.673-2.882-9 c-0.031-1.763,0.307-3.496,1.165-4.968c1.211-2.055,3.373-3.45,5.734-3.496c1.809-0.061,3.419,1.242,4.523,1.242 c1.058,0,3.036-1.242,5.274-1.242C21.394,7.041,23.97,7.332,25.565,9.785z M15.001,6.688c-0.322-1.61,0.567-3.22,1.395-4.247 c1.058-1.242,2.729-2.085,4.17-2.085c0.092,1.61-0.491,3.189-1.533,4.339C18.098,5.937,16.488,6.872,15.001,6.688z"/>
</svg>

After

Width:  |  Height:  |  Size: 729 B

+69
View File
@@ -0,0 +1,69 @@
{
"name": "awesome-mac",
"version": "2.1.0",
"description": " This repo is a collection of awesome Mac applications and tools for developers and designers. ",
"homepage": "https://jaywcjlove.github.io/awesome-mac",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"main": "dist/awesome-mac.json",
"module": "dist/awesome-mac.json",
"type": "module",
"exports": {
".": {
"import": "./dist/awesome-mac.json",
"require": "./dist/awesome-mac.json",
"default": "./dist/awesome-mac.json"
},
"./ko": {
"import": "./dist/awesome-mac.ko.json",
"require": "./dist/awesome-mac.ko.json",
"default": "./dist/awesome-mac.ko.json"
},
"./ja": {
"import": "./dist/awesome-mac.ja.json",
"require": "./dist/awesome-mac.ja.json",
"default": "./dist/awesome-mac.ja.json"
},
"./zh": {
"import": "./dist/awesome-mac.zh.json",
"require": "./dist/awesome-mac.zh.json",
"default": "./dist/awesome-mac.zh.json"
},
"./package.json": "./package.json"
},
"scripts": {
"start": "npm run build && npm run create:ast",
"doc": "idoc --watch",
"build": "idoc",
"create:ast": "node build/ast.mjs",
"feed": "node build/feed.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/awesome-mac.git"
},
"keywords": [
"awesome",
"awesome-mac",
"mac",
"macosx",
"osx"
],
"files": [
"dist/awesome-mac.json",
"dist/awesome-mac.ko.json",
"dist/awesome-mac.ja.json",
"dist/awesome-mac.zh.json"
],
"author": "kenny wang <wowohoo@qq.com>",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/jaywcjlove/awesome-mac/issues"
},
"devDependencies": {
"fs-extra": "^10.1.0",
"idoc": "^1.26.5",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"to-vfile": "^7.2.3"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"rangeStrategy": "replace"
}
]
}