commit 7c224a4aab4513cb1bade4750bed8b2bf3e5643d Author: wehub-resource-sync Date: Mon Jul 13 11:57:55 2026 +0800 chore: import upstream snapshot with attribution diff --git a/.codex/skills/awesome-mac-maintainer/SKILL.md b/.codex/skills/awesome-mac-maintainer/SKILL.md new file mode 100644 index 0000000..21eb431 --- /dev/null +++ b/.codex/skills/awesome-mac-maintainer/SKILL.md @@ -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. diff --git a/.codex/skills/awesome-mac-maintainer/agents/openai.yaml b/.codex/skills/awesome-mac-maintainer/agents/openai.yaml new file mode 100644 index 0000000..7ed1043 --- /dev/null +++ b/.codex/skills/awesome-mac-maintainer/agents/openai.yaml @@ -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." diff --git a/.codex/skills/awesome-mac-maintainer/references/supported-files.md b/.codex/skills/awesome-mac-maintainer/references/supported-files.md new file mode 100644 index 0000000..a9d9005 --- /dev/null +++ b/.codex/skills/awesome-mac-maintainer/references/supported-files.md @@ -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. diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b6013ca --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.mjs linguist-language=Swift diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..d9c53ff --- /dev/null +++ b/.github/FUNDING.yml @@ -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"] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/NEW_ADDITION_TO_LIST.yml b/.github/ISSUE_TEMPLATE/NEW_ADDITION_TO_LIST.yml new file mode 100644 index 0000000..663509c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/NEW_ADDITION_TO_LIST.yml @@ -0,0 +1,46 @@ +name: 🎉 Addition to list +description: Suggest an addition to this list. +title: '🎉 Add ' +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 diff --git a/.github/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml b/.github/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml new file mode 100644 index 0000000..d5f8d74 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/REMOVE_ITEM_FROM_LIST.yml @@ -0,0 +1,21 @@ +name: 🗑 Removal from list +description: Suggest a removal from this list. +title: '🗑 Remove ' +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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..7073cbe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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` diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..46fde98 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..90bfe93 --- /dev/null +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..47e928c --- /dev/null +++ b/.gitignore @@ -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 +*.*~ +~*.* diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d29d9a2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: ruby +rvm: 2.4.1 +before_script: gem install awesome_bot +script: awesome_bot *.md --allow 301,302 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..b740ca1 --- /dev/null +++ b/Dockerfile @@ -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 . \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..670154e --- /dev/null +++ b/LICENSE @@ -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 + diff --git a/README-ja.md b/README-ja.md new file mode 100644 index 0000000..55bcacf --- /dev/null +++ b/README-ja.md @@ -0,0 +1,1664 @@ +
+ スペシャルサンクス: +
+
+ + + ScreenSage Pro + +
+ ScreenSage Pro、macOSで矎しい画面録画を数分で䜜成 +

+ + + IP.IM + +
+ IP.IM 無料のIPアドレス情報照䌚サむト +

+ +
+
+ +

+ 私のアプリを䜿うこずも、支揎する方法のひず぀です:
+ Zipora: Zip/RAR/7Z Unarchiver + Scap: Screenshot & Markup Edit + Screen Test + Deskmark + Keyzer + Vidwall Hub + VidCrop + Vidwall + Mousio Hint + Mousio + Musicer + Audioer + FileSentinel + FocusCursor + Videoer + KeyClicker + DayBar + Iconed + Menuist + Quick RSS + Quick RSS + Web Serve + Copybook Generator + DevTutor for SwiftUI + RegexMate + Time Passage + Iconize Folder + Textsound Saver + Create Custom Symbols + DevHub + Resume Revise + Palette Genius + Symbol Scribe +

+
+ +Awesome Mac +=== + + +[![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://x.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)](README.md) +[![Chinese List](https://jaywcjlove.github.io/sb/lang/chinese.svg)](README-zh.md) +[![Korean List](https://jaywcjlove.github.io/sb/lang/korean.svg)](./README-ko.md) + + +このプロゞェクトは、高品質なmacOS゜フトりェアを収集し、異なるカテゎリヌごずに䜓系的に敎理するこずで、簡単に怜玢・䜿甚できるようにするこずを目的ずしおいたす。継続的な発展により、プロゞェクトは圓初の予想をはるかに超え、より包括的で掗緎されたものずなりたした。 + +ぜひ**スタヌ** ⭐ ず**フォヌク** 🍎 でプロゞェクトをサポヌトしおください + +ご提案、アむデア、たたは優秀な゜フトりェアを発芋された堎合は、ぜひPRを提出しおこのリストの改善にご協力ください。貢献前には[コントリビュヌションガむドラむン](https://github.com/jaywcjlove/awesome-mac/blob/master/CONTRIBUTING.md)をお読みください。たた、この[Awesome](https://github.com/sindresorhus/awesome)リストを継続しおフォロヌし、より良いmacOSツヌルコレクションを䞀緒に構築しおいただけるこずを歓迎したす。 + +**凡䟋** + +[English](README.md) | [äž­æ–‡](README-zh.md) | [한국얎](README-ko.md) | [RSS](./feed/feed-ja.md) | [玠晎らしいコマンドラむンアプリ](./command-line-apps-ja.md) | [玠晎らしいSwift macOSアプリ](https://github.com/jaywcjlove/awesome-swift-macos-apps) + +![Open-Source Software][OSS Icon] は**オヌプン゜ヌス**を意味したす。アむコンをクリックするずリポゞトリを確認できたす。\ +![Freeware][Freeware Icon] は**無料**で䜿甚可胜、たたは**無料**の個人ラむセンスを意味したす。\ +![App Store][app-store Icon] は**App Store**ぞのリンクを意味したす。\ +![Native App][Native Icon] は**ネむティブアプリ**を意味したす。\ +![Awesome List][awesome-list Icon] はそのアむテムに関連する**Awesomeリスト**ぞのリンクを意味したす。 + + + +## 目次 + +- [Awesome Mac](#awesome-mac) +- [目次](#目次) +- [読み曞きツヌル](#読み曞きツヌル) + - [テキスト゚ディタ](#テキスト゚ディタ) + - [オフィス](#オフィス) + - [Markdownツヌル](#markdownツヌル) + - [メモ・ノヌト](#メモノヌト) + - [ゞャヌナリング](#ゞャヌナリング) + - [ラむティング](#ラむティング) + - [電子曞籍](#電子曞籍) + - [RSS](#rss) + - [その他](#その他) +- [開発ツヌル](#開発ツヌル) + - [IDE](#ide) + - [開発者ナヌティリティ](#開発者ナヌティリティ) + - [正芏衚珟゚ディタ](#正芏衚珟゚ディタ) + - [API開発・分析](#api開発分析) + - [ネットワヌク分析](#ネットワヌク分析) + - [ハむブリッドアプリケヌションフレヌムワヌク](#ハむブリッドアプリケヌションフレヌムワヌク) + - [バヌゞョン管理](#バヌゞョン管理) + - [仮想化](#仮想化) + - [デヌタベヌス](#デヌタベヌス) + - [タヌミナルアプリ](#タヌミナルアプリ) +- [デザむンずプロダクト](#デザむンずプロダクト) + - [デザむンツヌル](#デザむンツヌル) + - [プロトタむピング・マむンドマップツヌル](#プロトタむピングマむンドマップツヌル) + - [スクリヌンショットツヌル](#スクリヌンショットツヌル) + - [画面録画](#画面録画) + - [その他のツヌル](#その他のツヌル) +- [AIツヌル](#aiツヌル) +- [コミュニケヌション](#コミュニケヌション) + - [コラボレヌション・チヌムツヌル](#コラボレヌションチヌムツヌル) + - [メヌルクラむアント](#メヌルクラむアント) + - [ファむル共有](#ファむル共有) +- [デヌタ埩旧ツヌル](#デヌタ埩旧ツヌル) +- [音声・動画ツヌル](#音声動画ツヌル) + - [音声録音・線集](#音声録音線集) +- [ダりンロヌド管理ツヌル](#ダりンロヌド管理ツヌル) +- [クラりドストレヌゞ](#クラりドストレヌゞ) +- [入力方法](#入力方法) +- [音声入力](#音声入力) +- [ブラりザ](#ブラりザ) +- [翻蚳ツヌル](#翻蚳ツヌル) +- [教育](#教育) +- [ファむナンス](#ファむナンス) +- [暗号化](#暗号化) +- [セキュリティツヌル](#セキュリティツヌル) +- [プロキシ・VPNツヌル](#プロキシvpnツヌル) +- [ナヌティリティ](#ナヌティリティ) + - [クリップボヌドツヌル](#クリップボヌドツヌル) + - [メニュヌバヌツヌル](#メニュヌバヌツヌル) + - [クリヌンアップずアンむンストヌル](#クリヌンアップずアンむンストヌル) + - [ファむル敎理ツヌル](#ファむル敎理ツヌル) + - [䞀般ツヌル](#䞀般ツヌル) + - [ToDoリスト](#todoリスト) + - [生産性向䞊](#生産性向䞊) + - [りィンドり管理](#りィンドり管理) + - [パスワヌド管理](#パスワヌド管理) + - [Finderツヌル](#finderツヌル) + - [生掻の質を向䞊させるツヌル](#生掻の質を向䞊させるツヌル) + - [システム関連ツヌル](#システム関連ツヌル) +- [ゲヌム゜フトりェア](#ゲヌム゜フトりェア) +- [リモヌトログむン゜フトりェア](#リモヌトログむン゜フトりェア) +- [QuickLookプラグむン](#quicklookプラグむン) +- [サヌドパヌティアプリマヌケット](#サヌドパヌティアプリマヌケット) + - [パッケヌゞマネヌゞャヌ](#パッケヌゞマネヌゞャヌ) +- [Macアプリダりンロヌドサむト](#macアプリダりンロヌドサむト) + - [正芏サむト](#正芏サむト) + - [海賊版゜フトりェアダりンロヌドサむトのブロックリスト](#海賊版゜フトりェアダりンロヌドサむトのブロックリスト) +- [ポッドキャスト](#ポッドキャスト) +- [コントリビュヌタヌ](#コントリビュヌタヌ) +- [ラむセンス](#ラむセンス) + + + + +## 読み曞きツヌル + +*テキストを線集するアプリケヌション。オヌプン゜ヌスの゚ディタをおすすめしたす。* + +### テキスト゚ディタ + +* [Aurora Editor](https://auroraeditor.com/) - macOS甚の軜量コヌド゚ディタIDE。 [![Open-Source Software][OSS Icon]](https://github.com/AuroraEditor/AuroraEditor) +* [Bootstrap Studio](https://bootstrapstudio.io/) - Bootstrapフレヌムワヌクを䜿甚しおレスポンシブWebサむトを䜜成するための匷力なデスクトップアプリ。 +* [Brackets](http://brackets.io) - Webデザむンを理解する、モダンなオヌプン゜ヌステキスト゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/brackets-cont/brackets/) ![Freeware][Freeware Icon] +* [CodeEdit](https://www.codeedit.app/) - 軜量でネむティブ構築の゚ディタ。オヌプン゜ヌス。氞久無料。 [![Open-Source Software][OSS Icon]](https://github.com/CodeEditApp/CodeEdit) ![Freeware][Freeware Icon] +* [CotEditor](https://coteditor.com) - macOS甚の軜量プレヌンテキスト゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/coteditor/CotEditor/) ![Freeware][Freeware Icon] +* [Cursor](https://cursor.com/) - オヌトコンプリヌト、チャット、゚ヌゞェント機胜を備えたAIコヌド゚ディタ。 ![Freeware][Freeware Icon] +* [Emacs](https://www.emacswiki.org/emacs/EmacsForMacOS) - プログラマヌやシステム管理者に人気のUnixベヌステキスト゚ディタ。 [![Open-Source Software][OSS Icon]](https://git.savannah.gnu.org/cgit/) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/emacs-tw/awesome-emacs#readme) +* [Haystack Editor](https://github.com/haystackeditor/haystack-editor) - コヌド理解を向䞊させるキャンバスUIを備えたコヌド゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/haystackeditor/haystack-editor) ![Freeware][Freeware Icon] +* [Helix](https://helix-editor.com/) - ポストモダンなモヌダルテキスト゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/helix-editor/helix/) ![Freeware][Freeware Icon] +* [Itsypad](https://itsypad.app) - macOS甚の小さくお高速なスクラッチパッド兌クリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/nickustinov/itsypad-macos) ![Freeware][Freeware Icon] +* [Lapce](https://lapce.dev/) - 超高速で匷力なコヌド゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/lapce/lapce) ![Freeware][Freeware Icon] +* [LightTable](http://lighttable.com/) - 次䞖代コヌド゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/LightTable/LightTable) ![Freeware][Freeware Icon] +* [LiteEdit](https://arietan.github.io/lite-edit/) - 1MB以䞋の軜量ネむティブコヌド゚ディタ、シンタックスハむラむトずファむルツリヌを搭茉。 [![Open-Source Software][OSS Icon]](https://github.com/arietan/lite-edit) ![Freeware][Freeware Icon] +* [MacVim](https://github.com/macvim-dev/macvim) - macOS甚のテキスト゚ディタVim。 [![Open-Source Software][OSS Icon]](https://github.com/macvim-dev/macvim) ![Freeware][Freeware Icon] +* [micro](https://micro-editor.github.io) - モダンで盎感的なタヌミナルベヌスのテキスト゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/ory/editor) ![Freeware][Freeware Icon] +* [Neovim](https://github.com/neovim/neovim) - 拡匵性ず䜿いやすさに重点を眮いたVimフォヌク。 [![Open-Source Software][OSS Icon]](https://github.com/neovim/neovim) ![Freeware][Freeware Icon] +* [Nova](https://nova.app/) - Panic補の矎しく、高速で、柔軟なネむティブMacコヌド゚ディタ。 +* [Plain Text Editor](https://sindresorhus.com/plain-text-editor) - シンプルで集䞭できるメモ垳。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1572202501?platform=mac) +* [Sublime Text](http://www.sublimetext.com/3) - 高速なむンタヌフェヌスず豊富なプラグむンを備えたテキスト゚ディタ。プラグむンの詳现は[Sublime Text Plugins](editor-plugin-ja.md#sublime-text-plugin)をご芧ください。 [![Awesome List][awesome-list Icon]](https://github.com/dreikanter/sublime-bookmarks#readme) +* [SubEthaEdit](https://subethaedit.net/) - い぀でもどこでもコヌディング、ラむティング、コラボレヌションができる匷力な゚ディタ [![Open-Source Software][OSS Icon]](https://github.com/subethaedit/SubEthaEdit) +* [TextMate](https://macromates.com) - Appleのオペレヌティングシステムに察するアプロヌチをテキスト゚ディタの䞖界に持ち蟌んだ゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/textmate/textmate) ![Freeware][Freeware Icon] +* [Tot](https://tot.rocks/) - Totはテキストを収集・線集するための゚レガントでシンプルな方法です。小さなテキストコンパニオン ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/tot/id1491071483?platform=mac) +* [Vim](http://www.vim.org/) - 叀くからあるタヌミナルベヌスの゚ディタ。䞀般的なプラグむンに぀いおは[Vim Common Plugins](editor-plugin-ja.md#vim-plugin)をご芧ください。 [![Open-Source Software][OSS Icon]](https://github.com/vim/vim) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/mhinz/vim-galore#readme) +* [Vimr](http://vimr.org/) - OS X向けの掗緎されたVim䜓隓。 [![Open-Source Software][OSS Icon]](https://github.com/qvacua/vimr/) ![Freeware][Freeware Icon] +* [Windsurf](https://windsurf.com/) - ゚ヌゞェント型コヌディング、オヌトコンプリヌト、MCPに察応したAIコヌド゚ディタ。 ![Freeware][Freeware Icon] +* [Zed](https://zed.dev/) - AtomずTree-sitterの生みの芪が䜜った、ハむパフォヌマンスなマルチプレむダヌコヌド゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/zed-industries/zed) ![Freeware][Freeware Icon] + +### オフィス + +* [Keynote](https://apps.apple.com/app/keynote/id409183694?platform=mac) - 矎しいプレれンテヌションを䜜成。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/keynote/id409183694?platform=mac) +* [LibreOffice](https://www.libreoffice.org) - 倧芏暡なコミュニティで日々䜿甚・テストされおいる無料のオヌプン゜ヌスオフィス゜フトりェア。 [![Open-Source Software][OSS Icon]](https://www.libreoffice.org/about-us/source-code/) ![Freeware][Freeware Icon] +* [Microsoft Office](https://products.office.com/en-us/mac/microsoft-office-for-mac) - 玛れもなくOffice、Mac甚に蚭蚈。 [![App Store][app-store Icon]](https://www.apple.com/search/office?page=1&sel=accessories&f=software#!&f=software&fh=4649) +* [Numbers](https://apps.apple.com/app/numbers/id409203825?platform=mac) - 印象的なスプレッドシヌトを䜜成。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/numbers/id409203825?platform=mac) +* [OnlyOffice](https://www.onlyoffice.com/) - 文曞、スプレッドシヌト、プレれンテヌション線集を備えたオフィススむヌト。 [![Open-Source Software][OSS Icon]](https://github.com/ONLYOFFICE/DesktopEditors) ![Freeware][Freeware Icon] +* [Pages](https://apps.apple.com/app/pages/id409201541?platform=mac) - 際立぀文曞を䜜成。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/pages/id409201541?platform=mac) +* [SoftMaker Office](https://www.softmaker.com/en/softmaker-office) - Microsoft Officeドキュメントずの完党な互換性を目指した総合オフィススむヌト。 +* [WPS](https://www.wps.com/mac) - クロスプラットフォヌムのオフィス゜フトりェアスむヌト。 ![Freeware][Freeware Icon] + +### Markdownツヌル [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools) + +* [Archimedes](https://furnacecreek.org/archimedes/) - むンラむンLaTeXをサポヌトした数孊的蚘述向けのネむティブmacOS Markdown゚ディタ。 +* [Edmund](https://github.com/I7T5/Edmund) - ラむブプレビュヌ付きのミニマルなMarkdown゚ディタ。既存ファむルをそのたた線集でき、保管庫䞍芁。 [![Open-Source Software][OSS Icon]](https://github.com/I7T5/Edmund) ![Freeware][Freeware Icon] +* [EME](https://github.com/egoist/eme) - Chromeのようなむンタヌフェヌスを持぀オヌプン゜ヌスMarkdown゚ディタ。 ![Open-Source Software][OSS Icon] +* [iA Writer](https://ia.net/writer/) - シンプルさずデザむンを重芖したラむティングアプリ。 +* [LightPaper](https://getlightpaper.com/) - Mac甚のシンプルで矎しく、か぀匷力なテキスト゚ディタ。 +* [MacDown](https://macdown.uranusjr.com/) - ラむブプレビュヌおよびHTML/PDF出力に察応した、macOS向けのオヌプン゜ヌスMarkdown゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/MacDownApp/macdown) ![Freeware][Freeware Icon] +* [Marked 2](http://marked2app.com/) - すべおのラむタヌのための掗緎された匷力なツヌルセットを備えたMarkdownプレビュヌ。 +* [MarkText](https://github.com/marktext/marktext) - macOS、Windows、Linuxで動䜜する次䞖代Markdown゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/marktext/marktext) ![Freeware][Freeware Icon] +* [MarkViewer](https://markviewer.com) - macOS向けのMarkdownビュヌア兌゚ディタ、AI支揎線集機胜付き。 ![Freeware][Freeware Icon] +* [Marp](https://marp.app) - クロスプラットフォヌム察応のMarkdownプレれンテヌション䜜成ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/marp-team/marp) ![Freeware][Freeware Icon] +* [Marxico](https://marxi.co/) - Evernote甚の掗緎されたMarkdown゚ディタ。信頌性の高いストレヌゞず同期。 +* [MWeb](http://www.mweb.im/) - プロ仕様のMarkdownラむティングおよび静的ブログゞェネレヌタヌアプリ。 +* [Obsidian](https://obsidian.md) - あなたのための第二の脳、氞遠に。 +* [Pixley Reader](https://github.com/Applacat/PixleyReader) - AIツヌルで生成されたMarkdown仕様、ドキュメント、倉曎履歎を読むためのリヌダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/Applacat/PixleyReader) [![App Store][app-store Icon]](https://apps.apple.com/app/id6758722045?platform=mac) +* [Scratch](https://www.ericli.io/scratch) - WYSIWYG゚ディタずロヌカルAI゚ヌゞェントをサポヌトした軜量オフラむンファヌストMarkdownメモアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/erictli/scratch) ![Freeware][Freeware Icon] +* [Typora](http://www.typora.io/) - シヌムレスなラむブプレビュヌを備えた真にミニマルなMarkdown゚ディタ。 +* [Ulysses](https://www.ulyssesapp.com/features/) - Mac、iPad、iPhone甚の究極のラむティングアプリ。 +* [Zettlr](https://www.zettlr.com/) - 21䞖玀のためのMarkdown゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/Zettlr/Zettlr) ![Freeware][Freeware Icon] + +### メモ・ノヌト + +* [Affine](https://affine.pro/) - プロフェッショナル向けの次䞖代コラボレヌションナレッゞベヌス。 [![Open-Source Software][OSS Icon]](https://github.com/toeverything/AFFiNE) ![Freeware][Freeware Icon] +* [Agenda](https://agenda.com/) - プロゞェクトの蚈画ず蚘録のための日付重芖のメモアプリ。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1287445660?platform=mac) +* [Anytype](https://anytype.io/) - ロヌカルファヌストのノヌト・知識管理アプリ。 ![Freeware][Freeware Icon] +* [AppFlowy](https://www.appflowy.io/) - Notionのオヌプン゜ヌス代替。 [![Open-Source Software][OSS Icon]](https://github.com/AppFlowy-IO/appflowy) ![Freeware][Freeware Icon] +* [Bear Writer](http://www.bear-writer.com/) - ノヌトず散文を䜜成するための矎しく柔軟なラむティングアプリ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/bear-beautiful-writing-app/id1091189122?ls=1&platform=mac) +* [Boostnote](https://boostnote.io/) - プログラマヌ向けのメモアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/BoostIO/Boostnote) +* [Craft](https://www.craft.do/) - 矎しいノヌトテむキングずラむティング。 [![App Store][app-store Icon]](https://apps.apple.com/se/app/craft-docs-and-notes-editor/id1487937127?platform=mac) +* [Dnote](https://www.getdnote.com/) - マルチデバむス同期ずWebむンタヌフェヌスを備えたシンプルなコマンドラむンノヌトブック。 [![Open-Source Software][OSS Icon]](https://github.com/dnote/dnote) ![Freeware][Freeware Icon] +* [Email Me](https://emailmeapp.net/) - ワンタップで自分にメヌル。macOS、iOS、WatchOSにネむティブ察応。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/email-me-notes-in-one-tap/id1090744587?platform=mac) +* [Evernote](https://evernote.com/) - 倚くのプラットフォヌムで利甚可胜な有名なメモアプリ。 ![Freeware][Freeware Icon] +* [FSNotes](https://fsnot.es/) - macOSずiOSにネむティブ察応したモダンなメモ管理アプリ。 [![Open-Source Software][OSS Icon]](https://github.com/glushchenko/fsnotes) [![App Store][app-store Icon]](https://apps.apple.com/gb/app/fsnotes/id1277179284?platform=mac) +* [Gooba](https://goobapp.com/) - シンプルでむンタラクティブなデザむンのラむティングアプリ兌タスクマネヌゞャヌ。 +* [Inkdrop](https://www.inkdrop.info/) - Electron䞊に構築されたMarkdown愛奜者のためのノヌトブックアプリ。 +* [Joplin](https://joplinapp.org/) - Markdownサポヌトずタスク管理機胜を備えたクロスプラットフォヌムオヌプン゜ヌスメモアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/laurent22/joplin) ![Freeware][Freeware Icon] +* [Knopo](https://github.com/alkalim/Knopo) - ノヌトをプレヌンMarkdownファむルずしお保存するmacOSネむティブのロヌカルファヌストアりトラむナヌ。 [![Open-Source Software][OSS Icon]](https://github.com/alkalim/Knopo) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [Logseq](https://logseq.com/) - プラむバシヌ重芖のオヌプン゜ヌスナレッゞベヌス。 [![OSS][OSS Icon]](https://github.com/logseq/logseq) ![Freeware][Freeware Icon] +* [MarginNote 4](https://marginnote.com/) - PDFずEPUBの深い読曞、孊習、管理、メモ取りアプリ。 +* [massCode](https://masscode.io/) - MarkdownずMermaidをサポヌトしたクロスプラットフォヌムオヌプン゜ヌスコヌドスニペット管理ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/massCodeIO/massCode) ![Freeware][Freeware Icon] +* [MiaoYan](https://miaoyan.app/) - 玠晎らしい文章を曞くのに圹立぀軜量Markdownアプリ。 +* [Notable](https://github.com/notable/notable) - 優れたMarkdownベヌスのメモアプリ。 +* [Notebook](https://www.zoho.com/notebook/notebook-for-mac.html) - メモ取りアプリ。 ![Freeware][Freeware Icon] +* [Notes](http://www.get-notes.com/) - クリヌンでシンプルなメモ取りアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/nuttyartist/notes) ![Freeware][Freeware Icon] +* [NotePlan 3](https://noteplan.co/) - タスク、メモ、カレンダヌをプレヌンテキストMarkdownファむルで管理。 [![App Store][app-store Icon]](https://apps.apple.com/en/app/noteplan-3/id1505432629?platform=mac) +* [NotePlus](https://noteplus.com/) - 真のネむティブノヌトおよびLLMクラむアント +* [Noteship](https://noteship.com) - メモを構造化された知識に敎理できるロヌカルファヌストのノヌトアプリ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/noteship/id1571711347?platform=mac) +* [Notion](https://www.notion.so/) - メモ、タスク、Wiki、デヌタベヌスのためのオヌルむンワンワヌクスペヌス。 +* [OATS](https://github.com/ariso-ai/oats) - ラむブ文字起こし、話者ラベル、AI芁玄、完党オフラむンのオンデバむスモヌドに察応したオヌプン゜ヌスのロヌカルファヌスト䌚議ノヌトアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/ariso-ai/oats) ![Freeware][Freeware Icon] +* [OneNote](https://www.onenote.com/) - Microsoft補のメモ取りアプリ。 ![Freeware][Freeware Icon] +* [OutlineEdit 3](https://outlineedit.com) - 構造化されたメモを愛するすべおの人のための、フル機胜のアりトラむン゚ディタ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/outlineedit-3/id1608887438?platform=mac) +* [Revu](https://revu.cards/) - FSRSスケゞュヌリングずAnkiむンポヌトに察応したロヌカルファヌストの間隔反埩孊習アプリ。 [![Open-Source Software][OSS Icon]](https://github.com/JuliusBrussee/revu-swift) ![Native App][Native Icon] +* [Saber](https://saber.adil.hanney.org/) - クロスプラットフォヌムのスタむラスおよびテキストメモアプリ。画像やPDFのむンポヌトに察応し、同期も可胜。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/saber/id1671523739?platform=mac)[![Open-Source Software][OSS Icon]](https://github.com/adil192/saber) +* [SideNotes](https://www.apptorium.com/sidenotes) - Markdownサポヌト付きの画面サむドクむックメモ。 +* [Standard Notes](https://standardnotes.com/) - デゞタリストずプロフェッショナルのための゚ンドツヌ゚ンド暗号化メモアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/standardnotes/app) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/jonhadfield/awesome-standard-notes#readme) +* [Stik](https://github.com/0xMassi/stik_app) - グロヌバルホットキヌずAIセマンティック怜玢を備えた高速Markdownノヌトアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/0xMassi/stik_app) ![Freeware][Freeware Icon] +* [QOwnNotes](http://www.qownnotes.org/) - Markdownサポヌトずタスク管理機胜を備えたオヌプン゜ヌスメモアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/pbek/QOwnNotes) ![Freeware][Freeware Icon] +* [Quick Note](https://quicknoteapp.com) - メニュヌバヌのカラフルな付箋。 [![App Store][app-store Icon]](https://apps.apple.com/in/app/quick-note-in-the-menu/id1472935217?platform=mac) +* [Quiver](http://happenapps.com/#quiver) - テキスト、コヌド、Markdown、LaTeXをラむブプレビュヌ付きで1぀のノヌトに統合。 +* [VNote](https://app.vnote.fun/) - 掗緎された゚ディタを備えたオヌプン゜ヌスのMarkdownノヌトアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/vnotex/vnote/) ![Freeware][Freeware Icon] +* [Zettel](https://github.com/AlexW00/Zettel) - Markdownずハッシュタグ敎理に察応した、ミニマルで集䞭しやすいメモアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/AlexW00/Zettel) [![App Store][app-store Icon]](https://apps.apple.com/app/zettel-quick-notes/id6748525244?platform=mac) + +### ゞャヌナリング + +* [Day One](https://dayoneapp.com/) - テキスト、写真、動画、音声、䜍眮情報などを䜿った優れたゞャヌナルアプリ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/day-one/id1055511498?platform=mac) +* [Journey](https://journey.cloud/) - 豊富な機胜を持ち、すべおのプラットフォヌムで利甚可胜なゞャヌナリングアプリ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/journey-diary-journal/id1300202543?platform=mac) +* [Life Note](https://mylifenote.ai) - 人類史䞊の偉倧な知性ず共にゞャヌナルを。 ![Freeware][Freeware Icon] +* [linked](https://github.com/lostdesign/linked) - 集䞭を劚げずに、思考を日付にリンク。 ![Open-Source Software][OSS Icon] + +### ラむティング + +* [Retrotype](https://retrotype.ink/) - 本物のタむプラむタヌのような感芚の楜しくミニマルなラむティングアプリ。 ![Freeware][Freeware Icon] +* [novelWriter](https://github.com/vkbo/novelWriter) - 最小限のMarkdown颚構文で小説を曞くためのオヌプン゜ヌスプレヌンテキスト゚ディタ。 [![OSS][OSS Icon]](https://github.com/vkbo/novelWriter) ![Freeware][Freeware Icon] +* [Scrivener](https://www.literatureandlatte.com/scrivener/overview/) - ラむタヌのための定番ワヌドプロセッサ。 +* [THORN](https://thorn.so) - パヌ゜ナルラむティングずWebサむト構築に必芁なすべおを。 + +### 電子曞籍 + +* [Calibre](http://calibre-ebook.com/) - 無料のオヌプン゜ヌス電子曞籍管理・リヌダヌ。 [![OSS][OSS Icon]](https://github.com/kovidgoyal/calibre) ![Freeware][Freeware Icon] +* [BookShelves](https://getbookshelves.app/) - パブリックドメむン曞籍ず同期に察応した電子曞籍リヌダヌ兌ラむブラリ管理アプリ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/bookshelves-ebook-reader/id6756848973?platform=mac) +* [Clearview](https://clearview-reader.github.io/clearview-x/index.html) - PDF、EPUBDRMフリヌ、CHM、MOBIに察応したタブ圢匏の電子曞籍リヌダヌ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/clearview/id557090104?platform=mac) +* [iChm](https://github.com/NSGod/ichm) - CHMMicrosoft Compiled HTML helpファむル甚の電子曞籍リヌダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/NSGod/ichm) ![Freeware][Freeware Icon] +* [Kindle App](https://www.amazon.com/l/16571048011) - Amazon公匏のKindle読曞アプリ。 +* [Klib](http://klib.me/) - KindleずiBooksのハむラむトを管理する新しい方法。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1196268448?platform=mac) +* [Koodo Reader](https://www.koodoreader.com/en) - 15以䞊のフォヌマットに察応したオヌルむンワン電子曞籍リヌダヌ。 ![Freeware][Freeware Icon] [![OSS][OSS Icon]](https://github.com/koodo-reader/koodo-reader) +* [Readest](https://github.com/readest/readest) - すっきりしたUIず豊富な読曞機胜を備えたオヌプン゜ヌスの電子曞籍リヌダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/readest/readest) ![Freeware][Freeware Icon] +* [ReadAny](https://codedogqby.github.io/ReadAny/) - セマンティック怜玢、AIチャット、ノヌト管理に察応した電子曞籍リヌダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/codedogQBY/ReadAny) ![Freeware][Freeware Icon] +* [Scribus](https://www.scribus.net/) - プロフェッショナルなレむアりト・出版゜フトりェア。 [![OSS][OSS Icon]](https://sourceforge.net/projects/scribus/) ![Freeware][Freeware Icon] +* [Sigil](https://sigil-ebook.com/) - マルチプラットフォヌムEPUB電子曞籍゚ディタ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Sigil-Ebook/Sigil) +* [Simple Comic](https://apps.apple.com/us/app/simple-comic/id1497435571?platform=mac) - PDF、CBZ、CBRフォヌマットに察応し、Live Text怜玢機胜を備えた電子曞籍リヌダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/MaddTheSane/Simple-Comic) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/simple-comic/id1497435571?platform=mac) + +### RSS + +* [Elytra](https://elytra.app) - macOSずiOS向けのネむティブレンダリングに察応したシンプルでプラむベヌトなRSSフィヌドリヌダヌ。 [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1433266971?pt=119194029&ct=awesomemac&mt=8&platform=mac) +* [Feedy](https://krillapps.com/feedy/) - Mac甚の゚レガントで軜量なRSSクラむアント兌ニュヌスリヌダヌ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/feedy-rss-client/id588288104?ls=1&platform=mac) +* [Folo](https://github.com/RSSNext/Folo) 🧡 次䞖代情報ブラりザ。 [![Open-Source Software][OSS Icon]](https://github.com/RSSNext/Folo) ![Freeware][Freeware Icon] +* [Leaf](http://www.rockysandstudio.com/) - 賌読管理ず日々のニュヌスを楜しむためのニュヌスリヌダヌ。 +* [NetNewsWire](https://ranchero.com/netnewswire/) - macOS甚の無料オヌプン゜ヌスフィヌドリヌダヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/brentsimmons/NetNewsWire) +* [Doughnut](https://doughnutapp.com/) - Mac甚の矎しいオヌプン゜ヌスポッドキャストキャッチャヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/dyerc/Doughnut) +* [Papr](https://github.com/l0ng-ai/papr) - タむポグラフィを調敎でき、キヌボヌド操䜜に察応した RSS リヌダヌ。ハむラむトを Readwise・Notion・Obsidian に゚クスポヌト可胜。 [![Open-Source Software][OSS Icon]](https://github.com/l0ng-ai/papr) ![Freeware][Freeware Icon] +* [ReadKit](http://readkitapp.com/) - ブックマヌクずRSS管理クラむアント。 +* [Reeder 5](http://reederapp.com) - Feedbin、Feedly、Feed Wranglerなどに察応したニュヌスリヌダヌ。 [![App Store][app-store Icon]](https://apps.apple.com/pl/app/reeder-5/id1529448980?platform=mac) +* [Saga Reader](https://github.com/sopaco/saga-reader) - AIを掻甚したWeb・RSSリヌダヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/dyerc/Doughnut) +* [Unread](https://www.goldenhillsoftware.com/unread/) - Feedbin、Feedlyなどに察応した矎しいタむポグラフィのRSSリヌダヌ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/unread-an-rss-reader/id1363637349?platform=mac) +* [Vienna](http://viennarss.github.io/) - Mac OS X甚のRSS/Atomリヌダヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ViennaRSS/vienna-rss) + +### その他 + +* [SwifDoo PDF](https://www.swifdoo.com/) - PDFの線集、圧瞮、パスワヌド保護に察応したPDF゚ディタ/コンバヌタヌ。 +* [bindPDF](https://github.com/vishaltelangre/bindPDF) - フレンドリヌなUIで耇数のPDFファむルを1぀のPDFに結合。 [![Open-Source Software][OSS Icon]](https://github.com/vishaltelangre/bindPDF) ![Freeware][Freeware Icon] +* [CHM Reader](http://www.hewbo.com/chm-reader.html) - MacでCompiled HTML.chmドキュメントを読む。 ![Freeware][Freeware Icon] +* [Chmox](http://chmox.sourceforge.net/) - MacでCHMドキュメントを読む。 ![Freeware][Freeware Icon] +* [Highlights](https://highlightsapp.net) - Mac、iPad、iPhone向けの研究甚PDFリヌダヌ。 ![Freeware][Freeware Icon] +* [PDF Auditor](https://pura-vida.in/apps/pdf-auditor/?utm_source=github&utm_medium=awesome-mac) - メタデヌタ、構造、セキュリティリスクを分析するPDF怜査ツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id6738956506?pt=127483661&ct=GitHub&mt=8&platform=mac) +* [PDF Expert](https://pdfexpert.com/) - PDFの読み取り、泚釈付け、線集、テキストず画像の倉曎。 +* [PDF Pals](https://pdfpals.com) - Mac甹PDFチャットアプリ。ファむルサむズ制限なし +* [PDFgear](https://www.pdfgear.com/) - AI統合PDF゚ディタ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/pdfgear-pdf-editor-for-adobe/id1615523079?platform=mac) +* [PDF Reader Pro](http://www.pdfreaderpro.com) - PDFドキュメントの衚瀺、䜜成、眲名、倉換、圧瞮が可胜。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/pdf-reader-pro-your-pdf-office/id825459243?platform=mac) +* [Skim](http://skim-app.sourceforge.net) - OS X甚のPDFリヌダヌ兌メモアプリ。 [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/skim-app/) ![Freeware][Freeware Icon] +* [SkyFonts](https://skyfonts.com/) - フォントの詊甚、むンストヌル、管理を最も簡単に。 +* [SmoothCSV](https://smoothcsv.com/) - SQLク゚リに察応した高速で高機胜なCSV゚ディタ。 ![Freeware][Freeware Icon] +* [Spillo](https://bananafishsoftware.com/products/spillo/) - OS X甚の匷力で矎しく、驚くほど高速なPinboardクラむアント。 +* [Tad](https://www.tadviewer.com) - CSVファむルなどの衚圢匏デヌタを衚瀺・分析するアプリケヌション。 [![Open-Source Software][OSS Icon]](https://github.com/antonycourtney/tad) ![Freeware][Freeware Icon] +* [texifier](https://www.texifier.com/) - 自動曎新PDFずLaTeXコマンドの自動補完を備えたMac甚の優れたLaTeX゚ディタ。 +* [UPDF](https://updf.com/) - PDFの読み取り、泚釈付け、線集のための無料PDF゚ディタ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1619925971?platform=mac) +* [Zotero](https://www.zotero.org/) - 研究資料の収集、敎理、泚釈付け、匕甚、共有のための無料ツヌル。 [![OSS][OSS Icon]](https://github.com/zotero/zotero/) ![Freeware][Freeware Icon] +* [Collate](https://collate.one/get-started) - AIでPDFを収集、芁玄、ク゚リするための無料ツヌル。完党オフラむンで無料。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/collateai/id6447429913?platform=mac) ![Freeware][Freeware Icon] +* [PDFsail](https://pdfsail.com/) - 線集、倉換、結合、圧瞮、OCRに察応したオヌルむンワンPDFツヌル。 +* [TableTool](https://tabletool.io/) - 手軜なCSVブラりザ +* [Heynote](https://heynote.com/) - 開発者専甚のスクラッチパッド。 ![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] + +## 開発ツヌル + +### IDE + +* [Android Studio](https://developer.android.com/studio/index.html) - Intellij IDEAベヌスのAndroid公匏IDE。 [![Open-Source Software][OSS Icon]](http://tools.android.com/) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/balsikandar/Android-Studio-Plugins#readme) +* [Cate](https://cate.cero-ai.com) - 無限ズヌムキャンバス䞊のオヌプン゜ヌス IDE。゚ディタ、タヌミナル、ブラりザ、AI ゚ヌゞェントのパネルを空間的に配眮できたす。 [![Open-Source Software][OSS Icon]](https://github.com/0-AI-UG/cate) ![Freeware][Freeware Icon] +* [CodeRunner](https://coderunnerapp.com) - 軜量のマルチ蚀語察応プログラミングテキスト゚ディタ兌IDE。 +* [Deco IDE](https://www.decoide.org) - React Nativeアプリ構築に最適なIDE。 [![Open-Source Software][OSS Icon]](https://github.com/decosoftware/deco-ide) ![Freeware][Freeware Icon] +* [Eclipse](https://www.eclipse.org) - 倚蚀語のプラグむンサポヌトを備えたJava甚の人気オヌプン゜ヌスIDE。 ![OSS][OSS Icon] ![Freeware][Freeware Icon] +* [Espresso](http://espressoapp.com/) - Mac甹Web゚ディタが埩掻。掗緎された革新的で高速なWebサむトを䜜る人のために。 +* [BeagleEditor](https://github.com/beaglesoftware/editor) - シンタックスハむラむト、プラグむンなどの機胜を備えた「beagleful」な゚ディタ。少し芋た目は粗いが動䜜したす。 +* [JetBrains Toolbox App](https://www.jetbrains.com/toolbox/) - むンストヌル枈みのJetBrainsツヌルの管理、新しいツヌルのダりンロヌド、最近のプロゞェクトを開く。 ![Freeware][Freeware Icon] + * [AppCode](https://www.jetbrains.com/objc/) - iOS/macOS開発のためのスマヌトIDE + * [RustRover](https://www.jetbrains.com/rust/) - Rust開発者のためのJetBrains補新IDE。 + * [CLion](https://www.jetbrains.com/clion/) - 匷力なCおよびC++ IDE。孊生は**無料** + * [DataGrip](http://www.jetbrains.com/datagrip/) - デヌタベヌスずSQL甚のクロスプラットフォヌムIDE。孊生は**無料**、詳现は[こちら](https://www.jetbrains.com/student/)をご芧ください。 + * [DataSpell](https://www.jetbrains.com/dataspell/) - プロフェッショナルデヌタサむ゚ンティストのためのIDE + * [GoLand](https://www.jetbrains.com/go/) - Go開発のための快適な環境を提䟛。 + * [IntelliJ IDEA](https://www.jetbrains.com/idea/) - JVM蚀語のための匷力なIDE。孊生は**無料** + * [PHPStorm](https://www.jetbrains.com/phpstorm/) - 超高速PHP IDE。 + * [PyCharm](https://www.jetbrains.com/pycharm/) - プロフェッショナル版ずコミュニティ版がある匷力なPython IDE。 + * [Rider](https://www.jetbrains.com/rider/) - Resharper機胜を備えたクロスプラットフォヌムC# IDE。 + * [WebStorm](http://www.jetbrains.com/webstorm/) - JetBrains補の最もスマヌトなJavaScript IDE。孊生は**無料**、詳现は[こちら](https://www.jetbrains.com/student/)をご芧ください。 +* [Haskell for Mac](http://haskellformac.com) - Haskellのためのモダンな開発環境。 [![App Store][app-store Icon]](https://apps.apple.com/app/haskell-development-platform/id841285201?platform=mac) +* [NetBeans IDE](https://netbeans.org/) - Javaおよびその他の蚀語のための無料オヌプン゜ヌスIDE。 [![OSS][OSS Icon]](https://github.com/apache/netbeans) ![Freeware][Freeware Icon] +* [Nova](https://nova.app/) - [Panic](https://panic.com/)補の矎しく、高速で、柔軟なMacコヌド゚ディタ。 +* [Orca](https://onorca.dev) - 耇数のAIコヌディング゚ヌゞェントをそれぞれ独立したgitワヌクツリヌで䞊列実行できるオヌプン゜ヌスIDE。 [![Open-Source Software][OSS Icon]](https://github.com/stablyai/orca) ![Freeware][Freeware Icon] +* [Trae](https://www.trae.ai/) - コヌディングず゜フトりェア開発のためのAI IDE。 +* [Visual Studio Code](https://code.visualstudio.com/) - Microsoft補の無料でオヌプン゜ヌスな゚ディタ。TypeScriptに察応、[VSCode プラグむン](editor-plugin.md#vscode-plugin)。 [![Open-Source Software][OSS Icon]](https://github.com/Microsoft/vscode) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/viatsko/awesome-vscode#readme) +* [VSCodium](https://vscodium.com/) - コミュニティ䞻導の VS Code 向け自由オヌプン゜ヌスバむナリ配垃版。 [![Open-Source Software][OSS Icon]](https://github.com/vscodium/vscodium) ![Freeware][Freeware Icon] +* [Windsurf](https://windsurf.com/) - 開発者ずAIが䞀䜓ずなっお魔法のようなコヌディング䜓隓を実珟する初の゚ヌゞェント型IDE。 +* [Xcode](https://developer.apple.com/xcode/) - iOS/macOS開発に必須のIDE。 [![App Store][app-store Icon]](https://apps.apple.com/app/id497799835?platform=mac) +* [Nimbalyst](https://nimbalyst.com/) - AIコヌディングのセッション、タスク、プロゞェクトファむルを管理できるビゞュアルワヌクスペヌス。 +* [Zed](https://zed.dev/) - AtomずTree-sitterの生みの芪が䜜った、ハむパフォヌマンスなマルチプレむダヌコヌド゚ディタ。 [![Open-Source Software][OSS Icon]](https://github.com/zed-industries/zed) ![Freeware][Freeware Icon] +* [Spyder](https://www.spyder-ide.org/) - Pythonで曞かれた、Python甚の匷力な科孊蚈算環境。 + +### 開発者ナヌティリティ + +* [AXe](https://github.com/cameroncooke/AXe) - アクセシビリティAPIずHID自動化でiOSシミュレヌタヌを操䜜できるCLIツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/cameroncooke/AXe) ![Freeware][Freeware Icon] +* [BetterRename](http://www.publicspace.net/BetterRename/) - 垂堎で最も匷力で完成床の高いMacファむルリネヌムアプリケヌション。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/better-rename-11/id1501308038?platform=mac) +* [Beyond Compare](http://www.scootersoftware.com/) - 匷力なコマンドでファむルやフォルダを比范。 ![Freeware][Freeware Icon] +* [Bidbar](https://www.getbidbar.com) - メニュヌバヌからbashコマンドを管理し、キヌボヌドショヌトカットで実行。 +* [Cacher](https://www.cacher.io/) - Gist同期ずマルチプラットフォヌム察応のクラりドベヌスコヌドスニペット管理ツヌル。 +* [CodeKit](https://codekitapp.com/) - コンパむルず自動リフレッシュのためのWeb開発ツヌル。 +* [CodeMenu](https://extiri.com/codemenu.html) - IDE統合、自然蚀語怜玢などを備えた高床なスニペット管理ツヌル。 +* [CoilPad](https://coilpad.com) - 即時プロトタむピングずむンタラクティブな孊習のために蚭蚈されたネむティブmacOS Pythonスクラッチパッド。 ![Freeware][Freeware Icon] +* [Conduktor](https://www.conduktor.io) - Kafkaデスクトップクラむアント。 ![Freeware][Freeware Icon] +* [Swifka](https://github.com/Ender-Wang/Swifka) - トピック、メッセヌゞ、コンシュヌマヌ状態を安党に確認できる読み取り専甚Kafkaモニタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/Ender-Wang/Swifka) ![Freeware][Freeware Icon] +* [Configs](https://github.com/iHongRen/configEditor) - 蚭定ファむルの迅速な衚瀺、線集、管理のための蚭定ファむルマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/iHongRen/configEditor) ![Freeware][Freeware Icon] +* [CubicBezier](https://github.com/isaced/CubicBezier) - macOS甹CubicBezierゞェネレヌタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/isaced/CubicBezier) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/cubicbezier/id1228492117?platform=mac) +* [Cutter](https://cutter.re/) - 匷力なマルチプラットフォヌムリバヌス゚ンゞニアリングツヌル。 ![Open-Source Software][OSS Icon] +* [DevHub](https://wangchujiang.com/DevHub/) - 開発者向けの倚機胜オフラむンアプリ。 ![OSS][OSS Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/devhub/id6476452351?platform=mac) +* [Dash](https://kapeli.com/dash) - 玠晎らしいAPIドキュメントブラりザ兌コヌドスニペット管理ツヌル。 ![Freeware][Freeware Icon] +* [Deeplink Buddy](https://deeplinkbuddy.com) - 開発者による開発者のためのディヌプリンク管理ツヌル。 +* [DiffMerge](http://sourcegear.com/diffmerge/) - ファむルの芖芚的な比范ずマヌゞを行うアプリケヌション。 ![Freeware][Freeware Icon] +* [EnvPane](https://github.com/hschmidt/EnvPane) - 環境倉数甚のOS Xプリファレンスペむン。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hschmidt/EnvPane) +* [FinderGo](https://github.com/onmyway133/FinderGo) - Finderからタヌミナルを玠早く開く。 [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/onmyway133/FinderGo) +* [Tintpad](https://github.com/sorkila/tintpad) - Menu bar launcher that opens your terminal at the right repo with a coding agent (Claude Code, Codex) already running. [![Open-Source Software][OSS Icon]](https://github.com/sorkila/tintpad) ![Freeware][Freeware Icon] +* [FlyEnv](https://www.flyenv.com) - 蚀語、デヌタベヌス、サヌビスを管理できるロヌカル開発環境ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/xpf0000/FlyEnv) +* [Finicky](https://johnste.github.io/finicky/) - リンクごずに開くブラりザを決めるルヌルを蚭定できるツヌル。 [![OSS][OSS Icon]](https://github.com/johnste/finicky) ![Freeware][Freeware Icon] +* [Gas Mask](https://github.com/2ndalpha/gasmask) - Mac OS X甚のシンプルなhostsファむルマネヌゞャヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/2ndalpha/gasmask) +* [Gemini](https://macpaw.com/gemini) - むンテリゞェントな重耇ファむル怜玢ツヌル。 +* [Hex Fiend](https://ridiculousfish.com/hexfiend/) - 高速で賢いオヌプン゜ヌスのHex゚ディタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/ridiculousfish/HexFiend/) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/hex-fiend/id1342896380?platform=mac) +* [Hosts.prefpane](https://github.com/specialunderwear/Hosts.prefpane) - hostsファむルを管理するためのシステム環境蚭定パネル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/specialunderwear/Hosts.prefpane) +* [Icon Preview](https://sindresorhus.com/icon-preview) - アプリアむコンずメニュヌバヌアむコンをプレビュヌできるツヌル。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6480373509?platform=mac) +* [iHosts](https://en.toolinbox.net/iHosts/) - Mac App Store唯䞀の `/etc/hosts` ゚ディタヌ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1102004240?platform=mac) +* [Itsyconnect](https://github.com/nickustinov/itsyconnect-macos) - メタデヌタ、TestFlight、レビュヌ、分析、ロヌカラむズを管理できるApp Store Connectツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/nickustinov/itsyconnect-macos) +* [SaneHosts](https://sanehosts.com) - hostsベヌスの広告・トラッカヌブロッカヌ。 [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneHosts) +* [ILLA Cloud](https://www.illacloud.com/) - ロヌコヌドの瀟内ツヌルビルダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/illacloud/illa-builder) +* [ImHex](https://imhex.werwolv.net/) - リバヌス゚ンゞニアやプログラマヌ向けのHex゚ディタヌ。 [![OSS][OSS Icon]](https://github.com/WerWolv/ImHex/) ![Freeware][Freeware Icon] +* [Integrity](http://peacockmedia.software/mac/integrity/free.html) - Mac甚の無料りェブサむトリンクチェッカヌ。 ![Freeware][Freeware Icon] +* [JsonStudio](https://jsonstudio.js.org/) - JSONの敎圢、線集、差分、倉換、怜蚌、ログからの抜出に察応したロヌカル優先のJSONワヌクスペヌス。 [![Open-Source Software][OSS Icon]](https://github.com/sundegan/JsonStudio) ![Freeware][Freeware Icon] +* [Kaleidoscope](https://www.kaleidoscopeapp.com/) - テキスト、画像、フォルダヌを比范するツヌル。 +* [Koala](http://koala-app.com) - Less、Sass、Compass、CoffeeScriptコンパむル甚のGUIアプリケヌション。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/oklai/koala/) +* [Loca Studio](https://www.cunningo.com/locastudio/index.html) - アプリの翻蚳を分析、レビュヌ、線集するツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1465684707?platform=mac) +* [LINQPad](https://www.linqpad.net/) - コヌド実行、ク゚リ䜜成、デヌタベヌス探玢のための.NETスクラッチパッド。 ![Freeware][Freeware Icon] +* [Loupe](https://github.com/smughead/Loupe) - AI゚ヌゞェント察応の出力を生成するアクセシビリティむンスペクタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/smughead/Loupe) ![Freeware][Freeware Icon] +* [MacSystemColors](https://github.com/kaunteya/MacSystemColors) - Cocoa開発者向けに、ラむトモヌドずダヌクモヌドの党システムカラヌを衚瀺するMacアプリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/kaunteya/MacSystemColors) +* [Medio](https://github.com/nuance-dev/medio) - クリヌンなUIずリアルタむムハむラむト機胜を備えた、ネむティブで軜量なテキスト差分ツヌル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nuance-dev/medio) +* [MJML](https://mjmlio.github.io/mjml-app/) - セマンティックな構文ずリッチなコンポヌネントでレスポンシブメヌルを䜜成。 [![OSS][OSS Icon]](https://github.com/mjmlio/mjml) ![Freeware][Freeware Icon] +* [NameQuick](https://namequick.app) - macOS甚のAI搭茉ファむルリネヌムツヌル。 +* [PaintCode](https://www.paintcodeapp.com/) - リアルタむムでObjective-CたたはSwiftコヌドを生成するベクタヌドロヌむングアプリ。 +* [Pasteboard Viewer](https://github.com/sindresorhus/Pasteboard-Viewer) - システムペヌストボヌドを怜査するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/Pasteboard-Viewer) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1499215709?platform=mac) +* [Poirot](https://github.com/LeonardoCardoso/Poirot) - Claude Codeセッションの閲芧、差分確認、コマンド再実行ができる補助ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/LeonardoCardoso/Poirot) ![Freeware][Freeware Icon] +* [Muxy](https://github.com/muxy-app/muxy) - AI コヌディングセッションずプロゞェクト管理甚の AI ネむティブ GUI。分割ペむン、Git 統合、AI 䜿甚量远跡機胜を備えおいたす。 +* [PortKiller](https://github.com/productdevbook/port-killer) - ポヌト監芖、転送・トンネル管理、プロセス終了のためのポヌト管理ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/productdevbook/port-killer) +* [PPRows](https://github.com/jkpang/PPRows) - コヌドの行数を蚈算するアプリケヌション。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/jkpang/PPRows) +* [ProcessSpy](https://process-spy.app/) - クリヌンで匷力なプロセスモニタヌ。 +* [PushMate](https://pushmate.app) - macOSでのプッシュ通知に関する䞀般的な問題を解決するツヌル。 +* [Responsively](https://responsively.app) - レスポンシブWeb開発を高速化するWeb開発者必携のDevTool。 [![Open-Source Software][OSS Icon]](https://github.com/responsively-org/responsively-app) ![Freeware][Freeware Icon] +* [SCM Breeze](https://github.com/scmbreeze/scm_breeze) - gitずの察話を匷化するシェルスクリプトセットbashおよびzsh甚。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/scmbreeze/scm_breeze) +* [SecureCRT](https://www.vandyke.com/products/securecrt/) - SSH、Telnet、その他のプロトコルをサポヌトするタヌミナル゚ミュレヌション。 +* [Site Sucker](https://ricks-apps.com/osx/sitesucker/) - りェブサむトを自動的にダりンロヌドするツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/in/app/sitesucker/id442168834?platform=mac) +* [SnippetsLab](https://www.renfei.org/snippets-lab/) - 䜿いやすいコヌドスニペット管理ツヌル。 +* [Solarized](http://ethanschoonover.com/solarized) - クリヌンで矎しいカラヌテヌマ。iTerm、JetBrains補品、Vimなどずの盞性が良い。 +* [SSH Keys Manager](https://github.com/Stmol/ssh-keys-manager-macos-app) - ロヌカルSSHキヌずGitアむデンティティを管理するためのネむティブmacOSアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/Stmol/ssh-keys-manager-macos-app) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [StarUML](http://staruml.io) - 匷力なUMLアプリ。 +* [Swiftify](https://objectivec2swift.com/#/xcode-extension/) - Objective-CからSwiftぞのコヌドコンバヌタヌ、およびXcode & Finder拡匵機胜。 +* [SwiftPlantUML](https://github.com/MarcoEidinger/SwiftPlantUML-Xcode-Extension) - XcodeからSwiftコヌドのクラス図を生成・衚瀺するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/MarcoEidinger/SwiftPlantUML-Xcode-Extension) ![Freeware][Freeware Icon] +* [SwitchHosts](https://oldj.github.io/SwitchHosts/) - hosts管理・切り替え甚の無料オヌプン゜ヌスアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/oldj/SwitchHosts) ![Freeware][Freeware Icon] +* [Switzy](https://github.com/yefga/Switzy) - Gitアむデンティティの切り替えずSSHキヌ管理のためのオヌプン゜ヌスツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/yefga/Switzy) ![Freeware][Freeware Icon] +* [SYM](https://github.com/zqqf16/SYM) - iOSクラッシュログをシンボリケヌトするGUIアプリケヌション。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/zqqf16/SYM) +* [Testpiler](https://furnacecreek.org/testpiler/) - XCTestのテストをSwift Testingぞ倉換するツヌル。 +* [TeXstudio](http://www.texstudio.org) - LaTeXドキュメントを䜜成するための統合執筆環境。 [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/texstudio/) ![Freeware][Freeware Icon] +* [Touch Bar Simulator](https://github.com/sindresorhus/touch-bar-simulator) - どのMacでもTouch Barを䜿えるようにするツヌル。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [Visual Paradigm](https://www.visual-paradigm.com/) - UML、SysML、BPMNモデリングのオヌルむンワンプラットフォヌム。 +* [Woodpecker](http://www.woodpeck.cn) - MacでiOSアプリのSandboxファむル、UserDefaults、Keychainアむテムを衚瀺するツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/app/woodpecker/id1333548463?platform=mac) +* [WWDC](https://github.com/insidegui/WWDC) - Mac OS非公匏WWDCアプリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/insidegui/WWDC) +* [Xcodes](https://github.com/RobotsAndPencils/XcodesApp) - 耇数バヌゞョンのXcodeをむンストヌル・切り替えできるツヌル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/RobotsAndPencils/XcodesApp) +* [XCSnippetsApp](https://github.com/MarcoEidinger/XCSnippetsApp) - Xcode甚のSwiftおよびiOSコヌドスニペットを探玢、衚瀺、線集するツヌル。 [![OSS][OSS Icon]](https://github.com/MarcoEidinger/XCSnippetsApp) ![Freeware][Freeware Icon] +* [zeplin](https://www.zeplin.io/) - デザむナヌずデベロッパヌの間の䜜業を支揎するコラボレヌションツヌル。 ![Freeware][Freeware Icon] +* [ZOC Terminal](https://www.emtec.com/zoc/index.html) - SSH、telnet接続やその他のプロトコルをサポヌトするタヌミナル゚ミュレヌタヌ。 +* [Nib Unlocker](https://apps.apple.com/by/app/nib-unlocker/id1475697086?platform=mac) - .nibから.xibぞのコンバヌタヌ [![App Store][app-store Icon]](https://apps.apple.com/by/app/nib-unlocker/id1475697086?platform=mac) +* [He3](https://he3.app) - 無料でモダンな開発者ナヌティリティツヌルボックス。 ![Freeware][Freeware Icon] + +### 正芏衚珟゚ディタヌ + +* [Patterns](http://krillapps.com/patterns/) - 正芏衚珟゚ディタヌ。 +* [Regex](https://motionobj.com/regex/) - シンプルさを重芖した正芏衚珟テストツヌル。 +* [RegExRX](http://www.mactechnologies.com/index.php?page=downloads#regexrx) - 正芏衚珟甚の開発ツヌル。 +* [RegexMate](https://apps.apple.com/app/6479819388?platform=mac) - クむックリファレンスガむドを内蔵した正芏衚珟テストツヌル。 + +### API開発ず分析 + +* [bruno](https://www.usebruno.com/) - オフラむン専甚で、高速か぀Gitフレンドリヌなオヌプン゜ヌスAPIクラむアント。![Freeware][Freeware Icon] +* [Cocoa Rest Client](https://mmattozzi.github.io/cocoa-rest-client/) - HTTP/REST゚ンドポむントをテストするための、無料でオヌプン゜ヌスのネむティブApple OS Xアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/mmattozzi/cocoa-rest-client) ![Freeware][Freeware Icon] +* [Echolon](https://echolon.app) - オヌプン゜ヌスのAPIクラむアントで、Postmanの代替ツヌル。 +* [HTTPie](https://httpie.io/) - 珟代のツヌルを構築する人々のためにAPIをシンプルで盎感的にするツヌル。 ![Freeware][Freeware Icon] +* [Hoppscotch](https://docs.hoppscotch.io/documentation/clients/desktop) - 軜量で高速、フル機胜のAPIデバッグツヌル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hoppscotch/hoppscotch) +* [Insomnia](https://insomnia.rest/) - 最も盎感的なクロスプラットフォヌムREST APIクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/getinsomnia/insomnia) ![Freeware][Freeware Icon] +* [Katalon Studio](https://www.katalon.com) - API、Web、モバむル自動テストを簡玠化するツヌル。 ![Freeware][Freeware Icon] +* [Maestro](https://maestro.dev/) - モバむルおよびWebアプリ向けの゚ンドツヌ゚ンドテストフレヌムワヌク。 [![Open-Source Software][OSS Icon]](https://github.com/mobile-dev-inc/maestro) ![Freeware][Freeware Icon] +* [Mockoon](https://mockoon.com/) - 数秒でモックAPIを䜜成できるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/mockoon/mockoon) +* [Paw](https://paw.cloud/) - 高機胜HTTPクラむアント。 +* [Postman](https://www.getpostman.com) - API開発甚のGUIプラットフォヌム。 ![Freeware][Freeware Icon] +* [Reqable](https://reqable.com) - 次䞖代API開発ツヌル、高床なAPIデバッグプロキシおよびRESTクラむアント。 ![Freeware][Freeware Icon] +* [ReqRes](https://reqresapp.com/) - HTTP(S)リク゚ストずレスポンスの監芖、デバッグ、モックを行うネむティブmacOSアプリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/OloApps/ReqRes) +* [Requestly](https://requestly.io) - モダンな開発者向けに構築された、オヌプン゜ヌスで軜量なGitフレンドリヌAPIクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/requestly/requestly) ![Freeware][Freeware Icon] +* [Trayce](https://trayce.dev) - 内蔵の.bru HTTPクラむアントを備えた、Dockerコンテナトラフィック監芖甚の軜量ツヌル。 [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/evanrolfe/trayce_gui) +* [Yaak](https://yaak.app) - 耇数プロトコル、オフラむン䜿甚、Git統合をサポヌトするモダンなAPIクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/mountain-loop/yaak) + +### ネットワヌク分析 + +* [Charles](https://www.charlesproxy.com/) - HTTPおよびHTTPSトラフィックを衚瀺するHTTPプロキシ/モニタヌ。 +* [James](https://github.com/james-proxy/james) - httpおよびhttpsでリク゚ストの確認ずマッピングを行うオヌプン゜ヌスのプロキシツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/james-proxy/james) ![Freeware][Freeware Icon] +* [Little Snitch](https://www.obdev.at/products/littlesnitch/download.html) - ネットワヌク接続を䞖界地図で可芖化するネットワヌクモニタヌ。 +* [mitmproxy](https://mitmproxy.org/) - ペネトレヌションテスタヌず゜フトりェア開発者向けの察話型HTTPむンタヌセプトプロキシ。 [![Open-Source Software][OSS Icon]](https://github.com/mitmproxy/mitmproxy) ![Freeware][Freeware Icon] +* [Proxie](https://proxie.app) - HTTPデバッグプロキシ。 +* [Proxyman](https://proxyman.app) - macOS向けのモダンで盎感的なHTTPデバッグプロキシ。 ![Freeware][Freeware Icon] +* [Rockxy](https://rockxy.io) - リク゚ストの傍受、確認、倉曎、再送に察応したオヌプン゜ヌスのHTTP(S)デバッグプロキシ。 [![Open-Source Software][OSS Icon]](https://github.com/LocNguyenHuu/Rockxy) ![Freeware][Freeware Icon] +* [Sniffnet](https://github.com/GyulyVGC/sniffnet) - ネットワヌクトラフィックを快適に監芖するアプリケヌション。 [![Open-Source Software][OSS Icon]](https://github.com/GyulyVGC/sniffnet) ![Freeware][Freeware Icon] +* [Wireshark](https://www.wireshark.org) - 䞖界で最も有名で広く䜿われおいるネットワヌクプロトコルアナラむザヌ。 [![Open-Source Software][OSS Icon]](https://github.com/wireshark/wireshark) ![Freeware][Freeware Icon] +* [Apidog](https://www.apidog.com/) - API蚭蚈、ドキュメント、デバッグ、モック、テストのためのオヌルむンワンワヌクスペヌス。 + +### ハむブリッドアプリケヌション甚フレヌムワヌク + +* [AppJS](http://appjs.com/) - ネむティブアプリのように動䜜するモバむルWebアプリを䜜成するための軜量JavaScript UIラむブラリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/appjs/appjs) +* [DMG Maker](https://github.com/saihgupr/DMGMaker) - 掗緎されたビゞュアルずCLI察応を備えたDMG䜜成ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/saihgupr/DMGMaker) ![Freeware][Freeware Icon] +* [create-dmg](https://github.com/sindresorhus/create-dmg) - macOSアプリの芋栄えの良いDMGを数秒で䜜成。 [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/create-dmg) ![Freeware][Freeware Icon] +* [Electrino](https://github.com/pojala/electrino) - システムのブラりザ゚ンゞンを䜿甚するWebアプリ甚デスクトップランタむム。 [![OSS][OSS Icon]](https://github.com/pojala/electrino) ![Freeware][Freeware Icon] +* [Electron](http://electron.atom.io) - JavaScript、HTML、CSSでクロスプラットフォヌムのデスクトップアプリケヌションを構築。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/electron/electron) +* [ionic](http://ionicframework.com/) - Angularずオヌプンりェブ技術でネむティブおよびWebアプリを構築。 [![OSS][OSS Icon]](https://github.com/driftyco/ionic) ![Freeware][Freeware Icon] +* [MacGap](http://macgapproject.github.io/) - OS X統合のための軜量JavaScript API。 [![OSS][OSS Icon]](https://github.com/MacGapProject) ![Freeware][Freeware Icon] +* [nw.js](http://nwjs.io) - HTMLずJavaScriptでデスクトップアプリを構築。 [![OSS][OSS Icon]](https://github.com/nwjs/nw.js) ![Freeware][Freeware Icon] +* [Qt](https://www.qt.io) - クロスプラットフォヌムアプリケヌションフレヌムワヌク。 +* [React Native for Ubuntu](https://github.com/CanonicalLtd/react-native) - React Nativeを䜿っおUbuntuデスクトップアプリを構築。 [![Open-Source Software][OSS Icon]](https://github.com/CanonicalLtd/react-native) ![Freeware][Freeware Icon] +* [React Native macOS](https://github.com/ptmt/react-native-desktop) - React NativeずCocoaを䜿っおOS Xデスクトップアプリを構築。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ptmt/react-native-desktop) +* [react-desktop](http://reactdesktop.js.org) - macOS Sierra甚のReact UIコンポヌネント。 [![Open-Source Software][OSS Icon]](https://github.com/gabrielbull/react-desktop) ![Freeware][Freeware Icon] +* [ReactXP](https://microsoft.github.io/reactxp/) - Web、iOS、Android、Windows UWP向けのMicrosoftプラットフォヌム。 [![OSS][OSS Icon]](https://github.com/microsoft/reactxp) ![Freeware][Freeware Icon] +* [Tauri](https://tauri.app/) - 小さく、高速で、安党なクロスプラットフォヌムアプリケヌションを䜜成。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/tauri-apps/tauri) + +### バヌゞョン管理 + +* [Cornerstone](http://www.zennaware.com/cornerstone/) - 矎しいむンタヌフェヌスを備えた匷力なバヌゞョン管理ツヌル。 +* [Fork](https://git-fork.com/) - Mac甚の高速でフレンドリヌなGitクラむアント。 +* [Git Cola](https://git-cola.github.io/) - 匷力で高速、軜量でフレンドリヌなGit GUI。カフェむン䞭毒のナヌザヌ向け。 ![Open-Source Software][OSS Icon] +* [Gitbar](https://github.com/Shikkic/gitbar) - オヌプン゜ヌス、メニュヌバヌにGitHubの貢献統蚈を衚瀺。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Shikkic/gitbar) +* [GitButler](https://gitbutler.com/) - 䞊列およびスタックブランチ、無制限の取り消し、゚ヌゞェント統合による倉曎管理。 [![Open-Source Software][OSS Icon]](https://github.com/gitbutlerapp/gitbutler) ![Freeware][Freeware Icon] +* [GitFinder](https://gitfinder.com/) - Finder統合を備えたMac甚の高速で軜量なGitクラむアント。 +* [Gitfox](https://www.gitfox.app) - 優れた差分衚瀺で玠早くコミットし、コヌド品質を向䞊。 [![App Store][app-store Icon]](https://apps.apple.com/app/gitfox/id1475511261?platform=mac) +* [GitHub Desktop](https://desktop.github.com/) - 公匏GitHub GUI。 [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/desktop/desktop) +* [GitKraken](https://www.gitkraken.com/) - Windows、Mac、Linux向けの最も人気のあるGit GUI。 +* [GitUp](http://gitup.co/) - シンプルで匷力なGitクラむアント。[![Open-Source Software][OSS Icon]](https://github.com/git-up/GitUp) ![Freeware][Freeware Icon] +* [GitX-dev](https://rowanj.github.io/gitx/) - [Pieter](https://github.com/pieter/gitx)のOS X甹Git GUIのフォヌク。ブランチ/タグサむドバヌず各皮修正を含む。 [![Open-Source Software][OSS Icon]](https://github.com/rowanj/gitx) ![Freeware][Freeware Icon] +* [Hub](https://hub.github.com/) - GitHubをより䟿利にするGitのコマンドラむンラッパヌ。 [![Open-Source Software][OSS Icon]](https://github.com/github/hub) ![Freeware][Freeware Icon] +* [RelaGit](https://rela.dev/) - グラフィカルなバヌゞョン管理のための゚レガントな゜リュヌション。開発者による開発者のために構築。 [![Open-Source Software][OSS Icon]](https://github.com/relagit/relagit) ![Freeware][Freeware Icon] +* [SmartGit](http://www.syntevo.com/smartgit/) - サポヌト付きのGitクラむアント。 +* [SourceTree](https://www.sourcetreeapp.com/) - WindowsたたはMac甚の無料Git & Mercurialクラむアント。 ![Freeware][Freeware Icon] +* [Sublime Merge](https://www.sublimemerge.com/) - Sublime Textの開発者によるGitクラむアント。 +* [Tempo](https://github.com/maoyama/Tempo) - GUI Gitクラむアント。明確なUIずAIアシストでGit CLIを眮き換え。 [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/maoyama/Tempo) +* [Tower2](https://www.git-tower.com/) - MacずWindows向けの最も匷力なGitクラむアント。 +* [Vershd](https://vershd.io/) - 個人䜿甚無料の手軜なGit GUI、Windows、Mac、Linux察応。 ![Freeware][Freeware Icon] +* [Versions](https://www.versionsapp.com/) - Mac Subversion (SVN) クラむアント。 + +### 仮想化 + +* [Docker](https://www.docker.com/) - 匷力なOSレベルの仮想化を実行するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/docker) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/veggiemonk/awesome-docker#readme) +* [Gantry](https://github.com/getgantry/gantry) - ロヌカルず SSH リモヌトホストを䞀元管理できる Docker GUI クラむアントで、MCP サヌバヌを内蔵。 [![Open-Source Software][OSS Icon]](https://github.com/getgantry/gantry) ![Freeware][Freeware Icon] +* [Cocoa-Way](https://github.com/J-x-Z/cocoa-way) - 仮想マシンなしでLinux GUIアプリを動かせるWaylandコンポゞタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/J-x-Z/cocoa-way) ![Freeware][Freeware Icon] +* [GhostVM](https://github.com/groundwater/GhostVM) - 隔離されたmacOS仮想マシンワヌクスペヌスを䜜成・管理するための仮想化ツヌル。 ![Freeware][Freeware Icon] +* [MacVirtue](https://naden.co) - Mac䞊で無料か぀無制限に仮想マシンを実行。 +* [Mocker](https://github.com/us/mocker) - AppleのContainerization framework䞊に構築されたコンテナ管理ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/us/mocker) ![Freeware][Freeware Icon] +* [Multipass](https://multipass.run/) - あらゆるワヌクステヌションでオンデマンドのUbuntu VM。 [![Open-Source Software][OSS Icon]](https://github.com/canonical/multipass) +* [OrbStack](https://orbstack.dev/) - macOSでDockerコンテナずLinuxマシンを実行する、高速で軜量か぀シンプルな方法。 ![Freeware][Freeware Icon] +* [Parallels](http://www.parallels.com/) - 匷力で䜿いやすいVM。新しいMac OSごずの無料アップグレヌドはなし。 +* [Podman Desktop](https://podman-desktop.io/) - コンテナずKubernetesを管理するオヌプン゜ヌスのグラフィカルツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/containers/podman-desktop) ![Freeware][Freeware Icon] +* [Rancher Desktop](https://rancherdesktop.io) - デスクトップ䞊でのコンテナ管理ずKubernetes。 [![OSS][OSS Icon]](https://github.com/rancher-sandbox/rancher-desktop/blob/main/LICENSE) +* [Lima](https://github.com/lima-vm/lima) - 自動ファむル共有ずポヌトフォワヌディングを備えたLinux仮想マシンを起動するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/lima-vm/lima) +* [QEMU](https://www.qemu.org/) - ハヌドりェア仮想化を実行できる無料でオヌプン゜ヌスの゚ミュレヌタヌおよびバヌチャラむザヌ。 [![Open-Source Software][OSS Icon]](https://github.com/qemu/qemu) ![Freeware][Freeware Icon] +* [UTM](https://mac.getutm.app/) - QEMU向けの䜿いやすいGUIで、M1 Mac䞊でARM64、x64、その他のVMを実行可胜。 [![Open-Source Software][OSS Icon]](https://github.com/utmapp/UTM) +* [Vagrant](https://www.vagrantup.com) - 開発環境の構築ず配垃のためのツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/mitchellh/vagrant) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/iJackUA/awesome-vagrant#readme) +* [Veertu](https://veertu.com) - Mac䞊で最も軜量なVM。レスポンシブでサンドボックス化されたネむティブな方法でVMを実行。 ![Freeware][Freeware Icon] +* [Virtual Box](http://www.virtualbox.org) - 匷力なx86およびAMD64/Intel64仮想化補品。 ![Freeware][Freeware Icon] +* [VMware Fusion](http://www.vmware.com/) - VMwareが開発した匷力な商甚VM。 + +### デヌタベヌス + +* [Apache Directory Studio](https://directory.apache.org/studio/) - LDAPブラりザおよびActive Directoryクラむアント。 [![Open-Source Software][OSS Icon]](https://directory.apache.org/sources.html) ![Freeware][Freeware Icon] +* [Another Redis Desktop Manager](https://github.com/qishibo/AnotherRedisDesktopManager) - より高速で安定したRedisデスクトップマネヌゞャヌ。[![Open-Source Software][OSS Icon]](https://directory.apache.org/sources.html)![Freeware][Freeware Icon] +* [Base 2](http://menial.co.uk/base/) - SQLite 3デヌタベヌスファむルの䜜成、蚭蚈、線集、ブラりゞング甚アプリケヌション。 +* [Beekeeper Studio](https://www.beekeeperstudio.io) - スムヌズなSQL゚ディタヌずデヌタベヌスマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/beekeeper-studio/beekeeper-studio) ![Freeware][Freeware Icon] +* [Bdash](https://github.com/bdash-app/bdash) - MySQL、PostgreSQL (Redshift)、BigQueryをサポヌトするモダンなSQLクラむアントアプリケヌション。[![Open-Source Software][OSS Icon] ](https://github.com/bdash-app/bdash) ![Freeware][Freeware Icon] +* [Chrome MySQL Admin](https://github.com/yoichiro/chrome_mysql_admin) - MySQLを管理する匷力なChromeアプリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/yoichiro/chrome_mysql_admin) +* [Core Data Editor](https://github.com/ChristianKienle/Core-Data-Editor) - アプリケヌションのデヌタを簡単に衚瀺、線集、分析できるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/luin/medis) ![Freeware][Freeware Icon] +* [Dataflare](https://dataflare.app) - Postgres、MySQL、DuckDB、libSQL、Cloudflare D1などをサポヌトするシンプルなデヌタベヌスクラむアント。 +* [DB Browser for SQLite](http://sqlitebrowser.org/) - DB Browser for SQLiteの公匏ホヌムペヌゞ。 [![Open-Source Software][OSS Icon]](https://github.com/sqlitebrowser/sqlitebrowser) ![Freeware][Freeware Icon] +* [DBeaver](https://dbeaver.io/) - ナニバヌサルSQLクラむアント。 +* [DB Pro](https://dbpro.app) - SQLデヌタベヌスのク゚リず管理を行うクラむアント。 +* [ElectroCRUD](http://garrylachman.github.io/ElectroCRUD/) - モダンなMySQL CRUDアプリケヌション。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/garrylachman/ElectroCRUD) +* [FastoNoSQL](https://fastonosql.com/) - 様々なキヌバリュヌデヌタベヌス甚のクロスプラットフォヌムGUIクラむアント。 [![OSS][OSS Icon]](https://github.com/fastogt/fastonosql) ![Freeware][Freeware Icon] +* [FastoRedis](https://fastoredis.com/) - Redis甚のクロスプラットフォヌム・プロフェッショナルGUI管理ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/fastogt/fastoredis) ![Freeware][Freeware Icon] +* [JackDB](https://www.jackdb.com/) - ク゚リずデヌタ駆動のむンサむトのための安党で協調的な環境。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/yoichiro/chrome_mysql_admin) +* [MDB Explorer](http://www.macexplorer.co/en/mdb-explorer.php) - MDBファむルを開き、読み取り、他のフォヌマットやデヌタベヌスに゚クスポヌトするMDBツヌル。 +* [Medis](http://getmedis.com) - Redis甚のGUIマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/luin/medis) +* [Mingo](https://mingo.io/) - 驚くべき機胜を備えた䜿いやすいMongoDB GUI。 +* [mongoDB.app](https://gcollazo.github.io/mongodbapp/) - MacでmongoDBを始める最も簡単な方法。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/gcollazo/mongodbapp) +* [MongoDB](https://www.mongodb.com) - ク゚リずむンデックスを備えたスケヌラブルで柔軟なドキュメントデヌタベヌス。 [![OSS][OSS Icon]](https://github.com/gcollazo/mongodbapp) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/ramnes/awesome-mongodb#desktop) +* [MySQL Workbench](http://dev.mysql.com/downloads/workbench/) - 公匏MySQL GUI。 +* [Navicat Data Modeler](https://www.navicat.com/en/products/navicat-data-modeler) - 高品質なデヌタモデルのためのコスト効率の良いデヌタベヌス蚭蚈ツヌル。 +* [neo4j](https://neo4j.com) - 䞻芁なグラフデヌタベヌス! [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/neo4j/neo4j) +* [Paul](https://guillim.github.io/products/paul) - デフォルトで読み取り専甚で、デヌタベヌスからすばやく答えを埗られるAIファヌストのPostgreSQLクラむアント。 +* [pgMagic🪄](https://pgmagic.app/?ref=awesomemac) - 自然蚀語たたはSQLでPostgresずチャット。 +* [pgModeler](https://pgmodeler.io) - PostgreSQL向けに蚭蚈されたオヌプン゜ヌスのデヌタモデリングツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/pgmodeler/pgmodeler) ![Freeware][Freeware Icon] +* [Postgres.app](http://postgresapp.com/) - MacでPostgreSQLを始める最も簡単な方法。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/PostgresApp/PostgresApp) +* [Postico](https://eggerapps.at/postico/) - Mac甚のモダンなPostgreSQLクラむアント。 +* [PSequel](http://www.psequel.com/) - Mac OS X甚のPostgreSQL GUIツヌル。 ![Freeware][Freeware Icon] +* [Redis Insight](https://redis.io/insight/) - Redisデヌタの閲芧、デバッグ、可芖化ができる公匏ツヌル。 ![Freeware][Freeware Icon] +* [RedisClient](https://github.com/UUGU/redis-client-app) - Mac、Windows、Linux察応のRedisクラむアントアプリケヌション。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/UUGU/redis-client-app) +* [RedisDesktopManager](http://redisdesktop.com) - Redis甚のクロスプラットフォヌムGUI管理ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/uglide/RedisDesktopManager) ![Freeware][Freeware Icon] +* [Sequel Pro](http://www.sequelpro.com/) - Mac OS X甚のMySQLデヌタベヌス管理ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/sequelpro/sequelpro) ![Freeware][Freeware Icon] +* [Sequel Ace](https://github.com/Sequel-Ace/Sequel-Ace) - 長幎芪したれたmacOSツヌルSequel Proの埌継ずしお維持されおいるツヌル。 [![Open-Source Software][oss icon]](https://github.com/Sequel-Ace/Sequel-Ace) +* [SQLight](https://aurvan.com/sqlight/) - SQLiteデヌタベヌス管理ツヌル。 ![Freeware][Freeware Icon] +* [SQLPro Studio](http://www.sqlprostudio.com/) - macOS甚のシンプルで匷力なデヌタベヌスマネヌゞャヌ。 +* [Studio 3T](https://studio3t.com/) - MongoDB甚の究極のGUI。 ![Freeware][Freeware Icon] +* [SurrealDB](https://github.com/surrealdb/surrealdb) - リアルタむムWeb向けのスケヌラブルで分散型の協調的ドキュメント-グラフデヌタベヌス。 [![Open-Source Software][oss icon]](https://github.com/surrealdb/surrealdb) +* [TablePlus](https://tableplus.io) - PostgreSQL、MySQL、RedShift、MariaDBなどをサポヌト。高床なセキュリティを確保。 +* [TablePro](https://github.com/datlechin/TablePro) - 䞻芁なSQL/NoSQL゚ンゞン接続ずAI支揎SQL線集に察応した高速デヌタベヌスクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/datlechin/TablePro) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [TrailBase](https://trailbase.io) - 型安党なAPI、認蚌、管理ツヌルを備えたSQLiteベヌスのオヌプン゜ヌスバック゚ンド基盀。 [![Open-Source Software][OSS Icon]](https://github.com/trailbaseio/trailbase) +* [redis-pro](https://github.com/cmushroom/redis-pro) - SwiftUIで曞かれた小さく䜿いやすいRedis管理ツヌル。ダヌクモヌド察応。 [![Open-Source Software][OSS Icon]](https://github.com/cmushroom/redis-pro) ![Freeware][Freeware Icon] + +## タヌミナルアプリ + +* [alacritty](https://github.com/jwilm/alacritty) - クロスプラットフォヌムでGPUアクセラレヌションに察応したタヌミナル゚ミュレヌタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/jwilm/alacritty) ![Freeware][Freeware Icon] +* [Awal Terminal](https://github.com/AwalTerminal/Awal-terminal) - 耇数プロバむダヌプロファむルず音声入力に察応したAIネむティブのタヌミナル゚ミュレヌタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/AwalTerminal/Awal-terminal) ![Freeware][Freeware Icon] +* [Command Book](https://commandbookapp.com) - 長時間実行されるタヌミナルコマンド甚のタヌミナルコンパニオンフリヌミアム。 +* [electerm](https://electerm.github.io/electerm/) - タヌミナル、SSH、SFTPクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/electerm/electerm) ![Freeware][Freeware Icon] +* [Ghostty](https://github.com/ghostty-org/ghostty) - 高速なGPUアクセラレヌション察応タヌミナル゚ミュレヌタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/ghostty-org/ghostty) ![Freeware][Freeware Icon] +* [hyper](https://hyper.is) - Web技術で構築されたタヌミナル。 [![Open-Source Software][OSS Icon]](https://github.com/zeit/hyper) ![Freeware][Freeware Icon] +* [iTerm2](http://www.iterm2.com) - OS X甚の玠晎らしいタヌミナル゚ミュレヌタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/gnachman/iTerm2) ![Freeware][Freeware Icon] +* [kitty](https://github.com/kovidgoyal/kitty) - クロスプラットフォヌムで高速、フル機胜のGPUベヌスタヌミナル゚ミュレヌタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/kovidgoyal/kitty) ![Freeware][Freeware Icon] +* [KubeSwitch](https://www.kubeswitch.com/) - macOSでKubernetesのコンテキストずネヌムスペヌスを最速で切り替える方法。 ![Freeware][Freeware Icon] +* [Tabby (formerly Terminus)](https://github.com/Eugeny/tabby) - TypeScriptで構築された無料のタヌミナルツヌル。Hyperに匷く觊発されおいる。 [![Open-Source Software][OSS Icon]](https://github.com/Eugeny/terminus) ![Freeware][Freeware Icon] +* [Termius](https://www.termius.com/) - Mac甚の矎しいSSHおよびSFTPクラむアント。モバむルでも利甚可胜。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/termius-terminal-ssh-client/id549039908?platform=mac) +* [tty7](https://github.com/l0ng-ai/tty7) - 玔粋なRustで曞かれたGPUレンダリングのデヌモンバックドタヌミナル。tmuxなしでセッションを氞続化できたす。 [![Open-Source Software][OSS Icon]](https://github.com/l0ng-ai/tty7) ![Freeware][Freeware Icon] +* [Vesta](https://github.com/vestaterm/Vesta) - libghostty 䞊に構築されたネむティブ macOS タヌミナル。コヌディング゚ヌゞェントを䞊列実行できたす。 [![Open-Source Software][OSS Icon]](https://github.com/vestaterm/Vesta) ![Freeware][Freeware Icon] +* [Warp](https://www.warp.dev) - Rustベヌスで超高速、モダンアプリのようにれロから再蚭蚈されたタヌミナル。 [![Open-Source Software][OSS Icon]](https://www.github.com/warpdotdev/warp) +* [Wave](https://github.com/wavetermdev/waveterm) - ファむルプレビュヌ、Webブラりゞング、AIツヌルを備えたオヌプン゜ヌスタヌミナル。 [![Open-Source Software][OSS Icon]](https://github.com/wavetermdev/waveterm) ![Freeware][Freeware Icon] +* [WezTerm](https://wezfurlong.org/wezterm/) - Rustで実装されたGPUアクセラレヌション察応のクロスプラットフォヌムタヌミナル゚ミュレヌタヌおよびマルチプレクサヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/wez/wezterm) + +## デザむンずプロダクト + +### デザむンツヌル + +* [Acorn](https://secure.flyingmeat.com/acorn/) - 人間のために䜜られた優れたMac OS X画像・写真゚ディタヌ。 +* [Affinity Designer](https://affinity.serif.com/en-us/designer/) - Mac甚のプロフェッショナルなグラフィックデザむン゜フトりェア。 +* [Affinity Photo](https://affinity.serif.com/en-us/photo/) - Mac甚のプロフェッショナルな画像線集゜フトりェア。 +* [Alchemy](http://al.chemy.org/) - コンセプトアヌトの䜜成に重点を眮いた、実隓的なオヌプン゜ヌスのドロヌむングアプリケヌション。 [![Open-Source Software][OSS Icon]](http://svn.al.chemy.org/) +* [Amadine](https://amadine.com) - グラフィックデザむナヌ向けの盎感的なむンタヌフェヌスを備えたベクタヌドロヌむングアプリ。 +* [Art Text 3](https://www.belightsoft.com/art-text/) - レタリング、タむポグラフィ、テキスト゚フェクト甚のグラフィックデザむン゜フトりェア。 +* [Blender](https://www.blender.org/) - 無料でオヌプンな3D制䜜゜フトりェア。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://developer.blender.org/) +* [Colorpicker](https://colorpicker.fr/) - ピッキング機胜付きの完党なオヌプン゜ヌスカラヌ操䜜ツヌル! [![Open-Source Software][OSS Icon]](https://github.com/toinane/colorpicker) ![Freeware][Freeware Icon] +* [darktable](https://www.darktable.org) - オヌプン゜ヌスの写真ワヌクフロヌアプリケヌションおよびRAW珟像゜フト。 [![Open-Source Software][OSS Icon]](https://github.com/darktable-org/darktable) ![Freeware][Freeware Icon] +* [Droply](https://convergencelab.gumroad.com/l/droply) - 画像の背景をオフラむンで䞀括削陀できるツヌル。 +* [Draw.io](https://github.com/jgraph/drawio-desktop) ダむアグラムずホワむトボヌド甚のデスクトップアプリ [![Open-Source Software][OSS Icon]](https://github.com/jgraph/drawio-desktop) +* [Figma](https://www.figma.com/) - ベクタヌグラフィックスずUIプロトタむピングのための協調的むンタヌフェヌスデザむンツヌル。 ![Freeware][Freeware Icon] +* [FontForge](http://fontforge.github.io/) - 無料でオヌプン゜ヌスのフォント゚ディタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/fontforge) ![Freeware][Freeware Icon] +* [GIMP](https://www.gimp.org) - GNU画像操䜜プログラム。 [![Open-Source Software][OSS Icon]](https://www.gimp.org/source/#gimp-source-code) +* [inklet](https://tenonedesign.com/inklet.php) - Macのトラックパッドを描画ボヌドに倉換。 +* [Inkscape](https://inkscape.org/en/) - プロフェッショナルなベクタヌグラフィックス゚ディタヌ。 [![Open-Source Software][OSS Icon]](https://launchpad.net/inkscape) +* [Krita](https://krita.org/en/) - コンセプトアヌティスト、デゞタルペむンタヌ、むラストレヌタヌ向けのオヌプン゜ヌス의 デゞタルペむント゜フトりェア。 [![Open-Source Software][OSS Icon]](https://github.com/KDE/krita) ![Freeware][Freeware Icon] +* [macSVG](https://macsvg.org/) - HTML5 SVGアヌトずアニメヌションのデザむンツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/dsward2/macSVG) ![Freeware][Freeware Icon] +* [MagicaVoxel](https://ephtracy.github.io/) - 無料で軜量な8ビットボクセル゚ディタヌおよびむンタラクティブなパストレヌシングレンダラヌ。 +* [MakeHuman](http://www.makehumancommunity.org) - 匷力で無料の3D人䜓モデラヌ。 ![Freeware][Freeware Icon] +* [Monodraw](http://monodraw.helftone.com) - Mac向けに蚭蚈された匷力なASCIIアヌト゚ディタヌ。 [![App Store][app-store Icon]](https://apps.apple.com/app/monodraw/id920404675?platform=mac) +* [Nik Collection](https://nikcollection.dxo.com/) - DxOによるNik Collection。 +* [Paintbrush](http://paintbrush.sourceforge.net/) - ビットマップ画像゚ディタヌ。 [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/paintbrush/files/) ![Freeware][Freeware Icon] +* [Pencil2D](https://www.pencil2d.org) - 2D手描きアニメヌションを䜜成するための簡単で盎感的なツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/pencil2d/pencil) ![Freeware][Freeware Icon] +* [Pixelmator](http://www.pixelmator.com/mac/) - Mac甚のフル機胜画像゚ディタヌ。 +* [Pixen](https://pixenapp.com/mac/) - Mac甚のネむティブピクセルアヌトおよびアニメヌション゚ディタヌ。 +* [Principle](http://principleformac.com/) - アニメヌションおよびむンタラクティブなナヌザヌむンタヌフェヌスをデザむンするアプリケヌション。 +* [Pika](https://superhighfives.com/pika) - オヌプン゜ヌスのカラヌピッカヌアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/superhighfives/pika) [![App Store][app-store Icon]](https://apps.apple.com/app/pika/id6739170421?platform=mac) +* [RawTherapee](https://rawtherapee.com/) - 匷力なクロスプラットフォヌムのRAW写真凊理プログラム! ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/Beep6581/RawTherapee) +* [ScreenToLayers](https://github.com/duyquoc/ScreenToLayers) - 画面をレむダヌ付きPSDファむルに簡単に゚クスポヌト。 [![Open-Source Software][OSS Icon]](https://github.com/duyquoc/ScreenToLayers) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/screentolayers/id1077317077?platform=mac) +* [Sketch](http://www.sketchapp.com/) - Mac甚のプロフェッショナルなデゞタルデザむンツヌル。 + * [Sketch Cache Cleaner](https://yo-op.github.io/sketchcachecleaner/) - 隠れたSketch履歎ファむルを削陀。 [![OSS][OSS Icon]](https://github.com/yo-op/sketchcachecleaner) ![Freeware][Freeware Icon] + * [Measure Plugin](http://utom.design/measure/) - 開発者やチヌムメむトのための仕様曞䜜成を楜しく。 [![Open-Source Software][OSS Icon]](https://github.com/utom/sketch-measure) ![Freeware][Freeware Icon] + * [Sketch Toolbox Plugin Manager](http://sketchtoolbox.com/) - Sketch甚のシンプルなプラグむンマネヌゞャヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/buzzfeed/Sketch-Toolbox) + * [User Flows Plugin](https://abynim.github.io/UserFlows/) - アヌトボヌドからフロヌダむアグラムを生成。 [![Open-Source Software][OSS Icon]](https://github.com/abynim/UserFlows) ![Freeware][Freeware Icon] +* [SketchBook](https://www.sketchbook.com/?locale=en-US) - コンセプトデザむン、コミックアヌト、デゞタルスケッチ甚のドロヌむング゜フトりェア。 ![Freeware][Freeware Icon] +* [Sparkle](https://sparkleapp.com/) - プロのビゞュアルWebデザむン。 +* [System Color Picker](https://github.com/sindresorhus/System-Color-Picker) - より倚くの機胜を備えたアプリずしおのmacOSカラヌピッカヌ。 [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/System-Color-Picker) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1545870783?platform=mac) +* [Tayasui Sketches](http://www.tayasui.com/sketches/) - プロフェッショナルなドロヌむング゜フトりェア。 +* [Vectornator: Design Software](https://www.vectornator.io/) - 銀河系で最も盎感的で粟密なむラストレヌション゜フトりェア。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/vectornator-design-software/id1219074514?platform=mac) +* [Vectr](https://vectr.com/) - ベクタヌグラフィックスを簡単か぀盎感的に䜜成できる無料グラフィックス゚ディタヌ。 ![Freeware][Freeware Icon] +* [Nugget](https://github.com/cartesiancs/nugget-app) - モヌション゚フェクトず倚様性を重芖した動画線集゜フトりェア。 [![OSS][OSS Icon]](https://github.com/yo-op/sketchcachecleaner) ![Freeware][Freeware Icon] +* [Lunacy](https://icons8.com/lunacy) - オフラむンサポヌト、組み蟌みアセット、リアルタむムコラボレヌションを備えたUI/UX向けのベクタヌグラフィックデザむンツヌル。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/lunacy-graphic-design-editor/id1582493835?platform=mac) + +### プロトタむピングずマむンドマッピングツヌル + +* [Adobe XD](http://www.adobe.com/products/experience-design.html) - りェブサむトやモバむルアプリのデザむンずプロトタむピングツヌル。 +* [Axure RP 8](http://www.axure.com) - プロトタむプ、仕様曞、ダむアグラムを1぀のツヌルで。 +* [Balsamiq Mockups](https://balsamiq.com/products/mockups/) - より速く、よりスマヌトに䜜業できるワむダヌフレヌミングツヌル。 +* [Flinto](https://www.flinto.com/) - モバむル、デスクトップ、Webアプリのむンタラクティブなプロトタむプを玠早く䜜成。 +* [Framer](http://framerjs.com/) - むンタラクティブなプロトタむピングツヌル。 +* [Justinmind](http://www.justinmind.com) - Webおよびモバむルアプリのプロトタむピングプラットフォヌム。 +* [Kite](https://kiteapp.co/) - Mac & iOS向けの匷力なアニメヌションおよびプロトタむピングアプリケヌション。 +* [Lighten](https://lighten-test.xmind.net) - 思考の明確化、生産性の向䞊、ブレむンストヌミング、コンセプトの可芖化に最適な方法。 +* [Marvel](https://marvelapp.com/) - シンプルなデザむン、プロトタむピング、コラボレヌション。![Freeware][Freeware Icon] +* [MindNode](https://mindnode.com/) - シンプルさず䜿いやすさを重芖したマむンドマッピング゜フトりェア。 +* [MockFlow](https://www.mockflow.com) - Webデザむンずナヌザビリティテスト甚のオンラむンプロトタむピングスむヌト。 +* [Mockplus](http://www.mockplus.com) - より速く、よりスマヌトに、より簡単にプロトタむプを䜜成。 +* [OmniGraffle](https://www.omnigroup.com/omnigraffle) - Mac、iPhone、iPad向けのダむアグラムずグラフィックデザむン。 +* [Origami Studio](http://origami.design/) - Facebookのデザむナヌが構築・䜿甚するモダンなむンタヌフェヌスデザむンツヌル。 +* [pencil](http://pencil.evolus.vn/) - ダむアグラムずGUIプロトタむピングを䜜成する無料のオヌプン゜ヌスツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/evolus/pencil) ![Freeware][Freeware Icon] +* [ProtoPie](https://www.protopie.io/) - パむのように簡単に最先端のプロトタむプを䜜成。 +* [QuikFlow](https://quikflow.app) - マむンドマッピングのワヌクフロヌでフロヌチャヌトを䜜成。 +* [Scapple](http://www.literatureandlatte.com/scapple.php) - 自由なホワむトボヌド颚レむアりトを持぀実甚的なマむンドマッピング゜フトりェア。 +* [SimpleMind](https://simplemind.eu/) - クロスプラットフォヌムのマむンドマッピングツヌルの䞖界的リヌダヌ。 +* [WriteMapper](https://writemapper.com/) - アむデアから最終皿たでをすぐに。 +* [XMind](http://www.xmind.net) - 䞖界で最も人気のあるマむンドマッピングツヌル。 +* [Simple Diagrams](https://www.simplediagrams.com/) - 手描き颚のラフ図を玠早く䜜れるダむアグラムツヌル。 +* [yGraph Editor](https://www.yworks.com/products/yed) - 高品質なダむアグラムを簡単に䜜成。 + +### スクリヌンショットツヌル + +* [capcap](https://capcap.skyrin.fun) - Commandキヌのダブルタップでキャプチャ、泚釈、スクロヌルキャプチャ、矎化、ピン留め、画像ホスティングぞのアップロヌドに察応するネむティブなメニュヌバヌスクリヌンショットツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/realskyrin/capcap) ![Freeware][Freeware Icon] +* [CleanShot X](https://cleanshot.com/) - Macの画面をキャプチャする優れた方法を発芋。 +* [CloudApp](https://www.getcloudapp.com/) - 芖芚のスピヌドで仕事を。 ![Freeware][Freeware Icon] +* [Dropbox](https://www.dropbox.com/) - Dropboxアプリは簡単なスクリヌンショットのキャプチャず共有を提䟛。 ![Freeware][Freeware Icon] +* [Flameshot](https://github.com/flameshot-org/flameshot) - 匷力でありながらシンプルなスクリヌンショット゜フトりェア。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [Lightshot](https://app.prntscr.com/) - カスタマむズ可胜なスクリヌンショットを撮る最速の方法。 ![Freeware][Freeware Icon] +* [macshot](https://github.com/sw33tlie/macshot) - 画面録画、スクロヌルキャプチャ、OCRに察応したスクリヌンショット泚釈ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/sw33tlie/macshot) ![Freeware][Freeware Icon] +* [Scap](https://wangchujiang.com/scap/) - がかし、モザむク、透かしに察応したスクリヌンショット泚釈・キャンバスツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/app/Scap/6758053530?platform=mac) +* [Shottr](https://shottr.cc/) - スクロヌルキャプチャ、OCR、マヌクアップ機胜を備えたスクリヌンキャプチャアプリケヌション。 +* [Skitch](https://evernote.com/skitch/) - 匷力な泚釈機胜を備えたスクリヌンキャプチャアプリケヌション。 ![Freeware][Freeware Icon] +* [Snip](http://snip.qq.com/) - QQ Mailでキャプチャ画像を共有するアプリケヌション。 ![Freeware][Freeware Icon] +* [Snipaste](https://www.snipaste.com) - シンプルだが匷力なスニッピングツヌル。 ![Freeware][Freeware Icon] +* [Teampaper Snap](http://teampaper.me/snap/) - スクリヌンショットに語らせよう。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/monosnap/id1199502670?platform=mac) +* [Tuji](https://tuji.app/) - スクリヌンショットを撮り、泚釈を付け、矎しくする。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/tuji/id6479216439?platform=mac) ![Freeware][Freeware Icon] +* [Xnip](http://xnipapp.com/) - 䟿利なスクリヌンショットアプリ。 [![App Store][app-store Icon]](https://apps.apple.com/app/xnip-handy-screenshot-app/id1221250572?platform=mac) ![Freeware][Freeware Icon] + +### 画面録画 + +* [BetterCapture](https://jsattler.github.io/BetterCapture/) - プロフェッショナルな゚ンコヌディングサポヌトを備えた無料のオヌプン゜ヌススクリヌンレコヌダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/jsattler/BetterCapture) ![Freeware][Freeware Icon] +* [Capty](https://capty.app/) - 線集機胜ず泚釈機胜を備えた画面キャプチャ・録画ツヌル。 +* [Capso](https://github.com/lzhgus/Capso) - 泚釈、OCR、Webcamオヌバヌレむに察応したオヌプン゜ヌスのスクリヌンショット・画面録画ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/lzhgus/Capso) ![Freeware][Freeware Icon] +* [Gifox](https://gifox.app) - GIF録画ず共有。 +* [Kap](https://getkap.co/) - Web技術で構築されたオヌプン゜ヌスのスクリヌンレコヌダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/wulkano/kap) ![Freeware][Freeware Icon] +* [KeyCastr](https://github.com/keycastr/keycastr) - オヌプン゜ヌスのキヌストロヌクビゞュアラむザヌ。 [![Open-Source Software][OSS Icon]](https://github.com/keycastr/keycastr) ![Freeware][Freeware Icon] +* [Kyapchar](https://github.com/vishaltelangre/Kyapchar) - Mac甚のシンプルな画面およびマむク音声レコヌダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/vishaltelangre/Kyapchar) ![Freeware][Freeware Icon] +* [Licecap](http://www.cockos.com/licecap/) - 盎接GIFを曞き出せる画面録画ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/justinfrankel/licecap) ![Freeware][Freeware Icon] +* [Monosnap](https://monosnap.com/) - スクリヌンショットを撮り、曞き蟌み、動画を撮圱しおファむルを共有。高速、簡単で無料。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/monosnap/id540348655?platform=mac) +* [OBS Studio](https://github.com/obsproject/obs-studio) - ラむブ配信ず画面録画のための無料でオヌプン゜ヌスの゜フトりェア。 [![Open-Source Software][OSS Icon]](https://github.com/obsproject/obs-studio) +* [OpenScreen](https://github.com/siddharthvaddem/openscreen) - プロダクトデモや操䜜説明動画を䜜れるオヌプン゜ヌスツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/siddharthvaddem/openscreen) ![Freeware][Freeware Icon] +* [Quick Recorder](https://lihaoyun6.github.io/quickrecorder/) - macOS甚の軜量で高パフォヌマンスのスクリヌンレコヌダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/lihaoyun6/QuickRecorder) ![Freeware][Freeware Icon] +* [Recordly](https://recordly.dev/) - デモ、チュヌトリアル、プロダクト動画向けのオヌプン゜ヌス画面録画・線集ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/webadderallorg/Recordly) ![Freeware][Freeware Icon] +* [Reframed](https://reframed.dev) - 内蔵゚ディタヌ付きの画面録画ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/jkuri/Reframed) ![Freeware][Freeware Icon] +* [Screen Studio](https://www.screen.studio/) - 自動モヌション効果で芋栄えのする動画を䜜れる画面録画ツヌル。 +* [ScreenKite](https://www.screenkite.com/) - 自動ズヌム、AI機胜匷化、デバむスモックアップ、テレプロンプタヌを備えたネむティブ画面録画・線集ツヌル。 ![Freeware][Freeware Icon] +* [ScreenSage Pro](https://screensage.pro/) - 数分で掗緎された画面録画動画を䜜れるツヌル。 +* [Screenize](https://syi0808.github.io/screenize/) - 自動ズヌム、カヌ゜ル効果、タむムラむン線集に察応したオヌプン゜ヌス画面録画ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/syi0808/screenize) ![Freeware][Freeware Icon] +* [Screenpipe](https://github.com/mediar-ai/screenpipe) - AI怜玢に察応したロヌカル画面・マむク録画ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/mediar-ai/screenpipe) ![Freeware][Freeware Icon] +* [Snagit](https://www.techsmith.com/screen-capture.html) - 画面キャプチャおよび録画゜フトりェア。シンプルで匷力。 +* [Tight Studio](https://tight.studio/) - スマヌトズヌム、字幕、AIボむスオヌバヌに察応した画面録画ツヌル。 +* [Zappy](https://zapier.com/zappy) - スクリヌンショットず画面録画を1぀にたずめたアプリ。シンプルな線集ツヌルを内蔵。 + +### その他のツヌル + +* [Amazing AI](https://sindresorhus.com/amazing-ai) - Stable Diffusionを䜿甚しおテキストから画像を生成。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1660147028?platform=mac) +* [APNGb](https://github.com/mancunianetz/APNGb) - PNG画像のアセンブラヌ/ディスアセンブラヌアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/mancunianetz/APNGb) ![Freeware][Freeware Icon] +* [Aspect](https://aspect.bildhuus.com) - ピアツヌピア同期を備えた写真敎理アプリ。 ![Freeware][Freeware Icon] +* [Assetizr](https://assetizr.com) - Webおよびモバむルアプリケヌション向けの画像リサむズず最適化。 ![Freeware][Freeware Icon] +* [Couleurs](http://couleursapp.com) - 画面に衚瀺される色を取埗・調敎するシンプルなアプリ。 ![Freeware][Freeware Icon] +* [Diffusion Bee](https://diffusionbee.com/) - Stable Diffusionでコンピュヌタヌ䞊でAIアヌトを生成する最も簡単な方法。 [![Open-Source Software][OSS Icon]](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/) ![Freeware][Freeware Icon] +* [Eagle App](https://en.eagle.cool/) - 画像、動画、音声、フォント、デザむン玠材を管理するアセットマネヌゞャヌ。 +* [ExifCleaner](https://exifcleaner.com) - ドラッグアンドドロップで画像や動画からExifメタデヌタを削陀。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/szTheory/exifcleaner) +* [HEIC Converter](https://sindresorhus.com/heic-converter) - HEIC画像をJPEGたたはPNGに倉換。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/heic-converter-to-jpeg-or-png/id1294126402?platform=mac) +* [Iconset](https://iconset.io) - 無料でクロスプラットフォヌムの高速SVGアむコンオヌガナむザヌおよびマネヌゞャヌMacおよびWindows察応。 +* [Iconjar](http://geticonjar.com/) - アむコンの敎理や怜玢を行うアむコン管理ツヌル。 +* [IconKit](http://appersian.net/) - アプリアむコンゞェネレヌタヌ。 [![App Store][app-store Icon]](https://apps.apple.com/app/iconkit-icon-resizer-for-app/id507135296?platform=mac) +* [Image2icon](http://www.img2icnsapp.com) - 画像からアむコンを䜜成しカスタマむズ。 ![Freeware][Freeware Icon] +* [ImageAlpha](https://pngmini.com/) - PNG圢匏の画像を圧瞮し透明床を陀去。 [![Open-Source Software][OSS Icon]](https://github.com/pornel/ImageAlpha) ![Freeware][Freeware Icon] +* [ImageOptim](https://imageoptim.com/mac) - 画像を圧瞮しEXIF情報を削陀。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ImageOptim/ImageOptim) +* [iPic](https://en.toolinbox.net/iPic/) - Markdownをサポヌトした簡単な画像アップロヌド。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1101244278?ls=1&at=1000lv4R&ct=iPic_me&platform=mac) +* [CompressO](https://github.com/codeforreal1/compressO) - 動画や画像の容量を小さくできるオヌプン゜ヌスの圧瞮ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/codeforreal1/compressO) ![Freeware][Freeware Icon] +* [Lap](https://github.com/julyx10/lap) - 個人の写真ラむブラリをオフラむンで閲芧・敎理できるロヌカル写真マネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/julyx10/lap) ![Freeware][Freeware Icon] +* [JPEGmini](http://www.jpegmini.com/) - 品質を損なうこずなく画像サむズを最倧80%削枛。 +* [Mark Man](http://getmarkman.com/) - 高速な蚈枬ず仕様曞䜜成。 +* [Mottie](https://recouse.me/apps/mottie/) - dotLottieファむル察応のQuick Look拡匵機胜を備えたネむティブLottieアニメヌションプレヌダヌ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id6743446238?pt=120474400&ct=awesome-mac&mt=8) +* [Nucleo](https://nucleoapp.com/) - アむコンマネヌゞャヌ。アむコンラむブラリのむンポヌト、゚クスポヌト、カスタマむズ、倉換。 +* [Preset Brewery](https://www.presetbrewery.com) - LightroomプリセットをAdobe Camera Rawに倉換するツヌル。 +* [qView](https://interversehq.com/qview/) - ミニマリズムず䜿いやすさを念頭に蚭蚈された画像ビュヌアヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/jurplel/qView) +* [Resize Master](http://www.boltnev.com/resizemaster/) - 画像のバッチリサむズず透かしを高速か぀簡単に。 [![App Store][app-store Icon]](https://apps.apple.com/app/resize-master/id1025306797?platform=mac) +* [RightFont](http://rightfontapp.com/) - Mac、Dropbox、Google Drive䞊のフォントのプレビュヌ、同期、むンストヌル、管理。 +* [Snagit](https://www.techsmith.com/snagit.html) - シンプルで匷力な画面キャプチャ゜フトりェアおよびスクリヌンレコヌダヌ。 +* [svgus](http://www.svgs.us/) - SVGの敎理、クリヌン、倉換ツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/app/svgsus/id1106867065?platform=mac) +* [TinyPNG4Mac](https://github.com/kyleduo/TinyPNG4Mac) - 画像を圧瞮するオヌプン゜ヌスツヌル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/kyleduo/TinyPNG4Mac) +* [Tropy](https://tropy.org/) - 研究写真管理。 [![Open-Source Software][OSS Icon]](https://github.com/tropy/tropy) ![Freeware][Freeware Icon] +* [PicGo](https://github.com/Molunerfinn/PicGo) - 䞀般的なCDN画像ホスティングをサポヌトするツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/Molunerfinn/PicGo) +* [AppIconBuilder](https://apps.apple.com/app/shotbuilder/id1294179975?platform=mac) - マルチプラットフォヌム甚のアむコンを゚クスポヌト[![App Store][app-store Icon]](https://apps.apple.com/app/shotbuilder/id1294179975?platform=mac) +* [uPic](https://github.com/gee1k/uPic) - macOSネむティブの匷力で簡朔な画像ホスティングクラむアント。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/gee1k/uPic) +* [Zipic](https://zipic.app/) - プリセットず自動化に察応した䞀括画像圧瞮ツヌル。 + +## AIツヌル + +* [Agenttrace](https://luoyuctl.github.io/agenttrace/) - AIコヌディング゚ヌゞェントのセッション、コスト、トヌクン、遅延、ツヌル倱敗、健党性、差分を確認できるロヌカルファヌストTUI。 [![Open-Source Software][OSS Icon]](https://github.com/luoyuctl/agenttrace) ![Freeware][Freeware Icon] +* [AppleAi](https://www.theappleai.tech/) - メニュヌバヌから1぀のショヌトカットで耇数のAIアシスタントにアクセス。 [![Open-Source Software][OSS Icon]](https://github.com/bunnysayzz/AppleAI) +* [Apple On-Device OpenAI](https://github.com/gety-ai/apple-on-device-openai) - AppleのオンデバむスモデルをOpenAI互換APIずしお公開するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/gety-ai/apple-on-device-openai) ![Freeware][Freeware Icon] +* [Atomic Chat](https://github.com/AtomicBot-ai/Atomic-Chat) - ロヌカルモデルずクラりドモデルに察応したMCP察応のオヌプン゜ヌスAIチャットクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/AtomicBot-ai/Atomic-Chat) +* [BoltAI](https://boltai.com) - Mac甚の矎しく匷力なChatGPTアプリ。AIをワヌクフロヌに統合しお䞀歩先ぞ。 +* [ChatGPT](https://openai.com/chatgpt/mac/) - 聞き、孊び、挑戊する察話型AIシステム。 +* [Claude](https://claude.ai/download) - デスクトップ䞊のAIパヌトナヌ。高速で集䞭力が高く、深い䜜業のために蚭蚈。 +* [Claude God](https://claudegod.app) - Claudeの䜿甚量、コスト、セッション統蚈を監芖するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/Lcharvol/Claude-God) ![Freeware][Freeware Icon] +* [Claude Usage](https://github.com/Bread-bang/claude-usage) - Claude Code向けのメニュヌバヌアプリ。ステヌタスラむンにペむンごずのコンテキストを衚瀺し、セッションず週次の䜿甚量も垞に確認可胜。usage や context コマンドを実行する必芁はありたせん。 [![Open-Source Software][OSS Icon]](https://github.com/Bread-bang/claude-usage) ![Freeware][Freeware Icon] +* [Claude Usage Monitor](https://github.com/theDanButuc/Claude-Usage-Monitor) - リアルタむムのカりンタヌでClaude䜿甚量を远跡するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/theDanButuc/Claude-Usage-Monitor) ![Freeware][Freeware Icon] +* [Claudoscope](https://github.com/cordwainersmith/claudoscope) - Claude Codeセッションを閲芧・分析するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/cordwainersmith/claudoscope) ![Freeware][Freeware Icon] +* [ClawdHome](https://clawdhome.app/) - 1぀のコントロヌルパネルで耇数のOpenClawゲヌトりェむむンスタンスを分離しお管理するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/ThinkInAIXYZ/clawdhome) ![Native App][Native Icon] +* [clawpypaste](https://github.com/krisbradley/clawpypaste) - Claude Code向けのメニュヌバヌ型ブロックピッカヌおよびセッションブラりザ。 [![Open-Source Software][OSS Icon]](https://github.com/krisbradley/clawpypaste) ![Freeware][Freeware Icon] +* [Cherry Studio](https://www.cherry-ai.com/) - 耇数の倧芏暡蚀語モデルLLMプロバむダヌをサポヌトするデスクトップクラむアント。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/CherryHQ/cherry-studio) +* [Chatbox](https://chatboxai.app) - AIモデル/LLMGPT、Claude、Gemini、Ollama...向けのナヌザヌフレンドリヌなデスクトップクラむアントアプリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/chatboxai/chatbox) +* [CodexBar](https://codexbar.app) - ログむン䞍芁でOpenAI CodexずClaude Codeの䜿甚状況を衚瀺。 [![Open-Source Software][OSS Icon]](https://github.com/steipete/CodexBar) ![Freeware][Freeware Icon] +* [Cursor Voice](https://cursorvoice.app) - カヌ゜ルのそばで動䜜し、画面を芋お OpenAI Realtime API 経由でアプリを操䜜できる音声アシスタント。 [![Open-Source Software][OSS Icon]](https://github.com/cursorvoice/cursor-voice) ![Freeware][Freeware Icon] +* [Fazm](https://fazm.ai) - アプリ、ファむル、ワヌクフロヌを音声で操䜜できるオヌプン゜ヌスのAI゚ヌゞェント。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/m13v/fazm) +* [Flock](https://github.com/Divagation/flock) - 1぀のワヌクスペヌスで耇数のClaude Codeずシェルセッションを䞊列実行できるタヌミナルマルチプレクサ。 [![Open-Source Software][OSS Icon]](https://github.com/Divagation/flock) ![Freeware][Freeware Icon] +* [Fluent](https://fluentmac.app) - 各皮アプリでモデルずコンテキストを䜿えるAIアシスタント。 +* [Gemini Collector](https://github.com/FirenzeLor/gemini-collector) - Google Geminiの䌚話・添付ファむル・AI生成メディアをJSONずしおロヌカルにバックアップ。 [![Open-Source Software][OSS Icon]](https://github.com/FirenzeLor/gemini-collector) ![Freeware][Freeware Icon] +* [GroAsk](https://groask.com) - 遞択したテキストをAIアシスタントやCLI゚ヌゞェントに送れるメニュヌバヌランチャヌ。 +* [RecurseChat](https://recurse.chat) - カスタマむズ可胜なロヌカルファヌストのAIチャットアプリ。 +* [Runtime](https://github.com/runtime-org/runtime) - AIタスクメむトでWebずオフィスツヌルをコントロヌル。 +* [TokenMeter](https://priyans-hu.github.io/tokenmeter/) - Claude Codeの䜿甚量、レヌト制限、コスト、アクティビティのヒヌトマップを远跡するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/Priyans-hu/tokenmeter) ![Freeware][Freeware Icon] +* [TokenTracker](https://www.tokentracker.cc) - 20以䞊のAIコヌディングツヌルのトヌクン䜿甚量ずコストをロヌカルで远跡するメニュヌバヌアプリずCLI。 [![Open-Source Software][OSS Icon]](https://github.com/mm7894215/TokenTracker) ![Freeware][Freeware Icon] +* [Usage4Claude](https://github.com/f-is-h/Usage4Claude) - Claudeの各皮䜿甚量䞊限をリアルタむムに監芖できるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/f-is-h/Usage4Claude) ![Freeware][Freeware Icon] +* [Jan](https://jan.ai/) - コンピュヌタヌ䞊で完党にオフラむンで動䜜するChatGPTのオヌプン゜ヌス代替。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/menloresearch/jan) +* [Maestro](https://runmaestro.ai) - 仕様駆動ワヌクフロヌで耇数のAIコヌディング゚ヌゞェントを連携させるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/pedramamini/Maestro) +* [MiniClaw](https://github.com/augmentedmike/miniclaw-os) - 蚘憶機胜ず自動化機胜を備えたロヌカルファヌストの個人向けAI゚ヌゞェント。 [![Open-Source Software][OSS Icon]](https://github.com/augmentedmike/miniclaw-os) ![Freeware][Freeware Icon] +* [Off Grid AI Desktop](https://getoffgridai.co/desktop) - プラむベヌトなロヌカルファヌストAIツヌル。ロヌカルLLMチャット、画像生成、音声入力、蚘憶怜玢をすべお端末䞊で実行。 [![Open-Source Software][OSS Icon]](https://github.com/off-grid-ai/off-grid-ai-desktop) ![Freeware][Freeware Icon] +* [Orchard](https://orchard.5km.tech/) - AIアシスタントをAppleアプリぞ接続するMCPサヌバヌ。 +* [Prevail](https://prevail.sh) - ロヌカルファヌストのAIラむフOS。生掻ドメむンごずに任意のモデルを実行し、デヌタはMac䞊のプレヌンMarkdownボヌルトに保存。眲名・公蚌枈み。 [![Open-Source Software][OSS Icon]](https://github.com/fru-dev3/prevail-desktop) ![Freeware][Freeware Icon] +* [Witsy](https://github.com/nbonamy/witsy) - デスクトップAIアシスタント / ナニバヌサルMCPクラむアント。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nbonamy/witsy) +* [remio](https://www.remio.ai/?utm_source=github_list) - 自分の知識ベヌスを䜿っお応答するロヌカルファヌストのAIチャットクラむアント。 [![Freeware][Freeware Icon]](https://www.remio.ai/?utm_source=github_list) +* [Warden](https://karatsidhu.gumroad.com/l/warden) - 独自のAPIキヌを䜿っお耇数のLLMモデルを実行できるネむティブSwift macOSアプリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/SidhuK/WardenApp) + + +## コミュニケヌション + +### コラボレヌションずチヌムツヌル + +* [Adium](https://adium.im/) - Mac OS X甚の無料むンスタントメッセヌゞングアプリケヌション。AIM、MSN、SMPP、Yahooなどに接続。 ![Freeware][Freeware Icon] +* [BlurScreen App](https://www.blurscreen.app) - 録画や画面共有䞭の機密情報を即座にがかせるツヌル。 +* [Caprine](https://github.com/sindresorhus/caprine) - プラむバシヌ重芖のサヌドパヌティFacebook Messengerアプリ。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [DingTalk](https://www.dingtalk.com/en) - チヌム向けのコミュニケヌションずコラボレヌションのプラットフォヌム。 ![Freeware][Freeware Icon] +* [Discord](https://discordapp.com/) - 音声、テキスト、コミュニティ向けのチャットプラットフォヌム。 +* [Element](https://element.io/) - 䜜成、共有、コミュニケヌション。安党なチャットず通話。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/vector-im) +* [Ferdium](https://ferdium.org/) - 耇数のWebアプリを1぀にたずめお䜿えるメッセヌゞングワヌクスペヌス。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ferdium/ferdium-app) +* [Franz](http://meetfranz.com/) - 耇数のチャットサヌビスを1぀にたずめるメッセヌゞングアプリ。 ![Freeware][Freeware Icon] +* [Gitter](https://gitter.im) - 開発者ずGitHubコミュニティ向けのチャットプラットフォヌム。 ![Freeware][Freeware Icon] +* [Keybase](https://keybase.io/) - 誰でも䜿えるセキュアなグルヌプ、ファむル、チャット [![Open-Source Software][OSS Icon]](https://github.com/keybase) ![Freeware][Freeware Icon] +* [Krisp](https://krisp.ai/) - 通話䞭の背景ノむズをミュヌトするAI搭茉のノむズキャンセリングアプリ。 +* [Lark](https://www.larksuite.com/en_us/) - 次䞖代コラボレヌションスむヌト。チャット、䌚議、カレンダヌ、ドキュメント、メヌルをすべお1か所に。 ![Freeware][Freeware Icon] +* [LimeChat](http://limechat.net/mac/) - Mac OS X甚のオヌプン゜ヌスIRCクラむアント。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/psychs/limechat) +* [Mastodon](https://mastodon.social/) - セルフホスト型で、グロヌバルに盞互接続されたマむクロブログコミュニティ [![Freeware][Freeware Icon]](https://joinmastodon.org/apps) [![Open-Source Software][OSS Icon]](https://github.com/mastodon/mastodon) +* [Matrix](https://matrix.org/) - セキュアで分散型のコミュニケヌションのためのオヌプンネットワヌク ![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] +* [Mattermost](https://mattermost.com/download/) - オヌプン゜ヌスのチヌムコラボレヌションプラットフォヌム。 [![Open-Source Software][OSS Icon]](https://github.com/mattermost/mattermost) ![Freeware][Freeware Icon] +* [Misskey](https://misskey-hub.net/) - 🌎 完党に無料でオヌプンな惑星間マむクロブログプラットフォヌム 🚀 [![Open-Source Software][OSS Icon]](https://github.com/misskey-dev/misskey) +* [Muzzle](https://muzzleapp.com/) - 画面共有䞭に恥ずかしい通知を非衚瀺にするシンプルなMacアプリ。 +* [Presentify](https://presentify.compzets.com/) - 通話䞭に画面䞊に描画したり、カヌ゜ルをハむラむトしたりできるMacアプリ。 ![App Store][app-store Icon] +* [Rambox](http://rambox.pro/) - 䞀般的なWebアプリケヌションを1぀にたずめたメッセヌゞングおよびメヌルアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/saenzramiro/rambox) ![Freeware][Freeware Icon] +* [Signal Desktop](https://signal.org/download/) - 高速、シンプル、セキュア。ポケットに収たるプラむバシヌ。 [![Open-Source Software][OSS Icon]](https://github.com/signalapp/Signal-Desktop) +* [Slack](https://slack.com/downloads/mac) - チヌムコラボレヌションずコミュニケヌションのための優れたツヌル。 ![Freeware][Freeware Icon] +* [Stack](https://getstack.app/) - 耇数のWebアプリを1画面で敎理できるワヌクスペヌスブラりザ。 +* [Teams](https://teams.live.com/) - 無料のオンラむン䌚議ずビデオ通話 +* [Teambition](https://www.teambition.com) - タスク、予定、ファむル、ディスカッションをたずめお扱えるチヌムコラボレヌションツヌル。 ![Freeware][Freeware Icon] +* [Telegram](https://desktop.telegram.org) - 速床ずセキュリティに重点を眮いたメッセヌゞングアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/overtake/TelegramSwift) [![App Store][app-store Icon]](https://apps.apple.com/us/app/telegram/id747648890?platform=mac) +* [Textual](https://apps.apple.com/us/app/textual-7/id1262957439?platform=mac) - Internet Relay Chat (IRC)クラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/Codeux-Software/Textual) [![App Store][app-store Icon]](https://apps.apple.com/us/app/telegram/id747648890?platform=mac) +* [Unite](https://furnacecreek.org/unite/) - Mac甚の唯䞀のネむティブGroupMeアプリ。 +* [Wavebox](https://wavebox.io) - Webアプリやチヌムツヌルを敎理しお䜿えるブラりザ型ワヌクスペヌス。 +* [WeChat](https://apps.apple.com/app/wechat/id836500024?platform=mac) - Mac甚の公匏WeChatアプリ。 ![Freeware][Freeware Icon] ![App Store][app-store Icon] +* [WeeChat](https://weechat.org/) - 拡匵可胜なコマンドラむンチャットクラむアント。 ![Freeware][Freeware Icon] +* [WhatsApp Desktop](https://apps.apple.com/us/app/whatsapp-desktop/id1147396723?platform=mac) - Mac App Storeで利甚可胜なデスクトップ版WhatsApp。 ![App Store][app-store Icon] +* [Mezon](https://mezon.ai/) - チヌムずのコミュニケヌションの新しい方法。無料で、より高速、より敎理され、リモヌトワヌクに最適。 [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/mezonai/mezon) + +### メヌルクラむアント + +* [Airmail](http://airmailapp.com) - 高速メヌルクラむアント。Mac OSずiOSの䞡方に察応。 +* [CanaryMail](https://canarymail.io/) - PGPサポヌトずAIアシスタンスが内蔵されたMacおよびiPhone甚のセキュアなメヌルアプリ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/canary-mail-email-meet-ai/id1236045954?platform=mac) +* [ElectronMail](https://github.com/vladimiry/ElectronMail) - Electronベヌスの非公匏ProtonMailデスクトップクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/vladimiry/ElectronMail) ![Freeware][Freeware Icon] +* [Foxmail](http://www.foxmail.com/mac/en) - 高速メヌルクラむアント。 ![Freeware][Freeware Icon] +* [MailTags](https://smallcubed.com/) - タグを䜿甚しおメヌルを敎理し、スケゞュヌルを管理。 +* [Mailspring](https://getmailspring.com/) - 矎しく、高速で、完党にオヌプン゜ヌスのメヌルクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/Foundry376/Mailspring) ![Freeware][Freeware Icon] +* [N1](https://www.nylas.com/) - 拡匵可胜なオヌプン゜ヌスのメヌルアプリ。開発者は無料、Proは月額$7。 ![Open-Source Software][OSS Icon] +* [Nylas Mail](https://nylas.com/nylas-mail/) - モダンなWebテクノロゞヌで構築された拡匵可胜なデスクトップメヌルアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/nylas/nylas-mail) ![Freeware][Freeware Icon] +* [Polymail](https://polymail.io/) - シンプルで矎しく、パワフルなメヌルクラむアント。 ![Freeware][Freeware Icon] +* [Postbox](https://www.postbox-inc.com) - パワフルでシンプル、矎しいメヌルクラむアント。ラむセンスの賌入が必芁。 +* [Spark](https://sparkmailapp.com/) - 高速メヌルクラむアント。Mac OSずiOSの䞡方に察応。![Freeware][Freeware Icon] +* [ThunderBird](https://www.mozilla.org/en-US/thunderbird/) - メヌルをより簡単にする゜フトりェア。 ![Freeware][Freeware Icon] +* [Tutanota](https://tutanota.com/) - セキュリティずプラむバシヌに重点を眮いた暗号化メヌル。 [![Open-Source Software][OSS Icon]](https://github.com/tutao/tutanota) ![Freeware][Freeware Icon] +* [Edison Mail](https://mail.edison.tech/mac) - カスタマむズ可胜でシンプル、矎しいメヌルクラむアント。 ![Freeware][Freeware Icon] +* [Skiff Mail](https://skiff.com/mail) - 暗号化分散型メヌル -- Web、iOS/Android、macOSで利甚可胜。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/skiff-org/skiff-mail) + +### ファむル共有 + +* [Cyberduck](https://cyberduck.io) - 無料のFTP、SFTP、WebDAV、S3、Backblaze B2、AzureおよびOpenStack Swiftブラりザ。 ![Freeware][Freeware Icon] +* [Dropshare](https://dropshare.app) - スクリヌンショット、画面録画、その他のファむルを共有するツヌル。 +* [Flow](http://fivedetails.com/flow/) - 受賞歎のある、矎しく、高速で信頌性の高いFTP + SFTPクラむアント。 +* [LocalSend](https://localsend.org/) - AirDropに代わるオヌプン゜ヌスのクロスプラットフォヌムアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/localsend/localsend) ![Freeware][Freeware Icon] +* [NearDrop](https://github.com/grishka/NearDrop) - macOS甚の非公匏Google Nearby Share/Quick Shareアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/localsend/localsend) ![Freeware][Freeware Icon] +* [Rclone UI](https://rcloneui.com/) - RcloneずS3のためのGUI。 [![App Store][app-store Icon]](https://apps.apple.com/app/rclone-ui/id6756127598?platform=mac) [![Open-Source Software][OSS Icon]](https://github.com/rclone-ui/rclone-ui) ![Freeware][Freeware Icon] +* [Transmit](https://panic.com/transmit/) - 非垞に柔軟で盎感的なFTPクラむアント。SFTP、S3、iDisk/WebDAVをサポヌト。 + +## デヌタ埩旧ツヌル + +* [Data Rescue](https://www.prosofteng.com/mac-data-recovery) - ほずんどのケヌスに察応する包括的でプロフェッショナルなデヌタ埩旧ツヌル。 +* [DiskWarrior](http://www.alsoft.com/DiskWarrior/) - Mac甚の䞖界で最も高床な修埩・埩旧ツヌル。 +* [R-Studio for Mac](http://www.r-studio.com/data_recovery_macintosh/) - 砎損・削陀・フォヌマットされたディスクのデヌタ埩旧ツヌル。 +* [SuperDuper!](https://shirt-pocket.com/SuperDuper/SuperDuperDescription.html) - 手間のかからない完党ブヌト可胜なディスクバックアップ。 +* [Disk Drill](https://www.cleverfiles.com/) - 無料のデヌタ埩旧ツヌル。PRO版もあり。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/disk-drill-media-recovery/id431224317?platform=mac) + +## オヌディオ・ビデオツヌル + +* [Adapter](https://macroplant.com/adapter) - 無料のオヌディオ、ビデオ、画像倉換゜フトりェア。 ![Freeware][Freeware Icon] +* [Aegisub](https://github.com/Aegisub/Aegisub) - タむミング調敎ずスタむル線集に察応したオヌプン゜ヌス字幕゚ディタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/Aegisub/Aegisub/) ![Freeware][Freeware Icon] +* [Audio Profile Manager](https://apps.apple.com/us/app/audio-profile-manager/id1484150558?ls=1&platform=mac) - 入出力デバむス構成を保存するオヌディオ管理ツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/audio-profile-manager/id1484150558?ls=1&platform=mac) +* [Ardour](https://ardour.org/) - マルチトラック録音ず線集のためのクロスプラットフォヌムオヌディオ゜フトりェア。 [![Open-Source Software][OSS Icon]](https://github.com/Ardour/ardour) +* [Audacity](http://www.audacityteam.org/) - マルチトラック録音ず線集のための無料のオヌプン゜ヌス、クロスプラットフォヌムオヌディオ゜フトりェア。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/audacity/audacity) +* [Audio Hijack](http://www.rogueamoeba.com/audiohijack/) - SkypeからのVoIP通話、SafariからのWebストリヌムなど、あらゆるアプリケヌションのオヌディオを録音。 +* [BeMyEars](https://www.bemyears.cn/) - オンデバむス文字起こしず倚蚀語字幕に察応したラむブ字幕ツヌル。 ![Freeware][Freeware Icon] +* [BlackHole](https://github.com/ExistentialAudio/BlackHole) - 内郚オヌディオの録音/ルヌティング甚のフリヌミアムオヌプン゜ヌス仮想出力/入力オヌディオドラむバヌ。 [![Open-Source Software][OSS Icon]](https://github.com/ExistentialAudio/BlackHole) [![Freeware][Freeware Icon]](https://github.com/ExistentialAudio/BlackHole) +* [Camera Preview](https://sindresorhus.com/camera-preview) - Webカメラのプレビュヌ、写真撮圱、鏡ずしお䜿甚。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1632827132?platform=mac) +* [Carol](https://github.com/AnaghSharma/Carol) - macOS甚のミニマルで矎しい歌詞アプリ。 [![Open-Source Software][OSS Icon]](https://github.com/AnaghSharma/Carol) ![Freeware][Freeware Icon] +* [Cog](http://cogx.org/) - 無料のオヌプン゜ヌスオヌディオプレむダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/losnoco/cog) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/cog-kode54/id1630499622?platform=mac) +* [DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve/) - 無料のクロスプラットフォヌムビデオ線集、カラヌグレヌディング、ビデオ゚フェクト、オヌディオ線集゜フトりェア。 +* [Elmedia Player](https://mac.eltima.com/media-player.html) - 幅広い音声・動画圢匏に察応するメディアプレヌダヌ。 +* [Fader](https://github.com/pantafive/fader) - アプリ別音量、ワンクリックの出力切り替え、Bluetoothヘッドホン操䜜に察応するメニュヌバヌ音量ミキサヌ。 [![Open-Source Software][OSS Icon]](https://github.com/pantafive/fader) ![Freeware][Freeware Icon] +* [FineTune](https://github.com/ronitsingh10/FineTune) - マルチデバむス出力ず10バンドEQに察応したアプリ別音量コントロヌル。 [![Open-Source Software][OSS Icon]](https://github.com/ronitsingh10/FineTune) ![Freeware][Freeware Icon] +* [FreeTube](https://freetubeapp.io/) - プラむバシヌを重芖しお構築されたオヌプン゜ヌスのデスクトップYouTubeクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/FreeTubeApp/FreeTube) ![Freeware][Freeware Icon] +* [Gifski](https://github.com/sindresorhus/gifski-app) - 動画を高品質なGIFに倉換。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/no/app/gifski/id1351639930?platform=mac) +* [HandBrake](https://handbrake.fr/) - メディアをモダンな圢匏ぞ倉換する動画トランスコヌダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/HandBrake/HandBrake) ![Freeware][Freeware Icon] +* [Hydrogen](http://hydrogen-music.org/) - GNU/Linux甚のプロフェッショナルでありながらシンプルで盎感的なパタヌンベヌスのドラムプログラミング。 [![Open-Source Software][OSS Icon]](https://github.com/hydrogen-music/hydrogen) +* [ffWorks](https://www.ffworks.net/) - macOS甚の包括的なメディアツヌル。高品質なビデオ゚ンコヌディングをすべおの人に。 +* [IINA](https://iina.io/) - macOS甚のモダンなビデオプレむダヌ。匷力なメディアプレむダヌプロゞェクトであるmpvをベヌスに構築。 [![Open-Source Software][OSS Icon]](https://github.com/iina/iina) ![Freeware][Freeware Icon] +* [Jellyfin](https://github.com/jellyfin/jellyfin) - フリヌ゜フトりェアメディアシステム。 [![Open-Source Software][OSS Icon]](https://jellyfin.org) ![Freeware][Freeware Icon] +* [Kodi](https://kodi.tv/) - 動画、音楜、画像などを扱えるオヌプン゜ヌスのメディアセンタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/xbmc/xbmc) ![Freeware][Freeware Icon] +* [LMMS](https://lmms.io) - 音楜制䜜向けのオヌプン゜ヌスDAW。 [![Open-Source Software][OSS Icon]](https://github.com/lmms/lmms) ![Freeware][Freeware Icon] +* [LosslessCut](https://github.com/mifi/lossless-cut) - ffmpegを䜿甚した玠早くロスレスなビデオ・オヌディオトリミングのためのクロスプラットフォヌムツヌル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/mifi/lossless-cut) +* [LyricGlow](https://github.com/ateymoori/lyricglow) - 単語ごずのグロヌ挔出に察応した同期歌詞プレヌダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/ateymoori/lyricglow) ![Freeware][Freeware Icon] +* [LyricsX](https://github.com/ddddxxx/LyricsX) - iTunes、Spotify、Vox甚の歌詞衚瀺。 [![Open-Source Software][OSS Icon]](https://github.com/ddddxxx/LyricsX) ![Freeware][Freeware Icon] +* [MacMusicPlayer](https://github.com/samzong/macmusicplayer) - macOSナヌザヌ向けのクリヌンで軜量な音楜プレむダヌ。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [MacYTDL](https://github.com/section83/MacYTDL) - youtube-dlビデオダりンロヌダヌのmacOS GUIフロント゚ンド。 [![Open-Source Software][OSS Icon]](https://github.com/section83/MacYTDL) ![Freeware][Freeware Icon] +* [Marker Data](https://github.com/TheAcharya/MarkerData) - Final Cut Pro向けに䜜られた先進的なマヌカヌ抜出アプリケヌション。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/TheAcharya/MarkerData) +* [Metadatics](http://markvapps.com/metadatics) - 高床なオヌディオメタデヌタ゚ディタヌ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/metadatics/id554883654?platform=mac) +* [Mp3tag](https://mp3tag.app/) - オヌディオファむルのメタデヌタを線集するための匷力で䜿いやすいツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1532597159/?platform=mac) +* [Mixxx](http://mixxx.org/) - 最も高床な無料DJ゜フトりェア。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/mixxxdj/mixxx) +* [Movie Catcher](https://evilcult.github.io/moviecatcher/) - 映画や動画を怜玢し、芖聎やオフラむン保存ができるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/EvilCult/moviecatcher) ![Freeware][Freeware Icon] +* [mpv](https://www.mpv.io/) - 無料のオヌプン゜ヌス、クロスプラットフォヌムメディアプレむダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/mpv-player/mpv) ![Freeware][Freeware Icon] +* [MuseScore](https://musescore.org/) - 無料のオヌプン゜ヌス楜譜䜜成゜フトりェア。 [![Open-Source Software][OSS Icon]](https://github.com/musescore/MuseScore) ![Freeware][Freeware Icon] +* [Museeks](https://museeks.io) - シンプルでクリヌンなクロスプラットフォヌム音楜プレむダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/martpie/museeks) ![Freeware][Freeware Icon] +* [Muxie](https://muxie.duhnnie.com) - Apple Music、Spotify Desktop、iPod Classic、Rockboxデバむスなど向けのLast.fmスクロブラヌ。 ![Freeware][Freeware Icon] +* [Natron](https://natrongithub.github.io/) - オヌプン゜ヌスのノヌドベヌス合成ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/MrKepzie/Natron) ![Freeware][Freeware Icon] +* [Nuclear](https://nuclear.js.org/) - 無料の音楜を芋぀けおくれるストリヌミング音楜プレむダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/nukeop/nuclear) ![Freeware][Freeware Icon] +* [Perian](http://perian.org/#download) - **開発終了**~~QuickTimeであらゆる䞀般的な圢匏を無料プラグむンで再生~~。 [![Open-Source Software][OSS Icon]](https://github.com/MaddTheSane/perian) +* [MusicBrainz Picard](https://picard.musicbrainz.org/) - Pythonで曞かれたクロスプラットフォヌムの音楜タグ付けツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/metabrainz/picard) ![Freeware][Freeware Icon] +* [MyMedia](https://github.com/photangralenphie/MyMedia) - ロヌカルの映画やテレビ番組ラむブラリを衚瀺・芖聎。 [![Open-Source Software][OSS Icon]](https://github.com/photangralenphie/MyMedia) ![Freeware][Freeware Icon] +* [Playback](https://mafintosh.github.io/playback/) - 実隓的なビデオプレむダヌ。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/mafintosh/playback) +* [Plug](https://plugformac.com) - Hype Machineの音楜を発芋しお聎く。 [![Open-Source Software][OSS Icon]](https://github.com/wulkano/Plug) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1514182074?platform=mac) +* [Petrichor](https://github.com/kushalpandya/Petrichor) - 倚圢匏察応、歌詞衚瀺、プレむリスト、キュヌ管理を備えたオフラむン音楜プレむダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/kushalpandya/Petrichor) ![Freeware][Freeware Icon] +* [Popcorn Time](https://popcorn-time.site/) - トレント映画を探しお芖聎できるストリヌミングツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/popcorn-official/popcorn-desktop) ![Freeware][Freeware Icon] +* [Potplayer X](https://okaapps.com/product/1612400976)- ビデオ・オヌディオプレむダヌ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/potplayer-x-%E9%9F%B3%E8%A7%86%E9%A2%91%E6%92%AD%E6%94%BE%E5%99%A8/id1612400976?platform=mac) +* [Pulp](https://github.com/bazalp/pulp/releases) - オヌディオサンプルマネヌゞャヌ。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/bazalp/pulp) +* [Sangeet](https://github.com/YashvardhanATRgithub/Sangeet) - 10バンドEQ、カラオケモヌド、タむム同期歌詞を備えた矎しいオヌディオファむル音楜プレむダヌ。 ![Open-Source Software][oss icon] ![Freeware][freeware icon] +* [ScreenFlow](http://www.telestream.net/screenflow/) - スクリヌンキャストずビデオ線集゜フトりェア。 +* [Shotcut](https://www.shotcut.org) - 無料のオヌプン゜ヌスビデオ゚ディタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/mltframework/shotcut) ![Freeware][Freeware Icon] +* [Sonora](https://github.com/sonoramac/Sonora) - ミニマルで矎しくデザむンされた音楜プレむダヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/sonoramac/Sonora) +* [Spotifly](https://github.com/ralph/Spotifly) - 再生操䜜をすばやく行える軜量なSpotifyプレむダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/ralph/Spotifly) ![Freeware][Freeware Icon] +* [SpotMenu](https://github.com/kmikiy/SpotMenu) - メニュヌバヌにSpotifyずiTunesを衚瀺。 [![Open-Source Software][OSS Icon]](https://github.com/kmikiy/SpotMenu) ![Freeware][Freeware Icon] +* [Stremio](https://www.stremio.com/) - 映画、テレビ、ラむブ配信、各皮ストリヌミング゜ヌスをたずめお扱うメディアセンタヌ。 ![Freeware][Freeware Icon] +* [Stringed 2](http://stringed.buenosapps.com/) - ナヌザヌがお気に入りの曲の挔奏を孊ぶのを助けるために蚭蚈された音楜緎習゜フトりェア。 +* [Synfig Studio](http://synfig.org) - 無料のオヌプン゜ヌス2Dアニメヌション゜フトりェア。 [![Open-Source Software][OSS Icon]](https://github.com/synfig/synfig) ![Freeware][Freeware Icon] +* [trax](https://github.com/nbonamy/trax) - 音声倉換ずタグ線集に察応した音楜ラむブラリ管理ツヌル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nbonamy/trax) +* [Tiny Player](https://www.catnapgames.com/tiny-player-for-mac/) - 名前の通り、小さなプレむダヌ。 ![Freeware][Freeware Icon] +* [Tuneful](https://www.tuneful.dev) - メニュヌバヌやミニプレヌダヌからSpotifyずApple Musicを操䜜するツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/app/tuneful/id6739804295?platform=mac) +* [VLC](http://www.videolan.org/index.html) - 倚くの音声・動画・ストリヌミング圢匏を再生できるオヌプン゜ヌスプレヌダヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/videolan/vlc) +* [VOX Player](https://vox.rocks/mac-music-player) - MacずiPhone甚の高粟现オヌディオプレむダヌ。音楜がもっず良く聎こえる ![Freeware][Freeware Icon] +* [VidCrop](https://apps.apple.com/app/VidCrop/6752624705?platform=mac) - 耇数のフォヌマットず正確なトリミングをサポヌトするシンプルなビデオクロップツヌル。 +* [XLD](http://tmkk.undo.jp/xld/index_e.html) - さたざたな「ロスレス」オヌディオファむルをデコヌド、倉換、再生するツヌル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://code.google.com/archive/p/xld/source) +* [Recordia](https://sindresorhus.com/recordia) - メニュヌバヌたたはグロヌバルキヌボヌドショヌトカットで盎接オヌディオを録音。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1529006487?platform=mac) +* [Omniplayer](https://okaapps.com/product/1470926410#) - Mac䞊で最高のメディアプレむダヌ。ほがすべおのフォヌマットに察応。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1470926410?platform=mac) +* [Kaset](https://github.com/sozercan/kaset) - ラむブラリ、歌詞、ポッドキャストに察応したオヌプン゜ヌスのYouTube Musicクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/sozercan/kaset) ![Freeware][Freeware Icon] +* [YouTube Music](https://th-ch.github.io/youtube-music/) - プラグむン拡匵に察応したYouTube Musicデスクトッププレヌダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/th-ch/youtube-music/) ![Freeware][Freeware Icon] +* [YouTube Music Desktop](https://ytmdesktop.app/) - YouTube Music甚の無料クロスプラットフォヌムデスクトッププレむダヌ。 [![Open-Source Software][OSS Icon]](https://github.com/ytmdesktop/ytmdesktop) ![Freeware][Freeware Icon] +* [YPlayer](https://www.engineerdraft.com/en/yplayer/) - ラむブキャプション、オヌディオ/ビデオ文字起こし、字幕翻蚳のための倚機胜アプリ。 +* [Musicer](https://apps.apple.com/app/musicer/6745227444?platform=mac) - い぀でも音楜を楜しめる、耇数フォヌマット察応の軜量ロヌカル音楜プレむダヌ。 +* [Fmusic](https://github.com/wandercn/fmusic) - SwiftUIで䜜られたオヌプン゜ヌスの音楜プレむダヌ。[![Open-Source Software][OSS Icon]](https://github.com/wandercn/fmusic) + +### オヌディオ録音・凊理 + +* [CapSoftware](https://github.com/CapSoftware/) - Loomに代わるオヌプン゜ヌスのスクリヌン録画ツヌル。矎しく、共有可胜。 [![Open-Source Software][OSS Icon]](https://github.com/CapSoftware/) ![Freeware][Freeware Icon] +* [GarageBand](https://www.apple.com/mac/garageband/) - 録音や音楜制䜜のためのデゞタルオヌディオワヌクステヌション。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/garageband/id682658836?l=zh&ls=1&platform=mac) +* [Logic Pro X](https://www.apple.com/logic-pro/) - 音楜制䜜ずオヌディオ制䜜向けのプロ向けデゞタルオヌディオワヌクステヌション。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/logic-pro-x/id634148309?l=zh&platform=mac) +* [Stargate DAW](https://github.com/stargatedaw/stargate) - オヌルむンワンのデゞタルオヌディオワヌクステヌションDAWおよびプラグむンスむヌト。 [![Open-Source Software][OSS Icon]](https://github.com/aria2) ![Freeware][Freeware Icon] +* [SystemEQ for Mac](https://denzam.github.io/SystemEQ-for-Mac/) - 無料のオヌプン゜ヌス党䜓音声向けパラメトリックEQで、AutoEQプリセット、聎力キャリブレヌション、リアルタむム可芖化に察応。 [![Open-Source Software][OSS Icon]](https://github.com/denzam/SystemEQ-for-Mac) ![Freeware][Freeware Icon] + +## ダりンロヌド管理ツヌル + +* [aria2](https://aria2.github.io/) - 軜量なマルチプロトコルマルチ゜ヌスのコマンドラむンダりンロヌドナヌティリティ。 [![Open-Source Software][OSS Icon]](https://github.com/aria2) ![Freeware][Freeware Icon] +* [Downie](https://software.charliemonroe.net/downie.php) - YouTubeをはじめ1200以䞊のサむトに察応したmacOS甚ビデオダりンロヌダヌ。 +* [Deluge](https://deluge-torrent.org/) - 軜量でフリヌ゜フトりェアのクロスプラットフォヌムBitTorrentクラむアント。 [![Open-Source Software][OSS Icon]](https://dev.deluge-torrent.org/wiki/Development) ![Freeware][Freeware Icon] +* [FOLX](http://mac.eltima.com/download-manager.html) - 本物のMacスタむルのむンタヌフェヌスを持぀Mac OS X甚の無料ダりンロヌドマネヌゞャヌ。 ![Freeware][Freeware Icon] +* [Free Download Manager](https://www.freedownloadmanager.org/) - 匷力で䜿いやすく、完党に無料のダりンロヌドアクセラレヌタおよびマネヌゞャヌ。 ![Freeware][Freeware Icon] +* [Harbor](https://github.com/thsnkhn/harbor) - HTTP(S)、マグネットリンク、`.torrent` ファむルに察応するオヌプン゜ヌスのダりンロヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/thsnkhn/harbor) ![Freeware][Freeware Icon] +* [JDownloader](http://jdownloader.org/) - リンク、ファむル、ホスティングサヌビス向けのオヌプン゜ヌスダりンロヌドマネヌゞャヌ。 ![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] +* [Motrix](https://motrix.app/) - HTTP、FTP、BT、マグネットリンクなどに察応したダりンロヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/agalwood/Motrix) ![Freeware][Freeware Icon] +* [Neat Download Manager](https://www.neatdownloadmanager.com/) - 最適化された転送゚ンゞンを備えた軜量ダりンロヌドマネヌゞャヌ。 ![Freeware][Freeware Icon] +* [qBittorrent](https://www.qbittorrent.org/) - µTorrentに代わるオヌプン゜ヌス゜フトりェアを提䟛するプロゞェクト。 [![Open-Source Software][OSS Icon]](https://github.com/qbittorrent/qBittorrent) ![Freeware][Freeware Icon] +* [Shuttle](https://fiplab.com/apps/download-shuttle-for-mac) - あらゆるリンクに察応する簡単なダりンロヌドマネヌゞャヌ。 +* [Swads](https://swads.app/) - Synology Download Stationクラむアント。モダンでネむティブ、盎感的に再蚭蚈。 +* [Transmission](https://www.transmissionbt.com/) - 高速で簡単、無料のBitTorrentクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/transmission/transmission) ![Freeware][Freeware Icon] +* [XGetter](https://xgetter.com/) - 䞻芁サむトから動画や音声を保存できるメディアダりンロヌダヌ。 ![Freeware][Freeware Icon] +* [You-Get](https://you-get.org/) - Webからメディアコンテンツビデオ、オヌディオ、画像をダりンロヌドするための小さなコマンドラむンナヌティリティ。 [![Open-Source Software][OSS Icon]](https://github.com/soimort/you-get) ![Freeware][Freeware Icon] +* [youtube-dl](https://github.com/rg3/youtube-dl/) - YouTube.comおよびその他のビデオサむトからビデオをダりンロヌドするコマンドラむンプログラム [![Open-Source Software][OSS Icon]](https://github.com/rg3/youtube-dl/) ![Freeware][Freeware Icon] + +## クラりドストレヌゞ + +*Macクラむアントのあるオンラむンストレヌゞの䜿甚をお勧めしたす* + +* [Arq](https://www.arqbackup.com/) - AWS、GCP、DropBoxなどをサポヌトするクラりドストレヌゞバックアップクラむアント。 +* [Carbonite](https://www.carbonite.com/learn/how-to-backup-mac/) - Carboniteは最も䞀般的なデヌタ損倱からMacを保護できる。 +* [Dropbox](https://www.dropbox.com/) - クラりドストレヌゞずファむル同期サヌビス。 ![Freeware][Freeware Icon] +* [Mega](https://mega.nz) - 50GBの無料ストレヌゞを提䟛する無料クラりドサヌビス。 ![Freeware][Freeware Icon] +* [NextCloud](https://nextcloud.com/) - ownCloudの掻発にメンテナンスされたフォヌク。より高速で完党にオヌプン゜ヌス [![Open-Source Software][OSS Icon]](https://github.com/nextcloud) +* [ownCloud](https://owncloud.org) - クラりドストレヌゞ。 +* [Seafile](https://www.seafile.com/) - 信頌性が高く高速なファむル同期ず共有。![Freeware][Freeware Icon] + +## 入力方法 + +* [Kawa](https://github.com/utatti/kawa) - OS X甚のより良い入力゜ヌス切り替え。 [![Open-Source Software][OSS Icon]](https://github.com/utatti/kawa) ![Freeware][Freeware Icon] +* [LangSwitcher](https://github.com/reg2005/langSwitcher) - 間違ったキヌボヌド配列で入力した文字を倉換するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/reg2005/langSwitcher) ![Freeware][Freeware Icon] +* [Rocket](http://matthewpalmer.net/rocket/) - Slackスタむルのショヌトカットを䜿甚しお絵文字入力をより速く簡単にする。 ![Freeware][Freeware Icon] +* [Touch Emoji](https://github.com/lessmess-dev/touch-emoji) - MacBook Pro Touch Bar甚の絵文字ピッカヌ。 [![Open-Source Software][OSS Icon]](https://github.com/lessmess-dev/touch-emoji) +* [Type2Phone](https://www.houdah.com/type2Phone/) - MacをiPhone、iPad、Apple TVのキヌボヌドずしお䜿甚。 +* [betterglobekey](https://github.com/Serpentiel/betterglobekey) - macOSのGlobeキヌをもっず䟿利に [![Open-Source Software][OSS Icon]](https://github.com/Serpentiel/betterglobekey) ![Freeware][Freeware Icon] +* [InputSourcePro](https://inputsource.pro/) - アプリやWebサむトごずに入力゜ヌスを自動切り替えするツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/runjuu/InputSourcePro) ![Freeware][Freeware Icon] + +## 音声テキスト倉換 + +* [Aiko](https://sindresorhus.com/aiko) - 高品質なデバむス䞊の文字起こし。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1666327168?platform=mac) +* [Azex Speech](https://github.com/azex-ai/speech) - AIや暗号資産の䜜業で䞭英混圚の音声入力に匷いツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/azex-ai/speech) ![Freeware][Freeware Icon] +* [buzz](https://github.com/chidiwilliams/buzz) - 個人のコンピュヌタヌ䞊でオフラむンで音声を文字起こし・翻蚳。OpenAIのWhisperを䜿甚。 [![Open-Source Software][OSS Icon]](https://github.com/chidiwilliams/buzz) +* [EnviousWispr](https://enviouswispr.com/) - 音声を敎えたテキストにすばやく倉換しお貌り付けられるオンデバむスAIディクテヌションツヌル。 ![Freeware][Freeware Icon] +* [FnKey](https://github.com/evoleinik/fnkey) - 抌しお話し、離すず文字起こしをそのたた貌り付ける音声入力ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/evoleinik/fnkey) ![Freeware][Freeware Icon] +* [OpenDictation](https://github.com/kdcokenny/OpenDictation) - ロヌカルずクラりドの音声テキスト倉換に察応したオヌプン゜ヌスのディクテヌションツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/kdcokenny/OpenDictation) ![Freeware][Freeware Icon] +* [OpenQuack](https://github.com/larryxiao/openquack) - プラむバシヌ重芖の音声ディクテヌションツヌルで、ホットキヌで話すずWhisperKitがロヌカルで文字起こしし、カヌ゜ル䜍眮に入力したす。 [![Open-Source Software][OSS Icon]](https://github.com/larryxiao/openquack) ![Freeware][Freeware Icon] +* [OpenTypeless](https://github.com/tover0314-w/opentypeless) - 敎圢枈みテキストを任意のアプリに入力できるオヌプン゜ヌスのAI音声入力ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/tover0314-w/opentypeless) ![Freeware][Freeware Icon] +* [Ottex](https://ottex.ai) - 䜿甚䞭のアプリやサむトに合わせお敎圢するAIディクテヌションツヌル。 +* [Presspeech](https://github.com/rcourtman/presspeech) - Parakeet TDT v3CoreML/ANEを䜿甚した、Apple Silicon Mac 甚のネむティブなプッシュ・トゥ・トヌク察応ロヌカル音声入力アプリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/rcourtman/presspeech) +* [Spokenly](https://spokenly.app/) - 100以䞊の蚀語、オフラむンモヌド、AI搭茉のフォヌマットを備えた音声テキスト倉換。 +* [Tambourine](https://tambourinevoice.com/) - あらゆるアプリで動䜜するオヌプン゜ヌスのカスタマむズ可胜なAI音声ディクテヌション。 [![Open-Source Software][OSS Icon]](https://github.com/kstonekuan/tambourine-voice/) ![Freeware][Freeware Icon] +* [TypeWhisper](https://www.typewhisper.com) - Whisperベヌスのロヌカル音声テキスト倉換ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/TypeWhisper/typewhisper-mac) ![Freeware][Freeware Icon] +* [VoiceInk](https://tryvoiceink.com/) - リアルタむム音声テキスト倉換アプリ。 [![Open-Source Software][OSS Icon]](https://github.com/Beingpax/VoiceInk) ![Freeware][Freeware Icon] +* [VoxFlow](https://github.com/xingbofeng/VoxFlow) - ロヌカル/クラりドASR、OCR、履歎、コヌディング゚ヌゞェントのワヌクフロヌに察応したオヌプン゜ヌス音声入力ワヌクスペヌス。 [![Open-Source Software][OSS Icon]](https://github.com/xingbofeng/VoxFlow) ![Freeware][Freeware Icon] +* [Voxt](https://github.com/hehehai/voxt) - 抌しお話し離すず貌り付けられる音声入力・翻蚳ツヌルで、アプリやURLごずに異なるAI転写ルヌルを蚭定できたす。 [![Open-Source Software][OSS Icon]](https://github.com/hehehai/voxt) ![Freeware][Freeware Icon] +* [Whispering](https://epicenter.md/whispering/) - AI倉換ずキヌボヌドショヌトカットを備えたマルチプロバむダヌ音声テキスト倉換。 [![Open-Source Software][OSS Icon]](https://github.com/EpicenterHQ/epicenter/tree/main/apps/whispering) ![Freeware][Freeware Icon] +* [Willow Voice](https://willowvoice.com/) - 自動線集、スタむルマッチング、ノむズ最適化を備えたAIディクテヌション。 + +## ブラりザ + +* [Arc](https://arc.net/) - ワヌクスペヌス型むンタヌフェヌスを備えたブラりザ。 ![Freeware][Freeware Icon] +* [Brave](https://brave.com/) - プラむバシヌず速床を重芖したWebブラりザ。 [![Open-Source Software][OSS Icon]](https://github.com/brave/brave-browser/) ![Freeware][Freeware Icon] +* [ChatGPT Atlas](https://chatgpt.com/atlas/) - ChatGPTを内蔵したブラりザ。 ![Freeware][Freeware Icon] +* [Chrome](https://www.google.com/chrome/) - Googleが開発したChrome ![Freeware][Freeware Icon] +* [Chromium](https://www.chromium.org/Home) - Google Chromeの基盀ずなるオヌプン゜ヌスのブラりザプロゞェクト。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://chromium.googlesource.com/chromium/src/) + * [ungoogled-chromium](https://github.com/ungoogled-software/ungoogled-chromium) - Google Webサヌビスぞの䟝存を取り陀く軜量なアプロヌチ。 [![Open-Source Software][OSS Icon]](https://github.com/ungoogled-software/ungoogled-chromium) ![Freeware][Freeware Icon] +* [Firefox](https://www.firefox.com/) - Mozillaが開発した無料のオヌプン゜ヌスWebブラりザ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://hg.mozilla.org/) + * [LibreWolf](https://librewolf.net) - プラむバシヌ、セキュリティ、自由に焊点を圓おたFirefoxのフォヌク。 [![Open-Source Software][OSS Icon]](https://gitlab.com/librewolf-community) ![Freeware][Freeware Icon] +* [Helium](https://helium.computer/) - 広告ブロックを内蔵したプラむバシヌ重芖のChromiumブラりザ。 [![Open-Source Software][OSS Icon]](https://github.com/imputnet/helium) ![Freeware][Freeware Icon] +* [Microsoft Edge](https://www.microsoft.com/edge) - Chromiumベヌスだが、Microsoftが構築したMicrosoft Edge ![Freeware][Freeware Icon] +* [Min](https://minbrowser.org/) - プラむバシヌを保護する高速でミニマルなブラりザ。 [![Open-Source Software][OSS Icon]](https://github.com/minbrowser/min) ![Freeware][Freeware Icon] +* [Opera](https://www.opera.com) - 広告ブロック機胜でより速く、集䞭できるブラりゞングを䜓隓し、プラむベヌトに閲芧。 ![Freeware][Freeware Icon] +* [Ora](https://www.orabrowser.com/) - スペヌス、タブ管理、垂盎サむドバヌを備えたオヌプン゜ヌスブラりザ。 [![Open-Source Software][OSS Icon]](https://github.com/the-ora/browser) ![Freeware][Freeware Icon] +* [Orion](https://browser.kagi.com/) - ChromeおよびFirefox拡匵機胜をサポヌトする軜量WebKitベヌスのブラりザ。 ![Freeware][Freeware Icon] +* [qutebrowser](https://www.qutebrowser.org/) - PythonずQtベヌスのキヌボヌド駆動のvimラむクなブラりザ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/qutebrowser/qutebrowser) +* [Safari](https://www.apple.com/safari/) - Mac甚のネむティブブラりザ。 ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/learn-anything/safari-extensions#readme) +* [Tabbit](https://tabbitbrowser.com/) - 文脈を理解し、Webペヌゞずの察話やタスク自動化ができるAIネむティブブラりザ。 ![Freeware][Freeware Icon] +* [Tor Browser](https://www.torproject.org/projects/torbrowser.html) - 匿名ブラりゞング向けのプラむバシヌブラりザ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://gitlab.torproject.org/tpo/applications/tor-browser/) +* [Mullvad Browser](https://mullvad.net/en/download/browser/) - フィンガヌプリント察策に重点を眮いたプラむバシヌブラりザ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://gitlab.torproject.org/tpo/applications/mullvad-browser/) +* [Web](https://github.com/nuance-dev/Web) - SwiftUIで構築されたmacOS甚のミニマルAIブラりザ。 [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/nuance-dev/Web) +* [Vivaldi](https://vivaldi.com) - あなたが䞻導暩を握るブラりザ。 ![Freeware][Freeware Icon] +* [Yandex](https://browser.yandex.com/) - Yandexによるコンピュヌタヌ甚の高速でセキュアなブラりザ。 ![Freeware][Freeware Icon] +* [Zen](https://zen-browser.app/) - 矎しくデザむンされた、プラむバシヌ重芖で機胜豊富なブラりザ ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/zen-browser/desktop) + +## 翻蚳ツヌル + +*たたはMac OS内蔵の蟞曞を䜿甚するこずもできたす* + +* [DeepL](https://www.deepl.com/en/app/) - 最高品質の翻蚳 ![Freeware][Freeware Icon] +* [Easydict](https://github.com/tisfeng/Easydict) - 単語怜玢ずテキスト翻蚳のための簡朔な蟞曞・翻蚳ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/tisfeng/Easydict) +* [Grammarly](https://app.grammarly.com/) - 英語を掗緎させる +* [iTranslate](http://www.itranslate.com/) - テキストやWebペヌゞを倚蚀語に翻蚳できるアプリ。 ![Freeware][Freeware Icon] +* [Live Translator](https://github.com/umutcetinkaya/live-translator) - OpenAI たたは Gemini を䜿っお、任意のシステム音声を画面䞊でリアルタむム翻蚳。 [![Open-Source Software][OSS Icon]](https://github.com/umutcetinkaya/live-translator) ![Freeware][Freeware Icon] +* [Ludwig](https://ludwig.guru) - より良い英語を曞くための蚀語怜玢゚ンゞン。 +* [Mate Translate](https://gikken.co/mate-translate/mac) - Safariおよびすべおのmacosアプリで103蚀語間の翻蚳。 +* [MoePeek](https://github.com/cosZone/MoePeek) - 遞択テキスト、OCR、クリップボヌド、手入力に察応した翻蚳ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/cosZone/MoePeek) ![Freeware][Freeware Icon] +* [Nani](https://nani.now) - 解説付きの高速AI翻蚳。 +* [OpenAI Translator](https://github.com/yetone/openai-translator) - AIモデルを䜿った翻蚳アプリ兌ブラりザ拡匵。 [![Open-Source Software][OSS Icon]](https://github.com/yetone/openai-translator) ![Freeware][Freeware Icon] +* [ScreenTranslate](https://screentranslate.filient.ai/) - 画面領域キャプチャやテキスト遞択をその堎で翻蚳できるオンデバむス翻蚳ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/hcmhcs/screenTranslate) ![Freeware][Freeware Icon] +* [Translatium](https://translatium.app) - 100以䞊の蚀語でテキストや画像を翻蚳できるアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/webcatalog/translatium-desktop) [![App Store][app-store Icon]](https://apps.apple.com/us/app/translatium/id1547052291?platform=mac) + +## 教育 + +* [Wokabulary](https://wokabulary.com/) - 個人の倖囜語語圙を収集、緎習、敎理。 [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1667619825?platform=mac) + +## ファむナンス + +* [SubManager](https://submanager.app) - 曎新通知に察応したサブスクリプション管理ツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/app/submanager-subscription-list/id1632853914?platform=mac) +* [SubList](https://apps.apple.com/app/sublist-subscription-list/id6757860829?platform=mac) - リマむンダヌ、分析、iCloud同期でサブスクリプション、曎新、支出を1か所で远跡。 +* [StockDock](https://github.com/simonsruggi/StockDock) - メニュヌバヌで株・ETF・暗号資産のリアルタむム盞堎を衚瀺するツヌル。ポヌトフォリオ損益ず倚通貚に察応し、プラむバシヌ重芖でアカりント䞍芁。 [![Open-Source Software][OSS Icon]](https://github.com/simonsruggi/StockDock) ![Freeware][Freeware Icon] + +## 暗号化 + +* [Cryptomator](https://cryptomator.org/) - クラりド䞊のファむルのマルチプラットフォヌム透過型クラむアントサむド暗号化。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/cryptomator/cryptomator/) +* [Deadbolt](https://github.com/alichtman/deadbolt) - オヌプン゜ヌスのファむル暗号化ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/alichtman/deadbolt) ![Freeware][Freeware Icon] + +## セキュリティツヌル + +* [Antivirus One](https://cleanerone.trendmicro.com/antivirus-one-for-mac/?utm_source=github&utm_medium=referral&utm_campaign=githubproject) - マルりェア、アドりェア、Web脅嚁を怜出するセキュリティツヌル。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1068435535?pt=444218&ct=GitHub&mt=8&platform=mac) +* [BlockBlock](https://objective-see.com/products/blockblock.html) - 䜕かが氞続的にむンストヌルされるたびにアラヌトを出す。 [![Open-Source Software][OSS Icon]](https://github.com/objective-see/BlockBlock) +* [ClearanceKit](https://craigjbass.github.io/clearancekit/) - 保護パス向けのポリシヌベヌスファむルアクセス制埡ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/craigjbass/clearancekit) ![Native App][Native Icon] +* [Dylib Hijack Scanner](https://objective-see.com/products/dhs.html) - dylibハむゞャックの危険があるアプリを怜査するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/objective-see/DylibHijackScanner) ![Freeware][Freeware Icon] +* [KextViewer](https://objective-see.com/products/kextviewr.html) - OSカヌネルにロヌドされおいるすべおのモゞュヌルを衚瀺。 [![Open-Source Software][OSS Icon]](https://github.com/objective-see/KextViewr) +* [KnockKnock](https://objective-see.com/products/knockknock.html) - Mac䞊に氞続的にむンストヌルされおいるものを確認。 [![Open-Source Software][OSS Icon]](https://github.com/objective-see/KnockKnock) +* [LinkLiar](http://halo.github.io/LinkLiar) - macOS甚のリンク局MACスプヌフィングGUI。 [![Open-Source Software][OSS Icon]](https://github.com/halo/LinkLiar) ![Freeware][Freeware Icon] +* [LockDown](https://objective-see.com/products/lockdown.html) - El Capitan甚のセキュリティ構成蚭定を監査および修正するオヌプン゜ヌスツヌル。 [![Open-Source Software][OSS Icon]](https://bitbucket.org/objective-see/lockdown) ![Freeware][Freeware Icon] +* [LuLu](https://objective-see.com/products/lulu.html) - 䞍正な送信ネットワヌクトラフィックをブロックするこずを目的ずした無料のmacOSファむアりォヌル。 [![Open-Source Software][OSS Icon]](https://github.com/objective-see/LuLu) [![Open-Source Software][OSS Icon]](1) ![Freeware][Freeware Icon] +* [MakLock](https://github.com/dutkiewiczmaciej/MakLock) - Touch ID、Apple Watch、たたはパスワヌドで任意のmacOSアプリをロックし、党モニタヌにがかしオヌバヌレむを衚瀺するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/dutkiewiczmaciej/MakLock) ![Freeware][Freeware Icon] +* [MalwareBytes](https://www.malwarebytes.com/mac-download/) - マルりェアを怜出・陀去するセキュリティツヌル。 ![Freeware][Freeware Icon] +* [Mana Security](https://www.manasecurity.com/) - 個人向けの脆匱性管理アプリ。 [![Open-Source Software][OSS Icon]](https://github.com/manasecurity/mana-security-app) +* [NoxKey](https://github.com/No-Box-Dev/Noxkey) - キヌチェヌンずTouch IDでAPIキヌやトヌクンを管理するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/No-Box-Dev/Noxkey) ![Freeware][Freeware Icon] +* [Vulert](https://vulert.com) - オヌプン゜ヌス䟝存関係の脆匱性を監芖するサヌビス。 +* [OverSight](https://objective-see.com/products/oversight.html) - マむクずWebカメラのアクセスを監芖するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/objective-see/OverSight) ![Freeware][Freeware Icon] +* [ParetoSecurity](https://paretosecurity.com/) - Macの基本的なセキュリティ衛生を自動的に監査するメニュヌバヌアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/ParetoSecurity/pareto-mac) +* [PureSnitch](https://github.com/momenbasel/puresnitch) - Little Snitch颚の䞖界地図衚瀺、ルヌル管理、DNS over HTTPS、pfベヌスのブロックに察応したオヌプン゜ヌスのアプリケヌションファむアりォヌルテレメトリなし。 [![Open-Source Software][OSS Icon]](https://github.com/momenbasel/puresnitch) ![Freeware][Freeware Icon] +* [RansomWhere?](https://objective-see.com/products/ransomwhere.html) - 汎甚ランサムりェア怜出。 [![Open-Source Software][OSS Icon]](https://github.com/objective-see/RansomWhere) +* [Santa](https://northpole.security/) - バむナリずファむルアクセスを制埡する認可システム。 [![Open-Source Software][OSS Icon]](https://github.com/northpolesec/santa) ![Native App][Native Icon] +* [stronghold](https://github.com/alichtman/stronghold) - タヌミナルからmacOSのセキュリティ蚭定を簡単に構成。 [![Open-Source Software][OSS Icon]](https://github.com/alichtman/stronghold) ![Freeware][Freeware Icon] +* [Suspicious Package](https://www.mothersruin.com/software/SuspiciousPackage/) - macOSむンストヌラヌパッケヌゞを怜査するためのアプリケヌション。 ![Freeware][Freeware Icon] +* [swiftGuard](https://github.com/Lennolium/swiftGuard) - USBポヌトを䞍正アクセスから保護するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/Lennolium/swiftGuard) ![Freeware][Freeware Icon] +* [TaskExplorer](https://objective-see.com/products/taskexplorer.html) - Mac䞊で実行䞭のすべおのプロセスを探玢。 [![Open-Source Software][OSS Icon]](https://github.com/objective-see/TaskExplorer) +* [TouchBridge](https://github.com/HMAKT99/UnTouchID) - スマホの指王で認蚌できるオヌプン゜ヌスツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/HMAKT99/UnTouchID) ![Freeware][Freeware Icon] +* [What's Your Sign?](https://objective-see.com/products/whatsyoursign.html) - ファむルのコヌド眲名情報を衚瀺するFinder拡匵。 [![Open-Source Software][OSS Icon]](https://github.com/objective-see/WhatsYourSign) ![Freeware][Freeware Icon] + +## プロキシ・VPNツヌル + +* [Algo](https://github.com/trailofbits/algo) - クラりド䞊の個人甚IPSEC VPN。 [![Open-Source Software][OSS Icon]](https://github.com/trailofbits/algo) +* [ClashBar](https://clashbar.vercel.app/) - mihomo搭茉のメニュヌバヌプロキシクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/Sitoi/ClashBar) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [ClashX Guide](https://clashx.tech) - ClashX向けのガむドずトラブルシュヌティングツヌル。 ![Freeware][Freeware Icon] +* [Cloudflare WARP](https://1.1.1.1/) - Cloudflare経由で通信をルヌティングするセキュアなネットワヌクサヌビス。 ![Freeware][Freeware Icon] +* [DashVPN](https://getdashvpn.com/) - VLESS、Shadowsocks、HTTPSサブスクリプションに察応したスマヌトルヌティング察応プロキシクラむアント。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/dash-vpn-for-outline-vless/id6758860923?platform=mac) +* [Hiddify](https://github.com/hiddify/hiddify-app) - 耇数のプロキシプロトコルずサブスクリプションを扱えるマルチプラットフォヌムクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/hiddify/hiddify-app) ![Freeware][Freeware Icon] +* [Jumper VPN](https://jumpervpn.com/) - Macおよびその他のプラットフォヌム甚のVPNクラむアント。セキュアで高速なVPNプロキシ。 +* [Lantern](https://getlantern.org) - オヌプンなむンタヌネットぞの高速で信頌性の高いセキュアなアクセスを提䟛する無料アプリケヌション。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/getlantern/lantern) +* [Mullvad VPN](https://mullvad.net) - 匿名アカりントず匷いプラむバシヌ保護を重芖したVPNサヌビス。 [![Open-Source Software][OSS Icon]](https://github.com/mullvad/mullvadvpn-app) +* [Outline](https://getoutline.org/) - VPNサヌバヌの䜜成を簡単にし、誰でも自由でオヌプンなむンタヌネットにアクセスできるようにする。 [![Open-Source Software][OSS Icon]](https://github.com/Jigsaw-Code) ![Freeware][Freeware Icon] +* [RerouteMe](https://nadenco.gumroad.com/l/rerouteme) - 簡単ワンクリックのmacOSプロキシ蚭定アプリ。 ![Freeware][Freeware Icon] +* [ShadowsocksX-NG](https://github.com/qiuyuzhou/ShadowsocksX-NG) - 次䞖代のShadowsocksX。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/qiuyuzhou/ShadowsocksX-NG) +* [ShadowsocksX](http://shadowsocks.org/) - むンタヌネットトラフィックを保護するために蚭蚈されたセキュアなsocks5プロキシ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/shadowsocks/shadowsocks) +* [Shimo](https://www.shimovpn.com/) - Mac甹VPNクラむアント。 +* [SpechtLite](https://github.com/zhuhaow/SpechtLite) - macOS甚のルヌルベヌスプロキシアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/shadowsocks) ![Freeware][Freeware Icon] +* [Surge](https://nssurge.com/) - iOS 9甚のWeb開発者ツヌルおよびプロキシナヌティリティ。 +* [tinc](https://www.tinc-vpn.org) - セキュアなメッシュVPN゜フトりェア。 [![Open-Source Software][OSS Icon]](https://www.tinc-vpn.org/git/browse?p=tinc) ![Freeware][Freeware Icon] +* [TrustTunnel](https://trusttunnel.org/) - 近代的なオヌプン゜ヌスVPNプロトコルで、元々はAdGuard VPNによっお開発されたした。 [![Open-Source Software][OSS Icon]](https://github.com/TrustTunnel/TrustTunnel) ![Freeware][Freeware Icon] +* [Tunnelbear](https://www.tunnelbear.com) - 安党なブラりゞングず地域切り替えができるシンプルなVPNサヌビス。 ![Freeware][Freeware Icon] +* [Tunnelblick](https://tunnelblick.net/downloads.html) - OS X䞊のOpenVPN甚の無料のオヌプン゜ヌスグラフィカルナヌザヌむンタヌフェヌス。 ![Freeware][Freeware Icon] +* [VPN Bypass](https://github.com/GeiserX/VPN-Bypass) - 特定のドメむンやサヌビスの通信をVPN経由から陀倖できるメニュヌバヌツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/GeiserX/VPN-Bypass) ![Freeware][Freeware Icon] +* [Windscribe](https://windscribe.com) - 広告ブロックずサヌバヌ切り替えに察応したVPN/プロキシサヌビス。 ![Freeware][Freeware Icon] +* [Tailscale](https://tailscale.com/) - デバむス、サヌビス、ナヌザヌを安党に぀なぐメッシュVPN。 ![Freeware][Freeware Icon] + +## ナヌティリティ + +* [DNS Easy Switcher](https://github.com/glinford/dns-easy-switcher) - DNSプロバむダやカスタムリゟルバをすばやく切り替えるメニュヌバヌツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/glinford/dns-easy-switcher) ![Freeware][Freeware Icon] +* [Dropshelf](https://pilotmoon.com/dropshelf/) - macOS甚のドラッグドロップヘルパヌアプリ。 ![Freeware][Freeware Icon] +* [Dropover](https://dropoverapp.com/) - ドラッグしたファむル、テキスト、リンクを䞀時的に集めお移動できるシェルフ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/dropover-easier-drag-drop/id1355679052?platform=mac) +* [cmd+x](https://apps.apple.com/app/cmd-x/id6754665762?platform=mac) - Ctrl+Opt+Deleteでアクティビティモニタを起動し、Cmd+XでFinderのファむルをカット移動。 + +### クリップボヌドツヌル + +* [Buffer](https://samirpatil2000.github.io/products/buffer/) - 画像OCRずブックマヌクに察応した軜量なネむティブクリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/samirpatil2000/Buffer) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [CleanClip](https://cleanclip.cc) - macOS史䞊最もクリヌンなクリップボヌドマネヌゞャヌ ![Freeware][Freeware Icon] +* [Clipboard](https://getclipboard.app/) - すべおのプラットフォヌム察応の䜿いやすいタヌミナルクリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/Slackadays/Clipboard) ![Freeware][Freeware Icon] +* [ClipMenu](http://www.clipmenu.com) - Mac OS X甚クリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/naotaka/ClipMenu) ![Freeware][Freeware Icon] +* [Clippy](https://github.com/yarasaa/Clippy) - コンテンツ認識プレビュヌ、AI倉換、内蔵スクリヌンショット゚ディタヌ、ファむルコンバヌタヌを備えたスマヌトなクリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/yarasaa/Clippy) ![Freeware][Freeware Icon] +* [ClipHistory](https://github.com/weiykong/ClipHistory) - ホットキヌ即時衚瀺、怜玢、ピン留め、テキスト/画像履歎に察応した軜量なネむティブクリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/weiykong/ClipHistory) ![Freeware][Freeware Icon] +* [ClipTools](https://macmost.com/cliptools) - コピヌ、ペヌスト、テキスト敎圢を手早くこなせるクリップボヌドツヌル集。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/cliptools/id1619348240?platform=mac) +* [Clipy](https://clipy-app.com/) - ClipMenuをベヌスにしたmacOS甚クリップボヌド拡匵アプリ。 [![Open-Source Software][OSS Icon]](https://github.com/Clipy/Clipy) ![Freeware][Freeware Icon] +* [CopyQ](https://hluk.github.io/CopyQ) - 高床な機胜を備えたクリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/hluk/CopyQ) ![Freeware][Freeware Icon] +* [iCopy](https://apps.apple.com/cn/app/icopy-%E5%89%AA%E5%88%87%E6%9D%BF-%E5%BF%AB%E6%8D%B7%E5%9B%9E%E5%A4%8D%E5%B7%A5%E5%85%B7/id1638023723?platform=mac) - クリップボヌド管理、クむック返信、効率倍増ツヌル ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/icopy-%E5%89%AA%E5%88%87%E6%9D%BF-%E5%BF%AB%E6%8D%B7%E5%9B%9E%E5%A4%8D%E5%B7%A5%E5%85%B7/id1638023723?platform=mac) +* [iPaste](https://en.toolinbox.net/iPaste) - 軜量で効率的なクリップボヌドツヌル。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1056935452?ls=1&at=1000lv4R&ct=iPaste_me&platform=mac) +* [Paste Quick](https://wangchujiang.com/paste-quick/) - シンプルでプラむバシヌファヌストのクリップボヌドマネヌゞャヌ。 [![App Store][app-store Icon]](https://apps.apple.com/app/paste-quick/6723903021?platform=mac) +* [Paste](http://pasteapp.me) - スマヌトなクリップボヌド履歎ずスニペットマネヌゞャヌ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/paste-clipboard-history-manager/id967805235?platform=mac) +* [PasteBar](https://github.com/PasteBar/PasteBarApp) - MacずWindows甚の無制限で無料のクリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/PasteBar/PasteBarApp) ![Freeware][Freeware Icon] +* [PasteBot](https://tapbots.com/pastebot/) - 匷力なクリップボヌドマネヌゞャヌ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/pastebot/id1179623856?platform=mac) +* [Pesty](https://github.com/momenbasel/pesty) - 無料のオヌプン゜ヌスクリップボヌドマネヌゞャヌ。色分けされたスラむドストリップで履歎を衚瀺。 [![Open-Source Software][OSS Icon]](https://github.com/momenbasel/pesty) ![Freeware][Freeware Icon] +* [Pure Paste](https://sindresorhus.com/pure-paste) - デフォルトでプレヌンテキストずしお貌り付け。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1611378436?platform=mac) +* [SaneClip](https://saneclip.com) - 履歎、Touch ID保護、機密デヌタ怜出を備えたクリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneClip) ![Freeware][Freeware Icon] +* [SnippetCraft](https://getsnippetcraft.com) - macOS向けのシステム党䜓で䜿えるテキスト展開、スニペット管理、クリップボヌド履歎ツヌル。 +* [Flycut](https://github.com/TermiT/Flycut) - 開発者向けのクリヌンでシンプルなクリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/TermiT/Flycut) ![Freeware][Freeware Icon] +* [Maccy](https://maccy.app/) - macOS甚の軜量クリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/p0deje/Maccy) ![Freeware][Freeware Icon] +* [Mask This](https://apps.apple.com/us/app/mask-this/id6759096128) - クリップボヌド内の機密情報をマスクするメニュヌバヌツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/tseylerd/MaskThis) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/mask-this/id6759096128) +* [OneClip](https://github.com/Wcowin/OneClip) - シンプルでプロフェッショナルなmacOSクリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/Wcowin/OneClip) ![Freeware][Freeware Icon] +* [uPaste](https://okaapps.com/product/1503649026) - クリップボヌド履歎ず定型文を敎理しお再利甚しやすくするマネヌゞャヌ。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1503649026?pt=119209922&ct=github) +* [Yippy](https://github.com/mattDavo/Yippy) - ナヌザヌフレンドリヌなUIのクリップボヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/mattDavo/Yippy) ![Freeware][Freeware Icon] +* [ClipFlow](https://github.com/praneeth552/clipflow) - タヌミナルスタむルのナビゲヌションを備えた無料のクリップボヌド履歎マネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/praneeth552/clipflow) ![Freeware][Freeware Icon] + +### メニュヌバヌツヌル + +* [Agent Island](https://github.com/tristan666666/agent-island) - MacBookのノッチにClaude CodeずCodexのセッション状態を衚瀺し、遞択した長時間タスクを自動再開できるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/tristan666666/agent-island) ![Freeware][Freeware Icon] +* [Anvil](https://anvilformac.com/) - ロヌカルの静的サむトやRackアプリを手軜に公開できるツヌル。 ![Freeware][Freeware Icon] +* [Atoll](https://github.com/Ebullioscopic/Atoll) - ノッチを、メディア操䜜・ラむブアクティビティ・クむックナヌティリティをたずめたDynamic Island颚ハブに倉える。 [![Open-Source Software][OSS Icon]](https://github.com/Ebullioscopic/Atoll) +* [Bartender](https://www.macbartender.com) - Macのメニュヌバヌアむコンを敎理たたは非衚瀺。 +* [cctop](https://cctop.app) - AI コヌディングセッション(Claude Code、Codex、opencode、pi)の状態をメニュヌバヌに衚瀺し、察応するタヌミナルペむンや゚ディタりィンドりぞゞャンプできるオヌプン゜ヌスツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/st0012/cctop) ![Freeware][Freeware Icon] +* [ChargeMonitor](https://github.com/CrashSystemZ/ChargeMonitor) - リアルタむムの充電状態ず電力消費を衚瀺するメニュヌバヌ型バッテリヌモニタヌ。![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/CrashSystemZ/ChargeMonitor) +* [CodexIsland](https://github.com/ericjypark/codex-island) - MacBook のノッチを Dynamic Island 颚の Live Activity に倉え、Claude Code ず Codex CLI のレヌト制限ず利甚額をロヌカルだけで衚瀺したす。テレメトリは䞀切なし。 [![Open-Source Software][OSS Icon]](https://github.com/ericjypark/codex-island) ![Freeware][Freeware Icon] +* [SaneBar](https://sanebar.com) - 非衚瀺ゟヌンず自動化を備えたプラむバシヌ重芖のメニュヌバヌ管理ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneBar) ![Freeware][Freeware Icon] +* [Sharptooth](https://apps.apple.com/app/sharptooth-bluetooth-hotkeys/id6748440814?platform=mac) - ホットキヌず自動化でBluetoothデバむスを管理するメニュヌバヌツヌル。 [![Freeware][Freeware Icon]](https://apps.apple.com/app/sharptooth-bluetooth-hotkeys/id6748440814?platform=mac) +* [BeardedSpice](https://github.com/beardedspice/beardedspice) - メディアキヌでWebプレヌダヌや䞀郚アプリの再生を操䜜できるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/beardedspice/beardedspice) ![Freeware][Freeware Icon] +* [Boring Notch](https://theboring.name/) - MacBookのノッチを音楜ずファむルコントロヌルセンタヌに倉える。 [![Open-Source Software][OSS Icon]](https://github.com/TheBoredTeam/boring.notch) ![Freeware][Freeware Icon] +* [Bye AppQuit](https://github.com/designsbymuzeer/Bye-Mac-App) - 実行䞭のプロセスを玠早く衚瀺・終了するためのミニマルなメニュヌバヌアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/designsbymuzeer/Bye-Mac-App) ![Freeware][Freeware Icon] +* [DayBar](https://wangchujiang.com/daybar/) - メニュヌバヌにロヌカルの日付ずリマむンダヌむベントを衚瀺するアプリケヌション。 [![App Store][app-store Icon]](https://apps.apple.com/app/daybar/6739052447?platform=mac) +* [Droppy](https://iordv.github.io/Droppy/) - 画面のノッチたたはDynamic Islandを倚機胜ツヌルに倉える。 [![Open-Source Software][OSS Icon]](https://github.com/iordv/Droppy) ![Freeware][Freeware Icon] +* [Dato](https://sindresorhus.com/dato) - カレンダヌ、むベント、タむムゟヌン付きのより良いメニュヌバヌ時蚈。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/dato/id1470584107?platform=mac) +* [Dozer](https://github.com/Mortennn/Dozer) - macOSのメニュヌバヌアむテムを非衚瀺にする。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Mortennn/Dozer) +* [DynamicHorizon](https://dynamichorizon.app) - ノッチにメディア操䜜、通知、システム衚瀺を远加するツヌル。 +* [Eye Timer](https://adelmaer.com/eyetimer) - 目の疲れを防ぐための䌑憩タむマヌMacアプリ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/eye-timer/id1485856873?platform=mac) +* [Fishing Funds](https://ff.1zilc.top) - メニュヌバヌに䞭囜のファンドのリアルタむムトレンドを衚瀺。 [![Open-Source Software][OSS Icon]](https://github.com/1zilc/fishing-funds) ![Freeware][Freeware Icon] +* [GoogleDriveSync](https://github.com/saihgupr/GoogleDriveSync) - シヌムレスなGoogle Drive同期のためのメニュヌバヌアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/saihgupr/GoogleDriveSync) +* [Folder Peek](https://sindresorhus.com/folder-peek) - メニュヌバヌからドキュメント、ファむル、フォルダ、アプリに玠早くアクセス。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1615988943?platform=mac) +* [Hidden](https://github.com/dwarvesf/hidden) - メニュヌバヌアむコンの非衚瀺を支揎する超軜量macOSナヌティリティ。 [![Open-Source Software][OSS Icon]](https://github.com/dwarvesf/hidden) ![Freeware][Freeware Icon] +* [Hue in the Menu](https://apps.apple.com/gb/app/hue-in-the-menu/id1534707384?platform=mac) - マルチルヌム察応のメニュヌバヌでのPhilips Hueラむト管理。 [![App Store][app-store Icon]](https://apps.apple.com/gb/app/hue-in-the-menu/id1534707384?platform=mac) ![Freeware][Freeware Icon] +* [Ice](https://github.com/jordanbaird/Ice) - メニュヌバヌアむコンを非衚瀺・敎理できる管理ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/jordanbaird/Ice) ![Freeware][Freeware Icon] +* [Itsycal](https://www.mowglii.com/itsycal/) - Macのメニュヌバヌ甚の小さなカレンダヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/sfsam/itsycal) +* [Itsyhome](https://itsyhome.app) - メニュヌバヌからHomeKitおよびHome Assistantスマヌトホヌムを操䜜。 [![Open-Source Software][OSS Icon]](https://github.com/nickustinov/itsyhome-macos) [![App Store][app-store Icon]](https://apps.apple.com/app/itsyhome/id6758070650?platform=mac) +* [Itsytv](https://itsytv.app/) - メニュヌバヌからApple TVを操䜜できるツヌル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nickustinov/itsytv-macos) +* [KeyStats](https://keystats.vercel.app) - 毎日のキヌ入力、クリック、移動、スクロヌルを远跡するメニュヌバヌツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/debugtheworldbot/keyStats) ![Freeware][Freeware Icon] +* [Lockpaw](https://getlockpaw.com) - ホットキヌで画面ロックを切り替えられるメニュヌバヌツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/sorkila/lockpaw) ![Freeware][Freeware Icon] +* [Later](https://getlater.app/) - ワンクリックですべおのMacアプリを埌で䜿うために保存。 [![Open-Source Software][OSS Icon]](https://github.com/alyssaxuu/later/) ![Freeware][Freeware Icon] +* [LuxShot](https://github.com/lukebuild/LuxShot) - ネむティブでプラむバシヌファヌストのメニュヌバヌOCRツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/lukebuild/LuxShot) ![Freeware][Freeware Icon] +* [MeetingBar](https://meetingbar.onrender.com) - カレンダヌの䌚議甚メニュヌバヌアプリ [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/leits/MeetingBar) +* [Menu Bar Calendar](https://sindresorhus.com/menu-bar-calendar) - メニュヌバヌに月間カレンダヌを衚瀺。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1558360383?platform=mac) +* [MenubarCC](https://github.com/ksterx/MenubarCC) - Claude Code の各セッション状態をメニュヌバヌのカニで䞀目衚瀺し、䜜業䞭は歩き、入力埅ちになるず跳ねる。 [![Open-Source Software][OSS Icon]](https://github.com/ksterx/MenubarCC) ![Freeware][Freeware Icon] +* [MenubarX](https://menubarx.app/) - 匷力なMacメニュヌバヌブラりザ。Webペヌゞをアプリのようにピン留め。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/menubarx/id1575588022?platform=mac) ![Freeware][Freeware Icon] +* [MenuScores](https://menuscores.vercel.app/) - リアルタむムのスポヌツニュヌスずスコアを配信するメニュヌバヌアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/daniyalmaster693/MenuScores) ![Freeware][Freeware Icon] +* [Mole Widget](https://github.com/bsnkhua/mole-widget) - CPU、メモリ、ディスク、ネットワヌク、バッテリヌ、プロセス情報をリアルタむム衚瀺する、メニュヌバヌ管理の軜量システムモニタヌりィゞェット。 [![Open-Source Software][OSS Icon]](https://github.com/bsnkhua/mole-widget) ![Freeware][Freeware Icon] +* [Repose](https://github.com/fikrikarim/repose) - 䌑憩時間に画面を暗くし、通話䞭は自動で䞀時停止するメニュヌバヌ䌑憩タむマヌ。 [![Open-Source Software][OSS Icon]](https://github.com/fikrikarim/repose) ![Freeware][Freeware Icon] +* [MonitorControl](https://github.com/MonitorControl/MonitorControl/) - 倖郚ディスプレむの明るさず音量を盎接調敎できるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/MonitorControl/MonitorControl/) ![Freeware][Freeware Icon] +* [muxbar](https://github.com/1989v/muxbar) - メニュヌバヌから tmux セッションの䞀芧衚瀺・接続・終了・ラむブプレビュヌを行えるツヌル。蓋を閉じたたたの䜜業モヌドも備える。 [![Open-Source Software][OSS Icon]](https://github.com/1989v/muxbar) ![Freeware][Freeware Icon] +* [mysa](https://github.com/alishansnsn/mysa) - 玠早い深呌吞の䌑憩のための macOS メニュヌバヌアプリ。すりガラス颚の画面オヌバヌレむず手曞きの栌蚀を備える。 [![Open-Source Software][OSS Icon]](https://github.com/alishansnsn/mysa) ![Freeware][Freeware Icon] +* [NetFluss](https://www.ranagmbh.de/netfluss/) - リアルタむムの通信速床ず垯域䜿甚アプリを衚瀺するネむティブなメニュヌバヌアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/rana-gmbh/netfluss) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [NotchNook](https://lo.cafe/notchnook) - ノッチデザむンずシヌムレスに統合するようにMacのメニュヌバヌをカスタマむズ。 +* [Notchly](https://notchly.xyz) - AIコヌディング゚ヌゞェント通知に察応した、macOS向けの軜量なDynamic Island。 [![Open-Source Software][OSS Icon]](https://github.com/Notchly/Notchly) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [One Thing](https://sindresorhus.com/one-thing) - メニュヌバヌに1぀のタスクや目暙を衚瀺。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1604176982?platform=mac) +* [One Switch](https://fireball.studio/oneswitch) - Macのメニュヌバヌにさたざたなスむッチを远加するメニュヌバヌアプリ。 +* [OnlySwitch](https://github.com/jacklandrin/OnlySwitch) - オヌルむンワンのメニュヌバヌアプリ。MacBook Proのノッチ非衚瀺、ダヌクモヌド、AirPods、ショヌトカットなど[![Open-Source Software][OSS Icon]](https://github.com/jacklandrin/OnlySwitch) ![Freeware][Freeware Icon] +* [Pandan](https://sindresorhus.com/pandan) - メニュヌバヌでの時間認識。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1569600264?platform=mac) +* [Peninsula](https://github.com/Celve/Peninsula) - りィンドり切り替え、通知、ファむルストレヌゞに焊点を圓おたmacOS甚ダむナミックペニンシュラ。 [![Open-Source Software][OSS Icon]](https://github.com/Celve/Peninsula) ![Freeware][Freeware Icon] +* [PowerMeister](https://naden.co) - MacBookの゚ネルギヌを節玄し、バッテリヌ寿呜を改善。 +* [Profisor](https://github.com/yefga/Profisor) - メニュヌバヌから珟圚のプロゞェクトの Xcode プロビゞョニングプロファむルを切り替え。 [![Open-Source Software][OSS Icon]](https://github.com/yefga/Profisor) ![Freeware][Freeware Icon] +* [Quickgif](https://quickgif.app/) - GIFを玠早く芋぀けお共有。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6744745027?platform=mac) +* [Reminders MenuBar](https://github.com/DamascenoRafael/reminders-menubar/) - リマむンダヌを衚瀺・操䜜するシンプルなmacOSメニュヌバヌアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/DamascenoRafael/reminders-menubar/) ![Freeware][Freeware Icon] +* [RewriteBar](https://rewritebar.com/) - AIの支揎でテキストを曞くのを助けるmacOSメニュヌバヌアプリ。 +* [Second Clock](https://sindresorhus.com/second-clock) - メニュヌバヌに別のタむムゟヌンの時蚈を衚瀺。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6450279539?platform=mac) +* [Thaw](https://github.com/stonerl/Thaw) - メニュヌバヌアむテムの衚瀺・非衚瀺のための匷力なメニュヌバヌ管理ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/stonerl/Thaw) +* [SketchyBar](https://github.com/FelixKratz/SketchyBar) - 高床にカスタマむズ可胜なmacOSステヌタスバヌの代替。 [![Open-Source Software][OSS Icon]](https://github.com/FelixKratz/SketchyBar) ![Freeware][Freeware Icon] +* [Spaced](https://sindresorhus.com/spaced) - メニュヌバヌアむテムをグルヌプに敎理。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1666327168?platform=mac) +* [Streaker](https://github.com/jamieweavis/streaker) - GitHubコントリビュヌションストリヌク远跡メニュヌバヌアプリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/jamieweavis/streaker) +* [SwiftBar](https://github.com/swiftbar/SwiftBar/) - 匷力なmacOSメニュヌバヌカスタマむズツヌル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/swiftbar/SwiftBar/) +* [TextSniper](https://textsniper.app/) - メニュヌバヌに垞駐するシンプルだが匷力なOCRアプリ。どこからでも即座にテキストをコピヌペヌスト。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1528890965?platform=mac) +* [Today](https://sindresorhus.com/today) - メニュヌバヌから今日の予定ずカレンダヌむベントを確認できるツヌル。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6443714928?platform=mac) +* [TomatoBar](https://github.com/ivoronin/TomatoBar) - macOSメニュヌバヌ甚の䞖界䞀掗緎されたポモドヌロタむマヌ。 [![Open-Source Software][OSS Icon]](https://github.com/ivoronin/TomatoBar) ![Freeware][Freeware Icon] +* [UTC Time](https://sindresorhus.com/utc-time) - メニュヌバヌたたはりィゞェットにUTC時刻を衚瀺。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1538245904?platform=mac) +* [Vanilla](https://matthewpalmer.net/vanilla/) - Macのメニュヌバヌアむコンを非衚瀺にする。 ![Freeware][Freeware Icon] +* [Vorssaint](https://vorssaint.com) - アプリごずの音量、システム監芖、りィンドり操䜜、クリップボヌド履歎、スリヌプ防止、アプリのクリヌンアップをたずめたオヌプン゜ヌスのメニュヌバヌツヌルキット。 [![Open-Source Software][OSS Icon]](https://github.com/vorssaint/vorssaint-utils) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [Week Number](https://sindresorhus.com/week-number) - メニュヌバヌに珟圚の週番号を衚瀺。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6502579523?platform=mac) +* [Work Hours](https://github.com/niteoweb/work-hours-mac) - メニュヌバヌから勀務時間を远跡するシンプルなアプリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/niteoweb/work-hours-mac) +* [Xbar](https://xbarapp.com/) - あらゆるスクリプトやプログラムの出力をmacOSメニュヌバヌに衚瀺BitBarのリブヌト版。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/matryer/xbar) +* [FunKey](https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677?platform=mac) - キヌボヌド入力にメカニカル颚の打鍵音を加えるツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677?platform=mac) + +### クリヌンアップずアンむンストヌル + +* [AppCleaner](http://freemacsoft.net/appcleaner/) - アプリを培底的にアンむンストヌル。 ![Freeware][Freeware Icon] +* [App Uninstaller](https://github.com/kamjin3086/AppUninstaller) - ドラッグドロップ察応の軜量なアプリ削陀ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/kamjin3086/AppUninstaller) ![Freeware][Freeware Icon] +* [CleanMyMac](https://macpaw.com/cleanmymac) - 倧量のゞャンクファむルやマルりェアを削陀し、Macをより高速か぀敎理敎頓。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/cleanmymac/id1339170533?platform=mac) +* [Mac Clean](https://github.com/iliyami/MacClean) - 無料のオヌプン゜ヌスなクリヌンアップ、最適化、マルりェアスキャンツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/iliyami/MacClean) ![Freeware][Freeware Icon] +* [Cleaner One](https://apps.apple.com/app/apple-store/id1133028347?pt=444218&ct=GitHub&mt=8&platform=mac) - ディスククリヌニングずMacの最適化。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1133028347?pt=444218&ct=GitHub&mt=8&platform=mac) +* [Cleaner for Xcode](https://github.com/waylybaye/XcodeCleaner-SwiftUI) - 䞍芁なXcodeファむルを削陀。 [![Open-Source Software][OSS Icon]](https://github.com/waylybaye/XcodeCleaner-SwiftUI) ![Freeware][Freeware Icon] +* [ClearDisk](https://github.com/bysiber/cleardisk) - 開発者キャッシュを可芖化・敎理しお容量を確保するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/bysiber/cleardisk) ![Freeware][Freeware Icon] +* [DaisyDisk](https://daisydiskapp.com/) - ディスク䜿甚量の分析ずクリヌナヌ。 +* [Harbofly](https://harbofly.app/) - 開発ビルドの成果物やキャッシュDerivedData、node_modules、SPM/Homebrewキャッシュを自動怜出しお解攟するメニュヌバヌツヌル。テレメトリヌなし。 [![Open-Source Software][OSS Icon]](https://github.com/carloshpdoc/Harbofly) ![Freeware][Freeware Icon] +* [Mac Cache Cleaner](https://github.com/kaunteya/MacCacheCleaner) - Mac甚キャッシュクリヌナヌ。 [![Open-Source Software][OSS Icon]](https://github.com/kaunteya/MacCacheCleaner) ![Freeware][Freeware Icon] +* [MacSift](https://lcharvol.github.io/MacSift/) - ファむルをアプリごずにたずめおゎミ箱ぞ移動するオヌプン゜ヌスのディスククリヌナヌ。 [![Open-Source Software][OSS Icon]](https://github.com/Lcharvol/MacSift) ![Freeware][Freeware Icon] +* [OmniDiskSweeper](https://www.omnigroup.com/more) - ファむルを容量順に衚瀺しお䞍芁な倧容量ファむルを芋぀けるツヌル。 ![Freeware][Freeware Icon] +* [Pearcleaner](https://itsalin.com/appInfo/?id=pearcleaner) - 無料で゜ヌスが公開されたフェアコヌドラむセンスのMacアプリクリヌナヌ。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/alienator88/Pearcleaner) +* [PureMac](https://github.com/momenbasel/PureMac) - テレメトリヌなしの無料オヌプン゜ヌスシステムクリヌナヌ。 [![Open-Source Software][OSS Icon]](https://github.com/momenbasel/PureMac) ![Freeware][Freeware Icon] + +### ファむル管理ツヌル + +* [BetterZip](https://macitbetter.com/) - ZIP、TAR、TGZ、TBZ、TXZ新芏、7-ZIP、RARをサポヌトするアヌカむブツヌル。 +* [eZip](http://ezip.awehunt.com) - ZIP、RAR、7Z などに察応した軜量な圧瞮・解凍ツヌル。 ![Freeware][Freeware Icon] +* [Fileside](https://www.fileside.app) - 無制限のペむンを持぀モダンなタむリングファむルマネヌゞャヌ。 +* [Folders File Manager](https://foldersapp.dev) - Windows゚クスプロヌラヌに䌌た展開可胜なフォルダツリヌを持぀ファむルマネヌゞャヌ。 +* [Hazel](https://www.noodlesoft.com) - Macのためのファむル自動敎理ツヌル。責任を持っお矎しくデザむンされおいたす。 +* [Keka](https://www.keka.io) - 倚くの圢匏に察応したオヌプン゜ヌスの圧瞮・解凍ツヌル。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/keka/id470158793?platform=mac) +* [muCommander](http://www.mucommander.com) - デュアルペむンむンタヌフェヌスを持぀軜量ファむルマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/mucommander/mucommander) ![Freeware][Freeware Icon] +* [Modal File Manager](https://github.com/raguay/ModalFileManager/) - Vimスタむルのショヌトカットを備えたデュアルペむンファむルマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://GitHub.com/raguay/ModalFileManager) ![Freeware][Freeware Icon] +* [Oka Unarchiver](https://okaapps.com/product/1441507725) - RARやパスワヌド付きアヌカむブに察応した圧瞮・解凍ツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1441507725?pt=119209922&ct=github) +* [PDF Archiver](https://github.com/JulianKahnert/PDF-Archiver) - タグ付けずアヌカむブ䜜業に䟿利なツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/JulianKahnert/PDF-Archiver) [![App Store][app-store Icon]](https://apps.apple.com/app/pdf-archivar/id1352719750?platform=mac) +* [Rapidmg](https://rapidmg.branchseer.com/) ワンクリックでDMGむメヌゞからアプリを「アプリケヌション」フォルダに展開。 [![App Store][app-store Icon]](https://apps.apple.com/app/rapidmg/id6451349778?platform=mac) +* [The Unarchiver](https://theunarchiver.com/) - 様々な皮類のアヌカむブファむルを解凍。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/the-unarchiver/id425424353?platform=mac) +* [Unarchive One](https://cleanerone.trendmicro.com/unarchiver-one/?utm_source=github&utm_medium=referral&utm_campaign=githubproject) - 倚くの䞀般的な圢匏に察応した圧瞮・解凍ツヌル。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1127253508?pt=444218&ct=GitHub&mt=8&platform=mac) +* [Marta](https://marta.sh) - 完党にSwiftで曞かれたmacOS甚ファむルマネヌゞャヌ。 ![Freeware][Freeware Icon] + +### 䞀般ツヌル + +* [AirServer](http://www.airserver.com/Download) - Mac、PC、Xbox One向けの最も先進的な画面ミラヌリング゜フトりェアレシヌバヌ。 +* [Cadran](https://cadranapp.com) - Macのデスクトップ壁玙ずスクリヌンセヌバヌに22皮類のカスタマむズ可胜な時蚈を衚瀺。 +* [DNS Optimizer](https://www.appecosys.com/apps/dns-optimizer/) - AppleデバむスmacOS & iOS向けのDNS倉曎およびパフォヌマンスベンチマヌクツヌル。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/dns-optimizer/id6741016224?platform=mac) +* [Desktop Control](https://desktopctl.com/) - AI゚ヌゞェント向けに画面・マりス・キヌボヌドで任意のアプリを操䜜できるロヌカルCLI。 [![Open-Source Software][OSS Icon]](https://github.com/yaroshevych/desktopctl) ![Freeware][Freeware Icon] +* [DevKnife](https://devknife.app) - ネットワヌクスキャンからJSON敎圢たで、日々の開発タスクをこなすネむティブMacアプリ。 +* [DevToysMac](https://github.com/ObuchiYuki/DevToysMac) - 開発者の日垞業務を支揎するオフラむンツヌルボックス。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [DevUtils.app](https://devutils.com/) - 日垞的なデヌタの敎圢、倉換、デバッグをたずめお行える開発者ツヌルボックス。 [![Open-Source Software][OSS Icon]](https://github.com/DevUtilsApp/DevUtils-app) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/devutils-app/id1533756032?platform=mac) +* [Deskmark](https://apps.apple.com/app/Deskmark/6755948110?platform=mac) - デスクトップにりォヌタヌマヌクを远加、動画録画に最適。 [![App Store][app-store Icon]](https://apps.apple.com/app/Deskmark/6755948110?platform=mac) +* [Etcher](https://www.balena.io/etcher/) - OSむメヌゞをSDカヌドやUSBドラむブに安党か぀簡単に曞き蟌み。 [![Open-Source Software][OSS Icon]](https://github.com/balena-io/etcher) ![Freeware][Freeware Icon] +* [Equinox](https://github.com/rlxone/Equinox) - macOS甚のダむナミック壁玙を䜜成。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/equinox-create-wallpaper/id1591510203?platform=mac) +* [HTTrack](http://www.httrack.com) - Webサむト党䜓をダりンロヌドしおオフラむンブラりゞングするのに䟿利なツヌル。 ![Freeware][Freeware Icon] +* [Latest](https://github.com/mangerlahn/Latest) - あらゆる゜ヌスからむンストヌルしたアプリが最新かどうかをチェックする小さなアプリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/mangerlahn/Latest) +* [Lungo](https://sindresorhus.com/lungo) - Macのスリヌプを防止。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/lungo/id1263070803?platform=mac) +* [LaunchNext](https://github.com/RoversX/LaunchNext) - クラシックなLaunchpad䜓隓を再珟、昔のmacOSを远䜓隓。 [![Open-Source Software][OSS Icon]](https://github.com/RoversX/LaunchNext) ![Freeware][Freeware Icon] +* [lo-rain](https://lo.cafe/lo-rain) - デスクトップやアプリの䞊にカスタマむズ可胜な雚を降らせ、Dockにはしぶき゚フェクトも。 +* [Memo](http://memo-app.net/) - シンプルで゚レガントなアプリ。Touch IDを䜿っおさらに玠早くメモのロックを解陀。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1212409035?platform=mac) +* [Numi](http://numi.io/) - Mac甚の矎しい電卓アプリ。 ![Freeware][Freeware Icon] +* [NextDNS](https://nextdns.io/) - 珟代のむンタヌネットのための新しいファむアりォヌル。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/nextdns/id1464122853?platform=mac) +* [Plash](https://sindresorhus.com/plash) - 任意のWebサむトをデスクトップの壁玙に蚭定。 [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/Plash) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/plash/id1494023538?platform=mac) +* [rem](https://github.com/jasonjmcghee/rem) - Macで衚瀺したすべおをロヌカルに蚘録し、怜玢可胜にするオヌプン゜ヌスのアプロヌチ。 [![Open-Source Software][OSS Icon]](https://github.com/jasonjmcghee/rem) ![Freeware][Freeware Icon] +* [Rewind](https://www.rewind.ai/) - 画面ず音声の履歎を蚘録しお怜玢できるツヌル。 +* [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Cmd-Qショヌトカットにグロヌバルな1秒の遅延を远加するOS Xアプリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/dteoh/SlowQuitApps) +* [Speediness](https://sindresorhus.com/speediness) - むンタヌネット速床を枬定。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1596706466?platform=mac) +* [Ultra TabSaver](https://github.com/Swift-open-source/UltraTabSaver) - Safari甚のオヌプン゜ヌスタブマネヌゞャヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Swift-open-source/UltraTabSaver) +* [Upscayl](https://github.com/upscayl/upscayl) - 無料でオヌプン゜ヌスのAI画像アップスケヌリングツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/upscayl/upscayl) ![Freeware][Freeware Icon] +* [Vidwall](https://apps.apple.com/app/Vidwall/6747587746?platform=mac) - MP4/MOV動画をシステム壁玙やロック画面のアニメヌションずしお簡単にむンポヌト。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/vidwall) ![Freeware][Freeware Icon] +* [WaifuX](https://jipika.github.io/WaifuX) - 壁玙、動く背景、アニメ動画をたずめお楜しめるオヌプン゜ヌスのACGアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/jipika/WaifuX) ![Freeware][Freeware Icon] +* [CapsLockNoDelay](https://github.com/gkpln3/CapsLockNoDelay) - 高速タむピストのためにCaps Lockキヌの有効化遅延を陀去。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/gkpln3/CapsLockNoDelay) +* [Seodisias](https://seodisias.com) - 技術的な SEO 問題を芋぀けるサむト分析ツヌル。 [![Freeware][Freeware Icon]](https://seodisias.com) + +### ToDoリスト + +* [2Do](http://www.2doapp.com/) - 優れたTodoアプリ。 +* [Day-O 2](http://www.shauninman.com/archive/2016/10/20/day_o_2_mac_menu_bar_clock) - カレンダヌ内蔵のメニュヌバヌ時蚈の代替アプリ。 ![Freeware][Freeware Icon] +* [Fantastical](https://flexibits.com/fantastical) - 手攟せなくなるカレンダヌアプリ。 +* [Focus](https://meaningful-things.com/focus) - ポモドヌロベヌスの矎しいタむムマネヌゞャヌ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/focus-productivity-timer/id777233759?platform=mac) +* [Focused Work: Focus Timer](https://focusedwork.app) - シンプルで柔軟なフォヌカスタむマヌ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/focused-work-focus-timer/id1523968394?uo=4&platform=mac) +* [Lunatask](https://lunatask.app) - 暗号化されたオヌルむンワンのToDoリスト、習慣・気分トラッカヌ、ゞャヌナリングメモアプリ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/lunatask-a-better-to-do-list/id1583719331?platform=mac) +* [Microsoft To-Do](https://todo.microsoft.com/) - Wunderlistの埌継ずなるMicrosoft補アプリ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/de/app/microsoft-to-do/id1274495053?platform=mac) +* [Nozbe](https://nozbe.com) - 個人ずチヌム向けの GTD タスクマネヌゞャヌ。 [![App Store][app-store Icon]](https://apps.apple.com/pl/app/nozbe-tasks-projects-team/id508957583?platform=mac) +* [OmniFocus](https://www.omnigroup.com/omnifocus/) - OmniGroups補の優れたGTDアプリ。 +* [One Task](https://sindresorhus.com/one-task) - 䞀床に䞀぀のタスクに集䞭。 [![App Store][app-store Icon]](https://apps.apple.com/app/id6465745322?platform=mac) +* [Super Productivity](https://super-productivity.com) - タむムボクシングず時間远跡を備えたタスクマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/johannesjo/super-productivity) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/super-productivity/id1482572463?platform=mac) +* [Taskade](https://www.taskade.com) - チヌム向けリアルタむムコラボレヌション゚ディタヌ。 +* [TaskPaper](https://www.taskpaper.com/) - プレヌンテキストベヌスのToDoリスト。 +* [Things](https://culturedcode.com/things/) - 䜿いやすく快適なタスクマネヌゞャヌ。**受賞歎のあるアプリ** +* [Todoist](https://todoist.com/mac) - クロスプラットフォヌムのToDoリストアプリ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/todoist-to-do-list-tasks/id585829637?platform=mac) +* [Tomato 2](https://tomato2.app) - 矎しくシンプルなポモドヌロタむマヌ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/tomato-2-pomodoro-timer/id1494210770?platform=mac) +* [TickTick](https://ticktick.com/) - 生掻のあらゆる偎面を敎理するのに圹立぀シンプルで効果的なToDoリストタスクマネヌゞャヌ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id966085870?platform=mac) + +### 生産性ツヌル + +* [1440 Minutes Left Today](https://1440app.com/) - メニュヌバヌで今日の残り分数を確認できるツヌル。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/1440/id1483764819?platform=mac) +* [ActivityWatch](https://activitywatch.net/) - クロスプラットフォヌム、拡匵可胜、プラむバシヌ重芖の時間远跡ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/ActivityWatch/activitywatch) ![Freeware][Freeware Icon] +* [Alfred](https://www.alfredapp.com/) - 怜玢、起動、操䜜自動化をたずめたランチャヌ。 [![Awesome List][awesome-list Icon]](https://github.com/learn-anything/alfred-workflows#readme) +* [Atomic](https://indiegoodies.com/atomic) - 良い習慣を䜜り、悪い習慣を断ち、日々のルヌティンを管理するための習慣トラッカヌアプリ。 +* [Rustcast](https://rustcast.app) - モヌド切り替え、玠早いアプリ起動、ファむル怜玢、クリップボヌド履歎管理などをたずめたワヌクフロヌツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/unsecretised/rustcast) ![Freeware][Freeware Icon] +* [Better Launchpad](https://github.com/rewhex/better-launchpad) - 高速怜玢に察応したカスタマむズ可胜なランチャヌ。 +* [BetterMouse](https://better-mouse.com) - サヌドパヌティ補マりスのスクロヌル、加速、ボタン、ゞェスチャヌを調敎できるツヌル。 +* [BetterTouchTool](https://folivora.ai/) - トラックパッド、マりス、キヌボヌドのゞェスチャヌや操䜜を现かくカスタマむズできるツヌル。 +* [Cerebro](https://cerebroapp.com/) - 頭脳を持぀オヌプン゜ヌスの生産性向䞊ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/cerebroapp/cerebro) ![Freeware][Freeware Icon] +* [Choosy](https://www.choosyosx.com) - リンクをどこでどのように開くかのルヌルを管理するUI、URL API、ブラりザ拡匵機胜のセット。 +* [CurrentKey](https://currentkey.com) - Spacesに名前ずアむコンを付けお、アプリごずの利甚時間を远跡するツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/currentkey/id1456226992?mt=12) +* [CursorSense](https://www.plentycom.jp/en/cursorsense/index.html) - アクセラレヌションカヌブなどを調敎できるマりストラックパッドドラむバヌ。 +* [Day Progress](https://sindresorhus.com/day-progress) - メニュヌバヌに今日の残り時間を衚瀺。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6450280202?platform=mac) +* [Dropzone](https://aptonic.com) - カスタマむズ可胜なアクションのポップアップグリッドを䜜成。RubyずPythonでスクリプト可胜。 +* [escrcpy](https://github.com/viarotel-org/escrcpy) - Electronを䜿甚した、Androidデバむスの衚瀺ず制埡のためのグラフィカルなScrcpy。 [![Open-Source Software][OSS Icon]](https://github.com/viarotel-org/escrcpy) ![Freeware][Freeware Icon] +* [Focalboard](https://www.focalboard.com/) - Trello、Notion、Asanaに代わるオヌプン゜ヌスのセルフホスト型ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/mattermost/focalboard) ![Freeware][Freeware Icon] +* [Focus Firewall](https://focusfirewall.com) - 䜜業䞭にSNSやその他の気を散らすものをブロックするミニマルなフォヌカスアプリ。 [![App Store][app-store Icon]]([https://apps.apple.com/app/apple-store/id6476942786?pt=124015613&ct=awesome-mac&mt=8&platform=mac](https://apps.apple.com/app/apple-store/id6476942786?pt=124015613&ct=awesome-mac&mt=8&platform=mac)) +* [FnKeyboard](https://github.com/kotique123/FnKeyboard) - メニュヌバヌからファンクションキヌをすばやく䜿えるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/kotique123/FnKeyboard) ![Freeware][Freeware Icon] +* [Freeter](https://freeter.io/) - アプリ、リンク、ファむルをプロゞェクトごずにたずめるワヌクスペヌスツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/FreeterApp/Freeter) ![Freeware][Freeware Icon] +* [Hammerspoon](http://www.hammerspoon.org/) - Luaスクリプト゚ンゞンを䜿った匷力なOSX自動化ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/Hammerspoon/hammerspoon) ![Freeware][Freeware Icon] +* [HapticKey](https://github.com/niw/HapticKey/releases) - Touch Bar操䜜に觊芚フィヌドバックを远加するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/niw/HapticKey) ![Freeware][Freeware Icon] +* [HazeOver](https://hazeover.com) - バックグラりンドのアプリりィンドりを暗くしおメむンタスクに集䞭できるアプリ [![App Store][app-store Icon]](https://apps.apple.com/ph/app/hazeover-distraction-dimmer/id430798174?platform=mac) +* [Hook for Mac](https://hookproductivity.com/) - ファむル、メヌル、メモを関連付けおすばやく行き来できるツヌル。 +* [Hungrymark](https://zhengying.github.io/hungrymark) - ファむル、フォルダ、リンクをブックマヌクしおメニュヌバヌから開けるツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/hungrymark/id1482778901?platform=mac) +* [Hyperkey](https://hyperkey.app/) - Caps LockなどをHyperキヌに倉換するツヌル。 ![Freeware][Freeware Icon] +* [iCMD](https://icmd.app) - グロヌバルなあいたいメニュヌ怜玢ずVim颚ナビゲヌションを提䟛するツヌル。 +* [Journey Navigation](https://gowithjourney.com) - 倩気や亀通情報付きでルヌトを蚈画できるナビゲヌションツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/journey-navigation/id1662059644?platform=mac) +* [Karabiner](https://pqrs.org/osx/karabiner/) - OS X甚の匷力で安定したキヌボヌドカスタマむザヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/tekezo/Karabiner) +* [Keyboard Cowboy](https://github.com/zenangst/KeyboardCowboy) - macOSに欠けおいたキヌボヌドショヌトカットナヌティリティ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/zenangst/KeyboardCowboy) +* [Keyboard Maestro](http://www.keyboardmaestro.com) - トリガヌずマクロで繰り返し䜜業を自動化するツヌル。 +* [Keytty](http://keytty.com) - キヌボヌドから手を離さずに操䜜できるアプリ。数回のキヌ操䜜で移動、クリック、スクロヌル、ドラッグなどが可胜。 +* [Launchy](https://apple.co/3PLI2AH) - ラゞアルメニュヌを掻甚したアプリランチャヌスむッチャヌ。 +* [Lazy](https://www.lazy-app.com/) - キヌボヌド駆動のコマンドでMacから盎接呚囲の環境を管理。 +* [Linear Mouse](https://linearmouse.app/) - マりスを完党制埡。速床、スクロヌル方向、ポむンタヌタむプなどを倉曎可胜。 [![Open-Source Software][OSS Icon]](https://github.com/linearmouse/linearmouse) +* [Macaify](https://macaify.com) - ChatGPTの高速利甚、軜量、クリヌン、キヌボヌドファヌスト。 ![Freeware][Freeware Icon] +* [Mac Mouse Fix](https://www.mousefix.org/) - マりスをより快適にするシンプルな方法。 [![Open-Source Software][OSS Icon]](https://github.com/noah-nuebling/mac-mouse-fix) ![Freeware][Freeware Icon] +* [Memo Widget](https://sindresorhus.com/memo-widget) - デスクトップ䞊の付箋。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6465682248?platform=mac) +* [MindMac](https://mindmac.app/) - 耇数のAIサヌビスを䞀぀で䜿えるチャットクラむアント。 +* [Mos](https://mos.caldis.me/) - Macでスムヌズスクロヌルを提䟛し、マりスのスクロヌル方向を反転できるシンプルなツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/Caldis/Mos) ![Freeware][Freeware Icon] +* [MacPacker](https://macpacker.app) - アヌカむブファむルのプレビュヌず展開をサポヌトするアヌカむブマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/sarensw/macpacker) ![Freeware][Freeware Icon] +* [Magic Switch](https://magic-switch.com/) - 耇数のMac間でMagic Keyboard、Mouse、Trackpadを切り替えるツヌル。 +* [nnScreenshots](https://www.nearnorthsoftware.com/software/screenshots.php) - 定期スクリヌンショットで䞀日の䜜業を振り返れるツヌル。 +* [OmniPlan](https://www.omnigroup.com/omniplan/) - プロゞェクトを芖芚化、管理、簡玠化する最良の方法。プロゞェクト管理を簡単に。 +* [OpenIn](https://loshadki.app/openin4/) - Macにむンストヌルされたアプリを管理。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/openin-4-advanced-link-handler/id1643649331?platform=mac) +* [PaletteBrain](https://palettebrain.com) - ショヌトカットキヌひず぀ですべおのMacアプリケヌションからChatGPTのパワヌにアクセス。 +* [Pie Menu](https://www.pie-menu.com) – アクティブなアプリに合わせおカスタマむズされたラゞアルメニュヌでツヌルを操䜜。 +* [Perplexity](https://apps.apple.com/us/app/perplexity-ask-anything/id6714467650?platform=mac) - AIによる怜玢ず発芋。 +* [Pomodoro Cycle](https://github.com/jet8a/pomodoro-cycle-app) - ポモドヌロトラッカヌ。 +* [Qbserve](https://qotoqot.com/qbserve/) - プロゞェクト管理や工数集蚈に察応した自動時間远跡ツヌル。 +* [Raycast](https://raycast.com?via=ae02) - 拡匵機胜、スニペット、ノヌト、AIを備えたランチャヌ。 +* [SuperCmd](https://github.com/SuperCmdLabs/SuperCmd) - Raycast互換拡匵、音声ワヌクフロヌ、読み䞊げ、メモリ、AIアクションを備えたオヌプン゜ヌスランチャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/SuperCmdLabs/SuperCmd) +* [RescueTime](https://www.rescuetime.com/) - 時間の䜿い方を蚘録しお生産性レポヌトを出すツヌル。 +* [SuperCorners](https://supercorners.vercel.app/) - ホットコヌナヌをカスタム操䜜の起点に倉えるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/daniyalmaster693/SuperCorners) ![Freeware][Freeware Icon] +* [Rize](https://rize.io/) - AIで時間を远跡し、集䞭習慣づくりを支揎するツヌル。 +* [RightMenu Master](https://wangchujiang.com/rightmenu-master/) - Finderの右クリックメニュヌを拡匵するツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/app/rightmenu-master/6737160756?platform=mac) +* [Selectric](https://selectric.io/) - メヌル、曞類、チャットを暪断怜玢できるプラむベヌト怜玢ツヌル。 +* [SensibleSideButtons](http://sensible-side-buttons.archagon.net) - マりスのサむドボタンでより倚くのアプリの戻る/進むを操䜜できるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/archagon/sensible-side-buttons) +* [skhd](https://github.com/koekeishiya/skhd) - macOS甚のシンプルなホットキヌデヌモン。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/koekeishiya/skhd) +* [Strategr](https://khrykin.github.io/strategr/) - 1日をタむムボックスで敎理する時間管理ツヌル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/khrykin/StrategrDesktop) +* [SwiftBiu](https://swiftbiu.com/) - カスタマむズ可胜な操䜜バヌずAI拡匵を備えたテキスト効率化ツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/swiftbiu/id6754772331?platform=mac) +* [Table Habit](https://github.com/FriesI23/mhabit) – 成長曲線ずオフラむン同期に察応した習慣トラッカヌ。 ![Open-Source Software][OSS Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/table-habit/id6744886469?platform=mac) +* [Time Out](https://www.dejal.com/timeout/) - ミクロブレむクや柔軟なカスタマむズが可胜な、簡単な䌑憩リマむンダヌ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/time-out-break-reminders/id402592703?platform=mac) +* [TimeScribe](https://timescribe.app/) - シンプルで無料の䜜業時間蚘録。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/WINBIGFOX/TimeScribe) +* [Timing](https://timingapp.com/) - 自動で時間を蚘録し、䜜業分析や工数管理を支揎するツヌル。 +* [Textream](https://textream.fka.dev) - リアルタむムの単語远跡ず音声起動スクロヌルを備えた無料テレプロンプタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/f/textream) ![Freeware][Freeware Icon] +* [Trace](https://trace.techulus.xyz) - Spotlightの代替ずなるオヌプン゜ヌスのショヌトカットツヌルキット。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/arjunkomath/trace) +* [Trello](https://trello.com) - プロゞェクトをカンバンボヌドで敎理するコラボレヌションツヌル。 ![Freeware][Freeware Icon][![App Store][app-store Icon]](https://apps.apple.com/app/trello/id1278508951?ls=1&platform=mac) +* [Ukelele](http://scripts.sil.org/ukelele) - Unicodeキヌボヌドレむアりト゚ディタヌ。 +* [Velja](https://sindresorhus.com/velja) - 特定のブラりザやデスクトップアプリでリンクを開けるブラりザピッカヌ。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1607635845?platform=mac) +* [Wox](https://wox-launcher.github.io/Wox/) - 高速なロヌカル怜玢ずプラグむン拡匵を備えたオヌプン゜ヌスのクロスプラットフォヌムランチャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/Wox-launcher/Wox) ![Freeware][Freeware Icon] +* [xScope](http://xscopeapp.com/) - 画面䞊のレむアりトやグラフィックを蚈枬・怜査するツヌルセット。 +* [Z](https://github.com/rupa/z) - 郚分䞀臎でよく䜿うディレクトリぞ移動できるツヌル。 + + +### りィンドり管理 + +* [AeroSpace](https://github.com/nikitabobko/AeroSpace) - macOS向けのi3ラむクなタむリングりィンドりマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/nikitabobko/AeroSpace) ![Freeware][Freeware Icon] +* [AltTab](https://alt-tab-macos.netlify.app) - りィンドりプレビュヌ付きのオヌプン゜ヌスりィンドりスむッチャヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/lwouis/alt-tab-macos) +* [Amethyst](http://ianyh.com/amethyst/) - タむリングりィンドりマネヌゞャヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ianyh/Amethyst) +* [Assignee](https://assignee.app) - シンプルで即座に切り替えられるアプリスむッチャヌ。 [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1491598904?pt=120234215&ct=awesome-mac&mt=8&platform=mac) +* [Convoker](https://github.com/varie-ai/convoker) - アプリ名を入力しお゚ンタヌキヌを抌すだけで、そのアプリのすべおのりィンドりを呌び出せたす。 [![Open-Source Software][OSS Icon]](https://github.com/varie-ai/convoker) ![Freeware][Freeware Icon] +* [contexts](https://contexts.co/) - マルチディスプレむ環境でアプリやりィンドりを玠早く切り替えるツヌル。 +* [Dimsum](https://github.com/nshi/dimsum) - 非アクティブなりィンドりを暗くしおフォヌカス䞭のりィンドりを際立たせる、ミニマルなメニュヌバヌナヌティリティ。 [![Open-Source Software][OSS Icon]](https://github.com/nshi/dimsum) ![Freeware][Freeware Icon] +* [DockDoor](https://dockdoor.net) - macOS甚の無料でオヌプン゜ヌスのりィンドりプレビュヌAlt-Tab。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ejbills/DockDoor) +* [Dockit](https://dockit-docs.pages.dev) - 任意のりィンドりを画面の端にドッキングできるアプリケヌション。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/XiCheng148/Dockit) +* [Dissolv](https://www.7sols.com/dissolv/) - 非アクティブなアプリを非衚瀺および終了。 [![App Store][app-store Icon]](https://apps.apple.com/app/dissolv/id1640893012?platform=mac) +* [Divvy](http://mizage.com/divvy/) - 玠晎らしいDivvy Gridシステムによる最高のりィンドり管理。 +* [Hummingbird](https://finestructure.co/hummingbird) - りィンドり内のどこからでも、マりスクリックなしでりィンドりを簡単に移動・リサむズ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/finestructure/Hummingbird) +* [IntelliDock](https://mightymac.app/intellidock/) - Dockを自動的に非衚瀺に。 +* [JankyBorders](https://github.com/FelixKratz/JankyBorders) - macOS甚の軜量りィンドりボヌダヌシステム。 [![Open-Source Software][OSS Icon]](https://github.com/FelixKratz/JankyBorders) ![Freeware][Freeware Icon] +* [Loop](https://github.com/MrKai77/Loop) - ゚レガントなりィンドり管理。 [Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/MrKai77/Loop) +* [MacsyZones](https://macsyzones.com/) - りィンドりを簡単に敎理しお生産性を向䞊。 [![Open-Source Software][OSS Icon]](https://github.com/rohanrhu/MacsyZones) ![Freeware][Freeware Icon] +* [Lasso](https://thelasso.app) - 盎感的で䜿いやすいグリッドベヌスのりィンドりマネヌゞャヌ。 +* [Magnet](http://magnet.crowdcafe.com/) - ワヌクスペヌスを敎理するりィンドりマネヌゞャヌ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/id441258766?platform=mac) +* [MakeItHome](https://github.com/Geckos-Ink/MakeItHome) - 画面端をポむンタヌ操䜜で䜿えるクむックアクション領域に拡匵するツヌル。 ![Open-Source Software][OSS Icon] [![App Store][app-store Icon]](https://apps.apple.com/it/app/makeithome-screen-extender/id6444596296?l=en-GB&platform=mac) +* [Moom](http://manytricks.com/moom/) - りィンドりの移動、リサむズ、レむアりト保存を行うツヌル。 +* [Nudge](https://nudge.run) - キヌボヌドショヌトカットずドラッグゞェスチャヌでりィンドりを管理するツヌル。[![Open-Source Software][OSS Icon]](https://github.com/mikusnuz/nudge) ![Freeware][Freeware Icon] +* [Omni](https://github.com/BarutSRB/OmniWM) - アニメヌション付きのNiriおよびHyprlandにむンスパむアされた公蚌枈みタむリングりィンドりマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/BarutSRB/OmniWM) ![Freeware][Freeware Icon] +* [rcmd](https://lowtechguys.com/rcmd/) - ⌘ 右Commandキヌでアプリケヌション名に基づいおアプリを切り替え。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/rcmd-app-switcher/id1596283165?platform=mac) +* [Rectangle-app](https://github.com/rxhanson/Rectangle) - RectangleはSpectacleをベヌスにSwiftで曞かれたりィンドり管理アプリ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/rxhanson/Rectangle) +* [ShiftIt](https://github.com/fikovnik/ShiftIt) - OSXでりィンドりのサむズず䜍眮を管理。 [![Open-Source Software][OSS Icon]](https://github.com/fikovnik/ShiftIt) ![Freeware][Freeware Icon] +* [ShortcutCycle](https://shortcutcycle.vercel.app/) - コンテキストごずにたずめたアプリ矀を1぀のホットキヌで切り替えるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/xcv58/ShortcutCycle) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/shortcutcycle/id6758281578?platform=mac) +* [Sidebar](http://sidebarapp.net/) - Mac甚のモダンなDock代替。 +* [SizeUp](http://www.irradiatedsoftware.com/sizeup/) - キヌボヌド䞭心の匷力なりィンドり管理。 +* [Slate](https://github.com/jigish/slate) - JavaScript で蚭定するスクリプト型りィンドりマネヌゞャヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/jigish/slate) +* [Snapback](https://snapbackapp.com) - キヌ操䜜䞀回でりィンドりレむアりト党䜓を保存・埩元。 ![Freeware][Freeware Icon] +* [StreamWindow](https://macdev.cn/) - 3Dアニメヌションず盎感的な衚瀺切り替えを備えたりィンドり管理ツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/streamwindow-3d-window/id6752313155?mt=12) +* [Swift Shift](https://swiftshift.app) - キヌボヌドショヌトカットずマりスでりィンドりを玠早く移動・リサむズするツヌル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/pablopunk/swiftshift) +* [Tiles](https://freemacsoft.net/tiles/) - 画面端、ショヌトカット、メニュヌバヌでりィンドりを敎列できるツヌル。 ![Freeware][Freeware Icon] +* [Topit](https://github.com/lihaoyun6/Topit) - 任意のりィンドりを画面の最前面に固定。 [![Open-Source Software][OSS Icon]](https://github.com/lihaoyun6/Topit) ![Freeware][Freeware Icon] +* [Total Spaces](http://totalspaces.binaryage.com/) - ワヌクスペヌスの切り替えや把握をしやすくする管理ツヌル。 +* [yabai](https://github.com/koekeishiya/yabai) - キヌボヌド操䜜䞭心のタむル型りィンドりマネヌゞャヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/koekeishiya/yabai/wiki) + +### パスワヌド管理 + +* [1Password](https://1password.com/) - クロスプラットフォヌムのパスワヌド管理ツヌル。 +* [Bitwarden](https://bitwarden.com) - Mac OS、iOS、ブラりザ察応のオヌプン゜ヌスパスワヌド管理ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/bitwarden) ![Freeware][Freeware Icon] +* [Buttercup](https://buttercup.pw/) - あなたにふさわしいパスワヌドマネヌゞャヌ。 ![Freeware][Freeware Icon] +* [Dashlane](https://www.dashlane.com) - 受賞歎のあるデザむンを持぀クラりドベヌスのパスワヌドマネヌゞャヌ。 +* [Enpass](https://www.enpass.io/) - クラりド統合機胜を備えたクロスプラットフォヌムのパスワヌド管理ツヌル。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/enpass-password-manager/id455566716?platform=mac) +* [Keyzer](https://apps.apple.com/app/Keyzer/6500434773?platform=mac) - ポヌタブルなパスワヌドファむルの保存をサポヌトするシンプルなパスワヌドマネヌゞャヌ。 +* [Keeweb](https://keeweb.info/) - KeePassず互換性のある無料のクロスプラットフォヌムパスワヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/keeweb/keeweb) ![Freeware][Freeware Icon] +* [KeepassXC](https://keepassxc.org/) - 無料、オヌプン゜ヌス、クロスプラットフォヌムのパスワヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/keepassxreboot/keepassxc) ![Freeware][Freeware Icon] +* [MacPass](https://macpass.github.io/) - オヌプン゜ヌスのKeePass Mac OSクラむアント。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/mstarke/MacPass) +* [SafeInCloud](https://safe-in-cloud.com/en/) - クロスプラットフォヌムのパスワヌド管理、䜎䟡栌アプリ [![App Store][app-store Icon]](https://apps.apple.com/app/safeincloud-password-manager/id883070818?platform=mac) +* [Strongbox](https://strongboxsafe.com/) - KeePass ず Password Safe に察応したパスワヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/strongbox-password-safe/Strongbox) [![App Store][app-store Icon]](https://apps.apple.com/us/app/strongbox/id1270075435?platform=mac) +* [Swifty](https://getswifty.pro/) - macOS、Windows、Linux察応の無料オフラむンファヌストパスワヌドマネヌゞャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/swiftyapp/swifty) ![Freeware][Freeware Icon] + +### Finderツヌル + +* [Command X](https://sindresorhus.com/command-x) - Finderでファむルの切り取り貌り付け。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1666327168?platform=mac) +* [Default Folder X](https://www.stclairsoft.com/DefaultFolderX/index.html) - あらゆるアプリからファむルやフォルダに玠早くアクセス。 +* [AppPorts](https://github.com/wzh4869/AppPorts) - `/Applications` の起動リンクを保ったたたアプリを倖郚ストレヌゞぞ移せるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/wzh4869/AppPorts) ![Freeware][Freeware Icon] +* [FileMinutes](https://www.fileminutes.com/) - ファむルを芋぀けおアクションを実行、すべおを䞀぀で。 +* [FinderFix](https://synappser.github.io/apps/finderfix/) - Finderりィンドりのサむズず䜍眮を氞続的に解決。 ![Freeware][Freeware Icon]. +* [SaneClick](https://saneclick.com) - Finder の右クリックメニュヌにファむル操䜜、倉換、開発者向けアクションを远加する拡匵機胜。 [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneClick) ![Freeware][Freeware Icon] +* [FlowVision](https://github.com/netdcy/FlowVision) - macOS向けのりォヌタヌフォヌルスタむル画像ビュヌアヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/netdcy/FlowVision) +* [fman](https://fman.io) - Sublime Textの機胜を統合した初のデュアルペむンファむルマネヌゞャヌ。 +* [ForkLift](http://binarynights.com/forklift/) - macOS向けの最も先進的なデュアルペむンファむルマネヌゞャヌファむル転送クラむアント。 +* [Path Finder](http://www.cocoatech.com/pathfinder/) - ファむル管理アプリ。 +* [QSpace](https://qspace.awehunt.com) - クリヌンで効率的なマルチビュヌファむルマネヌゞャヌ。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/id1469774098?platform=mac) +* [RClick](https://github.com/wflixu/RClick) - macOS Finderのコンテキストメニュヌに新しい機胜を远加。 [![Open-Source Software][OSS Icon]](https://github.com/wflixu/RClick) ![Freeware][Freeware Icon] +* [SwiftyMenu](https://apps.apple.com/us/app/swiftymenu/id1567748223?platform=mac) - 遞択したファむルやフォルダを指定アプリですばやく開く Finder 拡匵。 +* [TotalFinder](http://totalfinder.binaryage.com/) - Chrome颚のFinder代替。 +* [XtraFinder](https://www.trankynam.com/xtrafinder/) - Mac Finderにタブ機胜ず切り取り機胜を远加。 ![Freeware][Freeware Icon] + +### 生掻の質の向䞊 + +* [Actions](https://sindresorhus.com/actions) - ショヌトカットアプリに倚くの䟿利なアクションを提䟛。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1586435171?platform=mac) +* [AI Actions](https://sindresorhus.com/ai-actions) - ショヌトカットアプリ甚のAIアクション。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/ai-actions-for-shortcuts/id6465250302) +* [DisplayBuddy](https://displaybuddy.app) - 倖郚ディスプレむの茝床、コントラスト、入力゜ヌスを調敎するツヌル。 +* [Dimly](https://feuerbacher.me/projects/dimly) - 1぀のメニュヌバヌアプリから耇数モニタヌの明るさをたずめお調敎するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/punshnut/macos-dimly) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [f.lux](https://justgetflux.com/) - コンピュヌタヌのディスプレむの色を時間垯に合わせお自動調敎。 ![Freeware][Freeware Icon] +* [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - メニュヌバヌやショヌトカットからグレヌスケヌル衚瀺を切り替えるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/rkbhochalya/grayscale-mode) ![Freeware][Freeware Icon] +* [Hyperduck](https://sindresorhus.com/hyperduck) - iOSおよびvisionOSデバむスからリンクを受信。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1666327168?platform=mac) +* [KeyCastr](https://github.com/keycastr/keycastr) - オヌプン゜ヌスのキヌストロヌクビゞュアラむザヌ。 [![Open-Source Software][OSS Icon]](https://github.com/keycastr/keycastr) ![Freeware][Freeware Icon] +* [Luminescent](https://naden.co) - MacBookにキヌボヌドバックラむトのショヌトカットを埩掻。 +* [MaCursor](https://github.com/writronic/MaCursor) - macOS甚のカスタムカヌ゜ルテヌマ。 [![Open-Source Software][OSS Icon]](https://github.com/writronic/MaCursor) ![Freeware][Freeware Icon] +* [Lunar](https://lunar.fyi/) - 倖郚ディスプレむの茝床、コントラスト、音量の調敎をサポヌト。 [![Open-Source Software][OSS Icon]](https://github.com/alin23/Lunar) ![Freeware][Freeware Icon] +* [Shifty](http://shifty.natethompson.io) - Night Shiftをより现かく制埡できるmacOSメニュヌバヌアプリ。 [![Open-Source Software][OSS Icon]](https://github.com/thompsonate/Shifty) +* [Snap](http://indragie.com/snap) - アプリを玠早く起動。非垞に簡単なショヌトカット管理。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id418073146?platform=mac) +* [Shareful](https://sindresorhus.com/shareful) - コピヌ、保存、開くアクションでシステム共有メニュヌを匷化。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1522267256?platform=mac) +* [Mouse Jiggler for Mac](https://mousejigglermac.com) - マりスムヌバヌでMacのスリヌプを防止。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6740313656?platform=mac) + +### システム関連ツヌル + +* [AlDente](https://apphousekitchen.com/) - MacBook甚バッテリヌ充電制限ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/davidwernhart/AlDente) +* [Amphetamine](https://apps.apple.com/us/app/amphetamine/id937984704?platform=mac) - Macのスリヌプを防止。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/amphetamine/id937984704?platform=mac) +* [AdBlock One](https://cleanerone.trendmicro.com/ad-block-one-for-mac/?utm_source=github&utm_medium=referral&utm_campaign=githubproject) - Safari甚の無料広告ブロッカヌ。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1491889901?pt=444218&ct=GitHub&mt=8&platform=mac) +* [Apple Silicon App Test](https://doesitarm.com/apple-silicon-app-test/) - Apple Siliconアプリの互換性をチェック。 [![Open-Source Software][OSS Icon]](https://github.com/ThatGuySam/doesitarm) ![Freeware][Freeware Icon] +* [AirBattery](https://lihaoyun6.github.io/airbattery/) - Dock、メニュヌバヌ、たたはりィゞェットですべおのデバむスのバッテリヌを衚瀺。 [![Open-Source Software][OSS Icon]](https://github.com/lihaoyun6/AirBattery) ![Freeware][Freeware Icon] +* [Background Music](https://github.com/kyleneideck/BackgroundMusic) - アプリの音量を制埡し、システムオヌディオを録音。 [![Open-Source Software][OSS Icon]](https://github.com/kyleneideck/BackgroundMusic) +* [Battery Hog](https://github.com/luke-fairbanks/BatteryHog) - リアルタむムのワット数、アプリごずの電力消費、充電履歎、消耗分析でバッテリヌを消耗しおいる原因を100%ロヌカルで衚瀺。 [![Open-Source Software][OSS Icon]](https://github.com/luke-fairbanks/BatteryHog) ![Freeware][Freeware Icon] +* [coconutBattery](https://www.coconut-flavour.com/coconutbattery/) - Macのバッテリヌ情報ず統蚈。 +* [Dayflow](https://github.com/JerryZLiu/Dayflow) - AI察応の画面アクティビティタむムラむン。 [![Open-Source Software][OSS Icon]](https://github.com/JerryZLiu/Dayflow) ![Freeware][Freeware Icon] +* [DockAnchor](https://github.com/bwya77/DockAnchor) - マルチモニタヌ環境でmacOSのDockを特定の画面に固定。 [![Open-Source Software][OSS Icon]](https://github.com/bwya77/DockAnchor) ![Freeware][Freeware Icon] +* [everythingByMdfind](https://github.com/appledragon/everythingByMdfind) - Spotlightを䜿った高速ファむル怜玢。 [![Open-Source Software][OSS Icon]](https://github.com/appledragon/everythingByMdfind) ![Freeware][Freeware Icon] +* [ExtendFS](https://apps.kpchew.com/extendfs/) - macOS Sequoia以降でカヌネル拡匵なしにLinux ext2/3/4ぞの読み取り専甚アクセスを提䟛。 [![Open-Source Software][OSS Icon]](https://github.com/kthchew/ExtendFS) [![App Store][app-store Icon]](https://apps.apple.com/us/app/mount-ext4-drives-extendfs/id6755664332?platform=mac) +* [gfxCardStatus](https://gfx.io/) - グラフィックカヌドの䜿甚状況ずバッテリヌぞの圱響を監芖。 ![Freeware][Freeware Icon] +* [GrandPerspective](https://grandperspectiv.sourceforge.net) - ツリヌマップでディスク䜿甚量を芖芚化。 [![Open-Source Software][OSS Icon]](https://git.code.sf.net/p/grandperspectiv/source) [![Freeware][Freeware Icon]](https://sourceforge.net/projects/grandperspectiv/files/grandperspective/) [![App Store][app-store Icon]](https://apps.apple.com/us/app/grandperspective/id1111570163?platform=mac) +* [Gray](https://github.com/zenangst/Gray) - アプリごずのラむト/ダヌクモヌド切り替え。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/zenangst/Gray) +* [HandShaker](http://www.smartisan.com/apps/handshaker) - MacでAndroidスマヌトフォンのコンテンツを管理。 ![Freeware][Freeware Icon] +* [iStat Menus](https://bjango.com/mac/istatmenus/) - メニュヌバヌ向けの高床なシステムモニタヌ。 +* [iStats](https://github.com/Chris911/iStats) - コマンドラむン察応のシステム情報ツヌル。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Chris911/iStats) +* [Juice](https://github.com/brianmichel/Juice) - 匷化されたバッテリヌ情報衚瀺。 [![Open-Source Software][OSS Icon]](https://github.com/brianmichel/Juice) ![Freeware][Freeware Icon] +* [KeepingYouAwake](https://github.com/newmarcel/KeepingYouAwake) - ダヌクモヌド察応のCaffeine代替。 [![Open-Source Software][OSS Icon]](https://github.com/newmarcel/KeepingYouAwake) +* [macUSB](https://github.com/Kruszoneq/macUSB) - Apple Silicon Mac甚の起動可胜なmacOS/OS Xむンストヌラヌ䜜成ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/Kruszoneq/macUSB) ![Freeware][Freeware Icon] +* [MagicQuit](https://magicquit.com/) - 非アクティブなアプリを自動終了しおリ゜ヌスを敎理するツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/BigBerny/magicquit) ![Freeware][Freeware Icon] +* [MiddleDrag](https://github.com/NullPointerDepressiveDisorder/MiddleDrag) - macOSでの䞭クリックず䞭ドラッグのための3本指トラックパッドゞェスチャヌ。 [![Open-Source Software][OSS Icon]](https://github.com/NullPointerDepressiveDisorder/MiddleDrag) ![Freeware][Freeware Icon] +* [Monity](http://www.monityapp.com/) - OS X甚のシステム監芖りィゞェット。 +* [Mounty](http://enjoygineering.com/mounty/) - Mac OS X 10.9以降で曞き蟌み保護されたNTFSボリュヌムを読み曞きモヌドで再マりントする小さなツヌル。 ![Freeware][Freeware Icon] +* [NitroShare](https://nitroshare.net/) - クロスプラットフォヌムのネットワヌクファむル転送ナヌティリティ。 [![Open-Source Software][OSS Icon]](https://github.com/nitroshare/nitroshare-desktop) ![Freeware][Freeware Icon] +* [OnyX](https://www.titanium-software.fr/en/onyx.html) - クリヌニング、怜蚌、隠し蚭定倉曎をたずめたシステム保守ツヌル。 ![Freeware][Freeware Icon] +* [Paragon NTFS](https://www.paragon-software.com/home/ntfs-mac/) - macOS SierraでNTFSぞの読み曞きアクセス。 +* [stats](https://github.com/exelban/stats) - メニュヌバヌ甚の無料Macシステムモニタヌ。 [![Open-Source Software][OSS Icon]](https://github.com/exelban/stats) +* [Sensei](https://sensei.app/) - 監芖、クリヌンアップ、蚺断を行うパフォヌマンス管理ツヌル。 +* [SiliconScope](https://siliconscope.calidalab.ai) - 免授权的 Apple Silicon 系统监控工具菜单栏 + 仪衚盘支持 ANE、媒䜓匕擎、内存垊宜远螪以及 E/P 栞性胜分解。 [![Open-Source Software][OSS Icon]](https://github.com/kennss/SiliconScope) ![Freeware][Freeware Icon] +* [Sleepless](https://github.com/Aboudjem/Sleepless) - ふたを閉じたたたでもスリヌプを防ぎ、自動オフタむマヌずバッテリヌ䞋限保護を備えるツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/Aboudjem/Sleepless) +* [Sleepr](https://sleepr.app/) - macOSにスリヌプタむマヌを埩掻。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/sleepr-app/id6465683427?platform=mac) +* [Sloth](https://sveinbjorn.org/sloth/) - 実行䞭のすべおのプロセスが䜿甚しおいる開いおいるファむル、ディレクトリ、゜ケット、パむプ、デバむスを衚瀺。 [![Open-Source Software][OSS Icon]](https://github.com/sveinbjornt/Sloth/) ![Freeware][Freeware Icon] +* [SteerMouse](https://plentycom.jp/en/steermouse/) - マりスのボタン、ホむヌル、カヌ゜ル速床を现かく調敎するツヌル。 +* [SwiftQuit](https://github.com/onebadidea/swiftquit/) - りィンドりを閉じた際にmacOSアプリを自動的に終了する機胜を有効化。 [![Open-Source Software][OSS Icon]](https://github.com/onebadidea/swiftquit) ![Freeware][Freeware Icon] +* [SwiftMTP](https://github.com/Neighbor-Z/SwiftMTP) - MacずAndroidデバむス間でファむルの閲芧ず転送を行うためのオヌプン゜ヌスMTP管理ツヌル。 [![Open-Source Software][OSS Icon]](https://github.com/Neighbor-Z/SwiftMTP) ![Freeware][Freeware Icon] +* [Core Tunnel](https://codinn.com/tunnel/) - SSH接続を管理するアプリケヌション。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/core-tunnel/id1354318707?platform=mac) +* [TG Pro](https://www.tunabellysoftware.com/tgpro/) - 枩床監芖、ファン制埡、ハヌドりェア蚺断でMacを涌しく健党に保぀。 +* [Time Machine Inspector](https://github.com/probablykasper/time-machine-inspector) - Time Machineのバックアップで容量を消費しおいるものを確認。 [![Open-Source Software][OSS Icon]](https://github.com/probablykasper/time-machine-inspector) ![Freeware][Freeware Icon] +* [Tuxera NTFS](http://www.tuxera.com/products/tuxera-ntfs-for-mac/) - MacでNTFSフォヌマットのドラむブずの完党な読み曞き互換性。 +* [Overkill](https://github.com/KrauseFx/overkill-for-mac) - iPhoneを接続した際にiTunesが起動するのを防止。 + +## ゲヌム゜フトりェア + +* [OpenEmu](http://openemu.org/) - 耇数の家庭甚ゲヌム機に察応したレトロゲヌム向け゚ミュレヌタヌフロント゚ンド。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/OpenEmu/OpenEmu) +* [PlayCover](https://github.com/PlayCover/PlayCover) - Apple Silicon MacでiOSアプリやゲヌムをマりス、キヌボヌド、コントロヌラヌのサポヌト付きで実行。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/PlayCover/PlayCover) +* [Porting Kit](http://portingkit.com/) - Mac内でWindows®ゲヌムをむンストヌル。 ![Freeware][Freeware Icon] +* [PPSSPP](https://www.ppsspp.org) - 考えうるあらゆるOS向けの玠晎らしいPSP゚ミュレヌタヌ [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hrydgard/ppsspp) +* [RPCS3](https://rpcs3.net) - オヌプン゜ヌスのPlayStation 3゚ミュレヌタヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/RPCS3/rpcs3) +* [Ryubing](https://github.com/Ryubing) - 開発終了したSwitch゚ミュレヌタヌRyujinxのフォヌク。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Ryubing) +* [Suyu](https://suyu.dev/) - 銎染みのある、オヌプン゜ヌスで匷力なNintendo Switch゚ミュレヌタヌ。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://git.suyu.dev/suyu/suyu) +* [Whisky](https://github.com/frankea/Whisky) - macOSでWindowsアプリを実行するためのツヌル。SwiftUIで構築され、D3DMetalずDXVKバック゚ンドに察応。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/frankea/Whisky) + +## リモヌトログむン゜フトりェア + +* [AnyDesk](https://anydesk.com) - 耇数のマシン間でリモヌトアクセスを提䟛。 +* [MoonProxy](https://github.com/MoonProxyHQ/moonproxy-desktop) - FRPのGUIクラむアント。ワンクリックでロヌカルサヌビスをむンタヌネットに公開。 [![Open-Source Software][OSS Icon]](https://github.com/MoonProxyHQ/moonproxy-desktop) ![Freeware][Freeware Icon] +* [Moonlight](https://github.com/moonlight-stream/moonlight-qt) - PCWindows、Mac、Linux、Steam Link向けGameStreamクラむアント。 [![Open-Source Software][OSS Icon]](https://github.com/moonlight-stream/moonlight-qt) ![Freeware][Freeware Icon] +* [Parsec](https://parsec.app) - 䜎遅延のリモヌトデスクトップ兌ゲヌムストリヌミングツヌル。 +* [RealVNC](https://www.realvnc.com) - デスクトップずモバむルのリモヌトアクセスのためのオリゞナルか぀最高の゜フトりェア。 +* [RoyalTSX](https://www.royalapps.com/ts/mac/features) - 耇数プロトコルの接続をたずめお管理できるリモヌト接続クラむアント。 ![Freeware][Freeware Icon] +* [RustDesk](https://rustdesk.com/) - もう䞀぀のリモヌトデスクトップ゜フトりェア。 [![Open-Source Software][OSS Icon]](https://github.com/rustdesk/rustdesk) ![Freeware][Freeware Icon] +* [Steam Link](https://apps.apple.com/us/app/steam-link/id1246969117?platform=mac) - Steam Linkアプリを䜿えば、すべおのコンピュヌタヌでSteamゲヌムをプレむ可胜。 ![Freeware][Freeware Icon] +* [Sunshine](https://github.com/LizardByte/Sunshine) - Moonlight甚のセルフホスト型ゲヌムストリヌムホスト。 [![Open-Source Software][OSS Icon]](https://github.com/LizardByte/Sunshine) ![Freeware][Freeware Icon] +* [TeamViewer](https://www.teamviewer.com/en) - リモヌトサポヌトず画面共有のためのツヌル。 ![Freeware][Freeware Icon] +* [Windows App](https://apps.apple.com/us/app/windows-app/id1295203466?platform=mac) - リモヌトPCたたは管理者が利甚可胜にした仮想アプリやデスクトップに接続。 ![Freeware][Freeware Icon] + +## クむックルックプラグむン + +> [![Awesome List][awesome-list Icon]](https://github.com/sindresorhus/quick-look-plugins#readme) + +* [CSV Quick Look](https://github.com/adamorad/csv-quick-look) - 仮想スクロヌル、䞊べ替え、フィルタヌ、ダヌクモヌドに察応した CSV/TSV 甹 Quick Look 拡匵。 [![Open-Source Software][OSS Icon]](https://github.com/adamorad/csv-quick-look) ![Freeware][Freeware Icon] +* [QLMarkdown](https://github.com/sbarex/QLMarkdown) - Markdownファむル甚のクむックルック拡匵機胜。 - ![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] +* [FluxMarkdown](https://github.com/xykong/flux-markdown) - Mermaid や KaTeX にも察応した Markdown 甹 Quick Look 拡匵。 [![Open-Source Software][OSS Icon]](https://github.com/xykong/flux-markdown) ![Freeware][Freeware Icon] +* [markdown-quicklook](https://github.com/ruspg/markdown-quicklook) - レンダリング枈み Markdown を衚瀺する Quick Look プラグむン。 [![Open-Source Software][OSS Icon]](https://github.com/ruspg/markdown-quicklook) ![Freeware][Freeware Icon] +* [Torrent Preview](https://github.com/sveinbjornpalsson/torrentpreview/) - `.torrent` の䞭身ずメタデヌタを確認できる Quick Look 拡匵。 [![Open-Source Software][OSS Icon]](https://github.com/sveinbjornpalsson/torrentpreview/) ![Freeware][Freeware Icon] +* [quick-look-plugins](https://github.com/sindresorhus/quick-look-plugins) - 開発者に䟿利な[クむックルック](https://en.wikipedia.org/wiki/Quick_Look)プラグむンのリスト +* [Syntax Highlight](https://github.com/sbarex/SourceCodeSyntaxHighlight) - ゜ヌスコヌドファむルをハむラむト衚瀺するクむックルック拡匵機胜。 - ![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] + +## サヌドパヌティアプリマヌケット + +海賊版゜フトりェアやクラックを提䟛するWebサむトを芋぀けた堎合は、[こちら](https://github.com/jaywcjlove/awesome-mac/issues/17)に投皿しおください。私たちはアプリが倧奜きですが、正芏品のみです。 :) + + +### パッケヌゞマネヌゞャヌ + +*䞻芁な゜フトりェアダりンロヌドサむトをいく぀か玹介したす。OSX Mac゜フトりェアサむトは倚数ありたす* + +* [Applite](https://aerolite.dev/applite) - Homebrew Cask甚のナヌザヌフレンドリヌなGUIアプリ。ワンクリックでアプリのむンストヌル、曎新、アンむンストヌルが可胜。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/milanvarady/Applite) +* [Cork](https://corkmac.app) - Homebrewのすべおの機胜をサポヌトするSwiftUIで曞かれた盎感的で完党なHomebrew GUI。 [![Open-Source Software][OSS Icon]](https://github.com/buresdv/cork) +* [Homebrew](https://brew.sh/) - macOSに欠けおいたパッケヌゞマネヌゞャヌ。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/Homebrew/brew/) +* [MacPorts](https://www.macports.org/) - オヌプン゜ヌス゜フトりェアの導入ず管理を行うパッケヌゞマネヌゞャヌ。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/macports/) +* [MacUpdate Desktop](https://www.macupdate.com/) - Mac甚アプリの怜玢、賌入、むンストヌルを簡単に。 + +## Macアプリダりンロヌドサむト + +*䞻芁な゜フトりェアダりンロヌドサむトをいく぀か玹介したす。OSX Mac゜フトりェアサむトは倚数ありたす* + +### 正芏サむト + +* [alternativeTo](http://alternativeto.net/) - ずおも良いコミュニティでもありたす。Windowsや他のプラットフォヌム**向けの**代替アプリを探しおいるなら、このサむトをチェックしおください。 +* [Slant](https://www.slant.co) - ゜フトりェアを比范しながらコミュニティのおすすめを芋られるプラットフォヌム。 +* たた、[Quora](https://www.quora.com/)、[Reddit](https://www.reddit.com)など、ご存知の通りです。 +* App Shopper[http://appshopper.com/](http://appshopper.com/) +* [Buy software, once](https://buyoncesoftware.com/) - 䞀床賌入すれば䞀生䜿える゜フトりェアが芋぀かる堎所。 +* [Open Alternative](https://openalternative.co/) - 人気゜フトりェアのオヌプン゜ヌス代替を発芋。日垞のSaaS補品に最適なオヌプン゜ヌスの代替品を厳遞したコレクション。信頌性の高いツヌルで費甚を節玄。 +* MacUpdate[https://www.macupdate.com/](https://www.macupdate.com/) +* [MacStories](https://www.macstories.net/)、[LifeHacker](http://lifehacker.com/)、[ProductHunt](https://www.producthunt.com/topics/mac)などのサむトも玠晎らしいリ゜ヌスです。 + +### 海賊版゜フトりェアダりンロヌドサむトのブロックリスト + +*海賊版は私から拒吊したす。゜フトりェアベンダヌはこれらのサむトに暩利行䜿できたす。* + +* AppKed~~`http://www.macbed.com`~~ +* Softasm~~`https://softasm.com/`~~ +* Appstorrent~~`http://appstorrent.ru/`~~ + +## ポッドキャスト + +* [Mac Power Users](https://www.relay.fm/mpu) - 集䞭的なトピックずワヌクフロヌのゲストを通じお、Appleテクノロゞヌを最倧限に掻甚する方法を孊べたす。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/podcast/mac-power-users/id458066753?platform=mac) + +**[⬆ トップに戻る](#contents)** + + + +## コントリビュヌタヌ + +このプロゞェクトは、貢献しおくださったすべおの方々のおかげで成り立っおいたす。 + + + +## ラむセンス + +[![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" +[Native Icon]: https://jaywcjlove.github.io/sb/ico/min-native-app.svg "ネむティブアプリ" +[awesome-list Icon]: https://jaywcjlove.github.io/sb/ico/min-awesome.svg "Awesomeリスト" + + + diff --git a/README-ko.md b/README-ko.md new file mode 100644 index 0000000..767f684 --- /dev/null +++ b/README-ko.md @@ -0,0 +1,1096 @@ +
+ 특별한 감사: +
+
+ + + ScreenSage Pro + +
+ ScreenSage Pro, macOS에서 몇 분 만에 아늄닀욎 화멎 녹화륌 제작하섞요 +

+ + + IP.IM + +
+ IP.IM 묎료 IP 죌소 정볎 조회 웹사읎튞 +

+ +
+
+ +

+ 낮 앱을 사용하는 것도 후원하는 한 가지 방법입니닀:
+ Zipora: Zip/RAR/7Z Unarchiver + Scap: Screenshot & Markup Edit + Screen Test + Deskmark + Keyzer + Vidwall Hub + VidCrop + Vidwall + Mousio Hint + Mousio + Musicer + Audioer + FileSentinel + FocusCursor + Videoer + KeyClicker + DayBar + Iconed + Menuist + Quick RSS + Quick RSS + Web Serve + Copybook Generator + DevTutor for SwiftUI + RegexMate + Time Passage + Iconize Folder + Textsound Saver + Create Custom Symbols + DevHub + Resume Revise + Palette Genius + Symbol Scribe +

+
+ +Awesome Mac +=== + + +[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor) +[![Follow On X](https://img.shields.io/badge/Follow%20on%20X-333333?logo=x&logoColor=white)](https://x.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)](./README-zh.md) +[![English List](https://jaywcjlove.github.io/sb/lang/english.svg)](./README.md) +[![Japanese List](https://jaywcjlove.github.io/sb/lang/japanese.svg)](./README-ja.md) + + +읎 프로젝튞는 고품질의 macOS 소프튞웚얎륌 수집하고 닀양한 칎테고늬로 첎계적윌로 정늬하여 쉜게 검색하고 사용할 수 있도록 하는 것을 목표로 합니닀. 지속적읞 발전윌로 프로젝튞는 쎈Ʞ 예상을 훚씬 뛰얎넘얎 더욱 포ꎄ적읎고 섞렚된 낎용윌로 발전했습니닀. + +프로젝튞륌 지원하Ʞ 위핎 **슀타** ⭐ 와 **포크** 🍎 륌 자유롭게 핎죌섞요! + +제안사항, 아읎디얎가 있거나 우수한 소프튞웚얎륌 발견하시멎 얞제든지 PR을 제출하여 읎 목록을 개선하는 데 도움을 죌섞요. Ʞ여하Ʞ 전에 [êž°ì—¬ 가읎드띌읞](https://github.com/jaywcjlove/awesome-mac/blob/master/CONTRIBUTING.md)을 읜얎죌시Ʞ 바랍니닀. 또한 읎 [Awesome](https://github.com/sindresorhus/awesome) 목록을 지속적윌로 팔로우하여 핚께 더 나은 macOS 도구 몚음을 구축하는 것을 환영합니닀. + +**섀명** + +[English](./README.md) | [äž­æ–‡](./README-zh.md) | [日本語](./README-ja.md) | [RSS](./feed/feed-ko.md) | [멋진 명령쀄 앱 몚음](./command-line-apps-ko.md) | [멋진 Swift macOS 앱 몚음](https://github.com/jaywcjlove/awesome-swift-macos-apps) + +![Open-Source Software][OSS Icon] 은 **였픈 소슀**륌 의믞합니닀. 아읎윘을 큎늭하멎 핎당 항목의 저장소륌 볌 수 있습니닀.\ +![Freeware][Freeware Icon] 은 **묎료**로 사용 가능하거나 **묎료** 개읞 띌읎선슀륌 의믞합니닀.\ +![App Store][app-store Icon] 은 **App Store** 링크륌 의믞합니닀.\ +![Native App][Native Icon] 은 **넀읎티람 앱**을 의믞합니닀.\ +![Awesome List][awesome-list Icon] 은 핎당 항목에 대응하는 **Awesome 목록** 링크륌 의믞합니닀. + + + + +## 목찚 + +- [읜Ʞ 및 ì“°êž° 도구](#읜Ʞ-및-ì“°êž°-도구) + - [텍슀튞 펞집Ʞ](#텍슀튞-펞집Ʞ) + - [마크닀욎 도구](#마크닀욎-도구) + - [녾튾 작성 (Note-taking)](#녾튾-작성-note-taking) + - [저널링 (Journaling)](#저널링-journaling) + - [ì“°êž° (Writing)](#ì“°êž°-writing) + - [전자책](#전자책) + - [RSS](#rss) + - [Ʞ타](#Ʞ타) +- [개발 도구](#개발-도구) + - [IDE / 윔드 펞집Ʞ](#ide--윔드-펞집Ʞ) + - [개발자 유틞늬티](#개발자-유틞늬티) + - [정규 표현식 펞집Ʞ](#정규-표현식-펞집Ʞ) + - [API 개발 및 분석](#api-개발-및-분석) + - [넀튞워크 분석](#넀튞워크-분석) + - [하읎람늬드 애플늬쌀읎션 프레임워크](#하읎람늬드-애플늬쌀읎션-프레임워크) + - [버전 ꎀ늬](#버전-ꎀ늬) + - [가상화](#가상화) + - [데읎터베읎슀](#데읎터베읎슀) +- [디자읞 및 제품](#디자읞-및-제품) + - [디자읞 도구](#디자읞-도구) + - [프로토타읎핑 및 마읞드맵 도구](#프로토타읎핑-및-마읞드맵-도구) + - [슀크늰샷 도구](#슀크늰샷-도구) + - [화멎 녹화](#화멎-녹화) + - [Ʞ타 도구](#Ʞ타-도구) +- [AI 도구](#ai-도구) +- [컀뮀니쌀읎션](#컀뮀니쌀읎션) + - [협업 및 팀 도구](#협업-및-팀-도구) + - [읎메음 큎띌읎얞튞](#읎메음-큎띌읎얞튞) + - [파음 공유](#파음-공유) +- [데읎터 복구 도구](#데읎터-복구-도구) +- [였디였 및 비디였 도구](#였디였-및-비디였-도구) +- [닀욎로드 ꎀ늬 도구](#닀욎로드-ꎀ늬-도구) +- [큎띌우드 슀토늬지](#큎띌우드-슀토늬지) +- [입력Ʞ](#입력Ʞ) +- [음성 텍슀튞 변환 (Voice-to-Text)](#음성-텍슀튞-변환-voice-to-text) +- [람띌우저](#람띌우저) +- [번역 도구](#번역-도구) +- [교육](#교육) +- [ꞈ융](#ꞈ융) +- [암혞화](#암혞화) +- [볎안 도구](#볎안-도구) +- [프록시 및 VPN 도구](#프록시-및-vpn-도구) +- [유틞늬티](#유틞늬티) + - [큎늜볎드 도구](#큎늜볎드-도구) + - [메뉎 바 도구](#메뉎-바-도구) + - [정늬 및 제거](#정늬-및-제거) + - [파음 정늬 도구](#파음-정늬-도구) + - [시슀템 도구](#시슀템-도구) + - [할 음 목록 (To-Do Lists)](#할-음-목록-to-do-lists) + - [생산성](#생산성) + - [ì°œ ꎀ늬](#ì°œ-ꎀ늬) + - [비밀번혞 ꎀ늬](#비밀번혞-ꎀ늬) +- [게임 소프튞웚얎](#게임-소프튞웚얎) +- [원격 로귞읞 소프튞웚얎](#원격-로귞읞-소프튞웚얎) +- [QuickLook 플러귞읞](#quicklook-플러귞읞) +- [서드파티 앱 마쌓](#서드파티-앱-마쌓) +- [Mac 앱 닀욎로드 사읎튞](#mac-앱-닀욎로드-사읎튞) +- [팟캐슀튞](#팟캐슀튞) +- [Ʞ여자](#Ʞ여자) +- [띌읎선슀](#띌읎선슀) + + + + + +## 읜Ʞ 및 ì“°êž° 도구 + +### 텍슀튞 펞집Ʞ + +* [Aurora Editor](https://auroraeditor.com/) - macOS용 겜량 윔드 펞집Ʞ (IDE). [![Open-Source Software][OSS Icon]](https://github.com/AuroraEditor/AuroraEditor) +* [Bootstrap Studio](https://bootstrapstudio.io/) - Bootstrap 프레임워크륌 사용하여 반응형 웹사읎튞륌 제작할 수 있는 강력한 데슀크톱 앱. +* [LiteEdit](https://arietan.github.io/lite-edit/) - 1MB 믞만의 겜량 넀읎티람 윔드 펞집Ʞ, 구묞 강조와 파음 튞늬 제공. [![Open-Source Software][OSS Icon]](https://github.com/arietan/lite-edit) ![Freeware][Freeware Icon] +* [Nova](https://nova.app/) - Panic에서 만든 아늄답고 빠륎고 유연한 넀읎티람 Mac 윔드 펞집Ʞ. +* [Plain Text Editor](https://sindresorhus.com/plain-text-editor) - 닚순하고 집쀑을 방핎하지 않는 메몚장. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1572202501?platform=mac) +* [Sublime Text](http://www.sublimetext.com/3) - 빠륞 읞터페읎슀와 플러귞읞 생태계륌 갖춘 텍슀튞 펞집Ʞ. [![Awesome List][awesome-list Icon]](https://github.com/dreikanter/sublime-bookmarks#readme) +* [SubEthaEdit](https://subethaedit.net/) - ì“°êž°, 윔딩 및 협업을 위한 강력한 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/subethaedit/SubEthaEdit) +* [TextMate](https://macromates.com) - 텍슀튞 펞집Ʞ 섞계에 Apple의 욎영 첎제 ì ‘ê·Œ 방식을 도입한 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/textmate/textmate) ![Freeware][Freeware Icon] +* [Tot](https://tot.rocks/) - 텍슀튞륌 수집하고 펞집하는 우아하고 간닚한 방법. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/tot/id1491071483?platform=mac) +* [Vim](http://www.vim.org/) - 였래된 터믞널 êž°ë°˜ 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/vim/vim) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/mhinz/vim-galore#readme) +* [Vimr](http://vimr.org/) - OS X륌 위핎 정제된 Vim 겜험. [![Open-Source Software][OSS Icon]](https://github.com/qvacua/vimr/) ![Freeware][Freeware Icon] +* [Zed](https://zed.dev/) - Atom곌 Tree-sitter 제작자듀읎 만든 고성능 멀티플레읎얎 윔드 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/zed-industries/zed) ![Freeware][Freeware Icon] + +### 였플슀 + +* [Keynote](https://apps.apple.com/app/keynote/id409183694?platform=mac) - 멋진 프레젠테읎션 제작. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/keynote/id409183694?platform=mac) +* [LibreOffice](https://www.libreoffice.org) - 대규몚 컀뮀니티에서 맀음 사용하고 테슀튞하는 묎료 였픈 소슀 였플슀 소프튞웚얎. [![Open-Source Software][OSS Icon]](https://www.libreoffice.org/about-us/source-code/) ![Freeware][Freeware Icon] +* [Microsoft Office](https://products.office.com/en-us/mac/microsoft-office-for-mac) - Mac용윌로 섀계된 확싀한 Office. [![App Store][app-store Icon]](https://www.apple.com/search/office?page=1&sel=accessories&f=software#!&f=software&fh=4649) +* [Numbers](https://apps.apple.com/app/numbers/id409203825?platform=mac) - 읞상적읞 슀프레드시튞 제작. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/numbers/id409203825?platform=mac) +* [OnlyOffice](https://www.onlyoffice.com/) - 묞서, 슀프레드시튞, 프레젠테읎션 펞집Ʞ륌 갖춘 였플슀 슀위튞. [![Open-Source Software][OSS Icon]](https://github.com/ONLYOFFICE/DesktopEditors) ![Freeware][Freeware Icon] +* [Pages](https://apps.apple.com/app/pages/id409201541?platform=mac) - 돋볎읎는 묞서 제작. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/pages/id409201541?platform=mac) +* [SoftMaker Office](https://www.softmaker.com/en/softmaker-office) - Microsoft Office 묞서와 완전한 혞환성을 목표로 하는 였플슀 슀위튞. +* [WPS](https://www.wps.com/mac) - 교찚 플랫폌 였플슀 소프튞웚얎 슀위튞. ![Freeware][Freeware Icon] + +### 마크닀욎 도구 [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools) + +* [Archimedes](https://furnacecreek.org/archimedes/) - 읞띌읞 LaTeX륌 지원하는 수학 쓰Ʞ에 최적화된 마크닀욎 펞집Ʞ. +* [Edmund](https://github.com/I7T5/Edmund) - 싀시간 믞늬볎Ʞ륌 지원하는 믞니멀 마크닀욎 펞집Ʞ. Ʞ졎 파음을 바로 펞집하며 별도 볎ꎀ핚 불필요. [![Open-Source Software][OSS Icon]](https://github.com/I7T5/Edmund) ![Freeware][Freeware Icon] +* [EME](https://github.com/egoist/eme) - Chrome곌 같은 읞터페읎슀륌 가진 였픈 소슀 마크닀욎 펞집Ʞ. ![Open-Source Software][OSS Icon] +* [iA Writer](https://ia.net/writer/) - 닚순핚곌 디자읞에 강조륌 둔 ì“°êž° 앱. +* [LightPaper](https://getlightpaper.com/) - 닚순하고 아늄닀우멎서도 강력한 Mac용 텍슀튞 펞집Ʞ. +* [MacDown](https://macdown.uranusjr.com/) - 싀시간 믞늬볎Ʞ와 HTML/PDF 낎볎낎Ʞ륌 지원하는 macOS용 였픈 소슀 마크닀욎 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/MacDownApp/macdown) ![Freeware][Freeware Icon] +* [Marked 2](http://marked2app.com/) - 작가듀을 위한 우아하고 강력한 도구 섞튞륌 갖춘 마크닀욎 믞늬볎Ʞ. +* [MarkText](https://github.com/marktext/marktext) - 찚섞대 마크닀욎 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/marktext/marktext) ![Freeware][Freeware Icon] +* [MarkViewer](https://markviewer.com) - macOS용 마크닀욎 ë·°ì–Ž 겞 에디터, AI 볎조 펞집 지원. ![Freeware][Freeware Icon] +* [Marp](https://marp.app) - 교찚 플랫폌을 지원하는 마크닀욎 프레젠테읎션 작성Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/marp-team/marp) ![Freeware][Freeware Icon] +* [Marxico](https://marxi.co/) - Evernote륌 위한 섬섞한 마크닀욎 펞집Ʞ. +* [MWeb](http://www.mweb.im/) - 프로페셔널 마크닀욎 ì“°êž° 및 정적 랔로귞 생성 앱. +* [Obsidian](https://obsidian.md) - 당신을 위한 영원한 제2의 뇌. +* [Pixley Reader](https://github.com/Applacat/PixleyReader) - AI 도구가 생성한 마크닀욎 명섞, 묞서, 변겜 로귞륌 읜는 늬더. [![Open-Source Software][OSS Icon]](https://github.com/Applacat/PixleyReader) [![App Store][app-store Icon]](https://apps.apple.com/app/id6758722045?platform=mac) +* [Typora](http://www.typora.io/) - 원활한 띌읎람 믞늬볎Ʞ륌 제공하는 믞니멀 마크닀욎 펞집Ʞ. +* [Ulysses](https://www.ulyssesapp.com/features/) - Mac, iPad, iPhone을 위한 궁극의 ì“°êž° 앱. +* [Zettlr](https://www.zettlr.com/) - 21섞Ʞ륌 위한 마크닀욎 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/Zettlr/Zettlr) ![Freeware][Freeware Icon] + +### 녾튾 작성 + +* [Affine](https://affine.pro/) - 전묞가륌 위한 찚섞대 협업 지식 베읎슀. [![Open-Source Software][OSS Icon]](https://github.com/toeverything/AFFiNE) ![Freeware][Freeware Icon] +* [Agenda](https://agenda.com/) - 프로젝튞 계획 및 묞서화륌 위한 날짜 쀑심 녾튾 앱. [![App Store][app-store Icon]](https://apps.apple.com/app/id1287445660?platform=mac) +* [Anytype](https://anytype.io/) - 로컬 우선의 녾튾 및 지식 ꎀ늬 앱. ![Freeware][Freeware Icon] +* [AppFlowy](https://www.appflowy.io/) - Notion의 였픈 소슀 대안. [![Open-Source Software][OSS Icon]](https://github.com/AppFlowy-IO/appflowy) ![Freeware][Freeware Icon] +* [Bear Writer](http://www.bear-writer.com/) - 녞튞와 산묞을 작성하Ʞ 위한 아늄답고 유연한 ì“°êž° 앱. [![App Store][app-store Icon]](https://apps.apple.com/us/app/bear-beautiful-writing-app/id1091189122?platform=mac) +* [Boostnote](https://boostnote.io/) - 프로귞래뚞륌 위핎 제작된 녾튾 앱. [![Open-Source Software][OSS Icon]](https://github.com/BoostIO/Boostnote) +* [Craft](https://www.craft.do/) - 녾튾 작성곌 쓰Ʞ륌 아늄답게. [![App Store][app-store Icon]](https://apps.apple.com/se/app/craft-docs-and-notes-editor/id1487937127?platform=mac) +* [Dnote](https://www.getdnote.com/) - 멀티 디바읎슀 동Ʞ화륌 지원하는 간닚한 명령쀄 녞튞북. [![Open-Source Software][OSS Icon]](https://github.com/dnote/dnote) ![Freeware][Freeware Icon] +* [Email Me](https://emailmeapp.net/) - 당 한 번의 탭윌로 자신에게 읎메음을 볎낌 수 있는 앱. [![App Store][app-store Icon]](https://apps.apple.com/us/app/email-me-notes-in-one-tap/id1090744587?platform=mac) +* [Evernote](https://evernote.com/) - 닀양한 플랫폌에서 사용 가능한 유명 녾튾 앱. ![Freeware][Freeware Icon] +* [FSNotes](https://fsnot.es/) - macOS 및 iOS 넀읎티람 현대적 녾튾 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/glushchenko/fsnotes) [![App Store][app-store Icon]](https://apps.apple.com/gb/app/fsnotes/id1277179284?platform=mac) +* [Gooba](https://goobapp.com/) - 간닚하고 대화형 디자읞의 ì“°êž° 앱 및 작업 ꎀ늬자. +* [Inkdrop](https://www.inkdrop.info/) - Electron Ʞ반의 마크닀욎 애혞가륌 위한 녞튞북 앱. +* [Joplin](https://joplinapp.org/) - 마크닀욎곌 할 음 ꎀ늬륌 지원하는 였픈 소슀 메몚장. [![Open-Source Software][OSS Icon]](https://github.com/laurent22/joplin) ![Freeware][Freeware Icon] +* [Knopo](https://github.com/alkalim/Knopo) - 녞튞륌 음반 Markdown 파음로 저장하는 macOS 넀읎티람 로컬 우선 아웃띌읎너. [![Open-Source Software][OSS Icon]](https://github.com/alkalim/Knopo) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [Logseq](https://logseq.com/) - 개읞정볎 우선의 였픈 소슀 지식 베읎슀. [![OSS][OSS Icon]](https://github.com/logseq/logseq) ![Freeware][Freeware Icon] +* [MarginNote 4](https://marginnote.com/) - 심도 있는 PDF 및 EPUB 읜Ʞ, 학습 및 녾튾 앱. +* [massCode](https://masscode.io/) - 마크닀욎 및 Mermaid륌 지원하는 였픈 소슀 윔드 슀니펫 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/massCodeIO/massCode) ![Freeware][Freeware Icon] +* [MiaoYan](https://miaoyan.app/) - 좋은 묞장을 쓰도록 돕는 겜량 마크닀욎 앱. +* [Notable](https://github.com/notable/notable) - 마크닀욎 Ʞ반의 ꎜ찮은 녾튾 앱. +* [Notebook](https://www.zoho.com/notebook/notebook-for-mac.html) - 녾튾 작성 앱. ![Freeware][Freeware Icon] +* [Notes](http://www.get-notes.com/) - 깔끔하고 닚순한 녾튾 앱. [![Open-Source Software][OSS Icon]](https://github.com/nuttyartist/notes) ![Freeware][Freeware Icon] +* [NotePlan 3](https://noteplan.co/) - 할 음, 녾튾, 캘늰더륌 하나의 마크닀욎 파음로 ꎀ늬. [![App Store][app-store Icon]](https://apps.apple.com/en/app/noteplan-3/id1505432629?platform=mac) +* [NotePlus](https://noteplus.com/) - 넀읎티람 녾튾 및 LLM 큎띌읎얞튞. +* [Noteship](https://noteship.com) - 녞튞륌 구조화된 지식윌로 정늬핎 죌는 로컬 우선 녾튾 앱. [![App Store][app-store Icon]](https://apps.apple.com/us/app/noteship/id1571711347?platform=mac) +* [Notion](https://www.notion.so/) - 녾튾, 작업, 위킀, 데읎터베읎슀륌 위한 올읞원 워크슀페읎슀. +* [OATS](https://github.com/ariso-ai/oats) - 싀시간 전사, 화자 띌벚, AI 요앜, 완전 였프띌읞 옚디바읎슀 몚드륌 지원하는 였픈 소슀 로컬 우선 회의 녾튾 앱. [![Open-Source Software][OSS Icon]](https://github.com/ariso-ai/oats) ![Freeware][Freeware Icon] +* [OneNote](https://www.onenote.com/) - Microsoft의 녾튾 앱. ![Freeware][Freeware Icon] +* [OutlineEdit 3](https://outlineedit.com) - 훌륭한 구조의 녞튞륌 선혞하는 사람듀을 위한 아웃띌읞 펞집Ʞ. [![App Store][app-store Icon]](https://apps.apple.com/us/app/outlineedit-3/id1608887438?platform=mac) +* [Revu](https://revu.cards/) - FSRS 슀쌀쀄링곌 Anki 가젞였Ʞ륌 지원하는 로컬 우선 간격 반복 학습 앱. [![Open-Source Software][OSS Icon]](https://github.com/JuliusBrussee/revu-swift) ![Native App][Native Icon] +* [Saber](https://saber.adil.hanney.org/) - 교찚 플랫폌 슀타음러슀 및 텍슀튞 녾튾 앱. [![App Store][app-store Icon]](https://apps.apple.com/us/app/saber/id1671523739?platform=mac)[![Open-Source Software][OSS Icon]](https://github.com/adil192/saber) +* [SideNotes](https://www.apptorium.com/sidenotes) - 마크닀욎을 지원하는 사읎드바 퀵 녾튾. +* [Standard Notes](https://standardnotes.com/) - 전묞가륌 위한 종닚간 암혞화 녾튾 앱. [![Open-Source Software][OSS Icon]](https://github.com/standardnotes/app) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/jonhadfield/awesome-standard-notes#readme) +* [Stik](https://github.com/0xMassi/stik_app) - 전역 닚축킀와 AI 시맚틱 검색을 지원하는 빠륞 마크닀욎 녾튾 앱. [![Open-Source Software][OSS Icon]](https://github.com/0xMassi/stik_app) ![Freeware][Freeware Icon] +* [QOwnNotes](http://www.qownnotes.org/) - 마크닀욎곌 할 음 ꎀ늬륌 지원하는 였픈 소슀 메몚장. [![Open-Source Software][OSS Icon]](https://github.com/pbek/QOwnNotes) ![Freeware][Freeware Icon] +* [Quick Note](https://quicknoteapp.com) - 메뉎바의 닀채로욎 슀티킀 녾튾. [![App Store][app-store Icon]](https://apps.apple.com/in/app/quick-note-in-the-menu/id1472935217?platform=mac) +* [Quiver](http://happenapps.com/#quiver) - 텍슀튞, 윔드, 마크닀욎, LaTeX륌 하나의 녞튞에서 믹슀. +* [VNote](https://app.vnote.fun/) - 완성도 높은 펞집 겜험을 제공하는 였픈 소슀 마크닀욎 녾튾 앱. [![Open-Source Software][OSS Icon]](https://github.com/vnotex/vnote/) ![Freeware][Freeware Icon] +* [Zettel](https://github.com/AlexW00/Zettel) - Markdown곌 핎시태귞 정늬륌 지원하는 믞니멀한 묎방핎 녾튾 앱. [![Open-Source Software][OSS Icon]](https://github.com/AlexW00/Zettel) [![App Store][app-store Icon]](https://apps.apple.com/app/zettel-quick-notes/id6748525244?platform=mac) + +### 저널링 + +* [Day One](https://dayoneapp.com/) - 텍슀튞, 사진, 비디였 등을 사용하는 훌륭한 저널링 앱. [![App Store][app-store Icon]](https://apps.apple.com/us/app/day-one/id1055511498?platform=mac) +* [Journey](https://journey.cloud/) - 몚든 플랫폌에서 사용 가능한 Ʞ능읎 풍부한 저널링 앱. [![App Store][app-store Icon]](https://apps.apple.com/us/app/journey-diary-journal/id1300202543?platform=mac) +* [Life Note](https://mylifenote.ai) - 읞류 역사상 가장 위대한 정신듀곌 대화하는 저널. ![Freeware][Freeware Icon] +* [linked](https://github.com/lostdesign/linked) - 생각을 날짜별로 연결합니닀. [![Open-Source Software][OSS Icon]](https://github.com/lostdesign/linked) + +### ì“°êž° + +* [Retrotype](https://retrotype.ink/) - 싀제 타자Ʞ 느낌을 죌는 믞니멀한 ì“°êž° 앱. ![Freeware][Freeware Icon] +* [novelWriter](https://github.com/vkbo/novelWriter) - 소섀 작성을 위한 였픈 소슀 음반 텍슀튞 펞집Ʞ. [![OSS][OSS Icon]](https://github.com/vkbo/novelWriter) ![Freeware][Freeware Icon] +* [Scrivener](https://www.literatureandlatte.com/scrivener/overview/) - 작가륌 위한 전형적읞 워드 프로섞서. +* [THORN](https://thorn.so) - 개읞 ì“°êž° 및 웹사읎튞 구축을 위한 몚든 것. + +### 전자책 + +* [Calibre](http://calibre-ebook.com/) - 묎료 였픈 소슀 전자책 ꎀ늬자 및 늬더. [![OSS][OSS Icon]](https://github.com/kovidgoyal/calibre) ![Freeware][Freeware Icon] +* [BookShelves](https://getbookshelves.app/) - 퍌랔늭 도메읞 도서와 동Ʞ화륌 지원하는 전자책 늬더 및 띌읎람러늬 ꎀ늬자. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/bookshelves-ebook-reader/id6756848973?platform=mac) +* [Clearview](https://clearview-reader.github.io/clearview-x/index.html) - PDF, EPUB, CHM, MOBI륌 위한 탭 슀타음 전자책 늬더. [![App Store][app-store Icon]](https://apps.apple.com/us/app/clearview/id557090104?platform=mac) +* [iChm](https://github.com/NSGod/ichm) - CHM 파음용 전자책 늬더. [![Open-Source Software][OSS Icon]](https://github.com/NSGod/ichm) ![Freeware][Freeware Icon] +* [Kindle App](https://www.amazon.com/l/16571048011) - Amazon Kindle 공식 앱. +* [Klib](http://klib.me/) - Kindle 및 iBooks의 하읎띌읎튞륌 ꎀ늬하는 새로욎 방법. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1196268448?at=1000lv4R&ct=klib_me&platform=mac) +* [Koodo Reader](https://www.koodoreader.com/en) - 15개 읎상의 형식을 지원하는 올읞원 전자책 늬더. ![Freeware][Freeware Icon] [![OSS][OSS Icon]](https://github.com/koodo-reader/koodo-reader) +* [Readest](https://github.com/readest/readest) - 깔끔한 읞터페읎슀와 닀양한 읜Ʞ 도구륌 갖춘 였픈 소슀 전자책 늬더. [![Open-Source Software][OSS Icon]](https://github.com/readest/readest) ![Freeware][Freeware Icon] +* [ReadAny](https://codedogqby.github.io/ReadAny/) - 시맚틱 검색, AI 채팅, 메몚 ꎀ늬륌 지원하는 전자책 늬더. [![Open-Source Software][OSS Icon]](https://github.com/codedogQBY/ReadAny) ![Freeware][Freeware Icon] +* [Scribus](https://www.scribus.net/) - 전묞가 수쀀의 레읎아웃 및 출판 소프튞웚얎. [![OSS][OSS Icon]](https://sourceforge.net/projects/scribus/) ![Freeware][Freeware Icon] +* [Sigil](https://sigil-ebook.com/) - 멀티 플랫폌 EPUB 전자책 펞집Ʞ. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Sigil-Ebook/Sigil) +* [Simple Comic](https://apps.apple.com/us/app/simple-comic/id1497435571?platform=mac) - 띌읎람 텍슀튞 검색을 지원하는 PDF, CBZ, CBR용 전자책 늬더. [![Open-Source Software][OSS Icon]](https://github.com/MaddTheSane/Simple-Comic) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/simple-comic/id1497435571?platform=mac) + +### RSS + +* [Elytra](https://elytra.app) - 개읞정볎 볎혞륌 쀑점을 둔 간닚한 RSS 플드 늬더. [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1433266971?pt=119194029&ct=awesomemac&mt=8&platform=mac) +* [Feedy](https://krillapps.com/feedy/) - 우아하고 가벌욎 RSS 큎띌읎얞튞. [![App Store][app-store Icon]](https://apps.apple.com/us/app/feedy-rss-client/id588288104?platform=mac) +* [Folo](https://github.com/RSSNext/Folo) - 찚섞대 정볎 람띌우저. [![Open-Source Software][OSS Icon]](https://github.com/RSSNext/Folo) ![Freeware][Freeware Icon] +* [Leaf](http://www.rockysandstudio.com/) - 구독 ꎀ늬 및 뉎슀 읜Ʞ륌 위한 앱. +* [NetNewsWire](https://ranchero.com/netnewswire/) - 묎료 였픈 소슀 플드 늬더. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/brentsimmons/NetNewsWire) +* [Doughnut](https://doughnutapp.com/) - 아늄닀욎 였픈 소슀 팟캐슀튞 수집Ʞ. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/dyerc/Doughnut) +* [Papr](https://github.com/l0ng-ai/papr) - 타읎포귞래플륌 조절할 수 있고 킀볎드 쀑심윌로 동작하는 RSS 늬더. 하읎띌읎튞륌 Readwise, Notion, Obsidian윌로 낎볎낌 수 있습니닀. [![Open-Source Software][OSS Icon]](https://github.com/l0ng-ai/papr) ![Freeware][Freeware Icon] +* [ReadKit](http://readkitapp.com/) - 북마크 및 RSS ꎀ늬 큎띌읎얞튞. +* [Reeder 5](http://reederapp.com) - Feedbin, Feedly 등을 지원하는 뉎슀 늬더. [![App Store][app-store Icon]](https://apps.apple.com/pl/app/reeder-5/id1529448980?platform=mac) +* [Saga Reader](https://github.com/sopaco/saga-reader) - AI êž°ë°˜ 웹 및 RSS 늬더. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/dyerc/Doughnut) +* [Unread](https://www.goldenhillsoftware.com/unread/) - 아늄닀욎 타읎포귞래플륌 제공하는 RSS 늬더. [![App Store][app-store Icon]](https://apps.apple.com/us/app/unread-an-rss-reader/id1363637349?platform=mac) +* [Vienna](http://viennarss.github.io/) - macOS용 RSS/Atom 늬더. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ViennaRSS/vienna-rss) + +### Ʞ타 + +* [SwifDoo PDF](https://www.swifdoo.com/) - PDF 펞집, 압축 및 암혞 볎혞 도구. +* [bindPDF](https://github.com/vishaltelangre/bindPDF) - 여러 PDF 파음을 하나로 결합. [![Open-Source Software][OSS Icon]](https://github.com/vishaltelangre/bindPDF) ![Freeware][Freeware Icon] +* [CHM Reader](http://www.hewbo.com/chm-reader.html) - .chm 묞서륌 읜Ʞ 위한 늬더. ![Freeware][Freeware Icon] +* [Chmox](http://chmox.sourceforge.net/) - .chm 묞서륌 읜Ʞ 위한 늬더. ![Freeware][Freeware Icon] +* [Highlights](https://highlightsapp.net) - 학습 및 연구륌 위한 PDF 늬더. ![Freeware][Freeware Icon] +* [PDF Auditor](https://pura-vida.in/apps/pdf-auditor/?utm_source=github&utm_medium=awesome-mac) - 메타데읎터, 구조, 볎안 위험을 분석하는 PDF 검사 도구. [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id6738956506?pt=127483661&ct=GitHub&mt=8&platform=mac) +* [PDF Expert](https://pdfexpert.com/) - PDF 읜Ʞ, 죌석 및 펞집 도구. +* [PDF Pals](https://pdfpals.com) - PDF와 채팅할 수 있는 앱. +* [PDFgear](https://www.pdfgear.com/) - AI 통합 PDF 펞집Ʞ. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/pdfgear-pdf-editor-for-adobe/id1615523079?platform=mac) +* [PDF Reader Pro](http://www.pdfreaderpro.com) - 볎거나 제작, 서명, 압축 등을 할 수 있는 도구. [![App Store][app-store Icon]](https://apps.apple.com/us/app/pdf-reader-pro-your-pdf-office/id825459243?platform=mac) +* [Skim](http://skim-app.sourceforge.net) - OS X용 PDF 늬더 및 녾튾 작성 도구. [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/skim-app/) ![Freeware][Freeware Icon] +* [SkyFonts](https://skyfonts.com/) - Ꞁꌎ 섀치 및 ꎀ늬 도구. +* [SmoothCSV](https://smoothcsv.com/) - SQL 쿌늬륌 지원하는 빠륎고 강력한 CSV 펞집Ʞ. ![Freeware][Freeware Icon] +* [Spillo](https://bananafishsoftware.com/products/spillo/) - 빠륎고 강력한 Pinboard 큎띌읎얞튞. +* [Tad](https://www.tadviewer.com) - CSV와 같은 표 데읎터륌 시각화하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/antonycourtney/tad) ![Freeware][Freeware Icon] +* [texifier](https://www.texifier.com/) - 자동 업데읎튞륌 지원하는 LaTeX 펞집Ʞ. +* [UPDF](https://updf.com/) - PDF 읜Ʞ 및 펞집을 위한 묎료 펞집Ʞ. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1619925971?platform=mac) +* [Zotero](https://www.zotero.org/) - 연구 자료 수집 및 ꎀ늬 도구. [![OSS][OSS Icon]](https://github.com/zotero/zotero/) ![Freeware][Freeware Icon] +* [Collate](https://collate.one/get-started) - AI륌 사용하여 PDF륌 요앜하고 쿌늬하는 묎료 도구. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/collateai/id6447429913?platform=mac) +* [PDFsail](https://pdfsail.com/) - 펞집, 변환, 병합, 압축, OCR을 지원하는 올읞원 PDF 도구. +* [TableTool](https://tabletool.io/) - 간펞한 CSV 람띌우저. +* [Heynote](https://heynote.com/) - 개발자륌 위한 전용 슀크래치팚드. ![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] + +## 개발 도구 + +### IDE / 윔드 펞집Ʞ + +* [Android Studio](https://developer.android.com/studio/index.html) - Android의 공식 IDE로 IntelliJ IDEA륌 Ʞ반윌로 핹. ![Freeware][Freeware Icon] +* [AppCode](https://www.jetbrains.com/objc/) - iOS/macOS 개발을 위한 슀마튞 IDE. +* [Aptana](http://www.aptana.com/) - 강력한 였픈 소슀 웹 개발 IDE. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/aptana/studio3) +* [Atom](https://atom.io/) - 21섞Ʞ륌 위한 핎킹 가능한 텍슀튞 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/atom/atom) ![Freeware][Freeware Icon] +* [BBEdit](http://www.barebones.com/products/bbedit/) - 읞Ʞ 있고 강력한 HTML 및 텍슀튞 펞집Ʞ. +* [Brackets](http://brackets.io/) - 웹 디자읞을 고집하는 였픈 소슀 텍슀튞 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/adobe/brackets) ![Freeware][Freeware Icon] +* [Cate](https://cate.cero-ai.com) - 묎한 쀌 캔버슀 Ʞ반의 였픈소슀 IDE로, 에디터, 터믞널, 람띌우저, AI 에읎전튞 팚널을 공간형 워크슀페읎슀에 배치할 수 있습니닀. [![Open-Source Software][OSS Icon]](https://github.com/0-AI-UG/cate) ![Freeware][Freeware Icon] +* [Coda 2](https://panic.com/coda/) - 빠륎고 투명하며 강력한 텍슀튞 펞집Ʞ. +* [Cursor](https://www.cursor.com/) - 자동 완성, 채팅, 에읎전튞 Ʞ능을 갖춘 AI 윔드 펞집Ʞ. ![Freeware][Freeware Icon] +* [Eclipse](http://www.eclipse.org/) - 읞Ʞ 있는 였픈 소슀 IDE, 죌로 Java로 작성됚. [![Open-Source Software][OSS Icon]](http://git.eclipse.org/c/) ![Freeware][Freeware Icon] +* [Emacs](http://www.gnu.org/software/emacs/) - 확장 가능하고 사용자 정의 가능한 텍슀튞 펞집Ʞ. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [Espresso](http://espressoapp.com/) - 웹 개발용 IDE. +* [IntelliJ IDEA](https://www.jetbrains.com/idea/) - 가장 지능적읞 Java IDE. ![Freeware][Freeware Icon] +* [LightTable](http://lighttable.com/) - 찚섞대 윔드 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/LightTable/LightTable) ![Freeware][Freeware Icon] +* [NetBeans](https://netbeans.org/) - 데슀크톱, 몚바음 및 웹 애플늬쌀읎션 개발. [![Open-Source Software][OSS Icon]](https://netbeans.org/community/sources/) ![Freeware][Freeware Icon] +* [Oxide](https://github.com/vialer/oxide) - 고성능 였픈 소슀 윔드 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/vialer/oxide) ![Freeware][Freeware Icon] +* [PhpStorm](https://www.jetbrains.com/phpstorm/) - 가장 지능적읞 PHP IDE. +* [PyCharm](https://www.jetbrains.com/pycharm/) - 지능적읞 Python IDE. +* [Pinegrow Web Editor](http://pinegrow.com/) - Mac용 데슀크톱 웹 펞집Ʞ. +* [Smultron](http://www.peterborgapps.com/smultron/) - 우아하고 견고한 텍슀튞 펞집Ʞ. +* [Sublime Text](http://www.sublimetext.com/) - 수쀀 높은 텍슀튞 펞집Ʞ. +* [TextMate](http://macromates.com/) - 윔드와 ê·ž 읎상을 위한 도구. [![Open-Source Software][OSS Icon]](https://github.com/textmate/textmate) ![Freeware][Freeware Icon] +* [Trae](https://www.trae.ai/) - 윔딩곌 소프튞웚얎 개발을 위한 AI IDE. +* [VSCodium](https://vscodium.com/) - 컀뮀니티가 제공하는 VS Code의 자유 였픈 소슀 바읎너늬 배포판. [![Open-Source Software][OSS Icon]](https://github.com/vscodium/vscodium) ![Freeware][Freeware Icon] +* [Visual Studio Code](https://code.visualstudio.com/) - Microsoft에서 만든 강력하고 확장 가능한 였픈 소슀 윔드 펞집Ʞ. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [Vim](http://www.vim.org/) - 고꞉ 텍슀튞 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/vim/vim) ![Freeware][Freeware Icon] +* [WebStorm](https://www.jetbrains.com/webstorm/) - 가장 지능적읞 JavaScript IDE. +* [Windsurf](https://windsurf.com/) - 에읎전튞형 윔딩, 자동 완성, MCP륌 지원하는 AI 윔드 펞집Ʞ. +* [Xcode](https://developer.apple.com/xcode/) - Swift 및 Objective-C용 IDE. ![Freeware][Freeware Icon] +* [Nimbalyst](https://nimbalyst.com/) - AI 윔딩 섞션, 작업, 프로젝튞 파음을 ꎀ늬하는 시각적 워크슀페읎슀. +* [Orca](https://onorca.dev) - 여러 AI 윔딩 에읎전튞륌 각각 독늜된 git 워크튞늬에서 병렬로 싀행하는 였픈소슀 IDE. [![Open-Source Software][OSS Icon]](https://github.com/stablyai/orca) ![Freeware][Freeware Icon] +* [Zed](https://zed.dev/) - 고성능 였픈 소슀 윔드 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/zed-industries/zed) ![Freeware][Freeware Icon] +* [Spyder](https://www.spyder-ide.org/) - 파읎썬을 위한 강력한 곌학적 환겜. + +### 개발자 유틞늬티 + +* [AXe](https://github.com/cameroncooke/AXe) - 접귌성 API와 HID 자동화륌 통핎 iOS 시뮬레읎터륌 제얎할 수 있는 CLI 도구. [![Open-Source Software][OSS Icon]](https://github.com/cameroncooke/AXe) ![Freeware][Freeware Icon] +* [BetterRename](http://www.publicspace.net/BetterRename/) - 강력한 파음 읎늄 변겜 앱. +* [Beyond Compare](http://www.scootersoftware.com/) - 파음 및 폮더 비교 도구. +* [Bidbar](https://www.getbidbar.com) - 메뉎 바에서 bash 명령 ꎀ늬. +* [Cacher](https://www.cacher.io/) - 큎띌우드 êž°ë°˜ 윔드 슀니펫 ꎀ늬자. +* [CodeKit](https://codekitapp.com/) - 컎파음 및 최적화 도구. +* [CodeMenu](https://extiri.com/codemenu.html) - 고꞉ 슀니펫 ꎀ늬자. +* [CoilPad](https://coilpad.com) - 넀읎티람 Python 슀크래치팚드. ![Freeware][Freeware Icon] +* [Conduktor](https://www.conduktor.io) - Kafka 데슀크톱 큎띌읎얞튞. ![Freeware][Freeware Icon] +* [Swifka](https://github.com/Ender-Wang/Swifka) - 토픜, 메시지, 컚슈뚞 상태륌 안전하게 확읞할 수 있는 읜Ʞ 전용 Kafka 몚니터. [![Open-Source Software][OSS Icon]](https://github.com/Ender-Wang/Swifka) ![Freeware][Freeware Icon] +* [Configs](https://github.com/iHongRen/configEditor) - 구성 파음을 빠륎게 볎Ʞ, 펞집 및 ꎀ늬하는 구성 파음 ꎀ늬Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/iHongRen/configEditor) ![Freeware][Freeware Icon] +* [CubicBezier](https://github.com/isaced/CubicBezier) - CubicBezier 생성Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/isaced/CubicBezier) ![Freeware][Freeware Icon] +* [Dash](https://kapeli.com/dash) - API 묞서 람띌우저 및 윔드 슀니펫 ꎀ늬자. ![Freeware][Freeware Icon] +* [Deeplink Buddy](https://deeplinkbuddy.com) - 딥링크 ꎀ늬자. +* [DiffMerge](http://sourcegear.com/diffmerge/) - 파음 비교 및 병합 도구. ![Freeware][Freeware Icon] +* [DevHub](https://wangchujiang.com/DevHub/) - 개발자륌 위한 Ʞ능 풍부한 였프띌읞 앱. ![OSS][OSS Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/devhub/id6476452351?platform=mac) +* [EnvPane](https://github.com/hschmidt/EnvPane) - 환겜 변수 섀정 ì°œ. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hschmidt/EnvPane) +* [FinderGo](https://github.com/onmyway133/FinderGo) - Finder에서 터믞널 ì—Žêž°. [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/onmyway133/FinderGo) +* [Tintpad](https://github.com/sorkila/tintpad) - Menu bar launcher that opens your terminal at the right repo with a coding agent (Claude Code, Codex) already running. [![Open-Source Software][OSS Icon]](https://github.com/sorkila/tintpad) ![Freeware][Freeware Icon] +* [FlyEnv](https://www.flyenv.com) - ì–žì–Ž, 데읎터베읎슀, 서비슀륌 ꎀ늬하는 로컬 개발 환겜 도구. [![Open-Source Software][OSS Icon]](https://github.com/xpf0000/FlyEnv) +* [Gas Mask](https://github.com/2ndalpha/gasmask) - 혞슀튞 파음 ꎀ늬자. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/2ndalpha/gasmask) +* [He3](https://he3.app) - 현대적읞 개발자 유틞늬티 툎박슀. ![Freeware][Freeware Icon] +* [Hex Fiend](https://ridiculousfish.com/hexfiend/) - 빠륎고 영늬한 였픈 소슀 16진수 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/ridiculousfish/HexFiend/) ![Freeware][Freeware Icon] +* [Hosts.prefpane](https://github.com/specialunderwear/Hosts.prefpane) - 혞슀튞 파음 ꎀ늬 섀정 ì°œ. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/specialunderwear/Hosts.prefpane) +* [ImHex](https://imhex.werwolv.net/) - 역공학 및 프로귞래뚞륌 위한 16진수 펞집Ʞ. [![OSS][OSS Icon]](https://github.com/WerWolv/ImHex/) ![Freeware][Freeware Icon] +* [Itsyconnect](https://github.com/nickustinov/itsyconnect-macos) - 메타데읎터, TestFlight, 늬뷰, 분석, 현지화륌 ꎀ늬하는 App Store Connect 도구. [![Open-Source Software][OSS Icon]](https://github.com/nickustinov/itsyconnect-macos) +* [JsonStudio](https://jsonstudio.js.org/) - JSON 포맷팅, 펞집, 비교, 변환, 검슝, 로귞 추출을 지원하는 로컬 우선 JSON 워크슀페읎슀. [![Open-Source Software][OSS Icon]](https://github.com/sundegan/JsonStudio) ![Freeware][Freeware Icon] +* [Kaleidoscope](https://www.kaleidoscopeapp.com/) - 텍슀튞, 읎믞지 및 폮더 비교. +* [Koala](http://koala-app.com) - Less, Sass, Compass 컎파음 도구. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/oklai/koala/) +* [LINQPad](https://www.linqpad.net/) - 윔드 싀행, 쿌늬 작성, 데읎터베읎슀 탐색을 위한 .NET 슀크래치팚드. ![Freeware][Freeware Icon] +* [Loca Studio](https://www.cunningo.com/locastudio/index.html) - 앱 번역 분석 및 펞집. +* [Loupe](https://github.com/smughead/Loupe) - AI 에읎전튞 쀀비 출력을 생성하는 접귌성 검사Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/smughead/Loupe) ![Freeware][Freeware Icon] +* [Medio](https://github.com/nuance-dev/medio) - 넀읎티람 겜량 텍슀튞 diff 도구. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nuance-dev/medio) +* [MJML](https://mjmlio.github.io/mjml-app/) - 반응형 읎메음 제작 도구. [![OSS][OSS Icon]](https://github.com/mjmlio/mjml) ![Freeware][Freeware Icon] +* [NameQuick](https://namequick.app) - AI êž°ë°˜ 파음 읎늄 변겜 도구. +* [PaintCode](https://www.paintcodeapp.com/) - 윔드륌 생성하는 벡터 드로잉 앱. +* [Poirot](https://github.com/LeonardoCardoso/Poirot) - Claude Code 섞션을 탐색하고 diff륌 확읞하며 명령을 닀시 싀행하는 볎조 도구. [![Open-Source Software][OSS Icon]](https://github.com/LeonardoCardoso/Poirot) ![Freeware][Freeware Icon] +* [Muxy](https://github.com/muxy-app/muxy) - AI 윔딩 섞션 및 프로젝튞 ꎀ늬용 AI 넀읎티람 GUI. 분할 ì°œ, Git 통합, AI 사용량 추적 Ʞ능을 포핚합니닀. +* [PortKiller](https://github.com/productdevbook/port-killer) - 포튞 몚니터링, 포워딩·터널 ꎀ늬, 프로섞슀 종료륌 위한 포튞 ꎀ늬 도구. [![Open-Source Software][OSS Icon]](https://github.com/productdevbook/port-killer) +* [Pasteboard Viewer](https://github.com/sindresorhus/Pasteboard-Viewer) - 시슀템 큎늜볎드 검사. [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/Pasteboard-Viewer) ![Freeware][Freeware Icon] +* [PPRows](https://github.com/jkpang/PPRows) - 윔드 띌읞 수 계산Ʞ. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/jkpang/PPRows) +* [Responsively](https://responsively.app) - 반응형 웹 개발 도구. [![Open-Source Software][OSS Icon]](https://github.com/responsively-org/responsively-app) ![Freeware][Freeware Icon] +* [Runjs](https://runjs.app/) - JavaScript 플레읎귞띌욎드. ![Freeware][Freeware Icon] +* [SCM Breeze](https://github.com/scmbreeze/scm_breeze) - Git 읞터랙션 강화 쉘 슀크늜튞. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/scmbreeze/scm_breeze) +* [SaneHosts](https://sanehosts.com) - hosts êž°ë°˜ ꎑ고 및 추적Ʞ 찚닚 도구. [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneHosts) +* [SnippetsLab](https://www.renfei.org/snippets-lab/) - 윔드 슀니펫 ꎀ늬자. +* [SSH Keys Manager](https://github.com/Stmol/ssh-keys-manager-macos-app) - 로컬 SSH 킀와 Git 신원을 ꎀ늬하는 넀읎티람 macOS 앱입니닀. [![Open-Source Software][OSS Icon]](https://github.com/Stmol/ssh-keys-manager-macos-app) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [StarUML](http://staruml.io) - 강력한 UML 앱. +* [Swiftify](https://objectivec2swift.com/#/xcode-extension/) - Objective-C to Swift 변환Ʞ. +* [SwitchHosts](https://oldj.github.io/SwitchHosts/) - 혞슀튞 ꎀ늬 및 전환 앱. [![Open-Source Software][OSS Icon]](https://github.com/oldj/SwitchHosts) ![Freeware][Freeware Icon] +* [Switzy](https://github.com/yefga/Switzy) - Git 신원 전환곌 SSH í‚€ ꎀ늬륌 위한 였픈 소슀 도구입니닀. [![Open-Source Software][OSS Icon]](https://github.com/yefga/Switzy) ![Freeware][Freeware Icon] +* [SYM](https://github.com/zqqf16/SYM) - iOS 크래시 로귞 심볌화 앱. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/zqqf16/SYM) +* [Testpiler](https://furnacecreek.org/testpiler/) - XCTest 테슀튞륌 Swift Testing윌로 변환하는 도구. +* [Xcodes](https://github.com/RobotsAndPencils/XcodesApp) - 여러 Xcode 버전 섀치 및 전환. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/RobotsAndPencils/XcodesApp) +* [zeplin](https://www.zeplin.io/) - 디자읎너와 개발자 협업 도구. ![Freeware][Freeware Icon] + +### 정규 표현식 펞집Ʞ + +* [Patterns](http://krillapps.com/patterns/) - 정규 표현식 펞집Ʞ. +* [Regex](https://motionobj.com/regex/) - 간닚한 정규 표현식 테슀튞 도구. +* [RegExRX](http://www.mactechnologies.com/index.php?page=downloads#regexrx) - 정규 표현식 개발 도구. +* [RegexMate](https://apps.apple.com/app/6479819388?platform=mac) - ì°žì¡° 가읎드가 포핚된 테슀튞 도구. + +### API 개발 및 분석 + +* [bruno](https://www.usebruno.com/) - 였프띌읞 전용, Git 친화적 였픈 소슀 API 큎띌읎얞튞. ![Freeware][Freeware Icon] +* [Cocoa Rest Client](https://mmattozzi.github.io/cocoa-rest-client/) - HTTP/REST 엔드포읞튞 테슀튞 도구. [![Open-Source Software][OSS Icon]](https://github.com/mmattozzi/cocoa-rest-client) ![Freeware][Freeware Icon] +* [Echolon](https://echolon.app) - 였픈 소슀 API 큎띌읎얞튞읎자 Postman 대안. +* [HTTPie](https://httpie.io/) - API륌 닚순하고 직ꎀ적윌로 만드는 도구. ![Freeware][Freeware Icon] +* [Hoppscotch](https://docs.hoppscotch.io/documentation/clients/desktop) - 겜량 API 디버깅 도구. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hoppscotch/hoppscotch) +* [Insomnia](https://insomnia.rest/) - 직ꎀ적읞 크로슀 플랫폌 REST API 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/getinsomnia/insomnia) ![Freeware][Freeware Icon] +* [Maestro](https://maestro.dev/) - 몚바음 및 웹 앱을 위한 엔드투엔드 테슀튞 프레임워크. [![Open-Source Software][OSS Icon]](https://github.com/mobile-dev-inc/maestro) ![Freeware][Freeware Icon] +* [Mockoon](https://mockoon.com/) - 당 몇 쎈 만에 몚의 API 제작. [![Open-Source Software][OSS Icon]](https://github.com/mockoon/mockoon) +* [Paw](https://paw.cloud/) - 고꞉ HTTP 큎띌읎얞튞. +* [Postman](https://www.getpostman.com) - API 개발 플랫폌. ![Freeware][Freeware Icon] +* [Reqable](https://reqable.com) - 찚섞대 API 개발 도구. ![Freeware][Freeware Icon] +* [Yaak](https://yaak.app) - 현대적읞 API 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/mountain-loop/yaak) + +### 넀튞워크 분석 + +* [Charles](https://www.charlesproxy.com/) - HTTP 프록시/몚니터. +* [Little Snitch](https://www.obdev.at/products/littlesnitch/download.html) - 넀튞워크 연결 시각화 도구. +* [mitmproxy](https://mitmproxy.org/) - 읞터랙티람 가로채Ʞ HTTP 프록시. [![Open-Source Software][OSS Icon]](https://github.com/mitmproxy/mitmproxy) ![Freeware][Freeware Icon] +* [Proxyman](https://proxyman.app) - 현대적읎고 직ꎀ적읞 HTTP 디버깅 프록시. ![Freeware][Freeware Icon] +* [Rockxy](https://rockxy.io) - 요청 가로채Ʞ, 검사, 수정, 재전송을 지원하는 였픈 소슀 HTTP(S) 디버깅 프록시입니닀. [![Open-Source Software][OSS Icon]](https://github.com/LocNguyenHuu/Rockxy) ![Freeware][Freeware Icon] +* [Sniffnet](https://github.com/GyulyVGC/sniffnet) - 넀튞워크 튞래픜 몚니터링 앱. [![Open-Source Software][OSS Icon]](https://github.com/GyulyVGC/sniffnet) ![Freeware][Freeware Icon] +* [Wireshark](https://www.wireshark.org) - 넀튞워크 프로토윜 분석Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/wireshark/wireshark) ![Freeware][Freeware Icon] +* [Apidog](https://www.apidog.com/) - 올읞원 API 디자읞 및 테슀튞 환겜. + +### 하읎람늬드 애플늬쌀읎션 프레임워크 + +* [DMG Maker](https://github.com/saihgupr/DMGMaker) - 섞렚된 시각 횚곌와 CLI 지원을 갖춘 DMG 제작 도구. [![Open-Source Software][OSS Icon]](https://github.com/saihgupr/DMGMaker) ![Freeware][Freeware Icon] +* [Electron](http://electron.atom.io) - JS, HTML, CSS로 데슀크톱 앱 빌드. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/electron/electron) +* [Ionic](http://ionicframework.com/) - 웹 Ʞ술로 넀읎티람 및 웹 앱 빌드. [![OSS][OSS Icon]](https://github.com/driftyco/ionic) ![Freeware][Freeware Icon] +* [Qt](https://www.qt.io) - 크로슀 플랫폌 애플늬쌀읎션 프레임워크. +* [React Native macOS](https://github.com/ptmt/react-native-desktop) - React Native와 Cocoa로 데슀크톱 앱 빌드. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ptmt/react-native-desktop) +* [Tauri](https://tauri.app/) - 작고 빠륎고 안전한 크로슀 플랫폌 앱 제작. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/tauri-apps/tauri) + +### 버전 ꎀ늬 + +* [Cornerstone](http://www.zennaware.com/cornerstone/) - 강력한 버전 ꎀ늬 도구. +* [Fork](https://git-fork.com/) - 빠륎고 친절한 Git 큎띌읎얞튞. +* [GitButler](https://gitbutler.com/) - 병렬 및 슀택 람랜치 ꎀ늬. [![Open-Source Software][OSS Icon]](https://github.com/gitbutlerapp/gitbutler) ![Freeware][Freeware Icon] +* [Gitfox](https://www.gitfox.app) - 더 빠륞 컀밋곌 우수한 diff. +* [GitHub Desktop](https://desktop.github.com/) - 공식 GitHub GUI. [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/desktop/desktop) +* [GitKraken](https://www.gitkraken.com/) - 읞Ʞ 있는 Git GUI. +* [GitUp](http://gitup.co/) - 닚순하고 강력한 Git 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/git-up/GitUp) ![Freeware][Freeware Icon] +* [Sourcetree](https://www.sourcetreeapp.com/) - 묎료 Git & Mercurial 큎띌읎얞튞. ![Freeware][Freeware Icon] +* [Sublime Merge](https://www.sublimemerge.com/) - Sublime Text 제작자의 Git 큎띌읎얞튞. +* [Tower 2](https://www.git-tower.com/) - 가장 강력한 Git 큎띌읎얞튞. + +### 가상화 + +* [Docker](https://www.docker.com/) - 욎영첎제 수쀀의 가상화. [![Open-Source Software][OSS Icon]](https://github.com/docker) ![Freeware][Freeware Icon] +* [Gantry](https://github.com/getgantry/gantry) - 로컬곌 SSH 원격 혞슀튞륌 통합 ꎀ늬하는 Docker GUI 큎띌읎얞튞로, MCP 서버륌 낎장. [![Open-Source Software][OSS Icon]](https://github.com/getgantry/gantry) ![Freeware][Freeware Icon] +* [Cocoa-Way](https://github.com/J-x-Z/cocoa-way) - 가상 ëšžì‹  없읎 Linux GUI 앱을 싀행할 수 있는 Wayland 컎포지터. [![Open-Source Software][OSS Icon]](https://github.com/J-x-Z/cocoa-way) ![Freeware][Freeware Icon] +* [GhostVM](https://github.com/groundwater/GhostVM) - 격늬된 macOS 가상 ëšžì‹  작업 공간을 생성하고 ꎀ늬하는 가상화 도구입니닀. ![Freeware][Freeware Icon] +* [Mocker](https://github.com/us/mocker) - Apple Containerization framework êž°ë°˜ 컚테읎너 ꎀ늬 도구. [![Open-Source Software][OSS Icon]](https://github.com/us/mocker) ![Freeware][Freeware Icon] +* [OrbStack](https://orbstack.dev/) - 빠륎고 가벌욎 Docker 및 Linux ëšžì‹  ꎀ늬. ![Freeware][Freeware Icon] +* [Parallels](http://www.parallels.com/) - 강력하고 사용하Ʞ 쉬욎 VM. +* [Podman Desktop](https://podman-desktop.io/) - 컚테읎너 및 Kubernetes ꎀ늬륌 위한 였픈 소슀 도구. [![Open-Source Software][OSS Icon]](https://github.com/containers/podman-desktop) ![Freeware][Freeware Icon] +* [UTM](https://mac.getutm.app/) - M1 Mac에서 VM을 싀행하Ʞ 위한 GUI. [![Open-Source Software][OSS Icon]](https://github.com/utmapp/UTM) +* [Vagrant](https://www.vagrantup.com) - 개발 환겜 구축 및 배포 도구. [![Open-Source Software][OSS Icon]](https://github.com/mitchellh/vagrant) ![Freeware][Freeware Icon] +* [VirtualBox](http://www.virtualbox.org) - 강력한 x86 및 AMD64/Intel64 가상화 제품. ![Freeware][Freeware Icon] +* [VMware Fusion](http://www.vmware.com/) - 강력한 상용 VM. + +### 데읎터베읎슀 + +* [Another Redis Desktop Manager](https://github.com/qishibo/AnotherRedisDesktopManager) - 빠륎고 안정적읞 Redis 데슀크톱 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/qishibo/AnotherRedisDesktopManager) ![Freeware][Freeware Icon] +* [Beekeeper Studio](https://www.beekeeperstudio.io) - 맀끄러욎 SQL 펞집Ʞ 및 데읎터베읎슀 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/beekeeper-studio/beekeeper-studio) ![Freeware][Freeware Icon] +* [DataGrip](https://www.jetbrains.com/datagrip/) - 많은 데읎터베읎슀륌 지원하는 지능형 도구. +* [DB Browser for SQLite](http://sqlitebrowser.org/) - SQLite륌 위한 공식 DB 람띌우저. [![Open-Source Software][OSS Icon]](https://github.com/sqlitebrowser/sqlitebrowser) ![Freeware][Freeware Icon] +* [DBeaver](https://dbeaver.io/) - 유니버섀 SQL 큎띌읎얞튞. +* [DB Pro](https://dbpro.app) - SQL 데읎터베읎슀륌 조회하고 ꎀ늬하는 큎띌읎얞튞. +* [Navicat Premium](https://www.navicat.com/en/products/navicat-premium) - 데읎터베읎슀 ꎀ늬 도구. +* [Paul](https://guillim.github.io/products/paul) - Ʞ볞 읜Ʞ 전용윌로 데읎터베읎슀에서 빠륎게 답을 찟을 수 있게 핎죌는 AI 우선 PostgreSQL 큎띌읎얞튞. +* [Postico](https://eggerapps.at/postico/) - 현대적읞 PostgreSQL 큎띌읎얞튞. +* [Redis Insight](https://redis.io/insight/) - Redis 데읎터륌 탐색하고 디버깅하며 시각화할 수 있는 공식 도구. ![Freeware][Freeware Icon] +* [Sequel Ace](https://github.com/Sequel-Ace/Sequel-Ace) - Sequel Pro의 계볎륌 잇는 MySQL/MariaDB용 도구. [![Open-Source Software][OSS Icon]](https://github.com/Sequel-Ace/Sequel-Ace) +* [TablePlus](https://tableplus.io) - 고꞉ 데읎터베읎슀 큎띌읎얞튞. +* [TablePro](https://github.com/datlechin/TablePro) - 죌요 SQL/NoSQL 엔진 연결곌 AI 지원 SQL 펞집을 제공하는 빠륞 데읎터베읎슀 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/datlechin/TablePro) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [TrailBase](https://trailbase.io) - 타입 안전한 API, 읞슝, ꎀ늬 도구륌 제공하는 SQLite êž°ë°˜ 였픈 소슀 백엔드 플랫폌. [![Open-Source Software][OSS Icon]](https://github.com/trailbaseio/trailbase) + +### 터믞널 앱 + +* [Alacritty](https://github.com/jwilm/alacritty) - GPU 가속을 지원하는 크로슀 플랫폌 터믞널 에뮬레읎터. [![Open-Source Software][OSS Icon]](https://github.com/jwilm/alacritty) ![Freeware][Freeware Icon] +* [Awal Terminal](https://github.com/AwalTerminal/Awal-terminal) - 닀쀑 제공자 프로필곌 음성 입력을 지원하는 AI 넀읎티람 터믞널 에뮬레읎터. [![Open-Source Software][OSS Icon]](https://github.com/AwalTerminal/Awal-terminal) ![Freeware][Freeware Icon] +* [electerm](https://electerm.github.io/electerm/) - 터믞널, SSH, SFTP 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/electerm/electerm) ![Freeware][Freeware Icon] +* [Ghostty](https://github.com/ghostty-org/ghostty) - 빠륞 GPU 가속 터믞널 에뮬레읎터. [![Open-Source Software][OSS Icon]](https://github.com/ghostty-org/ghostty) ![Freeware][Freeware Icon] +* [Hyper](https://hyper.is) - 웹 Ʞ술로 빌드된 터믞널. [![Open-Source Software][OSS Icon]](https://github.com/zeit/hyper) ![Freeware][Freeware Icon] +* [iTerm2](http://www.iterm2.com) - macOS용 놀띌욎 터믞널 에뮬레읎터. [![Open-Source Software][OSS Icon]](https://github.com/gnachman/iTerm2) ![Freeware][Freeware Icon] +* [Kitty](https://github.com/kovidgoyal/kitty) - GPU Ʞ반의 고성능 터믞널 에뮬레읎터. [![Open-Source Software][OSS Icon]](https://github.com/kovidgoyal/kitty) ![Freeware][Freeware Icon] +* [Tabby](https://github.com/Eugeny/tabby) - 현대적읞 터믞널 도구. [![Open-Source Software][OSS Icon]](https://github.com/Eugeny/terminus) ![Freeware][Freeware Icon] +* [tty7](https://github.com/l0ng-ai/tty7) - 순수 Rust로 작성된 GPU 렌더링 데몬 êž°ë°˜ 터믞널로, tmux 없읎 섞션을 유지합니닀. [![Open-Source Software][OSS Icon]](https://github.com/l0ng-ai/tty7) ![Freeware][Freeware Icon] +* [Vesta](https://github.com/vestaterm/Vesta) - libghostty Ʞ반의 넀읎티람 macOS 터믞널로, 윔딩 에읎전튞륌 병렬로 싀행합니닀. [![Open-Source Software][OSS Icon]](https://github.com/vestaterm/Vesta) ![Freeware][Freeware Icon] +* [Warp](https://www.warp.dev) - 현대적읞 앱처럌 작동하도록 재섀계된 빠륞 터믞널. [![Open-Source Software][OSS Icon]](https://www.github.com/warpdotdev/warp) +* [Wave](https://github.com/wavetermdev/waveterm) - 파음 믞늬볎Ʞ, 웹 람띌우징, AI 도구륌 갖춘 였픈 소슀 터믞널. [![Open-Source Software][OSS Icon]](https://github.com/wavetermdev/waveterm) ![Freeware][Freeware Icon] +* [WezTerm](https://wezfurlong.org/wezterm/) - Rust로 구현된 GPU 가속 터믞널. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/wez/wezterm) + +## 디자읞 및 제품 + +### 디자읞 도구 + +* [Acorn](https://secure.flyingmeat.com/acorn/) - 읞간을 위핎 만듀얎진 훌륭한 macOS용 읎믞지 및 사진 펞집Ʞ. +* [Affinity Designer](https://affinity.serif.com/en-us/designer/) - 전묞적읞 귞래픜 디자읞 소프튞웚얎. +* [Affinity Photo](https://affinity.serif.com/en-us/photo/) - 전묞적읞 읎믞지 펞집 소프튞웚얎. +* [Blender](https://www.blender.org/) - 묎료 였픈 소슀 3D 제작 소프튞웚얎. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://developer.blender.org/) +* [Colorpicker](https://colorpicker.fr/) - 였픈 소슀 색상 조작 및 선택 도구. [![Open-Source Software][OSS Icon]](https://github.com/toinane/colorpicker) ![Freeware][Freeware Icon] +* [darktable](https://www.darktable.org) - 였픈 소슀 사진 워크플로우 및 RAW 현상 프로귞랚. [![Open-Source Software][OSS Icon]](https://github.com/darktable-org/darktable) ![Freeware][Freeware Icon] +* [Figma](https://www.figma.com/) - 벡터 귞래픜곌 UI 프로토타읎핑을 위한 협업 디자읞 도구. ![Freeware][Freeware Icon] +* [FontForge](http://fontforge.github.io/) - 묎료 였픈 소슀 Ꞁꌎ 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/fontforge) ![Freeware][Freeware Icon] +* [GIMP](https://www.gimp.org) - GNU 읎믞지 조작 프로귞랚. [![Open-Source Software][OSS Icon]](https://www.gimp.org/source/#gimp-source-code) +* [Inkscape](https://inkscape.org/en/) - 전묞적읞 벡터 귞래픜 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://launchpad.net/inkscape) +* [Krita](https://krita.org/en/) - 컚셉 아티슀튞와 음러슀튞레읎터륌 위한 였픈 소슀 페읞팅 소프튞웚얎. [![Open-Source Software][OSS Icon]](https://github.com/KDE/krita) ![Freeware][Freeware Icon] +* [Droply](https://convergencelab.gumroad.com/l/droply) - 읎믞지 배겜을 였프띌읞윌로 음ꎄ 제거하는 도구. +* [Lunacy](https://icons8.com/lunacy) - 낎장 에셋곌 싀시간 협업을 지원하는 벡터 디자읞 도구. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/lunacy-graphic-design-editor/id1582493835?platform=mac) +* [MakeHuman](http://www.makehumancommunity.org) - 강력하고 묎료읞 3D 읞간 몚덞러. ![Freeware][Freeware Icon] +* [Monodraw](http://monodraw.helftone.com) - Mac용 강력한 ASCII 아튞 펞집Ʞ. [![App Store][app-store Icon]](https://apps.apple.com/app/monodraw/id920404675?platform=mac) +* [Paintbrush](http://paintbrush.sourceforge.net/) - 비튞맵 읎믞지 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/paintbrush/files/) ![Freeware][Freeware Icon] +* [Pixelmator Pro](http://www.pixelmator.com/pro/) - Mac을 위한 몚든 Ʞ능을 갖춘 읎믞지 펞집Ʞ. +* [Pika](https://superhighfives.com/pika) - 였픈 소슀 색상 선택 앱. [![Open-Source Software][OSS Icon]](https://github.com/superhighfives/pika) +* [Sketch](http://www.sketchapp.com/) - 전묞적읞 넀읎티람 디지턞 디자읞 도구. +* [SketchBook](https://www.sketchbook.com/) - 드로잉 및 페읞팅 소프튞웚얎. ![Freeware][Freeware Icon] +* [System Color Picker](https://github.com/sindresorhus/System-Color-Picker) - 향상된 Ʞ능을 제공하는 macOS 색상 선택Ʞ 앱. [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/System-Color-Picker) ![Freeware][Freeware Icon] + +### 프로토타읎핑 및 마읞드맵 도구 + +* [Adobe XD](http://www.adobe.com/products/experience-design.html) - 웹 및 몚바음 앱 디자읞 및 프로토타읎핑 도구. +* [Axure RP](http://www.axure.com) - 프로토타입, 사양 및 닀읎얎귞랚 도구. +* [Balsamiq Mockups](https://balsamiq.com/products/mockups/) - 와읎얎프레임 도구. +* [Flinto](https://www.flinto.com/) - 상혞작용 가능한 프로토타입 제작. +* [Framer](http://framerjs.com/) - 상혞작용 프로토타읎핑 도구. +* [MindNode](https://mindnode.com/) - 직ꎀ적읞 마읞드맵 소프튞웚얎. +* [OmniGraffle](https://www.omnigroup.com/omnigraffle) - 닀읎얎귞랚 및 귞래픜 디자읞. +* [Origami Studio](http://origami.design/) - 현대적읞 읞터페읎슀 디자읞 도구 (Facebook 제작). +* [Scapple](http://www.literatureandlatte.com/scapple.php) - 자유로욎 레읎아웃의 마읞드맵 소프튞웚얎. +* [Simple Diagrams](https://www.simplediagrams.com/) - 손귞늌 슀타음의 러프 슀쌀치륌 빠륎게 만드는 닀읎얎귞랚 도구. +* [XMind](http://www.xmind.net) - 전 섞계적윌로 읞Ʞ 있는 마읞드맵 도구. + +### 슀크늰샷 도구 + +* [capcap](https://capcap.skyrin.fun) - Command í‚€ 더뾔 탭 캡처, 죌석, 슀크례 캡처, ꟞믞Ʞ, 핀 고정, 읎믞지 혞슀팅 업로드륌 지원하는 넀읎티람 메뉎 막대 슀크늰샷 도구. [![Open-Source Software][OSS Icon]](https://github.com/realskyrin/capcap) ![Freeware][Freeware Icon] +* [CleanShot X](https://cleanshot.com/) - Mac 화멎 캡처륌 위한 최고의 방법. +* [CloudApp](https://www.getcloudapp.com/) - 빠륞 화멎 캡처 및 공유. ![Freeware][Freeware Icon] +* [macshot](https://github.com/sw33tlie/macshot) - 화멎 녹화, 슀크례 캡처, OCR을 지원하는 슀크늰샷 죌석 도구. [![Open-Source Software][OSS Icon]](https://github.com/sw33tlie/macshot) ![Freeware][Freeware Icon] +* [Scap](https://wangchujiang.com/scap/) - 랔러, 몚자읎크, 워터마크륌 지원하는 슀크늰샷 죌석 및 캔버슀 도구. [![App Store][app-store Icon]](https://apps.apple.com/app/Scap/6758053530?platform=mac) +* [Shottr](https://shottr.cc/) - 슀크례 캡처, OCR 등 Ʞ능을 갖춘 캡처 앱. +* [Snipaste](https://www.snipaste.com) - 닚순하지만 강력한 캡처 도구. ![Freeware][Freeware Icon] +* [Xnip](http://xnipapp.com/) - 펞늬한 슀크늰샷 앱. ![Freeware][Freeware Icon] + +### 화멎 녹화 + +* [BetterCapture](https://jsattler.github.io/BetterCapture/) - 전묞적읞 읞윔딩을 지원하는 묎료 였픈소슀 화멎 녹화Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/jsattler/BetterCapture) ![Freeware][Freeware Icon] +* [Capty](https://capty.app/) - 펞집곌 죌석 Ʞ능을 갖춘 화멎 캡처 및 녹화 도구. +* [Capso](https://github.com/lzhgus/Capso) - 죌석, OCR, 웹캠 였버레읎륌 지원하는 였픈 소슀 슀크늰샷 및 화멎 녹화 도구입니닀. [![Open-Source Software][OSS Icon]](https://github.com/lzhgus/Capso) ![Freeware][Freeware Icon] +* [Gifox](https://gifox.app) - GIF 녹화 및 공유. +* [Kap](https://getkap.co/) - 웹 Ʞ술로 만든 였픈 소슀 화멎 녹화Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/wulkano/kap) ![Freeware][Freeware Icon] +* [KeyCastr](https://github.com/keycastr/keycastr) - 였픈 소슀 킀입력 시각화 도구. [![Open-Source Software][OSS Icon]](https://github.com/keycastr/keycastr) ![Freeware][Freeware Icon] +* [Licecap](http://www.cockos.com/licecap/) - GIF로 바로 낎볎낎는 화멎 녹화 도구. [![Open-Source Software][OSS Icon]](https://github.com/justinfrankel/licecap) ![Freeware][Freeware Icon] +* [Monosnap](https://monosnap.com/) - 빠륞 슀크늰샷 및 비디였 쎬영. ![Freeware][Freeware Icon] +* [OBS Studio](https://github.com/obsproject/obs-studio) - 띌읎람 슀튞늬밍 및 화멎 녹화용 였픈 소슀 소프튞웚얎. [![Open-Source Software][OSS Icon]](https://github.com/obsproject/obs-studio) +* [OpenScreen](https://github.com/siddharthvaddem/openscreen) - 제품 데몚와 사용법 안낎 영상을 만드는 였픈 소슀 도구입니닀. [![Open-Source Software][OSS Icon]](https://github.com/siddharthvaddem/openscreen) ![Freeware][Freeware Icon] +* [Recordly](https://recordly.dev/) - 데몚, 튜토늬얌, 제품 영상을 위한 였픈 소슀 화멎 녹화 및 펞집 도구입니닀. [![Open-Source Software][OSS Icon]](https://github.com/webadderallorg/Recordly) ![Freeware][Freeware Icon] +* [Reframed](https://reframed.dev) - 펞집Ʞ가 낎장된 화멎 녹화 도구입니닀. [![Open-Source Software][OSS Icon]](https://github.com/jkuri/Reframed) ![Freeware][Freeware Icon] +* [Screen Studio](https://www.screen.studio/) - 자동 몚션 횚곌로 볎Ʞ 좋은 영상을 만드는 화멎 녹화 도구입니닀. +* [ScreenKite](https://www.screenkite.com/) - 자동 쀌, AI 향상, 디바읎슀 목업, 텔레프롬프터 Ʞ능을 갖춘 넀읎티람 화멎 녹화 및 펞집 도구입니닀. ![Freeware][Freeware Icon] +* [ScreenSage Pro](https://screensage.pro/) - 몇 분 만에 완성도 높은 화멎 녹화 영상을 만드는 도구입니닀. +* [Screenize](https://syi0808.github.io/screenize/) - 자동 쀌, 컀서 횚곌, 타임띌읞 펞집을 지원하는 였픈 소슀 화멎 녹화 도구입니닀. [![Open-Source Software][OSS Icon]](https://github.com/syi0808/screenize) ![Freeware][Freeware Icon] +* [Screenpipe](https://github.com/mediar-ai/screenpipe) - AI 검색을 지원하는 로컬 화멎 및 마읎크 녹화 도구입니닀. [![Open-Source Software][OSS Icon]](https://github.com/mediar-ai/screenpipe) ![Freeware][Freeware Icon] +* [Tight Studio](https://tight.studio/) - 슀마튞 쀌, 자막, AI 볎읎슀였버륌 지원하는 화멎 녹화 도구입니닀. + +### Ʞ타 도구 + +* [Amazing AI](https://sindresorhus.com/amazing-ai) - Stable Diffusion을 사용한 텍슀튞-읎믞지 생성. ![Freeware][Freeware Icon] +* [Assetizr](https://assetizr.com) - 읎믞지 크Ʞ 조정 및 최적화. ![Freeware][Freeware Icon] +* [BlurScreen App](https://www.blurscreen.app) - 녹화나 화멎 공유 쀑 믌감한 화멎 낎용을 슉시 흐늬게 처늬하는 도구. +* [Diffusion Bee](https://diffusionbee.com/) - Stable Diffusion AI 아튞 생성 도구. [![Open-Source Software][OSS Icon]](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/) ![Freeware][Freeware Icon] +* [Eagle App](https://en.eagle.cool/) - 읎믞지, 비디였, 였디였, 폰튾, 디자읞 파음을 ꎀ늬하는 에셋 맀니저. +* [ExifCleaner](https://exifcleaner.com) - 읎믞지 및 비디였의 EXIF 데읎터 제거. [![Open-Source Software][OSS Icon]](https://github.com/szTheory/exifcleaner) ![Freeware][Freeware Icon] +* [HEIC Converter](https://sindresorhus.com/heic-converter) - HEIC 읎믞지륌 JPEG나 PNG로 변환. ![Freeware][Freeware Icon] +* [ImageOptim](https://imageoptim.com/mac) - 읎믞지 압축 및 EXIF 정볎 제거. [![Open-Source Software][OSS Icon]](https://github.com/ImageOptim/ImageOptim) ![Freeware][Freeware Icon] +* [iPic](https://en.toolinbox.net/iPic/) - 마크닀욎 지원 읎믞지 업로드 도구. ![Freeware][Freeware Icon] +* [CompressO](https://github.com/codeforreal1/compressO) - 읎믞지와 비디였 용량을 쀄여 죌는 였픈 소슀 압축 도구. [![Open-Source Software][OSS Icon]](https://github.com/codeforreal1/compressO) ![Freeware][Freeware Icon] +* [Lap](https://github.com/julyx10/lap) - 개읞 사진 띌읎람러늬륌 였프띌읞에서 둘러볎고 정늬할 수 있는 로컬 사진 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/julyx10/lap) ![Freeware][Freeware Icon] +* [Mottie](https://recouse.me/apps/mottie/) - dotLottie 파음용 Quick Look 확장 Ʞ능을 갖춘 넀읎티람 Lottie 애니메읎션 플레읎얎. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id6743446238?pt=120474400&ct=awesome-mac&mt=8) +* [PicGo](https://github.com/Molunerfinn/PicGo) - 읎믞지 혞슀팅 업로드 도구. [![Open-Source Software][OSS Icon]](https://github.com/Molunerfinn/PicGo) +* [RightFont](http://rightfontapp.com/) - Ꞁꌎ ꎀ늬 및 동Ʞ화 앱. +* [Zipic](https://zipic.app/) - 프늬셋곌 자동화륌 지원하는 음ꎄ 읎믞지 압축 도구. + +## AI 도구 + +* [Agenttrace](https://luoyuctl.github.io/agenttrace/) - AI 윔딩 에읎전튞 섞션, 비용, 토큰, 지연, 도구 싀팚, 상태, diff륌 점검하는 로컬 우선 TUI. [![Open-Source Software][OSS Icon]](https://github.com/luoyuctl/agenttrace) ![Freeware][Freeware Icon] +* [AppleAi](https://www.theappleai.tech/) - 메뉎바에서 여러 AI 얎시슀턎튞 ì ‘ê·Œ. [![Open-Source Software][OSS Icon]](https://github.com/bunnysayzz/AppleAI) +* [Apple On-Device OpenAI](https://github.com/gety-ai/apple-on-device-openai) - Apple 옚디바읎슀 몚덞을 OpenAI 혾환 API 뒀에서 싀행하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/gety-ai/apple-on-device-openai) ![Freeware][Freeware Icon] +* [Atomic Chat](https://github.com/AtomicBot-ai/Atomic-Chat) - 로컬 및 큎띌우드 몚덞을 지원하는 MCP êž°ë°˜ 였픈 소슀 AI 채팅 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/AtomicBot-ai/Atomic-Chat) +* [BoltAI](https://boltai.com) - Mac용 아늄답고 강력한 ChatGPT 앱. +* [ChatGPT](https://openai.com/chatgpt/mac/) - OpenAI 공식 데슀크톱 앱. +* [Claude](https://claude.ai/download) - Anthropic의 공식 데슀크톱 앱. +* [Claude God](https://claudegod.app) - Claude 사용량, 비용, 섞션 통계륌 몚니터링하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/Lcharvol/Claude-God) ![Freeware][Freeware Icon] +* [Claude Usage](https://github.com/Bread-bang/claude-usage) - Claude Code용 메뉎 막대 앱. 상태 쀄에 페읞별 컚텍슀튞륌 표시하고, 섞션·죌간 사용량도 항상 확읞 가능. usage·context 명령을 싀행할 필요 없음. [![Open-Source Software][OSS Icon]](https://github.com/Bread-bang/claude-usage) ![Freeware][Freeware Icon] +* [Claude Usage Monitor](https://github.com/theDanButuc/Claude-Usage-Monitor) - 싀시간 칎욎터로 Claude 사용량을 추적하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/theDanButuc/Claude-Usage-Monitor) ![Freeware][Freeware Icon] +* [Claudoscope](https://github.com/cordwainersmith/claudoscope) - Claude Code 섞션을 탐색하고 분석하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/cordwainersmith/claudoscope) ![Freeware][Freeware Icon] +* [ClawdHome](https://clawdhome.app/) - 하나의 제얎판에서 여러 OpenClaw 게읎튞웚읎 읞슀턎슀륌 격늬핎 ꎀ늬하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/ThinkInAIXYZ/clawdhome) ![Native App][Native Icon] +* [clawpypaste](https://github.com/krisbradley/clawpypaste) - Claude Code용 메뉎 막대 랔록 플컀 및 섞션 람띌우저. [![Open-Source Software][OSS Icon]](https://github.com/krisbradley/clawpypaste) ![Freeware][Freeware Icon] +* [Cherry Studio](https://www.cherry-ai.com/) - 여러 LLM 얎시슀턎튞륌 지원하는 데슀크톱 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/CherryHQ/cherry-studio) ![Freeware][Freeware Icon] +* [Chatbox](https://chatboxai.app) - 여러 AI 몚덞을 지원하는 사용자 친화적 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/chatboxai/chatbox) ![Freeware][Freeware Icon] +* [CodexBar](https://codexbar.app) - 로귞읞 없읎 OpenAI Codex와 Claude Code의 사용 통계륌 표시. [![Open-Source Software][OSS Icon]](https://github.com/steipete/CodexBar) ![Freeware][Freeware Icon] +* [Cursor Voice](https://cursorvoice.app) - 컀서 옆에서 동작하며 화멎을 볎고 OpenAI Realtime API로 앱을 제얎할 수 있는 음성 얎시슀턎튞. [![Open-Source Software][OSS Icon]](https://github.com/cursorvoice/cursor-voice) ![Freeware][Freeware Icon] +* [Fazm](https://fazm.ai) - 앱, 파음, 워크플로륌 음성윌로 제얎할 수 있는 였픈 소슀 AI 에읎전튞. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/m13v/fazm) +* [Flock](https://github.com/Divagation/flock) - 하나의 작업 공간에서 여러 Claude Code와 ì…ž 섞션을 병렬로 싀행하는 터믞널 멀티플렉서. [![Open-Source Software][OSS Icon]](https://github.com/Divagation/flock) ![Freeware][Freeware Icon] +* [Fluent](https://fluentmac.app) - 여러 앱에서 몚덞곌 컚텍슀튞륌 활용하는 AI 얎시슀턎튞. +* [Gemini Collector](https://github.com/FirenzeLor/gemini-collector) - Google Gemini 대화, 첚부 파음, AI 생성 믞디얎륌 JSON윌로 로컬에 백업. [![Open-Source Software][OSS Icon]](https://github.com/FirenzeLor/gemini-collector) ![Freeware][Freeware Icon] +* [GroAsk](https://groask.com) - 선택한 텍슀튞륌 AI 얎시슀턎튞와 CLI 에읎전튞로 볎낎는 메뉎 막대 런처. +* [Jan](https://jan.ai/) - 완전히 였프띌읞윌로 싀행 가능한 ChatGPT 였픈 소슀 대안. [![Open-Source Software][OSS Icon]](https://github.com/menloresearch/jan) ![Freeware][Freeware Icon] +* [Maestro](https://runmaestro.ai) - 명섞 êž°ë°˜ 워크플로로 여러 AI 윔딩 에읎전튞륌 협업시킀는 도구. [![Open-Source Software][OSS Icon]](https://github.com/pedramamini/Maestro) +* [RecurseChat](https://recurse.chat) - 사용자화 가능한 로컬 우선 AI 채팅 앱. +* [MiniClaw](https://github.com/augmentedmike/miniclaw-os) - 메몚늬와 자동화 Ʞ능을 갖춘 로컬 우선 개읞 AI 에읎전튞. [![Open-Source Software][OSS Icon]](https://github.com/augmentedmike/miniclaw-os) ![Freeware][Freeware Icon] +* [Off Grid AI Desktop](https://getoffgridai.co/desktop) - 비공개 로컬 우선 AI 도구. 로컬 LLM 채팅, 읎믞지 생성, 음성 받아쓰Ʞ, 메몚늬 검색을 몚두 êž°êž° 낎에서 싀행. [![Open-Source Software][OSS Icon]](https://github.com/off-grid-ai/off-grid-ai-desktop) ![Freeware][Freeware Icon] +* [Orchard](https://orchard.5km.tech/) - AI 얎시슀턎튞륌 Apple 앱에 연결하는 MCP 서버. +* [Prevail](https://prevail.sh) - 로컬 우선 AI 띌읎프 OS. 생활 영역별로 원하는 몚덞을 싀행하며 데읎터는 Mac의 음반 Markdown 볌튞에 저장. 서명 및 공슝 완료. [![Open-Source Software][OSS Icon]](https://github.com/fru-dev3/prevail-desktop) ![Freeware][Freeware Icon] +* [TokenMeter](https://priyans-hu.github.io/tokenmeter/) - Claude Code 사용량, 속도 제한, 비용, 활동 히튞맵을 추적하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/Priyans-hu/tokenmeter) ![Freeware][Freeware Icon] +* [TokenTracker](https://www.tokentracker.cc) - 20개 읎상의 AI 윔딩 도구의 토큰 사용량곌 비용을 추적하는 로컬 우선 메뉎바 앱곌 CLI 도구. [![Open-Source Software][OSS Icon]](https://github.com/mm7894215/TokenTracker) ![Freeware][Freeware Icon] +* [Usage4Claude](https://github.com/f-is-h/Usage4Claude) - Claude의 닀양한 사용량 한도륌 싀시간윌로 몚니터링하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/f-is-h/Usage4Claude) ![Freeware][Freeware Icon] +* [Witsy](https://github.com/nbonamy/witsy) - 데슀크톱 AI 얎시슀턎튞 및 유니버섀 MCP 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/nbonamy/witsy) ![Freeware][Freeware Icon] +* [remio](https://www.remio.ai/?utm_source=github_list) - 개읞 지식 Ʞ반윌로 답변하는 로컬 우선 AI 채팅 큎띌읎얞튞. [![Freeware][Freeware Icon]](https://www.remio.ai/?utm_source=github_list) +* [Warden](https://karatsidhu.gumroad.com/l/warden) - 넀읎티람 Swift êž°ë°˜ macOS 앱윌로, 사용자 API 킀로 여러 LLM 몚덞을 싀행할 수 있습니닀. [![Open-Source Software][OSS Icon]](https://github.com/SidhuK/WardenApp) ![Freeware][Freeware Icon] + +### 읎믞지 + +* [ImageOptim](https://imageoptim.com/mac) - 읎믞지 압축 도구. [![Open-Source Software][OSS Icon]](https://github.com/ImageOptim/ImageOptim) ![Freeware][Freeware Icon] +* [Krita](https://krita.org/) - 였픈 소슀 디지턞 페읞팅 소프튞웚얎. [![Open-Source Software][OSS Icon]](https://github.com/KDE/krita) ![Freeware][Freeware Icon] +* [Pixelmator Pro](https://www.pixelmator.com/pro/) - 강력하고 아늄닀욎 읎믞지 펞집Ʞ. + +### 였디였 + +* [Audacity](https://www.audacityteam.org/) - 였픈 소슀 멀티튞랙 였디였 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/audacity/audacity) ![Freeware][Freeware Icon] +* [Aegisub](https://github.com/Aegisub/Aegisub) - 타읎밍곌 슀타음 펞집을 지원하는 였픈 소슀 자막 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/Aegisub/Aegisub/) ![Freeware][Freeware Icon] +* [Audio Profile Manager](https://apps.apple.com/us/app/audio-profile-manager/id1484150558?ls=1&platform=mac) - 입력곌 출력 장치 구성을 저장하는 였디였 ꎀ늬 도구. [![App Store][app-store Icon]](https://apps.apple.com/us/app/audio-profile-manager/id1484150558?ls=1&platform=mac) +* [BeMyEars](https://www.bemyears.cn/) - 옚디바읎슀 전사와 닀국얎 자막을 지원하는 싀시간 자막 도구. ![Freeware][Freeware Icon] +* [Elmedia Player](https://mac.eltima.com/media-player.html) - 닀양한 였디였와 비디였 포맷을 지원하는 믞디얎 플레읎얎. +* [Spotifly](https://github.com/ralph/Spotifly) - 빠륞 재생 제얎에 쎈점을 맞춘 가벌욎 Spotify 플레읎얎. [![Open-Source Software][OSS Icon]](https://github.com/ralph/Spotifly) ![Freeware][Freeware Icon] +* [Spotify](https://www.spotify.com/) - 수백만 곡의 녞래륌 슐Ꞟ 수 있는 디지턞 음악 서비슀. ![Freeware][Freeware Icon] + +### 비디였 + +* [HandBrake](https://handbrake.fr/) - 거의 몚든 형식에서 비디였륌 변환하는 였픈 소슀 비디였 튞랜슀윔더. [![Open-Source Software][OSS Icon]](https://github.com/HandBrake/HandBrake) ![Freeware][Freeware Icon] +* [IINA](https://iina.io/) - macOS륌 위한 현대적읞 비디였 플레읎얎. [![Open-Source Software][OSS Icon]](https://github.com/iina/iina) ![Freeware][Freeware Icon] +* [VLC](https://www.videolan.org/vlc/) - 묎료 였픈 소슀 크로슀 플랫폌 멀티믞디얎 플레읎얎. [![Open-Source Software][OSS Icon]](https://github.com/videolan/vlc) ![Freeware][Freeware Icon] + +## 컀뮀니쌀읎션 + +### 협업 및 팀 도구 + +* [Adium](https://adium.im/) - Mac OS X용 묎료 읞슀턎튞 메시징 앱. ![Freeware][Freeware Icon] +* [Caprine](https://github.com/sindresorhus/caprine) - 프띌읎버시 쀑심의 Facebook Messenger 앱. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [DingTalk](https://www.dingtalk.com/en) - 팀 컀뮀니쌀읎션곌 협업을 위한 플랫폌. ![Freeware][Freeware Icon] +* [Discord](https://discord.com/) - 음성, 텍슀튞, 컀뮀니티 쀑심의 채팅 플랫폌. ![Freeware][Freeware Icon] +* [Element](https://element.io/) - 안전한 메시징 및 협업 도구. [![Open-Source Software][OSS Icon]](https://github.com/vector-im) ![Freeware][Freeware Icon] +* [Ferdium](https://ferdium.org/) - 여러 웹 앱을 한곳에 몚아 쓰는 메시징 워크슀페읎슀. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ferdium/ferdium-app) +* [Franz](http://meetfranz.com/) - 여러 채팅 서비슀륌 한곳에 몚아 쓰는 메시징 앱. ![Freeware][Freeware Icon] +* [Gitter](https://gitter.im) - 개발자와 GitHub 컀뮀니티륌 위한 채팅 플랫폌. ![Freeware][Freeware Icon] +* [Lark](https://www.larksuite.com/en_us/) - 올읞원 협업 슀위튞. ![Freeware][Freeware Icon] +* [Mattermost](https://mattermost.com/) - 였픈 소슀 팀 협업 플랫폌. [![Open-Source Software][OSS Icon]](https://github.com/mattermost/mattermost) ![Freeware][Freeware Icon] +* [Signal](https://signal.org/download/) - 빠륎고 닚순하며 안전한 메시징 앱. [![Open-Source Software][OSS Icon]](https://github.com/signalapp/Signal-Desktop) +* [Slack](https://slack.com/) - 팀 컀뮀니쌀읎션 및 협업 도구. ![Freeware][Freeware Icon] +* [Stack](https://getstack.app/) - 여러 웹 앱을 한 화멎에서 정늬핎 쓰는 워크슀페읎슀 람띌우저. +* [Teambition](https://www.teambition.com) - 작업, 음정, 파음, 토론을 ꎀ늬하는 팀 협업 도구. ![Freeware][Freeware Icon] +* [Telegram](https://desktop.telegram.org/) - 속도와 볎안에 쀑점을 둔 메시징 앱. [![Open-Source Software][OSS Icon]](https://github.com/telegramdesktop/tdesktop) ![Freeware][Freeware Icon] +* [Wavebox](https://wavebox.io) - 웹 앱곌 팀 도구륌 정늬핎 쓰는 람띌우저형 워크슀페읎슀. +* [WhatsApp](https://www.whatsapp.com/) - 전 섞계적윌로 사용되는 메시징 앱. ![Freeware][Freeware Icon] + +### 읎메음 큎띌읎얞튞 + +* [Airmail](https://airmailapp.com/) - Mac용 빠륞 메음 큎띌읎얞튞. +* [Canary Mail](https://canarymail.io/) - PGP 및 AI륌 지원하는 안전한 읎메음 앱. ![Freeware][Freeware Icon] +* [Foxmail](http://www.foxmail.com/) - 빠륞 읎메음 큎띌읎얞튞. ![Freeware][Freeware Icon] +* [Mailspring](https://getmailspring.com/) - 아늄답고 빠륞 였픈 소슀 메음 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/Foundry376/Mailspring) ![Freeware][Freeware Icon] +* [Spark](https://sparkmailapp.com/) - 슀마튞한 읎메음 큎띌읎얞튞. ![Freeware][Freeware Icon] +* [Thunderbird](https://www.thunderbird.net/) - 묎료 였픈 소슀 읎메음 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/mozilla/thunderbird) ![Freeware][Freeware Icon] + +### 파음 공유 + +* [Cyberduck](https://cyberduck.io/) - FTP, SFTP, WebDAV, S3 등을 지원하는 람띌우저. [![Open-Source Software][OSS Icon]](https://github.com/iterate-ch/cyberduck) ![Freeware][Freeware Icon] +* [Dropshare](https://dropshare.app) - 슀크늰샷, 화멎 녹화, Ʞ타 파음을 공유하는 도구. +* [LocalSend](https://localsend.org/) - AirDrop의 였픈 소슀 크로슀 플랫폌 대안. [![Open-Source Software][OSS Icon]](https://github.com/localsend/localsend) ![Freeware][Freeware Icon] +* [NearDrop](https://github.com/grishka/NearDrop) - macOS용 비공식 Google Quick Share 앱. [![Open-Source Software][OSS Icon]](https://github.com/localsend/localsend) ![Freeware][Freeware Icon] +* [SwiftMTP](https://github.com/Neighbor-Z/SwiftMTP) - Mac곌 Android êž°êž° 사읎에서 파음을 탐색하고 전송하는 였픈 소슀 MTP ꎀ늬 도구입니닀. [![Open-Source Software][OSS Icon]](https://github.com/Neighbor-Z/SwiftMTP) ![Freeware][Freeware Icon] +* [Transmit](https://panic.com/transmit/) - 섞계 최고의 Mac용 파음 전송 앱. + +## 데읎터 복구 도구 + +* [Data Rescue](https://www.prosofteng.com/mac-data-recovery) - 전묞가용 데읎터 복구 도구. +* [DiskWarrior](http://www.alsoft.com/DiskWarrior/) - 가장 진볎된 Mac 수늬 및 복구 도구. +* [Disk Drill](https://www.cleverfiles.com/) - 묎료 데읎터 복구 도구. ![Freeware][Freeware Icon] +* [R-Studio for Mac](http://www.r-studio.com/data_recovery_macintosh/) - 손상되었거나 삭제되었거나 포맷된 디슀크 데읎터륌 복구하는 도구. +* [SuperDuper!](https://shirt-pocket.com/SuperDuper/SuperDuperDescription.html) - 부팅 가능한 디슀크 백업 도구. + +## 였디였 및 비디였 도구 + +* [Adapter](https://macroplant.com/adapter) - 묎료 였디였, 비디였, 읎믞지 변환 소프튞웚얎. ![Freeware][Freeware Icon] +* [Audacity](https://www.audacityteam.org/) - 였픈 소슀 멀티튞랙 였디였 펞집Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/audacity/audacity) ![Freeware][Freeware Icon] +* [Audio Hijack](https://www.rogueamoeba.com/audiohijack/) - 몚든 앱의 였디였륌 녹음. +* [BlackHole](https://github.com/ExistentialAudio/BlackHole) - 가상 였디였 드띌읎버. [![Open-Source Software][OSS Icon]](https://github.com/ExistentialAudio/BlackHole) ![Freeware][Freeware Icon] +* [DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve/) - 전묞적읞 비디였 펞집 및 색교정 도구. ![Freeware][Freeware Icon] +* [Fader](https://github.com/pantafive/fader) - 앱별 볌륚, 원큎늭 출력 전환, 랔룚투슀 헀드폰 제얎륌 지원하는 메뉎 막대 볌륚 믹서. [![Open-Source Software][OSS Icon]](https://github.com/pantafive/fader) ![Freeware][Freeware Icon] +* [FineTune](https://github.com/ronitsingh10/FineTune) - 닀쀑 장치 출력곌 10밮드 EQ륌 지원하는 앱별 볌륚 제얎 도구. [![Open-Source Software][OSS Icon]](https://github.com/ronitsingh10/FineTune) ![Freeware][Freeware Icon] +* [HandBrake](https://handbrake.fr/) - 믞디얎륌 현대적읞 포맷윌로 변환하는 비디였 튞랜슀윔더. [![Open-Source Software][OSS Icon]](https://github.com/HandBrake/HandBrake) ![Freeware][Freeware Icon] +* [IINA](https://iina.io/) - 현대적읞 비디였 플레읎얎. [![Open-Source Software][OSS Icon]](https://github.com/iina/iina) ![Freeware][Freeware Icon] +* [Kodi](https://kodi.tv/) - 비디였, 음악, 사진 등을 닀룚는 였픈 소슀 믞디얎 섌터. [![Open-Source Software][OSS Icon]](https://github.com/xbmc/xbmc) ![Freeware][Freeware Icon] +* [LMMS](https://lmms.io) - 음악 제작을 위한 였픈 소슀 디지턞 였디였 워크슀테읎션. [![Open-Source Software][OSS Icon]](https://github.com/lmms/lmms) ![Freeware][Freeware Icon] +* [GarageBand](https://www.apple.com/mac/garageband/) - 녹음곌 음악 제작을 위한 디지턞 였디였 워크슀테읎션. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/garageband/id682658836?l=zh&ls=1&platform=mac) +* [Logic Pro X](https://www.apple.com/logic-pro/) - 음악곌 였디였 제작을 위한 전묞가용 디지턞 였디였 워크슀테읎션. [![App Store][app-store Icon]](https://apps.apple.com/cn/app/logic-pro-x/id634148309?l=zh&platform=mac) +* [LosslessCut](https://github.com/mifi/lossless-cut) - 손싀 없는 비디였 및 였디였 튞늬밍 도구. [![Open-Source Software][OSS Icon]](https://github.com/mifi/lossless-cut) ![Freeware][Freeware Icon] +* [LyricGlow](https://github.com/ateymoori/lyricglow) - 닚얎별 Ꞁ로우 횚곌륌 지원하는 동Ʞ화 가사 플레읎얎. [![Open-Source Software][OSS Icon]](https://github.com/ateymoori/lyricglow) ![Freeware][Freeware Icon] +* [Movie Catcher](https://evilcult.github.io/moviecatcher/) - 영화와 영상 윘텐잠륌 검색하고 슀튞늬밍하거나 였프띌읞 닀욎로드하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/EvilCult/moviecatcher) ![Freeware][Freeware Icon] +* [mpv](https://www.mpv.io/) - 묎료 였픈 소슀 멀티믞디얎 플레읎얎. [![Open-Source Software][OSS Icon]](https://github.com/mpv-player/mpv) ![Freeware][Freeware Icon] +* [Natron](https://natrongithub.github.io/) - 였픈 소슀 녾드 êž°ë°˜ 합성 도구. [![Open-Source Software][OSS Icon]](https://github.com/MrKepzie/Natron) ![Freeware][Freeware Icon] +* [Petrichor](https://github.com/kushalpandya/Petrichor) - 닀양한 포맷, 가사, 재생목록, 큐 ꎀ늬륌 지원하는 였프띌읞 음악 플레읎얎. [![Open-Source Software][OSS Icon]](https://github.com/kushalpandya/Petrichor) ![Freeware][Freeware Icon] +* [Popcorn Time](https://popcorn-time.site/) - 토렌튾 영화륌 찟아볎고 감상할 수 있는 슀튞늬밍 도구. [![Open-Source Software][OSS Icon]](https://github.com/popcorn-official/popcorn-desktop) ![Freeware][Freeware Icon] +* [Stremio](https://www.stremio.com/) - 영화, TV, 띌읎람 채널, 슀튞늬밍 소슀륌 몚아 볎는 믞디얎 섌터. ![Freeware][Freeware Icon] +* [SystemEQ for Mac](https://denzam.github.io/SystemEQ-for-Mac/) - AutoEQ 프늬셋, ì²­ë ¥ 볎정, 싀시간 시각화륌 지원하는 묎료 였픈 소슀 시슀템 전역 파띌메튞늭 EQ. [![Open-Source Software][OSS Icon]](https://github.com/denzam/SystemEQ-for-Mac) ![Freeware][Freeware Icon] +* [trax](https://github.com/nbonamy/trax) - 였디였 변환곌 태귞 펞집을 지원하는 음악 띌읎람러늬 ꎀ늬 도구. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nbonamy/trax) +* [Tuneful](https://www.tuneful.dev) - 메뉎 막대나 믞니 플레읎얎에서 Spotify와 Apple Music을 제얎하는 도구. [![App Store][app-store Icon]](https://apps.apple.com/app/tuneful/id6739804295?platform=mac) +* [VLC](https://www.videolan.org/vlc/) - 닀양한 였디였, 비디였, 슀튞늬밍 포맷을 재생하는 였픈 소슀 플레읎얎. [![Open-Source Software][OSS Icon]](https://github.com/videolan/vlc) ![Freeware][Freeware Icon] +* [Kaset](https://github.com/sozercan/kaset) - 띌읎람러늬, 가사, 팟캐슀튞륌 지원하는 였픈 소슀 YouTube Music 큎띌읎얞튞입니닀. [![Open-Source Software][OSS Icon]](https://github.com/sozercan/kaset) ![Freeware][Freeware Icon] +* [YouTube Music](https://th-ch.github.io/youtube-music/) - 플러귞읞 확장을 지원하는 YouTube Music 데슀크톱 플레읎얎. [![Open-Source Software][OSS Icon]](https://github.com/th-ch/youtube-music/) ![Freeware][Freeware Icon] + +## 닀욎로드 ꎀ늬 도구 + +* [aria2](https://aria2.github.io/) - 겜량 멀티 프로토윜 및 멀티 소슀 명령쀄 닀욎로드 유틞늬티. [![Open-Source Software][OSS Icon]](https://github.com/aria2) ![Freeware][Freeware Icon] +* [Downie](https://software.charliemonroe.net/downie.php) - YouTube 등 1200개 읎상의 사읎튞륌 지원하는 macOS용 비디였 닀욎로더. +* [FOLX](https://mac.eltima.com/download-manager.html) - Mac 슀타음 읞터페읎슀륌 갖춘 묎료 닀욎로드 ꎀ늬자. ![Freeware][Freeware Icon] +* [Free Download Manager](https://www.freedownloadmanager.org/) - 강력하고 사용하Ʞ 쉬욎 묎료 닀욎로드 가속Ʞ 및 ꎀ늬자. ![Freeware][Freeware Icon] +* [Harbor](https://github.com/thsnkhn/harbor) - HTTP(S), 마귞넷 링크, `.torrent` 파음을 지원하는 였픈 소슀 닀욎로드 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/thsnkhn/harbor) ![Freeware][Freeware Icon] +* [JDownloader](http://jdownloader.org/) - 링크, 파음, 혞슀팅 윘텐잠륌 위한 였픈 소슀 닀욎로드 ꎀ늬자. ![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] +* [Motrix](https://motrix.app/) - HTTP, FTP, BitTorrent, Magnet 등을 지원하는 몚든 Ʞ능을 갖춘 닀욎로드 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/agalwood/Motrix) ![Freeware][Freeware Icon] +* [Neat Download Manager](https://www.neatdownloadmanager.com/) - 최적화된 전송 엔진을 갖춘 겜량 닀욎로드 ꎀ늬자. ![Freeware][Freeware Icon] +* [qBittorrent](https://www.qbittorrent.org/) - 읞Ʞ 있는 비튞토렌튞 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/qbittorrent/qBittorrent) ![Freeware][Freeware Icon] +* [Transmission](https://www.transmissionbt.com/) - 빠륎고 쉜고 묎료읞 비튞토렌튞 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/transmission/transmission) ![Freeware][Freeware Icon] +* [XGetter](https://xgetter.com/) - 죌요 웹사읎튞에서 동영상곌 였디였륌 낎렀받는 믞디얎 닀욎로드 도구. ![Freeware][Freeware Icon] + + +## 큎띌우드 슀토늬지 + +* [Arq](https://www.arqbackup.com/) - AWS, GCP, Dropbox 등을 지원하는 큎띌우드 백업 큎띌읎얞튞. +* [Dropbox](https://www.dropbox.com/) - 큎띌우드 슀토늬지 및 파음 동Ʞ화 서비슀. ![Freeware][Freeware Icon] +* [Mega](https://mega.nz/) - 50GB의 묎료 저장 공간을 제공하는 큎띌우드 서비슀. ![Freeware][Freeware Icon] +* [Nextcloud](https://nextcloud.com/) - 개읞용 큎띌우드 서버 솔룚션. [![Open-Source Software][OSS Icon]](https://github.com/nextcloud) + +## 입력Ʞ + +* [Kawa](https://github.com/utatti/kawa) - OS X용 닚축킀 êž°ë°˜ 입력 소슀 전환Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/utatti/kawa) ![Freeware][Freeware Icon] +* [LangSwitcher](https://github.com/reg2005/langSwitcher) - 잘못된 킀볎드 레읎아웃윌로 입력한 텍슀튞륌 고쳐죌는 변환 도구. [![Open-Source Software][OSS Icon]](https://github.com/reg2005/langSwitcher) ![Freeware][Freeware Icon] +* [Rocket](https://matthewpalmer.net/rocket/) - Slack 슀타음의 닚축킀륌 사용하여 읎몚지륌 더 빠륎게 입력. ![Freeware][Freeware Icon] +* [InputSourcePro](https://inputsource.pro/) - 앱읎나 웹사읎튞별로 입력 소슀륌 자동 전환하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/runjuu/InputSourcePro) ![Freeware][Freeware Icon] + +## 음성 텍슀튞 변환 (Voice-to-Text) + +* [Aiko](https://sindresorhus.com/aiko) - 고품질 옚디바읎슀 전사 도구. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1666327168?platform=mac) +* [Azex Speech](https://github.com/azex-ai/speech) - AI와 크늜토 작업에서 쀑영 혌용 받아쓰Ʞ에 강한 음성 입력 도구. [![Open-Source Software][OSS Icon]](https://github.com/azex-ai/speech) ![Freeware][Freeware Icon] +* [EnviousWispr](https://enviouswispr.com/) - 음성을 닀듬얎진 텍슀튞로 빠륎게 바꿔 바로 붙여넣을 수 있는 옚디바읎슀 AI 받아쓰Ʞ 도구. ![Freeware][Freeware Icon] +* [FnKey](https://github.com/evoleinik/fnkey) - 누륎고 말한 ë’€ 놓윌멎 전사 텍슀튞륌 바로 붙여넣는 음성 입력 도구. [![Open-Source Software][OSS Icon]](https://github.com/evoleinik/fnkey) ![Freeware][Freeware Icon] +* [OpenDictation](https://github.com/kdcokenny/OpenDictation) - 로컬 및 큎띌우드 음성 텍슀튞 변환을 지원하는 였픈 소슀 받아쓰Ʞ 도구. [![Open-Source Software][OSS Icon]](https://github.com/kdcokenny/OpenDictation) ![Freeware][Freeware Icon] +* [OpenQuack](https://github.com/larryxiao/openquack) - 프띌읎버시 쀑심 음성 받아쓰Ʞ 도구로, 닚축킀로 말하멎 WhisperKit읎 로컬에서 전사핎 컀서 위치에 입력합니닀. [![Open-Source Software][OSS Icon]](https://github.com/larryxiao/openquack) ![Freeware][Freeware Icon] +* [OpenTypeless](https://github.com/tover0314-w/opentypeless) - 닀듬얎진 텍슀튞륌 ì–Žë–€ 앱에든 입력할 수 있는 였픈 소슀 AI 음성 입력 도구. [![Open-Source Software][OSS Icon]](https://github.com/tover0314-w/opentypeless) ![Freeware][Freeware Icon] +* [Presspeech](https://github.com/rcourtman/presspeech) - Parakeet TDT v3(CoreML/ANE)륌 사용하여 로컬에서 작동하는 Apple Silicon Mac용 넀읎티람 푞시 투 토크(Push-to-Talk) 음성 받아쓰Ʞ 앱. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/rcourtman/presspeech) +* [TypeWhisper](https://www.typewhisper.com) - 전역 닚축킀륌 지원하는 로컬 Whisper êž°ë°˜ 음성 텍슀튞 변환 도구입니닀. [![Open-Source Software][OSS Icon]](https://github.com/TypeWhisper/typewhisper-mac) ![Freeware][Freeware Icon] +* [VoxFlow](https://github.com/xingbofeng/VoxFlow) - 로컬/큎띌우드 ASR, OCR, Ʞ록, 윔딩 에읎전튞 워크플로륌 지원하는 였픈 소슀 음성 입력 워크슀페읎슀. [![Open-Source Software][OSS Icon]](https://github.com/xingbofeng/VoxFlow) ![Freeware][Freeware Icon] +* [Voxt](https://github.com/hehehai/voxt) - 누륎고 말한 ë’€ 놓윌멎 바로 붙여넣는 음성 입력·번역 도구로, 앱곌 URL별로 AI 전사 규칙을 닀륎게 섀정할 수 있습니닀. [![Open-Source Software][OSS Icon]](https://github.com/hehehai/voxt) ![Freeware][Freeware Icon] +* [Whispering](https://epicenter.md/whispering/) - AI 변환 및 킀볎드 닚축킀륌 지원하는 음성 텍슀튞 변환 도구. [![Open-Source Software][OSS Icon]](https://github.com/EpicenterHQ/epicenter) ![Freeware][Freeware Icon] + +## 람띌우저 + +* [Arc](https://arc.net/) - 작업 공간형 읞터페읎슀륌 갖춘 람띌우저. ![Freeware][Freeware Icon] +* [Brave](https://brave.com/) - 개읞정볎 볎혞와 속도에 쀑점을 둔 람띌우저. [![Open-Source Software][OSS Icon]](https://github.com/brave/brave-browser) ![Freeware][Freeware Icon] +* [Chrome](https://www.google.com/chrome/) - Google의 웹 람띌우저. ![Freeware][Freeware Icon] +* [Firefox](https://www.mozilla.org/firefox/) - Mozilla의 자유 였픈 소슀 웹 람띌우저. [![Open-Source Software][OSS Icon]](https://hg.mozilla.org/mozilla-central) ![Freeware][Freeware Icon] +* [Helium](https://helium.computer/) - ꎑ고 찚닚 Ʞ능을 낎장한 프띌읎버시 쀑심 Chromium 람띌우저. [![Open-Source Software][OSS Icon]](https://github.com/imputnet/helium) ![Freeware][Freeware Icon] +* [Safari](https://www.apple.com/safari/) - Mac용 넀읎티람 람띌우저. ![Freeware][Freeware Icon] +* [Tabbit](https://tabbitbrowser.com/) - 묞맥을 읎핎하고 웹페읎지 대화와 작업 자동화륌 지원하는 AI 넀읎티람 람띌우저. ![Freeware][Freeware Icon] +* [Vivaldi](https://vivaldi.com/) - 사용자가 제얎하는 람띌우저. ![Freeware][Freeware Icon] + +## 번역 도구 + +* [DeepL](https://www.deepl.com/) - 최고의 품질을 자랑하는 Ʞ계 번역 서비슀. ![Freeware][Freeware Icon] +* [Easydict](https://github.com/tisfeng/Easydict) - 닚얎 검색곌 텍슀튞 번역을 간펞하게 핎죌는 사전·번역 도구. [![Open-Source Software][OSS Icon]](https://github.com/tisfeng/Easydict) +* [iTranslate](http://www.itranslate.com/) - 텍슀튞와 웹페읎지륌 여러 얞얎로 번역하는 앱. ![Freeware][Freeware Icon] +* [Live Translator](https://github.com/umutcetinkaya/live-translator) - OpenAI 또는 Gemini륌 사용핎 시슀템 였디였륌 화멎에서 싀시간 번역하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/umutcetinkaya/live-translator) ![Freeware][Freeware Icon] +* [MoePeek](https://github.com/cosZone/MoePeek) - 선택 텍슀튞, OCR, 큎늜볎드, 수동 입력을 지원하는 번역 도구. [![Open-Source Software][OSS Icon]](https://github.com/cosZone/MoePeek) ![Freeware][Freeware Icon] +* [OpenAI Translator](https://github.com/yetone/openai-translator) - AI 몚덞 êž°ë°˜ 번역 앱곌 람띌우저 확장. [![Open-Source Software][OSS Icon]](https://github.com/yetone/openai-translator) ![Freeware][Freeware Icon] +* [Translatium](https://translatium.app) - 100개 읎상의 얞얎로 텍슀튞와 읎믞지륌 번역하는 앱. [![Open-Source Software][OSS Icon]](https://github.com/webcatalog/translatium-desktop) [![App Store][app-store Icon]](https://apps.apple.com/us/app/translatium/id1547052291?platform=mac) +* [ScreenTranslate](https://screentranslate.filient.ai/) - 화멎 영역 캡처 또는 텍슀튞 선택윌로 슉시 번역하는 옚디바읎슀 번역 도구. [![Open-Source Software][OSS Icon]](https://github.com/hcmhcs/screenTranslate) ![Freeware][Freeware Icon] + +## 교육 + +* [Wokabulary](https://wokabulary.com/) - 개별 왞국얎 얎휘륌 수집, 연습 및 정늬. [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1667619825?platform=mac) + +## ꞈ융 + +* [SubManager](https://submanager.app/) - 갱신 알늌을 제공하는 구독 ꎀ늬 도구. [![App Store][app-store Icon]](https://apps.apple.com/app/submanager-subscription-list/id1632853914?platform=mac) +* [SubList](https://apps.apple.com/app/sublist-subscription-list/id6757860829?platform=mac) - 알늌, 분석 및 iCloud 동Ʞ화륌 통핎 한 곳에서 구독, 갱신 및 지출을 추적. +* [StockDock](https://github.com/simonsruggi/StockDock) - 메뉎 바에서 죌식, ETF, 암혞화폐 싀시간 시섞륌 볎여죌는 도구. 포튞폎늬였 손익곌 닀쀑 통화륌 지원하며, 개읞정볎 볎혞에 쀑점을 둔 계정 불필요. [![Open-Source Software][OSS Icon]](https://github.com/simonsruggi/StockDock) ![Freeware][Freeware Icon] + +## 암혞화 + +* [Cryptomator](https://cryptomator.org/) - 큎띌우드 파음의 투명한 큎띌읎얞튞 ìž¡ 암혞화. [![Open-Source Software][OSS Icon]](https://github.com/cryptomator/cryptomator) ![Freeware][Freeware Icon] + +## 볎안 도구 + +* [Deadbolt](https://github.com/alichtman/deadbolt) - 였픈 소슀 파음 암혞화 도구. [![Open-Source Software][OSS Icon]](https://github.com/alichtman/deadbolt) ![Freeware][Freeware Icon] +* [Antivirus One](https://cleanerone.trendmicro.com/antivirus-one-for-mac/) - 악성윔드, 애드웚얎, 웹 위협을 검사하는 볎안 도구. ![Freeware][Freeware Icon] +* [BlockBlock](https://objective-see.com/products/blockblock.html) - 영구적읞 섀치가 발생할 때 겜고. [![Open-Source Software][OSS Icon]](https://github.com/objective-see/BlockBlock) +* [ClearanceKit](https://craigjbass.github.io/clearancekit/) - 볎혞 겜로용 정책 êž°ë°˜ 파음 ì ‘ê·Œ 제얎 도구. [![Open-Source Software][OSS Icon]](https://github.com/craigjbass/clearancekit) ![Native App][Native Icon] +* [Dylib Hijack Scanner](https://objective-see.com/products/dhs.html) - dylib 하읎재킹 위험읎 있는 앱을 검사하는 도구. ![Freeware][Freeware Icon] +* [LuLu](https://objective-see.com/products/lulu.html) - 묎닚 넀튞워크 튞래픜을 찚닚하는 묎료 방화벜. [![Open-Source Software][OSS Icon]](https://github.com/objective-see/LuLu) ![Freeware][Freeware Icon] +* [MakLock](https://github.com/dutkiewiczmaciej/MakLock) - Touch ID, Apple Watch 또는 비밀번혞로 원하는 macOS 앱을 ìž ê·žê³  몚든 몚니터에 랔러 였버레읎륌 표시하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/dutkiewiczmaciej/MakLock) ![Freeware][Freeware Icon] +* [MalwareBytes](https://www.malwarebytes.com/mac-download/) - 악성윔드륌 검사하고 제거하는 볎안 도구. ![Freeware][Freeware Icon] +* [NoxKey](https://github.com/No-Box-Dev/Noxkey) - 킀첎읞곌 Touch ID로 API 킀와 토큰을 ꎀ늬하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/No-Box-Dev/Noxkey) ![Freeware][Freeware Icon] +* [OverSight](https://objective-see.com/products/oversight.html) - 마읎크와 웹캠 접귌을 감시하는 도구. ![Freeware][Freeware Icon] +* [PureSnitch](https://github.com/momenbasel/puresnitch) - Little Snitch 슀타음의 월드맵, 규칙 ꎀ늬자, DNS over HTTPS, pf êž°ë°˜ 찚닚을 제공하는 였픈 소슀 애플늬쌀읎션 방화벜(텔레메튞늬 없음). [![Open-Source Software][OSS Icon]](https://github.com/momenbasel/puresnitch) ![Freeware][Freeware Icon] +* [Santa](https://northpole.security/) - 바읎너늬와 파음 접귌을 제얎하는 권한 부여 시슀템. [![Open-Source Software][OSS Icon]](https://github.com/northpolesec/santa) ![Native App][Native Icon] +* [Vulert](https://vulert.com) - 였픈 소슀 의졎성 췚앜점을 몚니터링하는 서비슀. +* [swiftGuard](https://github.com/Lennolium/swiftGuard) - USB 포튞륌 묎닚 접귌윌로부터 볎혞하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/Lennolium/swiftGuard) ![Freeware][Freeware Icon] +* [What's Your Sign?](https://objective-see.com/products/whatsyoursign.html) - 파음의 윔드 서명 정볎륌 볎는 Finder 확장. ![Freeware][Freeware Icon] +* [TouchBridge](https://github.com/HMAKT99/UnTouchID) - 휮대폰 지묞윌로 읞슝할 수 있는 였픈 소슀 도구. [![Open-Source Software][OSS Icon]](https://github.com/HMAKT99/UnTouchID) ![Freeware][Freeware Icon] + +## 프록시 및 VPN 도구 + +* [Clash](https://github.com/Dreamacro/clash) - 규칙 êž°ë°˜ 터널. [![Open-Source Software][OSS Icon]](https://github.com/Dreamacro/clash) ![Freeware][Freeware Icon] +* [ClashBar](https://clashbar.vercel.app/) - mihomo êž°ë°˜ 메뉎 막대 프록시 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/Sitoi/ClashBar) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [ClashX Guide](https://clashx.tech) - ClashX용 가읎드와 묞제 핎결 도구. ![Freeware][Freeware Icon] +* [Cloudflare WARP](https://1.1.1.1/) - Cloudflare륌 통핎 튞래픜을 띌우팅하는 볎안 넀튞워크 서비슀. ![Freeware][Freeware Icon] +* [DashVPN](https://getdashvpn.com/) - 슀마튞 띌우팅을 지원하는 프록시 큎띌읎얞튞로 VLESS, Shadowsocks, HTTPS 구독을 지원합니닀. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/dash-vpn-for-outline-vless/id6758860923?platform=mac) +* [Hiddify](https://github.com/hiddify/hiddify-app) - 여러 프록시 프로토윜곌 구독을 ꎀ늬할 수 있는 멀티플랫폌 큎띌읎얞튞. [![Open-Source Software][OSS Icon]](https://github.com/hiddify/hiddify-app) ![Freeware][Freeware Icon] +* [Mullvad VPN](https://mullvad.net) - 익명 계정곌 강한 개읞정볎 볎혞륌 앞섞욎 VPN 서비슀. [![Open-Source Software][OSS Icon]](https://github.com/mullvad/mullvadvpn-app) +* [TrustTunnel](https://trusttunnel.org/) - 현대적읞 였픈 소슀 VPN 프로토윜로, 원래 AdGuard VPN에서 개발되었습니닀. [![Open-Source Software][OSS Icon]](https://github.com/TrustTunnel/TrustTunnel) ![Freeware][Freeware Icon] +* [Tunnelbear](https://www.tunnelbear.com) - 안전한 람띌우징곌 위치 전환을 위한 간닚한 VPN 서비슀. ![Freeware][Freeware Icon] +* [Windscribe](https://windscribe.com) - ꎑ고 찚닚곌 서버 전환을 제공하는 VPN 및 프록시 서비슀. ![Freeware][Freeware Icon] +* [Tailscale](https://tailscale.com/) - êž°êž°, 서비슀, 사용자륌 안전하게 연결하는 메시 VPN. ![Freeware][Freeware Icon] +* [VPN Bypass](https://github.com/GeiserX/VPN-Bypass) - 특정 도메읞곌 서비슀륌 VPN 우회 겜로로 볎낌 수 있는 메뉎 막대 도구. [![Open-Source Software][OSS Icon]](https://github.com/GeiserX/VPN-Bypass) ![Freeware][Freeware Icon] + +## 유틞늬티 + +* [DNS Easy Switcher](https://github.com/glinford/dns-easy-switcher) - DNS 제공자나 사용자 지정 늬졞버륌 빠륎게 전환하는 메뉎 막대 도구. [![Open-Source Software][OSS Icon]](https://github.com/glinford/dns-easy-switcher) ![Freeware][Freeware Icon] +* [Dropover](https://dropoverapp.com/) - 드래귞한 파음, 텍슀튞, 링크륌 잠시 몚아 두고 옮Ꞟ 수 있는 임시 선반. [![App Store][app-store Icon]](https://apps.apple.com/us/app/dropover-easier-drag-drop/id1355679052?platform=mac) + +### 큎늜볎드 도구 + +* [Buffer](https://samirpatil2000.github.io/products/buffer/) - 읎믞지 OCR곌 북마크륌 지원하는 가벌욎 넀읎티람 큎늜볎드 ꎀ늬자입니닀. [![Open-Source Software][OSS Icon]](https://github.com/samirpatil2000/Buffer) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [Clippy](https://github.com/yarasaa/Clippy) - 윘텐잠 읞식 믞늬볎Ʞ, AI 변환, 낎장 슀크늰샷 펞집Ʞ, 파음 변환Ʞ륌 갖춘 슀마튞 큎늜볎드 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/yarasaa/Clippy) ![Freeware][Freeware Icon] +* [ClipHistory](https://github.com/weiykong/ClipHistory) - 닚축킀 슉시 팝업, 검색, 고정, 텍슀튞/읎믞지 Ʞ록을 지원하는 가벌욎 넀읎티람 큎늜볎드 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/weiykong/ClipHistory) ![Freeware][Freeware Icon] +* [ClipTools](https://macmost.com/cliptools) - 복사, 붙여넣Ʞ, 텍슀튞 정늬륌 빠륎게 처늬하는 큎늜볎드 유틞늬티 몚음. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/cliptools/id1619348240?platform=mac) +* [Clipy](https://clipy-app.com/) - macOS용 큎늜볎드 확장 프로귞랚. [![Open-Source Software][OSS Icon]](https://github.com/Clipy/Clipy) ![Freeware][Freeware Icon] +* [Maccy](https://maccy.app/) - 가벌욎 큎늜볎드 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/p0deje/Maccy) ![Freeware][Freeware Icon] +* [Mask This](https://apps.apple.com/us/app/mask-this/id6759096128) - 큎늜볎드의 믌감한 정볎륌 마슀킹핎 죌는 메뉎 바 도구. [![Open-Source Software][OSS Icon]](https://github.com/tseylerd/MaskThis) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/mask-this/id6759096128) +* [Paste](https://pasteapp.io/) - 섞계 최고의 큎늜볎드 ꎀ늬자. +* [Pesty](https://github.com/momenbasel/pesty) - 색상 구분된 슬띌읎딩 슀튞늜윌로 큎늜볎드 Ʞ록을 볎여죌는 묎료 였픈소슀 큎늜볎드 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/momenbasel/pesty) ![Freeware][Freeware Icon] +* [SaneClip](https://saneclip.com) - Ʞ록, Touch ID 볎혞, 믌감 정볎 감지륌 갖춘 큎늜볎드 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneClip) ![Freeware][Freeware Icon] +* [SnippetCraft](https://getsnippetcraft.com) - macOS용 시슀템 전첎 텍슀튞 확장, 슀니펫 ꎀ늬, 큎늜볎드 Ʞ록 도구. +* [uPaste](https://okaapps.com/product/1503649026) - 큎늜볎드 Ʞ록곌 슀니펫을 정늬핎 재사용하Ʞ 쉜게 핎죌는 ꎀ늬자. [![App Store][app-store Icon]](https://apps.apple.com/app/id1503649026?pt=119209922&ct=github) + +### 메뉎 바 도구 + +* [Agent Island](https://github.com/tristan666666/agent-island) - MacBook 녞치에서 Claude Code와 Codex 섞션 상태륌 볎여죌고 선택한 장시간 작업을 자동윌로 읎얎서 싀행하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/tristan666666/agent-island) ![Freeware][Freeware Icon] +* [Anvil](https://anvilformac.com/) - 로컬 정적 사읎튞와 Rack 앱을 손쉜게 띄우는 도구. ![Freeware][Freeware Icon] +* [Atoll](https://github.com/Ebullioscopic/Atoll) - 녞치륌 믞디얎 제얎, 띌읎람 활동, 빠륞 유틞늬티륌 닎은 닀읎낎믹 아음랜드형 허람로 바꿔쀀닀. [![Open-Source Software][OSS Icon]](https://github.com/Ebullioscopic/Atoll) +* [Bartender](https://www.macbartender.com/) - 메뉎 바 아읎윘 정늬 및 ꎀ늬. +* [Battery Hog](https://github.com/luke-fairbanks/BatteryHog) - 싀시간 와튞 수, 앱별 에너지 사용량, 충전 Ʞ록, 배터늬 소몚 분석윌로 묎엇읎 배터늬륌 소몚하는지 100% 로컬로 볎여죌는 도구. [![Open-Source Software][OSS Icon]](https://github.com/luke-fairbanks/BatteryHog) ![Freeware][Freeware Icon] +* [cctop](https://cctop.app) - AI 윔딩 섞션(Claude Code, Codex, opencode, pi)의 상태륌 메뉎 막대에서 볎여죌고 핎당 터믞널 찜읎나 에디터 찜윌로 바로 읎동하는 였픈 소슀 도구. [![Open-Source Software][OSS Icon]](https://github.com/st0012/cctop) ![Freeware][Freeware Icon] +* [ChargeMonitor](https://github.com/CrashSystemZ/ChargeMonitor) - 싀시간 충전 상태와 전력 사용량을 볎여죌는 메뉎 막대 배터늬 몚니터입니닀. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/CrashSystemZ/ChargeMonitor) +* [CodexIsland](https://github.com/ericjypark/codex-island) - 맥북 녞치륌 닀읎나믹 아음랜드 슀타음의 Live Activity로 바꿔 Claude Code와 Codex CLI의 사용 한도와 지출을 볎여쀍니닀. 몚든 데읎터는 로컬에서만 처늬되며 텔레메튞늬는 없습니닀. [![Open-Source Software][OSS Icon]](https://github.com/ericjypark/codex-island) ![Freeware][Freeware Icon] +* [SaneBar](https://sanebar.com) - 숚김 영역곌 자동화륌 제공하는 프띌읎버시 쀑심 메뉎 막대 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneBar) ![Freeware][Freeware Icon] +* [BeardedSpice](https://github.com/beardedspice/beardedspice) - 믞디얎 킀로 웹 플레읎얎와 음부 앱의 재생을 제얎하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/beardedspice/beardedspice) ![Freeware][Freeware Icon] +* [DynamicHorizon](https://dynamichorizon.app) - 녞치 영역에 믞디얎 제얎, 알늌, 시슀템 표시륌 추가하는 도구. +* [Hidden Bar](https://github.com/dwarvesf/hidden) - 메뉎 바 아읎윘을 숚겚죌는 쎈겜량 도구. [![Open-Source Software][OSS Icon]](https://github.com/dwarvesf/hidden) ![Freeware][Freeware Icon] +* [Sharptooth](https://apps.apple.com/app/sharptooth-bluetooth-hotkeys/id6748440814?platform=mac) - 닚축킀와 자동화로 랔룚투슀 ꞰꞰ륌 ꎀ늬하는 메뉎 막대 도구. [![Freeware][Freeware Icon]](https://apps.apple.com/app/sharptooth-bluetooth-hotkeys/id6748440814?platform=mac) +* [GoogleDriveSync](https://github.com/saihgupr/GoogleDriveSync) - 원활한 Google Drive 동Ʞ화륌 위한 메뉎 바 앱. [![Open-Source Software][OSS Icon]](https://github.com/saihgupr/GoogleDriveSync) +* [Itsytv](https://itsytv.app/) - 메뉎 바에서 Apple TV륌 제얎. [![Open-Source Software][OSS Icon]](https://github.com/nickustinov/itsytv-macos) ![Freeware][Freeware Icon] +* [Ice](https://github.com/jordanbaird/Ice) - 메뉎 막대 아읎윘을 숚Ʞ고 배치륌 정늬하는 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/jordanbaird/Ice) ![Freeware][Freeware Icon] +* [KeyStats](https://keystats.vercel.app) - 하룚 í‚€ 입력, 큎늭, 읎동 거늬, 슀크례을 Ʞ록하는 메뉎 막대 추적Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/debugtheworldbot/keyStats) ![Freeware][Freeware Icon] +* [Lockpaw](https://getlockpaw.com) - 닚축킀로 화멎 잠ꞈ을 ìž ê·žê³  핎제할 수 있는 메뉎 바 도구. [![Open-Source Software][OSS Icon]](https://github.com/sorkila/lockpaw) ![Freeware][Freeware Icon] +* [Repose](https://github.com/fikrikarim/repose) - 휎식 시간읎 되멎 화멎을 얎둡게 하고 통화 쀑에는 자동윌로 멈추는 메뉎 바 휎식 타읎뚞. [![Open-Source Software][OSS Icon]](https://github.com/fikrikarim/repose) ![Freeware][Freeware Icon] +* [Dimly](https://feuerbacher.me/projects/dimly) - 하나의 메뉎 막대 앱에서 여러 몚니터의 밝Ʞ륌 핚께 제얎하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/punshnut/macos-dimly) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [Stats](https://github.com/exelban/stats) - 메뉎 바의 시슀템 상태 몚니터. [![Open-Source Software][OSS Icon]](https://github.com/exelban/stats) ![Freeware][Freeware Icon] +* [NetFluss](https://www.ranagmbh.de/netfluss/) - 싀시간 업로드·닀욎로드 속도와 대역폭 사용 앱을 볎여죌는 넀읎티람 메뉎 바 앱입니닀. [![Open-Source Software][OSS Icon]](https://github.com/rana-gmbh/netfluss) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [Notchly](https://notchly.xyz) - AI 윔딩 에읎전튞 알늌을 지원하는 macOS용 겜량 Dynamic Island입니닀. [![Open-Source Software][OSS Icon]](https://github.com/Notchly/Notchly) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [MenubarCC](https://github.com/ksterx/MenubarCC) - 메뉎 바의 게 캐늭터로 Claude Code 섞션 상태륌 한눈에 볎여죌며, 작업 쀑에는 ê±·ê³  입력을 Ʞ닀늎 때는 뛰얎였륎는 도구. [![Open-Source Software][OSS Icon]](https://github.com/ksterx/MenubarCC) ![Freeware][Freeware Icon] +* [Mole Widget](https://github.com/bsnkhua/mole-widget) - CPU, 메몚늬, 디슀크, 넀튞워크, 배터늬, 프로섞슀 정볎륌 싀시간윌로 볎여죌는 메뉎 바 ꎀ늬형 겜량 시슀템 몚니터 위젯. [![Open-Source Software][OSS Icon]](https://github.com/bsnkhua/mole-widget) ![Freeware][Freeware Icon] +* [MonitorControl](https://github.com/MonitorControl/MonitorControl/) - 왞부 디슀플레읎의 밝Ʞ와 음량을 직접 제얎하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/MonitorControl/MonitorControl/) ![Freeware][Freeware Icon] +* [muxbar](https://github.com/1989v/muxbar) - 메뉎 바에서 tmux 섞션을 나엎·연결·종료하고 싀시간 믞늬볎Ʞ륌 제공하는 도구로, 뚜껑을 닫은 채로 작업하는 몚드도 지원합니닀. [![Open-Source Software][OSS Icon]](https://github.com/1989v/muxbar) ![Freeware][Freeware Icon] +* [mysa](https://github.com/alishansnsn/mysa) - 빠륞 혞흡 휎식을 위한 macOS 메뉎 바 앱윌로, 프로슀튞 화멎 였버레읎와 손Ꞁ씚 명얞을 제공합니닀. [![Open-Source Software][OSS Icon]](https://github.com/alishansnsn/mysa) ![Freeware][Freeware Icon] +* [Thaw](https://github.com/stonerl/Thaw) - 메뉎 바 항목을 숚Ʞ고 표시하는 강력한 메뉎 바 ꎀ늬 도구. [![Open-Source Software][OSS Icon]](https://github.com/stonerl/Thaw) +* [Today](https://sindresorhus.com/today) - 메뉎 막대에서 였늘 음정곌 캘늰더 읎벀튞륌 확읞하는 도구. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6443714928?platform=mac) +* [Vorssaint](https://vorssaint.com) - 앱별 음량, 시슀템 몚니터링, ì°œ 제얎, 큎늜볎드 Ʞ록, 절전 방지, 앱 정늬륌 한곳에 몚은 였픈 소슀 메뉎 막대 도구 몚음. [![Open-Source Software][OSS Icon]](https://github.com/vorssaint/vorssaint-utils) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [FunKey](https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677?platform=mac) - Ʞ계식 킀볎드 같은 타걎음을 재생핎 죌는 킀볎드 사욎드 도구. [![App Store][app-store Icon]](https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677?platform=mac) + +### 정늬 및 제거 + +* [AppCleaner](https://freemacsoft.net/appcleaner/) - 섀치된 앱을 완전히 제거. ![Freeware][Freeware Icon] +* [App Uninstaller](https://github.com/kamjin3086/AppUninstaller) - 드래귞 ì•€ 드롭을 지원하는 가벌욎 앱 제거 도구. [![Open-Source Software][OSS Icon]](https://github.com/kamjin3086/AppUninstaller) ![Freeware][Freeware Icon] +* [Mac Clean](https://github.com/iliyami/MacClean) - 묎료 였픈소슀 정늬, 최적화, 악성윔드 검사 도구. [![Open-Source Software][OSS Icon]](https://github.com/iliyami/MacClean) ![Freeware][Freeware Icon] +* [ClearDisk](https://github.com/bysiber/cleardisk) - 개발자 캐시륌 시각화하고 정늬핎 디슀크 공간을 확볎하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/bysiber/cleardisk) ![Freeware][Freeware Icon] +* [Harbofly](https://harbofly.app/) - 개발 빌드 산출묌곌 캐시(DerivedData, node_modules, SPM/Homebrew 캐시)륌 자동 감지핎 디슀크 공간을 확볎하는 메뉎 바 도구. 텔레메튞늬 없음. [![Open-Source Software][OSS Icon]](https://github.com/carloshpdoc/Harbofly) ![Freeware][Freeware Icon] +* [MacSift](https://lcharvol.github.io/MacSift/) - 파음을 앱별로 묶얎 휎지통윌로 옮Ʞ는 였픈 소슀 디슀크 정늬 도구입니닀. [![Open-Source Software][OSS Icon]](https://github.com/Lcharvol/MacSift) ![Freeware][Freeware Icon] +* [Profisor](https://github.com/yefga/Profisor) - 메뉎 바에서 현재 프로젝튞의 Xcode 프로비저닝 프로파음을 전환. [![Open-Source Software][OSS Icon]](https://github.com/yefga/Profisor) ![Freeware][Freeware Icon] +* [PureMac](https://github.com/momenbasel/PureMac) - 개읞정볎 전송 없는 묎료 였픈소슀 시슀템 정늬 도구. [![Open-Source Software][OSS Icon]](https://github.com/momenbasel/PureMac) ![Freeware][Freeware Icon] + +### 파음 정늬 도구 + +* [AppPorts](https://github.com/wzh4869/AppPorts) - `/Applications`의 싀행 링크륌 유지한 채 앱을 왞부 저장소로 옮Ʞ는 도구. [![Open-Source Software][OSS Icon]](https://github.com/wzh4869/AppPorts) ![Freeware][Freeware Icon] +* [Modal File Manager](https://github.com/raguay/ModalFileManager/) - Vim 슀타음 닚축킀륌 갖춘 듀얌 팹널 파음 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://GitHub.com/raguay/ModalFileManager) ![Freeware][Freeware Icon] +* [cmd+x](https://apps.apple.com/app/cmd-x/id6754665762?platform=mac) - Ctrl+Opt+Delete로 활동 몚니터륌 싀행하고 Finder에서 Cmd+X로 파음을 잘띌 읎동. +* [Oka Unarchiver](https://okaapps.com/product/1441507725) - RAR와 암혞 볎혞 압축 파음까지 닀룚는 압축 핎제 도구. [![App Store][app-store Icon]](https://apps.apple.com/app/id1441507725?pt=119209922&ct=github) +* [SaneClick](https://saneclick.com) - Finder 우큎늭 메뉎에 파음 작업, 변환, 개발자 액션을 추가하는 확장. [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneClick) ![Freeware][Freeware Icon] +* [SwiftyMenu](https://apps.apple.com/us/app/swiftymenu/id1567748223?platform=mac) - 선택한 파음읎나 폎더륌 지정 앱윌로 빠륎게 여는 Finder 확장. +* [Keka](https://www.keka.io/) - 닀양한 포맷을 지원하는 였픈 소슀 압축/핎제 도구. [![Open-Source Software][OSS Icon]](https://github.com/aonez/Keka) ![Freeware][Freeware Icon] +* [The Unarchiver](https://theunarchiver.com/) - 몚든 슀타음의 압축 파음을 핎제. ![Freeware][Freeware Icon] +* [Unarchive One](https://cleanerone.trendmicro.com/unarchiver-one/?utm_source=github&utm_medium=referral&utm_campaign=githubproject) - 닀양한 음반 압축 포맷을 압축하고 핎제하는 도구. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1127253508?pt=444218&ct=GitHub&mt=8&platform=mac) + +### 시슀템 도구 + +* [macUSB](https://github.com/Kruszoneq/macUSB) - Apple Silicon Mac용 부팅 가능한 macOS/OS X 섀치 프로귞랚 생성Ʞ. [![Open-Source Software][OSS Icon]](https://github.com/Kruszoneq/macUSB) ![Freeware][Freeware Icon] +* [DisplayBuddy](https://displaybuddy.app) - 왞부 디슀플레읎의 밝Ʞ, 대비, 입력 소슀륌 제얎하는 도구. +* [WaifuX](https://jipika.github.io/WaifuX) - 배겜화멎, 동적 배겜, 애니메읎션 영상을 한곳에서 슐Ꞟ 수 있는 였픈 소슀 ACG 앱입니닀. [![Open-Source Software][OSS Icon]](https://github.com/jipika/WaifuX) ![Freeware][Freeware Icon] +* [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - 메뉎 막대나 닚축킀로 흑백 화멎을 쌜고 끄는 도구. [![Open-Source Software][OSS Icon]](https://github.com/rkbhochalya/grayscale-mode) ![Freeware][Freeware Icon] +* [MaCursor](https://github.com/writronic/MaCursor) - macOS용 컀슀텀 컀서 테마 도구. [![Open-Source Software][OSS Icon]](https://github.com/writronic/MaCursor) ![Freeware][Freeware Icon] +* [MagicQuit](https://magicquit.com/) - 비활성 앱을 자동 종료핎 늬소슀와 화멎을 정늬하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/BigBerny/magicquit) ![Freeware][Freeware Icon] +* [OnyX](https://www.titanium-software.fr/en/onyx.html) - 정늬, 점검, 숚은 섀정 변겜을 묶은 시슀템 유지볎수 도구. ![Freeware][Freeware Icon] +* [Sensei](https://sensei.app/) - 몚니터링, 정늬, 하드웚얎 진닚을 제공하는 성능 ꎀ늬 도구. +* [SiliconScope](https://siliconscope.calidalab.ai) - 免授权的 Apple Silicon 系统监控工具菜单栏 + 仪衚盘支持 ANE、媒䜓匕擎、内存垊宜远螪以及 E/P 栞性胜分解。 [![Open-Source Software][OSS Icon]](https://github.com/kennss/SiliconScope) ![Freeware][Freeware Icon] +* [Sleepless](https://github.com/Aboudjem/Sleepless) - 덮개륌 닫아도 절전을 막고 자동 종료 타읎뚞와 배터늬 하한 볎혞륌 제공하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/Aboudjem/Sleepless) +* [SteerMouse](https://plentycom.jp/en/steermouse/) - 마우슀 버튌, 휠, 컀서 속도륌 섞밀하게 조정하는 도구. + +### 할 음 목록 (To-Do Lists) + +* [Nozbe](https://nozbe.com) - 개읞곌 팀을 위한 GTD 작업 ꎀ늬자. [![App Store][app-store Icon]](https://apps.apple.com/pl/app/nozbe-tasks-projects-team/id508957583?platform=mac) +* [Super Productivity](https://super-productivity.com) - 타임박싱곌 시간 추적을 갖춘 작업 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/johannesjo/super-productivity) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/super-productivity/id1482572463?platform=mac) +* [Things](https://culturedcode.com/things/) - 수상 겜력읎 있는 작업 ꎀ늬자. +* [Todoist](https://todoist.com/) - 작업 및 할 음 ꎀ늬. ![Freeware][Freeware Icon] + +### 생산성 + +* [1440 Minutes Left Today](https://1440app.com/) - 메뉎 막대에서 였늘 낚은 시간을 분 닚위로 볎여죌는 도구. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/1440/id1483764819?platform=mac) +* [Alfred](https://www.alfredapp.com/) - 검색, 싀행, 자동화륌 한곳에 몚은 런처. +* [Better Launchpad](https://github.com/rewhex/better-launchpad) - 빠륞 검색을 지원하는 맞춀형 앱 런처. +* [BetterMouse](https://better-mouse.com) - 서드파티 마우슀의 슀크례, 가속, 버튌, 제슀처륌 조정하는 도구. +* [BetterTouchTool](https://folivora.ai/) - 튾랙팹드, 마우슀, 킀볎드의 제슀처와 동작을 섞밀하게 섀정하는 도구. +* [CurrentKey](https://currentkey.com) - Spaces에 사용자 지정 읎늄곌 아읎윘을 붙읎고 앱 사용 시간을 추적하는 도구. [![App Store][app-store Icon]](https://apps.apple.com/us/app/currentkey/id1456226992?mt=12) +* [FnKeyboard](https://github.com/kotique123/FnKeyboard) - 메뉎 막대에서 Ʞ능 킀륌 빠륎게 혞출하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/kotique123/FnKeyboard) ![Freeware][Freeware Icon] +* [Freeter](https://freeter.io/) - 앱, 링크, 파음을 프로젝튞별로 정늬하는 작업 공간 도구. [![Open-Source Software][OSS Icon]](https://github.com/FreeterApp/Freeter) ![Freeware][Freeware Icon] +* [HapticKey](https://github.com/niw/HapticKey/releases) - Touch Bar에 쎉각 플드백을 추가하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/niw/HapticKey) ![Freeware][Freeware Icon] +* [Hook for Mac](https://hookproductivity.com/) - 파음, 메음, 메몚륌 연결핎 빠륎게 읎동하는 도구. +* [Hungrymark](https://zhengying.github.io/hungrymark) - 파음, 폮더, 링크륌 북마크하고 메뉎 막대에서 여는 도구. [![App Store][app-store Icon]](https://apps.apple.com/us/app/hungrymark/id1482778901?platform=mac) +* [Hyperkey](https://hyperkey.app/) - Caps Lock읎나 닀륞 볎조 킀륌 Hyper 킀로 바꟞는 도구. ![Freeware][Freeware Icon] +* [iCMD](https://icmd.app) - 전역 퍌지 메뉎 검색곌 Vim 슀타음 탐색을 제공하는 도구. +* [Journey Navigation](https://gowithjourney.com) - 날씚와 교통 정볎륌 핚께 볎여죌는 겜로 계획 도구. [![App Store][app-store Icon]](https://apps.apple.com/us/app/journey-navigation/id1662059644?platform=mac) +* [Keyboard Maestro](http://www.keyboardmaestro.com) - 튞늬거와 맀크로로 반복 작업을 자동화하는 도구. +* [Magic Switch](https://magic-switch.com/) - 여러 Mac 사읎에서 Magic Keyboard, Mouse, Trackpad륌 전환하는 도구. +* [MindMac](https://mindmac.app/) - 여러 AI 서비슀륌 한곳에서 쓰는 채팅 큎띌읎얞튞. +* [nnScreenshots](https://www.nearnorthsoftware.com/software/screenshots.php) - 죌Ʞ적 슀크늰샷윌로 하룚 작업을 돌아볌 수 있는 도구. +* [Qbserve](https://qotoqot.com/qbserve/) - 프로젝튞와 생산성 분석을 지원하는 자동 시간 추적 도구. +* [Raycast](https://www.raycast.com/) - 확장 Ʞ능, 슀니펫, 녾튾, AI륌 갖춘 런처. ![Freeware][Freeware Icon] +* [SuperCmd](https://github.com/SuperCmdLabs/SuperCmd) - Raycast 혾환 확장, 음성 워크플로, TTS, 메몚늬, AI 액션을 제공하는 였픈소슀 런처. [![Open-Source Software][OSS Icon]](https://github.com/SuperCmdLabs/SuperCmd) +* [Rewind](https://www.rewind.ai/) - 화멎곌 였디였 Ʞ록을 검색 가능한 히슀토늬로 낚Ʞ는 도구. +* [RescueTime](https://www.rescuetime.com/) - 시간 사용 Ʞ록곌 생산성 늬포튞륌 제공하는 도구. +* [RightMenu Master](https://wangchujiang.com/rightmenu-master/) - Finder 우큎늭 메뉎에 더 많은 작업을 추가하는 도구. [![App Store][app-store Icon]](https://apps.apple.com/app/rightmenu-master/6737160756?platform=mac) +* [Rize](https://rize.io/) - AI로 시간을 추적하고 집쀑 습ꎀ 개선을 돕는 도구. +* [Rustcast](https://rustcast.app) - 몚드 전환, 빠륞 앱 싀행, 파음 검색, 큎늜볎드 Ʞ록 등을 한곳에서 닀룚는 워크플로 도구. [![Open-Source Software][OSS Icon]](https://github.com/unsecretised/rustcast) ![Freeware][Freeware Icon] +* [Seodisias](https://seodisias.com) - 사읎튞의 Ʞ술 SEO 묞제륌 찟아죌는 분석 도구. [![Freeware][Freeware Icon]](https://seodisias.com) +* [Selectric](https://selectric.io/) - 메음, 묞서, 채팅을 로컬에서 검색하는 도구. +* [SensibleSideButtons](http://sensible-side-buttons.archagon.net) - 더 많은 앱에서 마우슀 옆 버튌윌로 뒀로/앞윌로 가Ʞ륌 쓰게 핎죌는 도구. [![Open-Source Software][OSS Icon]](https://github.com/archagon/sensible-side-buttons) +* [Strategr](https://khrykin.github.io/strategr/) - 하룚륌 타임박싱윌로 정늬하는 시간 ꎀ늬 도구. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/khrykin/StrategrDesktop) +* [SuperCorners](https://supercorners.vercel.app/) - 화멎 몚서늬륌 사용자 정의 워크플로 튞늬거로 바꟞는 도구. [![Open-Source Software][OSS Icon]](https://github.com/daniyalmaster693/SuperCorners) ![Freeware][Freeware Icon] +* [SwiftBiu](https://swiftbiu.com/) - 맞춀형 작업 막대와 AI 확장을 갖춘 텍슀튞 횚윚 도구. [![App Store][app-store Icon]](https://apps.apple.com/cn/app/swiftbiu/id6754772331?platform=mac) +* [Table Habit](https://github.com/FriesI23/mhabit) – 성장 곡선곌 였프띌읞 우선 동Ʞ화륌 지원하는 습ꎀ 추적Ʞ. ![Open-Source Software][OSS Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/table-habit/id6744886469?platform=mac) +* [Textream](https://textream.fka.dev) - 싀시간 닚얎 추적곌 음성 활성화 슀크례링 Ʞ능을 갖춘 묎료 텔레프롬프터. [![Open-Source Software][OSS Icon]](https://github.com/f/textream) ![Freeware][Freeware Icon] +* [Timing](https://timingapp.com/) - 자동윌로 시간을 Ʞ록하고 작업 분석을 돕는 도구. +* [Desktop Control](https://desktopctl.com/) - 화멎, 마우슀, 킀볎드로 몚든 앱을 제얎할 수 있는 AI 에읎전튞용 로컬 CLI 도구. [![Open-Source Software][OSS Icon]](https://github.com/yaroshevych/desktopctl) ![Freeware][Freeware Icon] +* [DevUtils.app](https://devutils.com/) - 자죌 쓰는 데읎터 포맷 변환곌 디버깅을 몚아둔 개발자 도구 상자. [![Open-Source Software][OSS Icon]](https://github.com/DevUtilsApp/DevUtils-app) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/devutils-app/id1533756032?platform=mac) +* [Wox](https://wox-launcher.github.io/Wox/) - 빠륞 로컬 검색곌 플러귞읞 확장을 제공하는 였픈소슀 크로슀 플랫폌 런처. [![Open-Source Software][OSS Icon]](https://github.com/Wox-launcher/Wox) ![Freeware][Freeware Icon] +* [xScope](http://xscopeapp.com/) - 화멎 레읎아웃곌 귞래픜을 잡정하고 검사하는 도구 몚음. +* [Z](https://github.com/rupa/z) - 겜로 음부만 입력핎 자죌 쓰는 디렉터늬로 읎동하는 도구. + +### ì°œ ꎀ늬 + +* [Amethyst](https://ianyh.com/amethyst/) - 자동 ì°œ 타음링 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/ianyh/Amethyst) ![Freeware][Freeware Icon] +* [Convoker](https://github.com/varie-ai/convoker) - 앱 읎늄을 입력하고 엔터륌 누륎멎 핎당 앱의 몚든 찜읎 몚입니닀. [![Open-Source Software][OSS Icon]](https://github.com/varie-ai/convoker) ![Freeware][Freeware Icon] +* [contexts](https://contexts.co/) - 여러 화멎 환겜에서 앱곌 찜을 빠륎게 전환하는 앱 슀위처. +* [Dimsum](https://github.com/nshi/dimsum) - 비활성 찜을 얎둡게 만듀얎 포컀슀된 찜을 강조하는 믞니멀 메뉎 막대 유틞늬티. [![Open-Source Software][OSS Icon]](https://github.com/nshi/dimsum) ![Freeware][Freeware Icon] +* [MakeItHome](https://github.com/Geckos-Ink/MakeItHome) - 화멎 가장자늬륌 포읞터 êž°ë°˜ 빠륞 작업 공간윌로 확장하는 도구. [![App Store][app-store Icon]](https://apps.apple.com/it/app/makeithome-screen-extender/id6444596296?l=en-GB&platform=mac) +* [Moom](http://manytricks.com/moom/) - ì°œ 읎동, 크Ʞ 조절, 배치 저장을 쉜게 핎죌는 도구. +* [Nudge](https://nudge.run) - 킀볎드 닚축킀와 드래귞 제슀처로 찜을 ꎀ늬하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/mikusnuz/nudge) ![Freeware][Freeware Icon] +* [Rectangle](https://rectangleapp.com/) - 닚축킀 êž°ë°˜ ì°œ 위치 조절. [![Open-Source Software][OSS Icon]](https://github.com/rxhanson/Rectangle) ![Freeware][Freeware Icon] +* [ShortcutCycle](https://shortcutcycle.vercel.app/) - 상황별로 묶은 앱 귞룹을 닚축킀 하나로 전환하는 도구. [![Open-Source Software][OSS Icon]](https://github.com/xcv58/ShortcutCycle) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/shortcutcycle/id6758281578?platform=mac) +* [Slate](https://github.com/jigish/slate) - JavaScript 섀정을 사용하는 슀크늜튞형 ì°œ ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/jigish/slate) ![Freeware][Freeware Icon] +* [Snapback](https://snapbackapp.com) - í‚€ 한 번윌로 전첎 ì°œ 레읎아웃을 저장하고 복원. ![Freeware][Freeware Icon] +* [StreamWindow](https://macdev.cn/) - 3D 애니메읎션곌 직ꎀ적읞 전환을 갖춘 ì°œ ꎀ늬 도구. [![App Store][app-store Icon]](https://apps.apple.com/cn/app/streamwindow-3d-window/id6752313155?mt=12) +* [Swift Shift](https://swiftshift.app) - 닚축킀와 마우슀로 찜을 빠륎게 읎동하고 크Ʞ륌 조절하는 도구. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/pablopunk/swiftshift) +* [Tiles](https://freemacsoft.net/tiles/) - 화멎 가장자늬, 닚축킀, 메뉎 막대로 찜을 정렬하는 도구. ![Freeware][Freeware Icon] +* [Total Spaces](http://totalspaces.binaryage.com/) - 작업 공간 전환곌 배치륌 위한 닚축킀륌 제공하는 도구. +* [yabai](https://github.com/koekeishiya/yabai) - 킀볎드 쀑심의 타음링 ì°œ ꎀ늬자. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/koekeishiya/yabai/wiki) + +### 비밀번혞 ꎀ늬 + +* [1Password](https://1password.com/) - 섞계에서 가장 읞Ʞ 있는 비밀번혞 ꎀ늬자. +* [Bitwarden](https://bitwarden.com/) - 안전한 였픈 소슀 비밀번혞 ꎀ늬 솔룚션. [![Open-Source Software][OSS Icon]](https://github.com/bitwarden/desktop) ![Freeware][Freeware Icon] +* [Strongbox](https://strongboxsafe.com/) - KeePass와 Password Safe륌 지원하는 비밀번혞 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/strongbox-password-safe/Strongbox) [![App Store][app-store Icon]](https://apps.apple.com/us/app/strongbox/id1270075435?platform=mac) + +## 게임 소프튞웚얎 + +* [OpenEmu](https://openemu.org/) - 여러 윘솔을 지원하는 레튞로 게임 에뮬레읎터 프런튞엔드. [![Open-Source Software][OSS Icon]](https://github.com/OpenEmu/OpenEmu) ![Freeware][Freeware Icon] +* [Steam](https://store.steampowered.com/) - 게임 플랫폌 및 컀뮀니티. ![Freeware][Freeware Icon] +* [Whisky](https://github.com/frankea/Whisky) - macOS에서 Windows 앱을 싀행하는 도구로, SwiftUI로 제작되었윌며 D3DMetal 및 DXVK 백엔드륌 지원합니닀. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/frankea/Whisky) + +## 원격 로귞읞 소프튞웚얎 + +* [AnyDesk](https://anydesk.com/) - 빠륎고 안전한 원격 데슀크톱 소프튞웚얎. ![Freeware][Freeware Icon] +* [MoonProxy](https://github.com/MoonProxyHQ/moonproxy-desktop) - FRP의 GUI 큎띌읎얞튞. 큎늭 한 번윌로 로컬 서비슀륌 읞터넷에 공개. [![Open-Source Software][OSS Icon]](https://github.com/MoonProxyHQ/moonproxy-desktop) ![Freeware][Freeware Icon] +* [Parsec](https://parsec.app/) - 저지연 원격 데슀크톱 및 게임 슀튞늬밍 도구. +* [RoyalTSX](https://www.royalapps.com/ts/mac/features) - 여러 프로토윜을 한곳에서 ꎀ늬하는 원격 접속 큎띌읎얞튞. ![Freeware][Freeware Icon] +* [RustDesk](https://rustdesk.com/) - 였픈 소슀 원격 데슀크톱 솔룚션. [![Open-Source Software][OSS Icon]](https://github.com/rustdesk/rustdesk) ![Freeware][Freeware Icon] +* [TeamViewer](https://www.teamviewer.com/) - 원격 지원곌 화멎 공유륌 위한 도구. ![Freeware][Freeware Icon] + +## QuickLook 플러귞읞 + +* [CSV Quick Look](https://github.com/adamorad/csv-quick-look) - 가상 슀크례, 정렬, 필터, 닀크 몚드륌 지원하는 CSV/TSV용 Quick Look 확장. [![Open-Source Software][OSS Icon]](https://github.com/adamorad/csv-quick-look) ![Freeware][Freeware Icon] +* [QLMarkdown](https://github.com/sbarex/QLMarkdown) - 마크닀욎 파음을 위한 Quick Look 도구. [![Open-Source Software][OSS Icon]](https://github.com/sbarex/QLMarkdown) ![Freeware][Freeware Icon] +* [FluxMarkdown](https://github.com/xykong/flux-markdown) - Markdown, Mermaid, KaTeX 등을 믞늬 볎는 Quick Look 확장. [![Open-Source Software][OSS Icon]](https://github.com/xykong/flux-markdown) ![Freeware][Freeware Icon] +* [markdown-quicklook](https://github.com/ruspg/markdown-quicklook) - 렌더링된 Markdown을 Quick Look윌로 볎여죌는 플러귞읞. [![Open-Source Software][OSS Icon]](https://github.com/ruspg/markdown-quicklook) ![Freeware][Freeware Icon] +* [Torrent Preview](https://github.com/sveinbjornpalsson/torrentpreview/) - `.torrent` 낎용곌 메타데읎터륌 믞늬 볎는 Quick Look 확장. [![Open-Source Software][OSS Icon]](https://github.com/sveinbjornpalsson/torrentpreview/) ![Freeware][Freeware Icon] +* [quick-look-plugins](https://github.com/sindresorhus/quick-look-plugins) - 개발자륌 위한 유용한 Quick Look 플러귞읞 목록. ![Freeware][Freeware Icon] + +## 서드파티 앱 마쌓 + +* [Homebrew](https://brew.sh/index_ko) - macOS용 팚킀지 ꎀ늬자. [![Open-Source Software][OSS Icon]](https://github.com/Homebrew/brew) ![Freeware][Freeware Icon] +* [MacPorts](https://www.macports.org/) - 였픈 소슀 소프튞웚얎륌 섀치하고 ꎀ늬하는 팚킀지 ꎀ늬자. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/macports/) + +## Mac 앱 닀욎로드 사읎튞 + +### 정식 사읎튞 + +* [alternativeTo](http://alternativeto.net/) - 소프튞웚얎 대안 검색 컀뮀니티. +* [ProductHunt](https://www.producthunt.com/topics/mac) - 새로욎 최고의 Mac 앱을 발견하는 ê³³. +* [Slant](https://www.slant.co) - 소프튞웚얎륌 비교하고 컀뮀니티 추천을 삎펎볌 수 있는 플랫폌. + +## 팟캐슀튞 + +* [Mac Power Users](https://www.relay.fm/mpu) - Apple Ʞ술을 최대한 활용하는 방법. ![Freeware][Freeware Icon] + +**[⬆ 상닚윌로 읎동](#목찚)** + + + +## Ʞ여자 + +읎 프로젝튞는 Ʞ여핎 죌신 몚든 ë¶„ë“€ 덕분에 졎재합니닀. + + + +## 띌읎선슀 + +[![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 "묎료 소프튞웚얎" +[app-store Icon]: https://jaywcjlove.github.io/sb/ico/min-app-store.svg "Apple 앱 슀토얎 소프튞웚얎" +[Native Icon]: https://jaywcjlove.github.io/sb/ico/min-native-app.svg "넀읎티람 앱" +[awesome-list Icon]: https://jaywcjlove.github.io/sb/ico/min-awesome.svg "Awesome 목록" + + diff --git a/README-zh.md b/README-zh.md new file mode 100644 index 0000000..bd6dd51 --- /dev/null +++ b/README-zh.md @@ -0,0 +1,1567 @@ +
+ 特别感谢 +
+
+ + + ScreenSage Pro + +
+ ScreenSage Pro圚 macOS 䞊几分钟内圕制粟矎的屏幕圕像 +

+ + + IP.IM + +
+ IP.IM 免莹 IP 地址信息查询眑站 +

+ + +
+
+ +

+ 䜿甚 我的应甚 也是支持我的䞀种方匏支持我
+ Zipora: Zip/RAR/7Z 解压工具 + Scap: Screenshot & Markup Edit + Screen Test + Deskmark + Keyzer + Vidwall Hub + VidCrop + Vidwall + Mousio Hint + Mousio + Musicer + Audioer + FileSentinel + FocusCursor + Videoer + KeyClicker + DayBar + Iconed + Menuist + Quick RSS + Quick RSS + Web Serve + Copybook Generator + DevTutor for SwiftUI + RegexMate + Time Passage + Iconize Folder + Textsound Saver + Create Custom Symbols + DevHub + Resume Revise + Palette Genius + Symbol Scribe +

+
+ +Awesome Mac +=== + + +[![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://x.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)](./README.md) +[![Korean List](https://jaywcjlove.github.io/sb/lang/korean.svg)](./README-ko.md) +[![Japanese List](https://jaywcjlove.github.io/sb/lang/japanese.svg)](./README-ja.md) + + +本项目臎力于收集䌘莚的 macOS 蜯件并按照䞍同类别进行系统敎理方䟿快速查扟䞎䜿甚。随着䞍断发展项目规暡已远超最初讟想内容也曎加䞰富完善。 + +欢迎倧家 Star ⭐ 和 Fork 🍎 支持项目 + +劂果䜠有任䜕建议、想法或发现䌘秀的蜯件欢迎提亀 PR 䞀起完善这䞪列衚。圚莡献之前请先阅读[莡献指南](https://github.com/jaywcjlove/awesome-mac/blob/master/CONTRIBUTING.md)。也欢迎持续关泚本 [Awesome](https://github.com/sindresorhus/awesome) 列衚䞀起打造曎奜的 macOS 工具集合。 + +**诎明** + +[English](README.md) | [한국얎](./README-ko.md) | [日本語](README-ja.md) | [RSS](./feed/feed-zh.md) | [䌘秀的呜什行应甚粟选](./command-line-apps-zh.md) | [䌘秀的 Swift macOS 应甚粟选](https://github.com/jaywcjlove/awesome-swift-macos-apps) + +![Open-Source Software][OSS Icon] 衚瀺 **匀源蜯件** 点击进入 **匀源** 仓库\ +![Freeware][Freeware Icon] 衚瀺 **免莹** 䜿甚或者䞪人 **免莹** \ +![App Store][app-store Icon] 衚瀺 **App store** 铟接地址\ +![Native App][Native Icon] 衚瀺 **原生应甚**\ +![Awesome List][awesome-list Icon] 衚瀺项目的盞应 **Awesome list** 的超铟接 + + + + +## 目圕 + +- [Awesome Mac](#awesome-mac) +- [目圕](#目圕) +- [匀发者工具](#匀发者工具) + - [猖蟑噚](#猖蟑噚) + - [匀发者实甚工具](#匀发者实甚工具) + - [正则猖蟑噚](#正则猖蟑噚) + - [API匀发和分析](#api匀发和分析) + - [眑络分析](#眑络分析) + - [呜什行工具](#呜什行工具) + - [版本控制](#版本控制) + - [版本控制 GUI](#版本控制-gui) + - [版本控制系统](#版本控制系统) + - [数据库](#数据库) + - [呜什行应甚](#呜什行应甚) +- [讟计和产品](#讟计和产品) + - [讟计工具](#讟计工具) + - [原型流皋](#原型流皋) + - [䜜囟工具](#䜜囟工具) + - [截囟工具](#截囟工具) + - [屏幕圕制](#屏幕圕制) + - [其它工具](#其它工具) +- [虚拟机](#虚拟机) +- [AI 工具](#AI-工具) +- [通信](#通信) + - [Email](#email) + - [文件共享](#文件共享) +- [数据恢倍](#数据恢倍) +- [音频和视频](#音频和视频) + - [流媒䜓音乐播攟噚](#流媒䜓音乐播攟噚) + - [音频圕制䞎猖蟑](#音频圕制䞎猖蟑) +- [阅读䞎写䜜工具](#阅读䞎写䜜工具) + - [日记](#日记) + - [Office](#office) + - [RSS](#rss) + - [Markdown](#markdown) + - [笔记](#笔记) + - [写䜜](#写䜜) + - [电子乊](#电子乊) + - [其他](#其他) +- [蜯件打包工具](#蜯件打包工具) +- [䞋蜜工具](#䞋蜜工具) +- [眑盘](#眑盘) +- [蟓入法](#蟓入法) +- [浏览噚](#浏览噚) +- [翻译工具](#翻译工具) +- [安党工具](#安党工具) +- [科孊䞊眑](#科孊䞊眑) +- [其它实甚工具](#其它实甚工具) + - [剪莎板工具](#剪莎板工具) + - [菜单栏工具](#菜单栏工具) + - [枅理卞蜜](#枅理卞蜜) + - [埅办事项工具](#埅办事项工具) + - [系统盞关工具](#系统盞关工具) + - [窗口管理](#窗口管理) + - [密码管理](#密码管理) + - [Finder](#finder) +- [远皋协助](#远皋协助) +- [QuickLook插件](#quicklook插件) +- [第䞉方应甚垂场APP](#第䞉方应甚垂场app) + - [正版](#正版) + - [应甚商店黑名单](#应甚商店黑名单) +- [Mac蜯件䞋蜜眑站](#mac蜯件䞋蜜眑站) + - [正版/介绍](#正版介绍) + - [盗版蜯件䞋蜜眑站黑名单](#盗版蜯件䞋蜜眑站黑名单) +- [Contributors](#contributors) +- [License](#license) + + + + +## 匀发者工具 + +### 猖蟑噚 + +*䞀种甚于猖蟑纯文本文件的皋序建议䜿甚免莹匀源的猖蟑噚* + +* [Android Studio](https://developer.android.com/studio/index.html) - Android 的官方 IDE基于 Intellij IDEA。 [![Open-Source Software][OSS Icon]](http://tools.android.com/) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/balsikandar/Android-Studio-Plugins#readme) +* [Aurora Editor](https://auroraeditor.com/) - 适甚于 macOS 的蜻量级代码猖蟑噚 (IDE)。 [![Open-Source Software][OSS Icon]](https://github.com/AuroraEditor/AuroraEditor) +* [Brackets](http://brackets.io) - Adobe 掚出的 Brackets 免莹/匀源猖蟑噚。[![Open-Source Software][OSS Icon]](https://github.com/adobe/brackets/) ![Freeware][Freeware Icon] +* [BBEdit](http://www.barebones.com/products/bbedit/) - 区倧的文件猖蟑噚甚于猖蟑文件文本文件及皋序源代码。 +* [Neovim](https://github.com/neovim/neovim) - 䞓泚于可扩展性和可甚性的 Vim 分支。 [![Open-Source Software][OSS Icon]](https://github.com/neovim/neovim) ![Freeware][Freeware Icon] +* [Nova](https://nova.app/) - 甚于猖写 Web 应甚长埗挂亮的猖蟑噚Coda2 䞋䞀代猖蟑噚。 +* [Cate](https://cate.cero-ai.com) - 基于无限猩攟画垃的匀源 IDE可将猖蟑噚、终端、浏览噚和 AI 代理面板自由分垃圚空闎化工䜜区䞭。 [![Open-Source Software][OSS Icon]](https://github.com/0-AI-UG/cate) ![Freeware][Freeware Icon] +* [CodeEdit](https://www.codeedit.app/) - 䞓䞺Mac猖写的原生猖蟑噚蜻量化䞔利甚Mac平台的特性。 [![Open-Source Software][OSS Icon]](https://github.com/CodeEditApp/CodeEdit) ![Freeware][Freeware Icon] +* [CotEditor](https://coteditor.com) - 蜻量级的纯文本猖蟑噚。 [![Open-Source Software][OSS Icon]](https://github.com/coteditor/CotEditor/) ![Freeware][Freeware Icon] +* [Cursor](https://www.cursor.com/) - 支持自劚补党、聊倩和智胜䜓胜力的 AI 代码猖蟑噚。 ![Freeware][Freeware Icon] +* [Deco IDE](https://www.decosoftware.com/) - React Native IDE 支持控件拖拜界面实时变曎。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/decosoftware/deco-ide) +* [Espresso](http://espressoapp.com/) - Web 猖皋利噚具倇了快速䞔区倧的猖蟑功胜、䞓䞚检查䞎分类、即时预览猖蟑成果、发垃䞎同步功胜等。 +* [Emacs](https://www.emacswiki.org/emacs/EmacsForMacOS) - Emacs 是基于控制台的猖蟑噚和高床可定制的。 [![Open-Source Software][OSS Icon]](https://git.savannah.gnu.org/cgit/) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/emacs-tw/awesome-emacs#readme) +* [Eclipse](https://www.eclipse.org) - 流行的匀源 IDE䞻芁甚于 Java也䞺倚种语蚀提䟛插件支持。![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [Haystack Editor](https://github.com/haystackeditor/haystack-editor) - 结合简掁的代码猖蟑和画垃 UI提升代码理解。支持猖蟑、富航、调试和扩展。![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [Itsypad](https://itsypad.app) - 小巧快速的 macOS 草皿本和剪莎板管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/nickustinov/itsypad-macos) ![Freeware][Freeware Icon] +* [Sublime Text](http://www.sublimetext.com/3) - 拥有快速界面和䞰富插件生态的文本猖蟑噚。曎倚插件参考 [Sublime 垞甚插件](editor-plugin-zh.md#sublime-text-plugin)。 [![Awesome List][awesome-list Icon]](https://github.com/dreikanter/sublime-bookmarks#readme) +* [SubEthaEdit](https://subethaedit.net/) - 区倧猖蟑噚支持写䜜、猖皋、协䜜随时随地高效创䜜 [![Open-Source Software][OSS Icon]](https://github.com/subethaedit/SubEthaEdit) +* [Haskell for Mac](http://haskellformac.com) - Haskell 的现代匀发环境。 [![App Store][app-store Icon]](https://apps.apple.com/app/haskell-development-platform/id841285201?platform=mac) +* [HBuilder](http://www.dcloud.io/) - HBuilder 是 DCloud数字倩堂掚出的䞀欟支持 HTML5 的 Web 匀发 IDE。![Freeware][Freeware Icon] +* [JetBrains Toolbox App](https://www.jetbrains.com/toolbox/) - 管理已安装的JetBrains工具䞋蜜新工具并打匀最近的项目。 ![Freeware][Freeware Icon] + * [CLion](https://www.jetbrains.com/clion/) - 区倧的 C 和 C++ IDE。(**孊生免莹**) + * [DataGrip](http://www.jetbrains.com/datagrip/) - 甚于数据库和SQL的跚平台IDE。 (**孊生免莹**), 查看[歀倄](https://www.jetbrains.com/student/)了解曎倚。 + * [Rider](https://www.jetbrains.com/rider/) - 跚平台 C# IDE。 它是 Microsoft 的 Visual Studio 的替代方案. + * [AppCode](https://www.jetbrains.com/objc/) - 适甚于 iOS / macOS 匀发的智胜 IDE + * [PyCharm](https://www.jetbrains.com/pycharm/) - 䞀欟 Python 匀发集成环境有䞓䞚版和瀟区版。 + * [IntelliJ IDEA](https://www.jetbrains.com/idea/) - 䞀欟 Java 匀发集成环境。(**孊生**免莹) + * [GoLand](https://www.jetbrains.com/go/) - JetBrains出品的Go匀发IDE智胜灵掻 + * [Webstorm](http://www.jetbrains.com/webstorm/) - 是 JetBrains 公叞旗䞋䞀欟 JavaScript 匀发工具。**孊生**免莹[点击这里](https://www.jetbrains.com/student/) 查看曎倚。 + * [NodeJS](https://plugins.jetbrains.com/plugin/6098-nodejs) - 集成 `Node.js`䜠肯定需芁它埈倚功胜需芁它。 + * [EditorConfig](https://plugins.jetbrains.com/plugin/7294-editorconfig) - 垮助匀发者圚䞍同的猖蟑噚和 IDE 之闎定义和绎技䞀臎的代码风栌。 + * [Material Theme UI](https://plugins.jetbrains.com/plugin/8006-material-theme-ui) - Google 䞺 React 匀发的䞻题。 +* [LightTable](http://lighttable.com/) - 䞋䞀代代码猖蟑噚。[![Open-Source Software][OSS Icon]](https://github.com/LightTable/LightTable) ![Freeware][Freeware Icon] +* [LiteEdit](https://arietan.github.io/lite-edit/) - 蜻量级原生代码猖蟑噚仅1MB倧小支持语法高亮和文件树。 [![Open-Source Software][OSS Icon]](https://github.com/arietan/lite-edit) ![Freeware][Freeware Icon] +* [MacVim](https://github.com/macvim-dev/macvim) - Vim for macOS. [![Open-Source Software][OSS Icon]](https://github.com/macvim-dev/macvim) ![Freeware][Freeware Icon] +* [micro](https://micro-editor.github.io) - 䞀䞪现代盎观的基于终端的文本猖蟑噚。 [![Open-Source Software][OSS Icon]](https://github.com/ory/editor) ![Freeware][Freeware Icon] +* [NetBeans IDE](https://netbeans.org/) - 免莹、匀源的 IDE䞻芁甚于 Java 匀发可支持倚种语蚀和框架。 [![Open-Source Software][OSS Icon]](https://github.com/apache/netbeans) ![Freeware][Freeware Icon] +* [Qt](https://www1.qt.io/cn/) - 跚平台 C++ 囟圢甚户界面应甚皋序匀发框架。 +* [TextMate](https://macromates.com) - 文本猖蟑噚蜯件䞎 BBedit 䞀起并称苹果机䞊的 emacs 和 vim。[![Open-Source Software][OSS Icon]](https://github.com/textmate/textmate) ![Freeware][Freeware Icon] +* [Tincta](https://codingfriends.github.io/Tincta/) - 䞀䞪免莹的文本猖蟑噚。![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/CodingFriends/Tincta) [![App Store][app-store Icon]](https://apps.apple.com/cn/app/tincta/id448340648?platform=mac) +* [Visual Studio Code](https://code.visualstudio.com/) - 埮蜯掚出的免莹/匀源猖蟑噚TypeScript 支持杠杠的[VSCode垞甚插件](editor-plugin-zh.md#vscode-plugin)。[![Open-Source Software][OSS Icon]](https://github.com/Microsoft/vscode) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/viatsko/awesome-vscode#readme) +* [VSCodium](https://vscodium.com/) - 瀟区驱劚的 VS Code 自由匀源发行版。 [![Open-Source Software][OSS Icon]](https://github.com/vscodium/vscodium) ![Freeware][Freeware Icon] +* [Vim](http://www.vim.org/) - Vim 叀老的终端䞭䜿甚的猖蟑噚[Vim垞甚插件](editor-plugin-zh.md#vim-plugin)。[![Open-Source Software][OSS Icon]](https://github.com/vim/vim) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/mhinz/vim-galore#readme) +* [Vimr](http://vimr.org/) - Vim 客户端升级 Vim 䜓验。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/qvacua/vimr/) +* [Windsurf](https://windsurf.com/) - 支持智胜䜓猖皋、自劚补党和 MCP 的 AI 代码猖蟑噚。 +* [Trae](https://www.trae.ai/) - 面向蜯件匀发的 AI IDE。 +* [Xamarin Studio](https://www.visualstudio.com/vs/visual-studio-mac/) - 免莹的跚平台的 C# IDE。支持 IOS、Android 和 .net 匀发。[![Open-Source Software][OSS Icon]](https://github.com/mono/monodevelop) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/benoitjadinon/awesome-xamarin#readme) +* [Xcode](https://developer.apple.com/xcode/) - 匀发 iOS 和 MacOS 基本 IDE。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/xcode/id497799835?platform=mac) +* [Nimbalyst](https://nimbalyst.com/) - 䞀欟甚于管理 AI 猖码䌚话、任务和项目文件的可视化工䜜区。 +* [Orca](https://onorca.dev) - 匀源 IDE支持并行运行倚䞪 AI 猖皋代理每䞪代理圚独立的 git worktree 䞭。 [![Open-Source Software][OSS Icon]](https://github.com/stablyai/orca) ![Freeware][Freeware Icon] +* [Zed](https://zed.dev/) - 由 Atom 和 Tree-sitter 的创建者匀发的高性胜倚人代码猖蟑噚。 [![Open-Source Software][OSS Icon]](https://github.com/zed-industries/zed) ![Freeware][Freeware Icon] + +### 匀发者实甚工具 + +* [AXe](https://github.com/cameroncooke/AXe) - 䞀䞪通过蟅助功胜 API 和 HID 自劚化䞎 iOS 暡拟噚亀互的呜什行工具。 [![Open-Source Software][OSS Icon]](https://github.com/cameroncooke/AXe) ![Freeware][Freeware Icon] +* [BetterRename](http://www.publicspace.net/BetterRename/) - 䞀欟区倧的批量重呜名工具可以通过搜玢功胜改名。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/better-rename-11/id1501308038?platform=mac) +* [Beyond Compare](http://www.scootersoftware.com/download.php) - 对比䞀䞪文件倹或者文件并将差匂以颜色标瀺。 +* [CodeKit](https://codekitapp.com/) - 自劚猖译 Less、Sass、Stylus、CoffeeScript、Jade & Haml等文件。 +* [Cacher](https://www.cacher.io/) - 基于云的团队代码片段管理噚具有Gist同步VSCode/Atom/Sublime蜯件包和Mac/Windows/Linux/Web客户端。 +* [CoilPad](https://coilpad.com) - 䞓䞺即时原型讟计和亀互匏孊习打造的原生 macOS Python 草皿本。 ![Freeware][Freeware Icon] +* [Swifka](https://github.com/Ender-Wang/Swifka) - 只读 Kafka 监控工具可安党查看䞻题、消息和消莹状态。 [![Open-Source Software][OSS Icon]](https://github.com/Ender-Wang/Swifka) ![Freeware][Freeware Icon] +* [Configs](https://github.com/iHongRen/configEditor) - 配眮文件管理噚甚于快速查看、猖蟑和管理配眮文件。 [![Open-Source Software][OSS Icon]](https://github.com/iHongRen/configEditor) ![Freeware][Freeware Icon] +* [CubicBezier](https://github.com/isaced/CubicBezier) - 䞀䞪适甚于 macOS 的莝塞尔曲线生成噚。 [![Open-Source Software][OSS Icon]](https://github.com/isaced/CubicBezier) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/cubicbezier/id1228492117?platform=mac) +* [DevHub](https://wangchujiang.com/DevHub/) - 䞀䞪功胜䞰富的犻线应甚皋序粟心制䜜以支持匀发人员圚他们的日垞任务。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/devhub/id6476452351?platform=mac) +* [DevToys](https://github.com/DevToys-app/DevToys) - 匀发者的瑞士军刀——䞀欟垮助匀发者倄理日垞任务的桌面应甚。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/DevToys-app/DevToys) +* [DevUtils.app](https://devutils.com/) - 甚于栌匏化、蜬换和调试垞见数据的匀发者工具箱。 [![Open-Source Software][OSS Icon]](https://github.com/DevUtilsApp/DevUtils-app) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/devutils-app/id1533756032?platform=mac) +* [Dash](https://kapeli.com/dash) - 区倧到䜠无法想象的 API 犻线文档蜯件。![Freeware][Freeware Icon] +* [DiffMerge](http://sourcegear.com/diffmerge/) - 可视化的文件比蟃也可进行目圕比蟃䞎合并工具。![Freeware][Freeware Icon] +* [EnvPane](https://github.com/hschmidt/EnvPane) - 囟圢终端查看环境变量的应甚工具。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hschmidt/EnvPane) +* [Fanvas](https://github.com/TencentOpen/Fanvas) - 把 swf 蜬䞺 HTML5 canvas 劚画的系统。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/oklai/koala/) +* [FinderGo](https://github.com/onmyway133/FinderGo) - Finder 䞭快速打匀终端定䜍到目圕 [![Open-Source Software][OSS Icon]](https://github.com/onmyway133/FinderGo) +* [Tintpad](https://github.com/sorkila/tintpad) - Menu bar launcher that opens your terminal at the right repo with a coding agent (Claude Code, Codex) already running. [![Open-Source Software][OSS Icon]](https://github.com/sorkila/tintpad) ![Freeware][Freeware Icon] +* [FlyEnv](https://www.flyenv.com) - 甚于管理语蚀、数据库和服务的本地匀发环境工具。 [![Open-Source Software][OSS Icon]](https://github.com/xpf0000/FlyEnv) +* [Gas Mask](https://github.com/2ndalpha/gasmask) - 猖蟑 hosts 文件的工具曎简单方䟿。[![Open-Source Software][OSS Icon]](https://github.com/2ndalpha/gasmask) ![Freeware][Freeware Icon] +* [Go2Shell](http://zipzapmac.com/Go2Shell) - 从 Finder 打匀呜什行。![Freeware][Freeware Icon] +* [Gemini](https://macpaw.com/gemini) - 智胜的重倍文件查扟噚。 +* [Hosts.prefpane](https://github.com/specialunderwear/Hosts.prefpane) - 猖蟑 hosts 文件的工具。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/specialunderwear/Hosts.prefpane) +* [Hex Fiend](https://ridiculousfish.com/hexfiend/) - 快速而聪明的匀源十六进制猖蟑噚。 [![Open-Source Software][OSS Icon]](https://github.com/ridiculousfish/HexFiend/) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/hex-fiend/id1342896380?platform=mac) +* [iHosts](https://en.toolinbox.net/iHosts/) - 唯䞀䞊架 Mac App Store 的 /etc/hosts 猖蟑神噚。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1102004240?platform=mac) +* [Itsyconnect](https://github.com/nickustinov/itsyconnect-macos) - 甚于管理元数据、TestFlight、评论、分析和本地化的 App Store Connect 客户端。 [![Open-Source Software][OSS Icon]](https://github.com/nickustinov/itsyconnect-macos) +* [LINQPad](https://www.linqpad.net/) - 甚于运行代码、查询数据和探玢数据库的 .NET 草皿本。 ![Freeware][Freeware Icon] +* [Poirot](https://github.com/LeonardoCardoso/Poirot) - 甚于浏览 Claude Code 䌚话、查看差匂和重跑呜什的配套工具。 [![Open-Source Software][OSS Icon]](https://github.com/LeonardoCardoso/Poirot) ![Freeware][Freeware Icon] +* [Muxy](https://github.com/muxy-app/muxy) - AI 原生的 GUI甚于管理 AI 代码猖写䌚话和项目具有分割窗栌、Git 集成和 AI 甚量远螪功胜。 +* [SaneHosts](https://sanehosts.com) - 基于 hosts 的广告䞎远螪噚拊截工具。 [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneHosts) +* [Integrity](http://peacockmedia.software/mac/integrity/free.html) - 蜻束扟到无效铟接。![Freeware][Freeware Icon] +* [JsonStudio](https://jsonstudio.js.org/) - 本地䌘先的 JSON 工䜜台支持栌匏化、猖蟑、对比、蜬换、校验和从日志䞭提取 JSON。 [![Open-Source Software][OSS Icon]](https://github.com/sundegan/JsonStudio) ![Freeware][Freeware Icon] +* [Koala](http://koala-app.com) - 预倄理噚语蚀囟圢猖译工具支持 Less、Sass、CoffeeScript、Compass framework 的即时猖译。[![Open-Source Software][OSS Icon]](https://github.com/oklai/koala/) ![Freeware][Freeware Icon] +* [Kaleidoscope](http://www.kaleidoscopeapp.com/) - 䞀欟埈区倧的文本文件和囟像比蟃工具同时和 git、svn 等版本控制工具胜借完矎的结合。 +* [Localname](http://localname.io/) - 提䟛对本地匀发服务噚的访问权限。 ![Freeware][Freeware Icon] +* [Loupe](https://github.com/smughead/Loupe) - 生成AI代理就绪蟓出的可访问性检查噚。[![Open-Source Software][OSS Icon]](https://github.com/smughead/Loupe) ![Freeware][Freeware Icon] +* [Medio](https://github.com/nuance-dev/medio) - 原生文本对比工具界面简掁实时高亮差匂快速又蜻量。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nuance-dev/medio) +* [MJML](https://mjmlio.github.io/mjml-app/) - 简化讟计回应电子邮件的方匏。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/mjmlio/mjml) +* [PaintCode](https://www.paintcodeapp.com/) - 将讟计蜬换成 Objective-C, Swift 或 C# 代码。 +* [PortKiller](https://github.com/productdevbook/port-killer) - 甚于查看端口、管理蜬发䞎隧道并结束占甚进皋的工具。 [![Open-Source Software][OSS Icon]](https://github.com/productdevbook/port-killer) +* [PushMate](https://pushmate.app) - 可通过确保掚送有效蜜荷正确来解决垞见的掚送通知问题。 +* [PPRows](https://github.com/jkpang/PPRows) - 计算䜠写了倚少行代码。![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/jkpang/PPRows) +* [ProcessSpy](https://process-spy.app/) - 原生进皋监视噚功胜䞰富界面简掁。 +* [SwitchHosts](https://oldj.github.io/SwitchHosts/) - 䞀䞪管理、切换倚䞪 hosts 方案的工具。[![Open-Source Software][OSS Icon]](https://github.com/oldj/SwitchHosts) ![Freeware][Freeware Icon] +* [SCM Breeze](https://github.com/scmbreeze/scm_breeze) - 甚于增区䞎git亀互的shell脚本集(甚于bash和zsh)。![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/scmbreeze/scm_breeze) +* [SecureCRT](https://www.vandyke.com/products/securecrt/) - 䞀欟支持 SSH、Telnet 等倚种协议的终端仿真皋序。 +* [SnippetsLab](https://www.renfei.org/snippets-lab/) - 管理和组织䜠的代码片段。 +* [SSH Keys Manager](https://github.com/Stmol/ssh-keys-manager-macos-app) - 甚于管理本地 SSH 密钥和 Git 身仜的原生 macOS 应甚。 [![Open-Source Software][OSS Icon]](https://github.com/Stmol/ssh-keys-manager-macos-app) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [StarUML](http://staruml.io) - 区倧的蜯件建暡蜯件。 +* [Swiftify](https://objectivec2swift.com/#/xcode-extension/) - Xcode  Finder 扩展 Objective-C 蜬 Swift 代码蜬换噚 +* [Switzy](https://github.com/yefga/Switzy) - 甚于切换 Git 身仜并管理 SSH 密钥的匀源工具。 [![Open-Source Software][OSS Icon]](https://github.com/yefga/Switzy) ![Freeware][Freeware Icon] +* [SYM](https://github.com/zqqf16/SYM) - 䞀䞪囟圢化的厩溃日志解析工具。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/zqqf16/SYM) +* [Testpiler](https://furnacecreek.org/testpiler/) - 将 XCTest 测试蜬换䞺 Swift Testing 的工具。 +* [TeXstudio](http://www.texstudio.org) - 集成创建 LaTeX 文档的写䜜环境。 [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/texstudio/) ![Freeware][Freeware Icon] +* [uTools](https://u.tools/) - 䞀欟基于插件的皋序员效率工具包含非垞倚的实甚插件劂囟床、UUID、密码、翻译、JSON栌匏化等。[![Freeware][Freeware Icon]](https://u.tools/) +* [Vagrant Manager](http://vagrantmanager.com) - 管理䜠本地服务。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/lanayotech/vagrant-manager/) +* [Vagrant](https://www.vagrantup.com) - 甚来构建虚拟匀发环境的工具。 [![Open-Source Software][OSS Icon]](https://github.com/mitchellh/vagrant) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/iJackUA/awesome-vagrant#readme) +* [WeFlow](https://weflow.io/) - 䞀䞪基于 [tmt-workflow](https://github.com/Tencent/tmt-workflow) 前端工䜜流的匀发工具。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Tencent/WeFlow) +* [Woodpecker](http://www.woodpeck.cn) - 圚Mac䞊查看、猖蟑iOS App的沙盒文件, UserDefaults, Keychain项 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/woodpecker/id1333548463?platform=mac) +* [zeplin](https://www.zeplin.io/) - 前端䞎讟计协同工䜜䞓甚工具。![Freeware][Freeware Icon] +* [He3](https://he3.app) - 免莹智胜的匀发者䞇胜工具箱. ![Freeware][Freeware Icon] + +### 正则猖蟑噚 + +* [Patterns](http://krillapps.com/patterns/) - 正则衚蟟匏猖蟑噚。 +* [Regex](http://motionobj.com/regex/?utm_source=RegexApp&utm_medium=app) - 感觉是甚过最挂亮的正则衚蟟匏测试工具。 +* [Reggy](http://reggyapp.com/) - 正则衚蟟匏猖蟑噚。[![Open-Source Software][OSS Icon]](https://github.com/samsouder/reggy) ![Freeware][Freeware Icon] +* [RegExRX](http://www.mactechnologies.com/index.php?page=downloads#regexrx) - 正则衚蟟匏的匀发工具。 +* [RegexMate](https://apps.apple.com/app/6479819388?platform=mac) - 垊速查手册的正则衚蟟匏测试工具。 + +### API匀发和分析 + +* [Apifox](https://www.apifox.cn) - Apifox 是 API 文档、API 调试、API Mock、API 自劚化测试䞀䜓化协䜜平台定䜍 Postman + Swagger + Mock + JMeter ![Freeware][Freeware Icon] +* [Cocoa Rest Client](https://mmattozzi.github.io/cocoa-rest-client/) - 比 Postman 看起来挂亮的客户端测试 HTTP/REST endpoints。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/mmattozzi/cocoa-rest-client) +* [HTTPie](https://httpie.io/) - 经兞的呜什行 HTTP 客户端现圚提䟛 APP 版和眑页版。HTTPie 简单、盎观的 HTTP API 客户端。![Freeware][Freeware Icon] +* [Hoppscotch](https://docs.hoppscotch.io/documentation/clients/desktop) - 䞀欟蜻量、快速䞔功胜党面的 API 调试工具。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hoppscotch/hoppscotch) +* [Insomnia](https://insomnia.rest/) - 最盎观的跚平台 REST API 客户端。 [![Open-Source Software][OSS Icon]](https://github.com/getinsomnia/insomnia) ![Freeware][Freeware Icon] +* [Echolon](https://echolon.app) - 匀源 API 客户端也是 Postman 的替代品。 +* [Katalon Studio](https://www.katalon.com) - 简单匀攟性测试前端匀攟工具 眑页 手机应甚等客户端。 可以䜿甚圚䞍同的浏览噚![Freeware][Freeware Icon] +* [Maestro](https://maestro.dev/) - 面向移劚和 Web 应甚的端到端测试框架。 [![Open-Source Software][OSS Icon]](https://github.com/mobile-dev-inc/maestro) ![Freeware][Freeware Icon] +* [Postman](https://www.getpostman.com) - Postman 垮助我们快速测试 API。![Freeware][Freeware Icon] +* [Reqable](https://reqable.com) - 新䞀代 API 匀发工具先进的 API 调试代理和 REST 客户端。 ![Freeware][Freeware Icon] +* [ReqRes](https://reqresapp.com/) - 甚于监视、调试和暡拟 HTTP(S) 请求和响应的原生 macOS 应甚皋序。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/OloApps/ReqRes) +* [Trayce](https://trayce.dev) - 可监控 Docker 容噚流量并内眮 .bru HTTP 客户端。 [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/evanrolfe/trayce_gui) +* [Yaak](https://yaak.app) - 支持倚种协议、犻线可甚、兌容 Git 的现代化 API 客户端。 [![Open-Source Software][OSS Icon]](https://github.com/mountain-loop/yaak) + +### 眑络分析 + +* [bruno](https://www.usebruno.com/) - 䞀欟犻线䌘先、快速䞔兌容 Git 的匀源 API 客户端。 ![Freeware][Freeware Icon] +* [Charles](https://www.charlesproxy.com/) - 䞀䞪代理工具允讞䜠查看所有的 HTTP 和 HTTPS 流量。 +* [James](https://github.com/james-proxy/james) - 甚于 https 和 http 进行查询映射请求。 [![Open-Source Software][OSS Icon]](https://github.com/james-proxy/james) ![Freeware][Freeware Icon] +* [mitmproxy](https://mitmproxy.org/) - 䞀欟支持 HTTP(S) 的䞭闎人代理工具可圚终端䞋运行可甚于抓包 [![Open-Source Software][OSS Icon]](https://github.com/mitmproxy/mitmproxy) ![Freeware][Freeware Icon] +* [Paw](https://luckymarmot.com/paw) - 先进的 HTTP 客户端。 +* [Proxie](https://proxieapp.com/) - HTTP 调试客户端。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/cellist/id897814548?platform=mac) +* [Proxyman](https://proxyman.app) - 适甚于 macOS 的现代盎观 HTTP 调试代理. ![Freeware][Freeware Icon] +* [Rockxy](https://rockxy.io) - 甚于拊截、查看、修改和重攟请求的匀源 HTTP(S) 调试代理。 [![Open-Source Software][OSS Icon]](https://github.com/LocNguyenHuu/Rockxy) ![Freeware][Freeware Icon] +* [Wireshark](https://www.wireshark.org) - 䞖界䞊最广泛䜿甚的眑络协议分析蜯件。 [![Open-Source Software][OSS Icon]](https://github.com/wireshark/wireshark) ![Freeware][Freeware Icon] + +### 版本控制 + +* [Git](https://git-scm.com/) - 版本控制工具官眑提䟛[数十种 GUI 客户端](https://git-scm.com/download/gui/mac) for Mac。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/git/git) +* [SVN](http://subversion.apache.org/) - 版本控制工具。![Freeware][Freeware Icon] + +### 版本控制 GUI + +* [Cornerstone](http://www.zennaware.com/cornerstone/) - Mac 䞊最䜳的 SVN 管理工具。 +* [Fork](https://git-fork.com/) - 䞀䞪快速友奜的 Git 客户端。 +* [GitFinder](https://gitfinder.com/) - 䞀䞪快速和蜻量级的 Git 客户端的 Mac 侎 Finder 集成。 +* [GitX](https://rowanj.github.io/gitx/) - [Pieter's](https://github.com/pieter/gitx)的衍生版本绎技增区生产力和团队匀发变化。 [![Open-Source Software][OSS Icon]](https://github.com/rowanj/gitx) ![Freeware][Freeware Icon] +* [Gitbar](https://github.com/Shikkic/gitbar) - 匀源圚䜠的菜单栏䞊星瀺 GitHub 莡献统计。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Shikkic/gitbar) +* [GitHub Desktop](https://desktop.github.com/) - 䜿甚 GitHub 的 GUI 应甚。![Freeware][Freeware Icon] +* [GitUp](http://gitup.co/) - 䞀䞪简单功胜区倧的 Git 客户端。[![Open-Source Software][OSS Icon]](https://github.com/git-up/GitUp) ![Freeware][Freeware Icon] +* [GitKraken](https://www.gitkraken.com/) - 最流行的囟圢甚户界面的 git 管理工具。 +* [Hub](https://hub.github.com/) - 将 GitHub 接口和 Git 呜什进行包装。[![Open-Source Software][OSS Icon]](https://github.com/github/hub) ![Freeware][Freeware Icon] +* [OhMyStar](https://ohmystarapp.com/) - 最奜的组织 GitHub Star 的蜯件。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/ohmystar/id1218642292?platform=mac) +* [SourceTree](https://www.sourcetreeapp.com/) - 区倧的 Git 跚平台客户端。![Freeware][Freeware Icon] +* [SmartGit](http://www.syntevo.com/smartgit/) - 非商䞚甚途免莹党平台支持集成 GitHub 服务。 +* [Sublime Merge](https://www.sublimemerge.com/) - Git客户端来自Sublime Text的制造商。 +* [Tower2](https://www.git-tower.com/) - 最区倧的 Git 客户端。 +* [Versions](http://www.versionsapp.com/) - Mac 䞊最奜的 SVN 管理工具。 + +### 版本控制系统 + +* [Coding.net](https://coding.net) - 代码托管项目管理WebIDE挔瀺郚眲匀启云端匀发暡匏让匀发曎简单。![Freeware][Freeware Icon] +* [GitLab](http://gitlab.com/) - 䞀䞪甚于仓库管理系统的匀源项目。![Freeware][Freeware Icon] +* [GitHub](https://github.com) - GitHub 托管代码项目管理挔瀺郚眲瞧悚现圚就圚访问GitHub。![Freeware][Freeware Icon] +* [Gogs](https://gogs.io) - 䞀欟极易搭建的自助 Git 服务 Golang 版本。[![Open-Source Software][OSS Icon]](https://github.com/gogits/gogs) ![Freeware][Freeware Icon] +* [Gerrit](https://www.gerritcodereview.com) - Gerrit 是䞀䞪免莹、匀攟源代码的代码审查蜯件䜿甚眑页界面。![Freeware][Freeware Icon] +* [Gitblit](http://www.gitblit.com/) Java 版本 Git 代码托管项目管理。[![Open-Source Software][OSS Icon]](https://github.com/gitblit/gitblit) ![Freeware][Freeware Icon] +* [Gitea](https://gitea.io) - Gogs 的 fork 版本。![Open-Source Software][OSS Icon] +* [phabricator](https://phabricator.com) - phabricator 支持 Git、SVN、HG 基于 PHP + Mysql 的匀攟源代码蜯件匀发平台。![Freeware][Freeware Icon] + +### 数据库 + +* [Another Redis Desktop Manager](https://github.com/qishibo/AnotherRedisDesktopManager) - 䞀欟皳定党新的Redis管理工具。![Open-Source Software][OSS Icon]![Freeware][Freeware Icon] +* [Bdash](https://github.com/bdash-app/bdash) - SQL 客户端应甚皋序支持 MySQL、 PostgreSQL (Redshift)、 BigQuery。[![Open-Source Software][OSS Icon] ](https://github.com/bdash-app/bdash) ![Freeware][Freeware Icon] +* [Base 2](http://menial.co.uk/base/) - 䞀䞪甚于管理 SQLite 数据库的蜯件。 +* [Core Data Editor](https://github.com/ChristianKienle/Core-Data-Editor) - 栞心数据猖蟑噚可让悚蜻束查看猖蟑和分析应甚皋序的数据。 [![Open-Source Software][OSS Icon]](https://github.com/luin/medis) ![Freeware][Freeware Icon] +* [Dataflare](https://dataflare.app) - 简单易于䜿甚的数据库客户端支持 Postgres、MySQL、DuckDB、libSQL、Cloudflare D1 等。 +* [DB Browser for SQLite](http://sqlitebrowser.org/) - 䞀䞪跚平台的甚于管理 SQLite 数据库的蜯件。 [![Open-Source Software][OSS Icon]](https://github.com/sqlitebrowser/sqlitebrowser) ![Freeware][Freeware Icon] +* [DataGrip](http://www.jetbrains.com/datagrip/) - JetBrains 公叞旗䞋䞀欟数据库管理工具。[点击这里](https://www.jetbrains.com/student/) **孊生**免莹。 +* [DBeaver](https://dbeaver.jkiss.org/) - 跚平台 SQL 客户端支持倧郚分䞻流数据库 +* [DB Pro](https://dbpro.app) - 甚于查询和管理 SQL 数据库的客户端。 +* [ElectroCRUD](http://garrylachman.github.io/ElectroCRUD/) - MySQL 数据库 CRUD 应甚皋序。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/garrylachman/ElectroCRUD) +* [Sequel Pro](https://github.com/sequelpro/sequelpro) - 䞀䞪 MySQL 数据库管理蜯件。[![Open-Source Software][OSS Icon]](https://github.com/sequelpro/sequelpro) ![Freeware][Freeware Icon] +* [JackDB](https://www.jackdb.com/) - 盎接的 SQL 访问䜠所有的数据无论圚哪里。[![Open-Source Software][OSS Icon]](https://github.com/yoichiro/chrome_mysql_admin) ![Freeware][Freeware Icon] +* [medis](http://getmedis.com) - 挂亮的 Redis 管理蜯件。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/luin/medis) +* [MongoDB](https://www.mongodb.com) - 䞀䞪基于分垃匏文件存傚的数据库。 [![Open-Source Software][OSS Icon]](https://github.com/gcollazo/mongodbapp) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/ramnes/awesome-mongodb#desktop) +* [MongoBooster](http://www.mongobooster.com/) - MongoDB 囟圢化管理蜯件内嵌 MongoShellES6 语法流畅查询及智胜感知。![Freeware][Freeware Icon] +* [mongoDB.app](https://gcollazo.github.io/mongodbapp/) - 圚Mac 䞊最简单的䜿甚 MongoDB。[![Open-Source Software][OSS Icon]](https://github.com/gcollazo/mongodbapp) +* [MDB Explorer](http://www.macexplorer.co/en/mdb-explorer.php) - Mac 䞊查看猖蟑 Access 数据库的工具。 +* [MySQL Workbench](http://dev.mysql.com/downloads/workbench/) - MySQL 数据库官方管理蜯件。 +* [Navicat Data Modeler](https://www.navicat.com.cn/products/navicat-data-modeler) - 䞀䞪数据库讟计工具它垮助创建高莚玠的抂念、逻蟑和物理数据暡型。 +* [Paul](https://guillim.github.io/products/paul) - AI 䌘先的 PostgreSQL 客户端默讀只读垮䜠快速从数据库䞭获埗答案。 +* [Postico](https://eggerapps.at/postico/) - 现代 PostgreSQL 客户端挂亮功胜倚。 +* [Postgres.app](http://postgresapp.com/) - Mac 䞊最简单的方法的䜿甚 PostgreSQL 关系型数据库管理系统。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/PostgresApp/PostgresApp) +* [PSequel](http://www.psequel.com/) - PostgreSQL 数据库 GUI 蜯件。![Freeware][Freeware Icon] +* [pgModeler](https://pgmodeler.io) - 是䞀䞪䞓䞺PostgreSQL讟计的匀源数据建暡工具。 [![Open-Source Software][OSS Icon]](https://github.com/pgmodeler/pgmodeler) ![Freeware][Freeware Icon] +* [Redis Insight](https://redis.io/insight/) - Redis 官方掚出的数据浏览、调试䞎可视化工具。 ![Freeware][Freeware Icon] +* [RedisClient](https://github.com/UUGU/redis-client-app) - 挂亮跚平台的Redis管理蜯件。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/UUGU/redis-client-app) +* [RedisDesktopManager](https://redisdesktop.com/) - Redis 跚平台的 GUI 管理工具。[![Open-Source Software][OSS Icon]](https://github.com/uglide/RedisDesktopManager) ![Freeware][Freeware Icon] +* [SQLPro Studio](http://www.sqlprostudio.com/) - 支持 SQL Server, Postgres, Oracle 以及 MySQL 等䞻流的数据库可视化管理工具. +* [SQLight](https://aurvan.com/sqlight/) - 䞀䞪 SQLite 数据库管理噚工具非垞奜甚。 ![Freeware][Freeware Icon] +* [TablePlus](https://tableplus.io) - 支持 PostgreSQLMySQLRedShiftMariaDB... 各种数据库的高颜倌客户端。 [![Open-Source Software][OSS Icon]](https://github.com/TablePlus/TablePlus) ![Freeware][Freeware Icon] +* [TablePro](https://github.com/datlechin/TablePro) - 蜻量快速的数据库客户端支持䞻流 SQL/NoSQL 数据源并提䟛 AI 蟅助 SQL 猖蟑。 [![Open-Source Software][OSS Icon]](https://github.com/datlechin/TablePro) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [TrailBase](https://trailbase.io) - 基于 SQLite 的匀源后端平台提䟛类型安党 API、讀证和管理工具。 [![Open-Source Software][OSS Icon]](https://github.com/trailbaseio/trailbase) +* [redis-pro](https://github.com/cmushroom/redis-pro) - 蜻量易甚的 Redis 客户端管理工具䜿甚SwiftUI猖写埈奜的支持 Dark mode。 [![Open-Source Software][OSS Icon]](https://github.com/cmushroom/redis-pro) ![Freeware][Freeware Icon] + +### 呜什行应甚 + +* [alacritty](https://github.com/jwilm/alacritty) - A cross-platform, GPU-accelerated terminal emulator. [![Open-Source Software][OSS Icon]](https://github.com/jwilm/alacritty) ![Freeware][Freeware Icon] +* [Awal Terminal](https://github.com/AwalTerminal/Awal-terminal) - 支持倚提䟛商配眮和语音蟓入的 AI 原生终端暡拟噚。 [![Open-Source Software][OSS Icon]](https://github.com/AwalTerminal/Awal-terminal) ![Freeware][Freeware Icon] +* [electerm](https://electerm.github.io/electerm/) - 终端、SSH 和 SFTP 客户端。 [![Open-Source Software][OSS Icon]](https://github.com/electerm/electerm) ![Freeware][Freeware Icon] +* [Ghostty](https://github.com/ghostty-org/ghostty) - 快速的 GPU 加速终端暡拟噚。 [![Open-Source Software][OSS Icon]](https://github.com/ghostty-org/ghostty) ![Freeware][Freeware Icon] +* [hyper](https://hyper.is) - 基于 Web 技术的终端盎接替代自垊的 Terminal。[![Open-Source Software][OSS Icon]](https://github.com/zeit/hyper) ![Freeware][Freeware Icon] +* [iTerm2](http://www.iterm2.com) - 免莹的终端工具盎接替代自垊的 Terminal有非垞倚惊人的特性。[![Open-Source Software][OSS Icon]](https://github.com/gnachman/iTerm2) ![Freeware][Freeware Icon] +* [kitty](https://github.com/kovidgoyal/kitty) - A cross-platform, fast, feature full, GPU based terminal emulator. [![Open-Source Software][OSS Icon]](https://github.com/kovidgoyal/kitty) ![Freeware][Freeware Icon] +* [Tabby (formerly Terminus)](https://github.com/Eugeny/terminus) - 免莹的终端工具基于 Web 技术的终端甚 TypeScript 写成的跚平台终端工具。深受 hyper 启发。 [![Open-Source Software][OSS Icon]](https://github.com/Eugeny/terminus) ![Freeware][Freeware Icon] +* [Termius](https://www.termius.com/) - 免莹的终端工具可以䞎 windows 平台的 xshell 媲矎。 ![Freeware][Freeware Icon] +* [tty7](https://github.com/l0ng-ai/tty7) - 䜿甚纯 Rust 猖写、GPU 枲染、由守技进皋托管的终端无需 tmux 即可保持䌚话持久。 [![Open-Source Software][OSS Icon]](https://github.com/l0ng-ai/tty7) ![Freeware][Freeware Icon] +* [Vesta](https://github.com/vestaterm/Vesta) - 基于 libghostty 构建的原生 macOS 终端甚于并行运行猖码 agent。 [![Open-Source Software][OSS Icon]](https://github.com/vestaterm/Vesta) ![Freeware][Freeware Icon] +* [Warp](https://www.warp.dev) - Warp is a blazingly fast, rust-based terminal reimagined from the ground up to work like a modern app. [![Open-Source Software][OSS Icon]](https://www.github.com/warpdotdev/warp) +* [Wave](https://github.com/wavetermdev/waveterm) - 集成文件预览、眑页浏览和 AI 工具的匀源终端。 [![Open-Source Software][OSS Icon]](https://github.com/wavetermdev/waveterm) ![Freeware][Freeware Icon] +* [WezTerm](https://wezfurlong.org/wezterm/) - A GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/wez/wezterm) + +## 讟计和产品 + +### 讟计工具 + +* [Acorn](https://secure.flyingmeat.com/acorn/) - 䞀䞪像 PS党面的功胜集的囟像猖蟑噚。 +* [Affinity Designer](https://affinity.serif.com/en-us/designer/) - 矢量囟像讟计工具可以是 Adobe Illustrator 的替代。 +* [Affinity Photo](https://affinity.serif.com/en-us/photo/) - 光栅囟像讟计工具可以替代 Adobe PS 囟象倄理蜯件。 +* [Alchemy](http://al.chemy.org/) - 匀源的绘囟工具蜯件甚于玠描、䌚话以及䞀种新的绘囟方匏。[![Open-Source Software][OSS Icon]](http://svn.al.chemy.org/) +* [Amadine](https://amadine.com) - 䞀欟矢量绘囟应甚皋序将囟圢讟计垈所需的䞀切包装圚䞀䞪敎掁盎观的界面䞭。 +* [Art Text 3](https://www.belightsoft.com/art-text/) - 生成各种特效字䜓。 +* [Blender](https://www.blender.org/) - 党功胜可扩展的跚平台 3D 内容套件。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://developer.blender.org/) +* [Colorpicker](https://colorpicker.fr/) - 䞀䞪完敎的匀源颜色倄理工具 [![Open-Source Software][OSS Icon]](https://github.com/toinane/colorpicker) ![Freeware][Freeware Icon] +* [darktable](https://www.darktable.org) - 匀源摄圱工䜜流皋应甚皋序和 RAW 匀发工具。[![Open-Source Software][OSS Icon]](https://github.com/darktable-org/darktable) ![Freeware][Freeware Icon] +* [Figma](https://www.figma.com/) - 䞀欟基于 Web 的实时协䜜的云讟计蜯件。 ![Freeware][Freeware Icon] +* [FontForge](http://fontforge.github.io/) - 字䜓猖蟑工具。 [![Open-Source Software][OSS Icon]](https://github.com/fontforge) ![Freeware][Freeware Icon] +* [GIMP](https://www.gimp.org) - 囟像猖蟑蜯件号称 Linux 例的 PhotoShop同时有 Mac 版本。[![Open-Source Software][OSS Icon]](https://www.gimp.org/source/#gimp-source-code) +* [inklet](https://tenonedesign.com/inklet.php) - 将 Mac 䞊的觊摞板变成绘囟板。 +* [Inkscape](https://inkscape.org/zh/) - 䞀欟匀源矢量囟圢猖蟑蜯件䞎 Illustrator、Freehand、CorelDraw、Xara X 等其他蜯件盞䌌。[![Open-Source Software][OSS Icon]](https://launchpad.net/inkscape) +* [Krita](https://krita.org/) - 䞀䞪匀源的䜍囟圢猖蟑蜯件包含䞀䞪绘画皋匏和照片猖蟑噚。 [![Open-Source Software][OSS Icon]](https://github.com/KDE/krita) ![Freeware][Freeware Icon] +* [macSVG](https://macsvg.org/) - 讟计HTML5 SVG艺术和劚画。 [![Open-Source Software][OSS Icon]](https://github.com/dsward2/macSVG) ![Freeware][Freeware Icon] +* [MagicaVoxel](https://ephtracy.github.io/) - 蜻量级的8䜍像玠猖蟑和亀互路埄远螪枲染噚。![Freeware][Freeware Icon] +* [MakeHuman](http://www.makehumancommunity.org) - 功胜区倧䞔免莹的3D人䜓建暡噚。 ![Freeware][Freeware Icon] +* [Monodraw](https://helftone.com/) - macOS 平台䞊区倧的 ASCII 讟计流皋猖蟑噚。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/monodraw/id920404675?platform=mac) +* [Nik Collection](https://nikcollection.dxo.com/) - 䞓䞚照片后期制䜜工具Google 收莭后免莹![Freeware][Freeware Icon] +* [RawTherapee](https://rawtherapee.com/) - 免莹的跚平台原始囟像倄理皋序。![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/Beep6581/RawTherapee) +* [Paintbrush](http://paintbrush.sourceforge.net/) - 䜍囟囟像猖蟑噚。[![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/paintbrush/files/) ![Freeware][Freeware Icon] +* [Pencil2D](https://www.pencil2d.org) - 制䜜2D手绘劚画的简单盎观的工具。 [![Open-Source Software][OSS Icon]](https://github.com/pencil2d/pencil) ![Freeware][Freeware Icon] +* [Pixelmator](https://www.pixelmator.com/) - 区倧的囟像猖蟑噚PS的替代选择。 +* [Principle](http://principleformac.com/) - 䜿甚它埈容易讟计劚画和亀互匏甚户界面。 +* [Pika](https://superhighfives.com/pika) - 䞀䞪匀源的取色噚应甚。[![Open-Source Software][OSS Icon]](https://github.com/superhighfives/pika) [![App Store][app-store Icon]](https://apps.apple.com/app/pika/id6739170421?platform=mac) +* [ScreenToLayers](https://github.com/duyquoc/ScreenToLayers) - 蜻束富出桌面分层文件 PSD 文件。[![Open-Source Software][OSS Icon]](https://github.com/duyquoc/ScreenToLayers) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/screentolayers/id1077317077?platform=mac) +* [Sculptris](http://pixologic.com/sculptris/#) - 所见所埗的 3D 建暡。![Freeware][Freeware Icon] +* [Sketch](https://www.sketchapp.com/) - 混合矢量/䜍囟垃局应甚特别适甚于甚户界面Web 和移劚讟计。 + * [Sketch Cache Cleaner](https://yo-op.github.io/sketchcachecleaner/) - 枅理 Sketch 历史文件释攟磁盘空闎。 [![Open-Source Software][OSS Icon]](https://github.com/yo-op/sketchcachecleaner) ![Freeware][Freeware Icon] + * [Measure Plugin](http://utom.design/measure/) - 讟计皿标泚、测量工具。 [![Open-Source Software][OSS Icon]](https://github.com/utom/sketch-measure) ![Freeware][Freeware Icon] + * [Sketch Toolbox Plugin Manager](http://sketchtoolbox.com/) - 䞀䞪超级简单的 Sketch 插件管理噚。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/buzzfeed/Sketch-Toolbox) + * [User Flows Plugin](https://abynim.github.io/UserFlows/) - 盎接从画板生成流皋囟。[![Open-Source Software][OSS Icon]](https://github.com/abynim/UserFlows) ![Freeware][Freeware Icon] +* [SketchBook](https://www.sketchbook.com/?locale=cn) - 出䌗的绘囟蜯件。![Freeware][Freeware Icon] +* [Sparkle](https://sparkleapp.com/) - 可视化眑页讟计工具。 +* [System Color Picker](https://github.com/sindresorhus/System-Color-Picker) - macOS颜色选择噚是䞀欟具有曎倚功胜的应甚皋序。 [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/System-Color-Picker) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1545870783?platform=mac) +* [Tayasui Sketches](http://www.tayasui.com/sketches/) - 䞓䞚的绘囟蜯件。 +* [Vectornator: Design Software](https://www.vectornator.io/) - Galaxy䞭最盎观、最粟确的插囟蜯件。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/vectornator-design-software/id1219074514?platform=mac) +* [Vectr](https://vectr.com/) - 免莹囟圢猖蟑噚。这是䞀䞪简单而区倧的 Web 和桌面跚平台工具把䜠的讟计变成现实。![Freeware][Freeware Icon] +* [Lunacy](https://icons8.com/lunacy) - 内眮玠材并支持实时协䜜的矢量讟计工具。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/lunacy-graphic-design-editor/id1582493835?platform=mac) + +### 原型流皋 + +* [Axure RP 8](https://www.axure.com/) - 画原型囟工具团队协䜜方䟿奜甚。 +* [ProtoPie](https://www.protopie.io/) - 高保真亀互原型讟计。 +* [Adobe XD (Experience Design)](http://www.adobe.com/products/experience-design.html) - 甚于眑站和移劚应甚的讟计和原型讟计。 +* [Balsamiq Mockups](https://balsamiq.com/products/mockups/) - 䞀䞪快速的眑页讟计原型工具垮助䜠曎快、曎聪明的工䜜。 +* [Origami Studio](http://origami.design/) - 䞀种讟计现代界面的新工具由 Facebook 讟计垈构建和䜿甚。 +* [Flinto](https://www.flinto.com/) - 快速制䜜高保真的互亀原型工具支持 Sketch 富入。 +* [Kite](https://kiteapp.co/) - 䞀䞪区倧的劚画制䜜工具制䜜 Mac 和 iOS 原型䞭的应甚。 +* [Justinmind](http://www.justinmind.com) - 功胜曎䞰富团队协䜜方䟿。 +* [MockFlow](https://www.mockflow.com) - 甚于眑页讟计和可甚性测试的圚线原型讟计套件。 +* [pencil](http://pencil.evolus.vn/) - 匀源免莹制䜜蜯件原型的工具 [![Open-Source Software][OSS Icon]](https://github.com/evolus/pencil) ![Freeware][Freeware Icon] +* [Mockplus](http://www.mockplus.com) - 曎快曎简单的原型讟计工具。 +* [OmniGraffle](https://www.omnigroup.com/omnigraffle) - 可甚来绘制囟衚、流皋囟、组织结构囟、思绎富囟以及插囟或原型。 +* [XMind](http://www.xmind.net) - 䞀欟实甚的思绎富囟蜯件。 +* [Lighten](https://lighten-test.xmind.net) - XMind 出品的䞀欟实甚的思绎富囟蜯件。 +* [Scapple](http://www.literatureandlatte.com/scapple.php) - 䞀欟实甚的思绎富囟蜯件。 +* [Simple Diagrams](https://www.simplediagrams.com/) - 甚于快速绘制手绘风栌草囟的囟衚工具。 +* [Framer](https://framer.com/) - 做亀互原型的工具。 +* [Marvel](https://marvelapp.com/) - 简单讟计原型讟计和协䜜。![Freeware][Freeware Icon] +* [MindNode](http://mindnode.com/) - 简掁的风栌䞎人性化的操䜜绘制思绎脑囟。 +* [WriteMapper](https://writemapper.com/) - 䞓䞺写䜜者而讟的脑囟工具。 +* [SimpleMind](https://simplemind.eu/) - 超小䜓积的思绎富囟工具。 +* [macSVG](https://macsvg.org/) - 讟计 HTML5 SVG 和劚画. [![Open-Source Software][OSS Icon]](https://github.com/dsward2/macSVG) ![Freeware][Freeware Icon] +* [GitMind](https://gitmind.cn/) - 新䞀代免莹思绎富囟协䜜蜯件灵感流淌、思想共创激发思想流劚让智慧自然涌现。![Freeware][Freeware Icon] + +### 䜜囟工具 + +* [Draw.io](https://www.draw.io/) - 䞊癟种囟圢支持倚种栌匏富出。 ![Freeware][Freeware Icon] +* [OmniGraffle](https://www.omnigroup.com/omnigraffle/) - Omni 成员native 应甚。 +* [ProcessOn](https://www.processon.com/) - 流皋囟、思绎富囟、原型囟... 䞭文友奜免莹保存 5 䞪文件。 + +### 截囟工具 + +* [capcap](https://capcap.skyrin.fun) - 原生菜单栏截囟工具支持双击 Command 截囟、标泚、长截囟、矎化、钉囟和囟床䞊䌠。 [![Open-Source Software][OSS Icon]](https://github.com/realskyrin/capcap) ![Freeware][Freeware Icon] +* [CleanShot X](https://cleanshot.com/) - 像䞓䞚人士䞀样捕捉䜠的 Mac 屏幕。 +* [iShot](https://www.better365.cn/) - 完党免莹、功胜党面的截囟工具支持莎囟、滚劚截囟、延时截囟等。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/ishot-%E6%88%AA%E5%9B%BE-%E9%95%BF%E6%88%AA%E5%9B%BE-%E6%A0%87%E6%B3%A8%E5%B7%A5%E5%85%B7/id1485844094?platform=mac) ![Freeware][Freeware Icon] +* [macshot](https://github.com/sw33tlie/macshot) - 支持圕屏、滚劚截囟和 OCR 的截囟标泚工具。 [![Open-Source Software][OSS Icon]](https://github.com/sw33tlie/macshot) ![Freeware][Freeware Icon] +* [Scap](https://wangchujiang.com/scap/) - 支持暡糊、马赛克和氎印的截囟标泚䞎画垃工具。[![App Store][app-store Icon]](https://apps.apple.com/app/Scap/6758053530?platform=mac) +* [Capty](https://capty.app/) - 内眮猖蟑和标泚功胜的圕屏䞎截囟工具。 +* [Capso](https://github.com/lzhgus/Capso) - 支持标泚、OCR 和摄像倎画䞭画的匀源截囟䞎圕屏工具。 [![Open-Source Software][OSS Icon]](https://github.com/lzhgus/Capso) ![Freeware][Freeware Icon] +* [Shottr](https://shottr.cc/) - 具倇滚劚截屏、OCR 和标泚等功胜的屏幕捕捉应甚支持倚语OCR。 +* [Skitch](https://evernote.com/intl/zh-cn/skitch/) - 截囟附垊区倧的标泚功胜。![Freeware][Freeware Icon] +* [Snip](http://snip.qq.com/) - 高效的截囟工具支持滚劚截屏腟讯䜜品。![Freeware][Freeware Icon] +* [Snipaste](https://zh.snipaste.com/) - 䞀䞪简单䜆区倧的截囟工具。![Freeware][Freeware Icon] +* [Teampaper Snap](http://teampaper.me/snap/) - 䞺讟计垈量身定做的屏幕截囟兌泚释工具。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/monosnap/id1199502670?platform=mac) +* [Xnip](http://xnipapp.com/) - 免莹奜甚的滚劚截屏利噚。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/xnip-handy-screenshot-app/id1221250572?platform=mac) ![Freeware][Freeware Icon] +* [囟几Tuji](https://tuji.app/) - 截囟、标泚并矎化。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/tuji/id6479216439?platform=mac) ![Freeware][Freeware Icon] +* [截囟(Jietu)](http://jietu.qq.com/) - 截囟附垊区倧的标泚功胜腟讯䜜品。![Freeware][Freeware Icon] + +### 屏幕圕制 + +* [BetterCapture](https://jsattler.github.io/BetterCapture/) - 免莹匀源的䞓䞚屏幕圕制工具。[![Open-Source Software][OSS Icon]](https://github.com/jsattler/BetterCapture) ![Freeware][Freeware Icon] +* [GifCapture](https://github.com/onmyway133/GifCapture) - 匀源 macOS 截屏生成 Gif 工具。[![Open-Source Software][OSS Icon]](https://github.com/onmyway133/GifCapture) ![Freeware][Freeware Icon] +* [Gifox](https://gifox.app) - 䞓䞚的高颜倌 GIF 圕制应甚。 +* [GIF Brewery](https://gfycat.com/gifbrewery) - GIF Brewery gives everyone the power to create stunning GIFs from video files. [![App Store][app-store Icon]](https://apps.apple.com/cn/app/gif-brewery-by-gfycat/id1081413713?platform=mac) ![Freeware][Freeware Icon] +* [GIPHY Capture](https://giphy.com/apps/giphycapture) - 免莹蜯件的捕捉和分享囟片圚桌面䞊。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/giphy-capture-the-gif-maker/id668208984?platform=mac) +* [Kap](https://getkap.co/) - 蜻量 GIF 圕屏小工具。[![Open-Source Software][OSS Icon]](https://github.com/wulkano/kap) ![Freeware][Freeware Icon] +* [KeyCastr](https://github.com/keycastr/keycastr) - 圕屏奜垮手实时星瀺按键操䜜的小工具。[![Open-Source Software][OSS Icon]](https://github.com/keycastr/keycastr) ![Freeware][Freeware Icon] +* [Licecap](http://www.cockos.com/licecap/) - 可盎接富出 GIF 的圕屏工具。[![Open-Source Software][OSS Icon]](https://github.com/justinfrankel/licecap) ![Freeware][Freeware Icon] +* [Monosnap](https://monosnap.com/) - 制䜜截囟圕制视频共享文件。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/monosnap/id540348655?platform=mac) +* [OBS Studio](https://github.com/obsproject/obs-studio) - 免莹匀源的盎播和屏幕圕制蜯件。 [![Open-Source Software][OSS Icon]](https://github.com/obsproject/obs-studio) ![Freeware][Freeware Icon] +* [OpenScreen](https://github.com/siddharthvaddem/openscreen) - 甚于制䜜产品挔瀺和操䜜讲解视频的匀源工具。 [![Open-Source Software][OSS Icon]](https://github.com/siddharthvaddem/openscreen) ![Freeware][Freeware Icon] +* [Quick Recorder](https://lihaoyun6.github.io/quickrecorder/) - 倚功胜、蜻量化、高性胜的 macOS 屏幕圕制工具 [![Open-Source Software][OSS Icon]](https://github.com/lihaoyun6/QuickRecorder) ![Freeware][Freeware Icon] +* [Recordly](https://recordly.dev/) - 甚于制䜜挔瀺、教皋和产品视频的匀源圕屏䞎猖蟑工具。 [![Open-Source Software][OSS Icon]](https://github.com/webadderallorg/Recordly) ![Freeware][Freeware Icon] +* [Reframed](https://reframed.dev) - 内眮猖蟑噚的圕屏工具。 ![Open-Source Software][OSS Icon](https://github.com/jkuri/Reframed) ![Freeware][Freeware Icon] +* [Screen Studio](https://www.screen.studio/) - 可自劚生成劚态效果的圕屏工具。 +* [ScreenKite](https://www.screenkite.com/) - 原生屏幕圕制和猖蟑工具支持自劚猩攟、AI 增区、讟倇暡型和提词噚。 ![Freeware][Freeware Icon] +* [ScreenSage Pro](https://screensage.pro/) - 䞀欟可圚几分钟内制䜜粟矎圕屏视频的工具。 +* [Screenize](https://syi0808.github.io/screenize/) - 支持自劚猩攟、光标效果和时闎蜎猖蟑的匀源圕屏工具。 [![Open-Source Software][OSS Icon]](https://github.com/syi0808/screenize) ![Freeware][Freeware Icon] +* [Screenpipe](https://github.com/mediar-ai/screenpipe) - 支持 AI 搜玢的本地屏幕䞎麊克风圕制工具。 [![Open-Source Software][OSS Icon]](https://github.com/mediar-ai/screenpipe) ![Freeware][Freeware Icon] +* [Tight Studio](https://tight.studio/) - 支持智胜猩攟、字幕和 AI 配音的圕屏工具。 + +### 其它工具 + +* [APNGb](https://github.com/mancunianetz/APNGb) - 猖蟑 png 囟片栌匏的蜯件。 [![Open-Source Software][OSS Icon]](https://github.com/mancunianetz/APNGb) ![Freeware][Freeware Icon] +* [Assetizr](https://assetizr.com) - 囟片猖蟑应甚蜻束曎改囟片尺寞压猩囟片重呜名囟片。 ![Freeware][Freeware Icon] +* [Droply](https://convergencelab.gumroad.com/l/droply) - 犻线批量囟片去背景工具。 +* [AppIconBuilder(囟标构建)](https://apps.apple.com/cn/app/shotbuilder/id1294179975?platform=mac) - App囟标倚平台䞀键富出。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/shotbuilder/id1294179975?platform=mac) +* [Couleurs](http://couleursapp.com) - 简单的屏幕取色应甚皋序。 ![Freeware][Freeware Icon] +* [Eagle App](https://cn.eagle.cool/) - 甚于管理囟片、视频、音频、字䜓和讟计玠材的资源库工具。 +* [Frank DeLoupe](http://jumpzero.com/frank/) - 支持 Retina 的屏幕拟色噚。 +* [Image2icon](http://www.img2icnsapp.com) - 将䜠的囟片蜬换成囟标。![Freeware][Freeware Icon] +* [ImageAlpha](https://pngmini.com/) - 压猩 PNG 囟片去掉无效的透明。[![Open-Source Software][OSS Icon]](https://github.com/pornel/ImageAlpha) ![Freeware][Freeware Icon] +* [ImageOptim](https://imageoptim.com/mac) - 压猩囟片删陀 EXIF 信息。[![Open-Source Software][OSS Icon]](https://github.com/ImageOptim/ImageOptim) ![Freeware][Freeware Icon] +* [iPic](http://toolinbox.net/iPic/) - 䞊䌠囟片至䞃牛、阿里云等囟床支持 Markdown 铟接。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/id1101244278?ls=1&at=1000lv4R&ct=iPic_me&platform=mac) +* [IconKit](http://appersian.net/) - App囟标自劚生成噚。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/iconkit-icon-resizer-for-app/id507135296?platform=mac) +* [Iconjar](http://geticonjar.com/) - 囟标管理蜯件垊组织和搜玢功胜。 +* [JPEGmini](http://www.jpegmini.com/) - 将囟像尺寞降䜎高蟟 80而䞍䌚圱响莚量。 +* [Mottie](https://recouse.me/apps/mottie/) - 原生 Lottie 劚画播攟噚支持 dotLottie 文件的快速预览扩展。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id6743446238?pt=120474400&ct=awesome-mac&mt=8) +* [Preset Brewery](https://www.presetbrewery.com) - 将Lightroom预讟蜬换䞺Adobe Camera Raw的工具。 +* [PicGo](https://github.com/Molunerfinn/PicGo) - 支持垞甚 cdn 的囟床工具。[![Open-Source Software][OSS Icon]](https://github.com/Molunerfinn/PicGo) +* [Lap](https://github.com/julyx10/lap) - 䞀欟甚于犻线浏览䞎敎理䞪人照片媒䜓库的本地照片管理工具。 [![Open-Source Software][OSS Icon]](https://github.com/julyx10/lap) ![Freeware][Freeware Icon] +* [Resize Master](http://www.boltnev.com/resizemaster/) - 曎快速和容易批量调敎囟像和加氎印。 [![App Store][app-store Icon]](https://apps.apple.com/app/resize-master/id1025306797?platform=mac) ![Freeware][Freeware Icon] +* [RightFont](http://rightfontapp.com/) - 字䜓管理工具。 +* [svgus](http://www.svgs.us/) - SVG 囟片管理噚。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/svgsus/id1106867065?platform=mac) +* [Solarized](http://ethanschoonover.com/solarized) - 干净枅爜的颜色䞻题支持 iTerm、Intellij IDEA、Vim 等。 +* [Sip](http://theolabrothers.com/) - 收集敎理和分享䜠的颜色拟色噚。 +* [CompressO](https://github.com/codeforreal1/compressO) - 䞀欟甚于压猩视频和囟片䜓积的匀源工具。 [![Open-Source Software][OSS Icon]](https://github.com/codeforreal1/compressO) ![Freeware][Freeware Icon] +* [TinyPNG4Mac](https://github.com/kyleduo/TinyPNG4Mac) - 囟片压猩䞓甚匀源工具。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/kyleduo/TinyPNG4Mac) +* [Tropy](https://tropy.org/) - 照片档案管理工具。[![Open-Source Software][OSS Icon]](https://github.com/tropy/tropy) ![Freeware][Freeware Icon] +* [uPic](https://github.com/gee1k/uPic) - macOS 原生应甚功胜区倧䞔简掁的囟床客户端。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/gee1k/uPic) +* [Zipic](https://zipic.app/) - 支持预讟和自劚化的批量囟片压猩工具。 +* [马克鳗](http://getmarkman.com/) - 高效的讟计皿标泚、测量工具。 + +## 虚拟机 + +* [Docker](https://www.docker.com/) - 匀源的应甚容噚匕擎。 [![Open-Source Software][OSS Icon]](https://github.com/docker) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/veggiemonk/awesome-docker#readme) +* [Gantry](https://github.com/getgantry/gantry) - 支持本地䞎 SSH 远皋䞻机的䞀站匏 Docker 囟圢化管理工具内眮 MCP 服务端胜力。 [![Open-Source Software][OSS Icon]](https://github.com/getgantry/gantry) ![Freeware][Freeware Icon] +* [Cocoa-Way](https://github.com/J-x-Z/cocoa-way) - 无需虚拟机即可运行 Linux 囟圢应甚的 Wayland 合成噚。 [![Open-Source Software][OSS Icon]](https://github.com/J-x-Z/cocoa-way) ![Freeware][Freeware Icon] +* [DockStation](https://dockstation.io/) - 管理 Docker 项目的皋序。 [![Open-Source Software][OSS Icon]](https://github.com/DockStation/dockstation) ![Freeware][Freeware Icon] +* [GhostVM](https://github.com/groundwater/GhostVM) - 甚于创建和管理隔犻匏 macOS 虚拟机工䜜区的虚拟化工具。 ![Freeware][Freeware Icon] +* [lima-vm](https://github.com/lima-vm/lima) - 䞓泚于运行容噚的 Linux 虚拟机。[![Open-Source Software][OSS Icon]](https://github.com/lima-vm/lima) +* [Mocker](https://github.com/us/mocker) - 基于 Apple Containerization framework 的容噚管理工具。 [![Open-Source Software][OSS Icon]](https://github.com/us/mocker) ![Freeware][Freeware Icon] +* [Multipass](https://multipass.run/) - 适甚于任䜕工䜜站的 Ubuntu 虚拟机。 [![Open-Source Software][OSS Icon]](https://github.com/canonical/multipass) +* [OrbStack](https://orbstack.dev/) - 圚 Mac 䞊无猝高效地运行 Docker 和 Linux。Docker Desktop 替代品可垮助悚曎快地工䜜。![Freeware][Freeware Icon] +* [Parallels Desktop](http://www.parallels.com/) - 虜然奜甚䜆是收莹机制曎新花钱、花钱、花钱。 +* [Portainer](https://portainer.io/) - 基于眑页管理 Docker 容噚和 swarm 集矀。 [![Open-Source Software][OSS Icon]](https://github.com/portainer/portainer) ![Freeware][Freeware Icon] +* [UTM](https://mac.getutm.app/) - 适甚于 iOS 和 macOS 的党功胜系统暡拟噚和虚拟机䞻机。[![Open-Source Software][OSS Icon]](https://github.com/utmapp/UTM) +* [Veertu](https://veertu.com) - Mac 䞊蜻量级的虚拟机。通过䞀种高响应沙箱䞔本地化的方匏圚䜠圚 Mac 䞊运行虚拟机。![Freeware][Freeware Icon] +* [Virtual Box](http://www.virtualbox.org) - 免莹垊 NTFS 读写䞍甚买 ParagonNTFS省100块。![Freeware][Freeware Icon] +* [VMware Fusion Pro](http://www.vmware.com/) - 功胜区倧的虚拟机蜯件䞪人䜿甚免莹䌁䞚需芁讞可![Freeware][Freeware Icon] + +## AI 工具 + +* [Agenttrace](https://luoyuctl.github.io/agenttrace/) - 本地䌘先的 TUI可检查 AI 猖皋代理䌚话、成本、Token、延迟、工具倱莥、健康床和差匂。 [![Open-Source Software][OSS Icon]](https://github.com/luoyuctl/agenttrace) ![Freeware][Freeware Icon] +* [AppleAi](https://www.theappleai.tech/) - 䞀键快捷访问菜单栏䞭的倚欟 AI 助手。 [![Open-Source Software][OSS Icon]](https://github.com/bunnysayzz/AppleAI) +* [Apple On-Device OpenAI](https://github.com/gety-ai/apple-on-device-openai) - 将 Apple 端䟧暡型封装䞺 OpenAI 兌容 API 的工具。 [![Open-Source Software][OSS Icon]](https://github.com/gety-ai/apple-on-device-openai) ![Freeware][Freeware Icon] +* [Atomic Chat](https://github.com/AtomicBot-ai/Atomic-Chat) - 支持本地和云暡型并集成 MCP 的匀源 AI 聊倩客户端。 [![Open-Source Software][OSS Icon]](https://github.com/AtomicBot-ai/Atomic-Chat) +* [ChatGPT](https://openai.com/chatgpt/mac/) - OpenAI官方出品的Apple Silicon 支持客户端 +* [Claude](https://claude.ai/download) - 䜠的桌面 AI 䌙䌎。快速、䞓泚䞓䞺深床工䜜讟计。 +* [Claude God](https://claudegod.app) - 甚于监控 Claude 甚量、成本和䌚话统计的工具。 [![Open-Source Software][OSS Icon]](https://github.com/Lcharvol/Claude-God) ![Freeware][Freeware Icon] +* [Claude Usage](https://github.com/Bread-bang/claude-usage) - 甚于 Claude Code 的菜单栏应甚圚状态行䞭分窗栌星瀺䞊䞋文䌚话䞎每呚甚量始终可见。无需运行 usage、context 等呜什即可查看。 [![Open-Source Software][OSS Icon]](https://github.com/Bread-bang/claude-usage) ![Freeware][Freeware Icon] +* [Claude Usage Monitor](https://github.com/theDanButuc/Claude-Usage-Monitor) - 通过实时计数噚跟螪 Claude 甚量的工具。 [![Open-Source Software][OSS Icon]](https://github.com/theDanButuc/Claude-Usage-Monitor) ![Freeware][Freeware Icon] +* [Claudoscope](https://github.com/cordwainersmith/claudoscope) - 甚于浏览和分析 Claude Code 䌚话的工具。 [![Open-Source Software][OSS Icon]](https://github.com/cordwainersmith/claudoscope) ![Freeware][Freeware Icon] +* [ClawdHome](https://clawdhome.app/) - 甚䞀䞪控制台管理倚䞪盞互隔犻的 OpenClaw 眑关实䟋。 [![Open-Source Software][OSS Icon]](https://github.com/ThinkInAIXYZ/clawdhome) ![Native App][Native Icon] +* [clawpypaste](https://github.com/krisbradley/clawpypaste) - 适甚于 Claude Code 的菜单栏代码块选择噚和䌚话浏览噚。 [![Open-Source Software][OSS Icon]](https://github.com/krisbradley/clawpypaste) ![Freeware][Freeware Icon] +* [Cherry Studio](https://www.cherry-ai.com/) - 支持倚䞪倧语蚀暡型LLM提䟛商的桌面客户端。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/CherryHQ/cherry-studio) +* [Chatbox](https://chatboxai.app) - 甚户友奜的 AI 暡型/倧语蚀暡型GPT、Claude、Gemini、Ollama 等桌面客户端应甚。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/chatboxai/chatbox) +* [CodexBar](https://codexbar.app) - 星瀺 OpenAI Codex 和 Claude Code 的䜿甚统计无需登圕。 [![Open-Source Software][OSS Icon]](https://github.com/steipete/CodexBar) ![Freeware][Freeware Icon] +* [Cursor Voice](https://cursorvoice.app) - 垞驻光标旁的语音助手可看屏幕并通过 OpenAI Realtime API 控制应甚。 [![Open-Source Software][OSS Icon]](https://github.com/cursorvoice/cursor-voice) ![Freeware][Freeware Icon] +* [Fazm](https://fazm.ai) - 䞀欟可甚语音控制应甚、文件和工䜜流的匀源 AI 代理。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/m13v/fazm) +* [Flock](https://github.com/Divagation/flock) - 可圚同䞀工䜜区并行运行倚䞪 Claude Code 侎 Shell 䌚话的终端倚路倍甚工具。 [![Open-Source Software][OSS Icon]](https://github.com/Divagation/flock) ![Freeware][Freeware Icon] +* [Fluent](https://fluentmac.app) - 可圚各类应甚䞭调甚暡型和䞊䞋文的 AI 助手。 +* [Gemini Collector](https://github.com/FirenzeLor/gemini-collector) - 将 Google Gemini 对话、附件䞎 AI 生成媒䜓以 JSON 栌匏倇仜到本地。 [![Open-Source Software][OSS Icon]](https://github.com/FirenzeLor/gemini-collector) ![Freeware][Freeware Icon] +* [GroAsk](https://groask.com) - 可将选䞭文本发送给 AI 助手和呜什行 Agent 的菜单栏启劚噚。 +* [Jan](https://jan.ai/) - 匀源的 ChatGPT 替代方案可完党犻线圚䜠的电脑䞊运行。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/menloresearch/jan) +* [Maestro](https://runmaestro.ai) - 采甚规栌驱劚工䜜流的倚 AI 猖码代理协䜜工具。 [![Open-Source Software][OSS Icon]](https://github.com/pedramamini/Maestro) +* [RecurseChat](https://recurse.chat) - 支持自定义工䜜流的本地䌘先 AI 聊倩应甚。 +* [MiniClaw](https://github.com/augmentedmike/miniclaw-os) - 具倇记忆和自劚化胜力的本地䌘先䞪人 AI 代理。 [![Open-Source Software][OSS Icon]](https://github.com/augmentedmike/miniclaw-os) ![Freeware][Freeware Icon] +* [Off Grid AI Desktop](https://getoffgridai.co/desktop) - 私密的本地䌘先 AI 工具支持本地倧暡型对话、囟像生成、语音听写和记忆搜玢党郚圚端䟧运行。 [![Open-Source Software][OSS Icon]](https://github.com/off-grid-ai/off-grid-ai-desktop) ![Freeware][Freeware Icon] +* [Orchard](https://orchard.5km.tech/) - 甚于连接 AI 助手䞎 Apple 应甚的 MCP 服务。 +* [Prevail](https://prevail.sh) - 本地䌘先的 AI「人生操䜜系统」按生掻领域运行任意暡型数据保存圚本机的纯 Markdown 库䞭。已筟名并公证。 [![Open-Source Software][OSS Icon]](https://github.com/fru-dev3/prevail-desktop) ![Freeware][Freeware Icon] +* [Witsy](https://jan.ai/) - 桌面 AI 助手 / 通甹 MCP 客户端。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nbonamy/witsy) +* [remio](https://www.remio.ai/?utm_source=github_list) - 基于䞪人知识库回答问题的本地䌘先 AI 聊倩客户端。 + [![Freeware][Freeware Icon]](https://www.remio.ai/?utm_source=github_list) +* [TokenMeter](https://priyans-hu.github.io/tokenmeter/) - 跟螪 Claude Code 甚量、速率限制、成本䞎掻跃热力囟的工具。 [![Open-Source Software][OSS Icon]](https://github.com/Priyans-hu/tokenmeter) ![Freeware][Freeware Icon] +* [TokenTracker](https://www.tokentracker.cc) - 本地䌘先的菜单栏䞎呜什行工具远螪 20 倚欟 AI 猖皋工具的 Token 甚量䞎花莹。 [![Open-Source Software][OSS Icon]](https://github.com/mm7894215/TokenTracker) ![Freeware][Freeware Icon] +* [Usage4Claude](https://github.com/f-is-h/Usage4Claude) - 实时监控 Claude 各类甚量配额的工具。 [![Open-Source Software][OSS Icon]](https://github.com/f-is-h/Usage4Claude) ![Freeware][Freeware Icon] +* [Warden](https://karatsidhu.gumroad.com/l/warden) - 原生 Swift 打造的 macOS 应甚可䜿甚䜠的 API Key 运行倚䞪倧语蚀暡型LLM。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/SidhuK/WardenApp) + +## 通信 + +*掚荐䞀些通信工具沟通团队协同。* + + +* [BearyChat](https://bearychat.com/) - 互联眑团队协䜜沟通工具。 +* [BlurScreen App](https://www.blurscreen.app) - 可圚圕屏或共享时即时暡糊屏幕敏感内容的工具。 +* [Discord](https://discordapp.com/) - 集语音、文字和瀟区于䞀䜓的聊倩平台。 +* [Franz](http://meetfranz.com/) - 将倚䞪聊倩服务敎合到䞀起的通讯工具。![Freeware][Freeware Icon] +* [Ferdium](https://ferdium.org/) - 将倚䞪 Web 应甚敎合到䞀起的消息工䜜区。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ferdium/ferdium-app) +* [Gitter](https://gitter.im) - 面向匀发者和 GitHub 瀟区的聊倩平台。 ![Freeware][Freeware Icon] +* [Keybase](https://keybase.io/) - 䞀䞪安党的消息应甚皋序! [![Open-Source Software][OSS Icon]](https://github.com/keybase) ![Freeware][Freeware Icon] +* [Maipo脉搏](http://weiboformac.sinaapp.com/) - 埮博第䞉方 Mac 应甚。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/weibox/id789066512?platform=mac) +* [Mastodon](https://mastodon.social/) - 䞀䞪自由匀源的去䞭心化的分垃匏埮博客瀟亀眑络。[![Freeware][Freeware Icon]](https://joinmastodon.org/zh/apps) [![Open-Source Software][OSS Icon]](https://github.com/tootsuite/mastodon) +* [Matrix](https://matrix.org/) - 䞀䞪甚于安党、去䞭心化通信的匀攟眑络。![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] +* [Microsoft Teams](https://www.microsoft.com/zh-cn/microsoft-teams/group-chat-software/) - Microsoft Teams是䞀䞪通信和协䜜蜯件它集成了聊倩、视频䌚议、 文件存傚 、Office 365等功胜。 +* [Misskey](https://misskey-hub.net/) - Misskey是䞀䞪去䞭心化匀源瀟亀平台。[![Open-Source Software][OSS Icon]](https://github.com/misskey-dev/misskey) +* [Mattermost](https://mattermost.com/download/) - 匀源团队协䜜平台。 [![Open-Source Software][OSS Icon]](https://github.com/mattermost/mattermost) ![Freeware][Freeware Icon] +* [QQ](http://im.qq.com/macqq/index.shtml) - QQ for Mac App。![Freeware][Freeware Icon] +* [Rambox](http://rambox.pro/) - 消息和电子邮件应甚皋序将垞见的Web应甚皋序组合成䞀䞪皋序。 [![Open-Source Software][OSS Icon]](https://github.com/saenzramiro/rambox) ![Freeware][Freeware Icon] +* [Signal](https://signal.org/) - 畅所欲蚀来尝试䞀种别样的通讯䜓验吧。Signal 䞍仅提䟛各种垞见的功胜还尀䞺泚重隐私安党。![Freeware][Freeware Icon] +* [Slack](https://slack.com/) - 团队协䜜沟通工具。 +* [Stack](https://getstack.app/) - 甚于圚䞀䞪界面䞭敎理倚䞪 Web 应甚的工䜜区浏览噚。 +* [Teams](https://teams.live.com/) - 免莹圚线䌚议和视频通话。 +* [Telegram](https://desktop.telegram.org) - 通讯新时代。 +* [Textual](https://www.codeux.com/textual) - 最受欢迎的䞖界䞎我们盞关的 KPI 应甚 for OS X。[![Open-Source Software][OSS Icon]](https://github.com/Codeux-Software/Textual) +* [Teambition](https://www.teambition.com) - 提䟛任务、日皋、文件和讚论功胜的团队协䜜工具。![Freeware][Freeware Icon] +* [WeChat](http://weixin.qq.com/cgi-bin/readtemplate?t=mac&platform=wx&lang=zh_CN) - 埮信 for Mac ![Freeware][Freeware Icon] +* [WeeChat](https://weechat.org/) - 䞀䞪呜什行聊倩客户端。![Freeware][Freeware Icon] +* [Zoom](https://zoom.us/) - 视频䌚议 & 屏幕共享提䟛圕制功胜。 +* [简聊](https://github.com/jianliaoim/talk-os) - 䌁䞚级即时沟通工具已经䞋线了可以自己搭建䞀套系统玩儿。[![Open-Source Software][OSS Icon]](https://github.com/jianliaoim/talk-os) ![Freeware][Freeware Icon] +* [DingTalk](http://www.dingtalk.com/index-b.html#download_block) - 团队沟通䞎协䜜平台。![Freeware][Freeware Icon] +* [Wavebox](https://wavebox.io) - 甚于敎理 Web 应甚和团队工具的浏览噚工䜜区。 +* [飞乊](https://www.feishu.cn/download) - 字节跳劚旗䞋先进䌁䞚协䜜䞎管理平台。![Freeware][Freeware Icon] +* [日事枅](https://www.rishiqing.com) - 工䜜计划蜯件日志蜯件项目管理团队协䜜蜯件䞪人日皋管理团队协䜜工具。日皋安排计划分配笔记总结等。![Freeware][Freeware Icon] +* [䌁䞚埮信](https://work.weixin.qq.com/) - 䌁䞚埮信是腟讯埮信团队䞺䌁䞚打造的䞓䞚办公管理工具。 + +### Email + +* [Airmail](http://airmailapp.com) - 快速的邮件客户端支持 Mac 和 iPhone。 +* [Foxmail](http://www.foxmail.com/mac/) - 快速的邮件客户端。![Freeware][Freeware Icon] +* [眑易邮箱倧垈](http://mail.163.com/dashi/) - 党平台的邮箱管理客户端眑易邮箱倧垈电脑版。 ![Freeware][Freeware Icon] +* [MailTags](https://smallcubed.com/) - 管理和组织邮件日皋和标筟进行分类邮件。 +* [Nylas Mail](https://nylas.com/nylas-mail/) - 免莹邮件客户端。 [![Open-Source Software][OSS Icon]](https://github.com/nylas/nylas-mail) ![Freeware][Freeware Icon] +* [N1](https://www.nylas.com/) - 可以扩展的匀源收莹邮件客户端。 +* [Newton(原Cloudmagic)](https://newtonhq.com) - 界面非垞简掁的䞀䞪邮件客户端。 +* [Postbox](https://www.postbox-inc.com) - 这䞪貌䌌也非垞区倧哊关键是简掁挂亮的收莹邮件客户端。 +* [Polymail](https://polymail.io/) - 简单功胜区倧长埗奜看的新晋邮件客户端。![Freeware][Freeware Icon] +* [Spark](https://sparkmailapp.com/) - 新掚出的快速邮件客户端支持 Mac 和 iPhone。![Freeware][Freeware Icon] +* [ThunderBird](https://www.mozilla.org/zh-CN/thunderbird/) - Mozilla 公叞出品的区倧的 Email 客户端皋序。![Freeware][Freeware Icon] + +### 文件共享 + +* [Cyberduck](https://cyberduck.io) - 免莹 FTPSFTPS3 和 WebDAV 客户端 & OpenStack Swift Client。![Freeware][Freeware Icon] +* [Dropshare](https://dropshare.app) - 甚于分享截囟、圕屏和其他文件的工具。 +* [Flow](http://fivedetails.com/flow/) - 支持简单的 FTP + SFTP 客户端。 +* [LocalSend](https://localsend.org/) - 跚平台的文件䌠蟓工具界面简掁[![Open-Source Software][OSS Icon]](https://github.com/localsend/localsend) ![Freeware][Freeware Icon] +* [NearDrop](https://github.com/grishka/NearDrop) -适甚于 macOS 的非官方 Google Nearby Share/Quick Share 应甚。 [![Open-Source Software][OSS Icon]](https://github.com/localsend/localsend) ![Freeware][Freeware Icon] +* [Rclone UI](https://rcloneui.com/) - Rclone 和 s3 的囟圢甚户界面。 [![App Store][app-store Icon]](https://apps.apple.com/app/rclone-ui/id6756127598?platform=mac) [![Open-Source Software][OSS Icon]](https://github.com/rclone-ui/rclone-ui) ![Freeware][Freeware Icon] +* [Transmit](https://panic.com/transmit/) - 䞀䞪 FTP 客户端支持 FTP + SFTP + S3。 +* [Yummy FTP](http://www.yummysoftware.com) - 䞓䞚快速可靠的 FTP 客户端。 + +## 数据恢倍 + +* [DiskWarrior](http://www.alsoft.com/DiskWarrior/) - 恢倍文件系统损坏时磁盘工具进行选择。 +* [Data Rescue](https://www.prosofteng.com/datarescue-mac-data-recovery/) - 倚种情况䞋的党面和䞓䞚的数据恢倍。 +* [R-Studio for Mac](http://www.r-studio.com/data_recovery_macintosh/) - 甚于恢倍损坏、删陀或栌匏化磁盘数据的工具。 + +## 音频和视频 + +* [Adapter](https://macroplant.com/adapter) - 视频音频和囟像蜬换工具。![Freeware][Freeware Icon] +* [Aegisub](https://github.com/Aegisub/Aegisub) - 支持时闎蜎和样匏猖蟑的匀源字幕猖蟑噚。 [![Open-Source Software][OSS Icon]](https://github.com/Aegisub/Aegisub/) ![Freeware][Freeware Icon] +* [ani](https://github.com/open-ani/ani) 䞀站匏圚线匹幕远番平台党自劚 BT + 圚线倚数据源聚合犻线猓存Bangumi 收藏同步匹幕云过滀 [![Open-Source Software][OSS Icon]](https://github.com/open-ani/ani) ![Freeware][Freeware Icon] +* [AnimacX](https://github.com/AnimacX/AnimacX) - 䞀欟可以远番时拥有圚线匹幕的本地视频播攟噚 [![Open-Source Software][OSS Icon]](https://github.com/AnimacX/AnimacX) ![Freeware][Freeware Icon] +* [Azex Speech](https://github.com/azex-ai/speech) - 䞀欟面向 AI 䞎加密场景、䞭英混诎曎友奜的语音蟓入工具。 [![Open-Source Software][OSS Icon]](https://github.com/azex-ai/speech) ![Freeware][Freeware Icon] +* [VoiceInk](https://github.com/Beingpax/VoiceInk) - 实时语音蜬文字工具。 [![Open-Source Software][OSS Icon]](https://github.com/Beingpax/VoiceInk) ![Freeware][Freeware Icon] +* [VoxFlow](https://github.com/xingbofeng/VoxFlow) - 匀源语音蟓入工䜜台支持本地䞎云端 ASR、OCR、历史记圕和猖码助手流皋。 [![Open-Source Software][OSS Icon]](https://github.com/xingbofeng/VoxFlow) ![Freeware][Freeware Icon] +* [Voxt](https://github.com/hehehai/voxt) - 按䜏诎话、束匀即粘莎的语音蟓入䞎翻译工具支持按应甚和 URL 讟眮䞍同的 AI 蜬写规则。 [![Open-Source Software][OSS Icon]](https://github.com/hehehai/voxt) ![Freeware][Freeware Icon] +* [FnKey](https://github.com/evoleinik/fnkey) - 按䜏诎话、束匀即粘莎蜬写文本的语音蟓入工具。 [![Open-Source Software][OSS Icon]](https://github.com/evoleinik/fnkey) ![Freeware][Freeware Icon] +* [OpenDictation](https://github.com/kdcokenny/OpenDictation) - 支持本地䞎云端语音蜬文字的匀源听写工具。 [![Open-Source Software][OSS Icon]](https://github.com/kdcokenny/OpenDictation) ![Freeware][Freeware Icon] +* [OpenQuack](https://github.com/larryxiao/openquack) - 泚重隐私的语音听写工具䜿甚热键诎话后由 WhisperKit 本地蜬写并将文本插入光标䜍眮。 [![Open-Source Software][OSS Icon]](https://github.com/larryxiao/openquack) ![Freeware][Freeware Icon] +* [OpenTypeless](https://github.com/tover0314-w/opentypeless) - 匀源 AI 语音蟓入工具可将涊色后的文本蟓入到任意应甚。 [![Open-Source Software][OSS Icon]](https://github.com/tover0314-w/opentypeless) ![Freeware][Freeware Icon] +* [Presspeech](https://github.com/rcourtman/presspeech) - 基于 Parakeet TDT v3CoreML/ANE的 Apple Silicon Mac 本地极速党局热键语音蟓入工具。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/rcourtman/presspeech) +* [TypeWhisper](https://www.typewhisper.com) - 支持党局热键的本地 Whisper 语音蜬文字工具。 [![Open-Source Software][OSS Icon]](https://github.com/TypeWhisper/typewhisper-mac) ![Freeware][Freeware Icon] +* [Audio Profile Manager](https://apps.apple.com/us/app/audio-profile-manager/id1484150558?ls=1&platform=mac) - 甚于保存蟓入和蟓出讟倇配眮的音频管理工具。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/audio-profile-manager/id1484150558?ls=1&platform=mac) +* [Ardour](http://ardour.org/) - 圕制猖蟑和混合倚蜚音频。[![Open-Source Software][OSS Icon]](https://github.com/Ardour/ardour) +* [Audacity](http://www.audacityteam.org/) - 免莹匀源的猖蟑音频的蜯件。[![Open-Source Software][OSS Icon]](https://github.com/audacity/audacity) +* [Audio Hijack](http://www.rogueamoeba.com/audiohijack/) - 䞀䞪记圕任䜕应甚皋序的音频包括眑络电话 Skype眑络流从 Safari以及曎倚。 +* [ArcTime](http://www.arctime.org/) - 跚平台字幕制䜜蜯件。 +* [BeMyEars](https://apps.apple.com/cn/app/be-my-ears-live-caption/id1577662679?platform=mac) - 支持本地实时蜬写和倚语蚀字幕的实时字幕工具。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/be-my-ears-live-caption/id1577662679?platform=mac) +* [BlackHole](https://github.com/ExistentialAudio/BlackHole) - Freemium甚于圕制/路由内郚音频的匀源虚拟蟓出/蟓入音频驱劚皋序。 [![Open-Source Software][OSS Icon]](https://github.com/ExistentialAudio/BlackHole) [![Freeware][Freeware Icon]](https://github.com/ExistentialAudio/BlackHole) +* [buzz](https://github.com/chidiwilliams/buzz) - 圚䜠的䞪人电脑䞊犻线蜬圕和翻译音频由 OpenAI 的 Whisper 提䟛支持。 [![Open-Source Software][OSS Icon]](https://github.com/chidiwilliams/buzz) +* [EnviousWispr](https://enviouswispr.com/) - 本地 AI 语音蜬文本工具可将语音快速敎理成可盎接粘莎的文本。 ![Freeware][Freeware Icon] +* [Carol](https://github.com/AnaghSharma/Carol) - 䞺 macOS 提䟛最小化和矎䞜的歌词应甚皋序。[![Open-Source Software][OSS Icon]](https://github.com/AnaghSharma/Carol) ![Freeware][Freeware Icon] +* [Cog](http://cogx.org/) - 䞀䞪免莹的匀源音频播攟噚。[![Open-Source Software][OSS Icon]](https://github.com/losnoco/cog) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/cog-kode54/id1630499622?platform=mac) +* [DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve/) - 免莹、跚平台视频猖蟑、颜色分级、视频效果和音频猖蟑蜯件。 +* [Fader](https://github.com/pantafive/fader) - 菜单栏音量混音噚支持应甚级音量、䞀键切换蟓出讟倇和蓝牙耳机控制。[![Open-Source Software][OSS Icon]](https://github.com/pantafive/fader) ![Freeware][Freeware Icon] +* [FineTune](https://github.com/ronitsingh10/FineTune) - 支持倚讟倇蟓出和 10 段均衡噚的应甚级音量控制工具。[![Open-Source Software][OSS Icon]](https://github.com/ronitsingh10/FineTune) ![Freeware][Freeware Icon] +* [Elmedia Player](https://mac.eltima.com/media-player.html) - 支持倚种音视频栌匏的媒䜓播攟噚。 +* [ffWorks](https://www.ffworks.net/) - macOS的绌合媒䜓工具。䜿每䞪人郜可以䜿甚高莚量的视频猖码。 +* [FreeTube](https://github.com/FreeTubeApp/FreeTube) - 䞀欟泚重隐私的匀源 YouTube 应甚。 [![Open-Source Software][OSS Icon]](https://github.com/FreeTubeApp/FreeTube) ![Freeware][Freeware Icon] +* [Gifski](https://github.com/sindresorhus/gifski-app) - 将视频蜬换䞺高莚量GIF。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/no/app/gifski/id1351639930?platform=mac) +* [HandBrake](https://handbrake.fr/) - 甚于将媒䜓蜬换䞺现代栌匏的视频蜬码工具。[![Open-Source Software][OSS Icon]](https://github.com/HandBrake/HandBrake) ![Freeware][Freeware Icon] +* [Hydrogen](http://hydrogen-music.org/) - 䞓䞚錓乐类工具创建䞓䞚䜆简单而盎观的錓乐节目。[![Open-Source Software][OSS Icon]](https://github.com/hydrogen-music/hydrogen) +* [IINA](https://github.com/iina/iina) - 基于[MPV](https://github.com/mpv-player/mpv)的现代视频播攟噚支持倚点觊摞控制。[![Open-Source Software][OSS Icon]](https://github.com/iina/iina) ![Freeware][Freeware Icon] +* [Kodi](https://kodi.tv/) - 甚于视频、音乐、囟片等内容的匀源媒䜓䞭心。[![Open-Source Software][OSS Icon]](https://github.com/xbmc/xbmc) ![Freeware][Freeware Icon] +* [LMMS](https://lmms.io) - 甚于音乐制䜜的匀源数字音频工䜜站。[![Open-Source Software][OSS Icon]](https://github.com/lmms/lmms) ![Freeware][Freeware Icon] +* [LyricGlow](https://github.com/ateymoori/lyricglow) - 支持逐词发光效果的同步歌词播攟噚。 [![Open-Source Software][OSS Icon]](https://github.com/ateymoori/lyricglow) ![Freeware][Freeware Icon] +* [LosslessCut](https://github.com/mifi/lossless-cut) - 跚平台工具䜿甚ffmpeg进行快速无损的视频和音频修剪。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/mifi/lossless-cut) +* [LyricsX](https://github.com/ddddxxx/LyricsX) - 䞀欟功胜完倇的歌词工具。 [![Open-Source Software][OSS Icon]](https://github.com/ddddxxx/LyricsX) ![Freeware][Freeware Icon] +* [MacMusicPlayer](https://github.com/samzong/macmusicplayer) - 䞀䞪干净、蜻量级的垞驻菜单栏的音乐播攟噚。 ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [Metadatics](http://markvapps.com/metadatics) - 音频元数据猖蟑噚支持倧倚数垞见的音频文件。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/metadatics/id554883654?platform=mac) +* [Mp3tag](https://mp3tag.app/) - 䞀䞪功胜区倧䞔易于䜿甚的工具甚于猖蟑音频文件的元数据。[![App Store][app-store Icon]](https://apps.apple.com/app/id1532597159/?platform=mac) +* [Mixxx](http://mixxx.org/) - 免莹的DJ蜯件给䜠䞀切䜠需芁的衚挔组合名副其实的替代 Traktor。[![Open-Source Software][OSS Icon]](https://github.com/mixxxdj/mixxx) ![Freeware][Freeware Icon] +* [Movie Catcher](https://evilcult.github.io/moviecatcher/) - 甚于搜玢、圚线播攟和犻线䞋蜜圱视内容的工具。 [![Open-Source Software][OSS Icon]](https://github.com/EvilCult/moviecatcher) ![Freeware][Freeware Icon] +* [mpv](https://www.mpv.io/) - 䞀䞪免莹、匀源和跚平台的媒䜓播攟噚。[![Open-Source Software][OSS Icon]](https://github.com/mpv-player/mpv) ![Freeware][Freeware Icon] +* [MuseScore](https://musescore.org/) - 免莹的䜜曲䞎乐谱蜯件。[![Open-Source Software][OSS Icon]](https://github.com/musescore/MuseScore) ![Freeware][Freeware Icon] +* [Natron](https://natron.fr/) - 匀源节点匏视频合成工具。[![Open-Source Software][OSS Icon]](https://github.com/MrKepzie/Natron) ![Freeware][Freeware Icon] +* [Omniplayer](https://okaapps.com/product/1470926410#) - Mac䞊最奜的媒䜓播攟噚支持几乎所有栌匏。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1470926410?pt=119209922&ct=newhomepage) +* [Popcorn Time](https://popcorn-time.site/) - 甚于浏览和观看种子电圱的流媒䜓工具。[![Open-Source Software][OSS Icon]](https://github.com/popcorn-official/popcorn-desktop) ![Freeware][Freeware Icon] +* [PotPlayer X](https://zh.okaapps.com/product/1612400976#) - omi出品音视频播攟噚界面简掁功胜霐党 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/potplayer-x-%E9%9F%B3%E8%A7%86%E9%A2%91%E6%92%AD%E6%94%BE%E5%99%A8/id1612400976?platform=mac) +* [Playback](https://mafintosh.github.io/playback/) - 实验性莚的视频播攟噚。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/mafintosh/playback) +* [Plug](https://plugformac.com) - 发现并聆听来自Hype Machine的音乐。 [![Open-Source Software][OSS Icon]](https://github.com/wulkano/Plug) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1514182074?platform=mac) +* [Petrichor](https://github.com/kushalpandya/Petrichor) - 犻线音乐播攟噚支持倚种音频栌匏、歌词、播攟列衚䞎播攟队列管理。 [![Open-Source Software][OSS Icon]](https://github.com/kushalpandya/Petrichor) ![Freeware][Freeware Icon] +* [Recordia](https://sindresorhus.com/recordia) - 盎接从菜单栏或䜿甚党局键盘快捷键圕制音频。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1529006487?platform=mac) +* [ScreenFlow](http://www.telestream.net/screenflow/) - 屏幕和视频猖蟑蜯件。 +* [Shotcut](https://www.shotcut.org) - 免莹匀源视频猖蟑噚。 [![Open-Source Software][OSS Icon]](https://github.com/mltframework/shotcut) ![Freeware][Freeware Icon] +* [SpotMenu](https://github.com/kmikiy/SpotMenu) - Spotify 和 Apple music 圚状态菜单栏䞭星瀺。 [![Open-Source Software][OSS Icon]](https://github.com/kmikiy/SpotMenu) ![Freeware][Freeware Icon] +* [Stremio](https://www.stremio.com/) - 甚于电圱、剧集、盎播频道和流媒䜓源的媒䜓䞭心。 ![Freeware][Freeware Icon] +* [trax](https://github.com/nbonamy/trax) - 支持音频蜬换和标筟猖蟑的音乐资料库管理工具。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nbonamy/trax) +* [Tuneful](https://www.tuneful.dev) - 甚于从菜单栏或迷䜠播攟噚控制 Spotify 和 Apple Music 的工具。 [![App Store][app-store Icon]](https://apps.apple.com/app/tuneful/id6739804295?platform=mac) +* [Stringed 2](http://stringed.buenosapps.com/) - 音频猖蟑倄理工具。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/stringed/id698710517?platform=mac) +* [Synfig Studio](http://synfig.org) - 工䞚级、区倧的 2D 矢量劚画制䜜蜯件。[![Open-Source Software][OSS Icon]](https://github.com/synfig/synfig) ![Freeware][Freeware Icon] +* [Tiny Player](https://www.catnapgames.com/tiny-player-for-mac/) - 正劂其名, A tiny player. ![Freeware][Freeware Icon] +* [VLC](http://www.videolan.org/) - 可播攟倚数音视频和流媒䜓栌匏的匀源播攟噚。[![Open-Source Software][OSS Icon]](https://github.com/videolan/vlc) ![Freeware][Freeware Icon] +* [YouTube Music](https://th-ch.github.io/youtube-music/) - 支持插件扩展的 YouTube Music 桌面播攟噚。 [![Open-Source Software][OSS Icon]](https://github.com/th-ch/youtube-music/) ![Freeware][Freeware Icon] +* [VOX Player](https://vox.rocks/mac-music-player) - 免莹党胜音乐播攟噚撞码之䜙听听歌是䞀种享受。![Freeware][Freeware Icon] +* [VidCrop](https://apps.apple.com/app/VidCrop/6752624705?platform=mac) - 简单实甚的视频裁剪工具支持倚种栌匏粟确截取所需片段。 +* [XLD](http://tmkk.undo.jp/xld/index_e.html) - 解码/解码/蜬换/播攟各种“无损”音频文件。[![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/xld/) ![Freeware][Freeware Icon] +* [YPlayer](https://www.engineerdraft.com/yplayer/) - 䞀欟倚功胜应甚支持实时字幕、音视频蜬文字、圕音蜬写和字幕翻译。 [![Open-Source Software][OSS Icon]](https://github.com/Hiram-Wong/ZyPlayer) ![Freeware][Freeware Icon] +* [ZyPlayer](https://github.com/Hiram-Wong/ZyPlayer) - 䞀欟采甚现代化技术栈匀发的高颜倌媒䜓播攟噚它基于 electron-vite 框架集成了 TDesign UI 组件库䞎 Vue3 党家桶以枅新的薄荷绿䞺䞻题旚圚䞺甚户提䟛流畅的跚平台嚱乐䜓验。[![Open-Source Software][OSS Icon]](https://github.com/Hiram-Wong/ZyPlayer) ![Freeware][Freeware Icon] + + + +### 流媒䜓音乐播攟噚 + +* [ieaseMusic](https://github.com/trazyn/ieaseMusic) - 眑易云音乐第䞉方播攟噚 [![Open-Source Software][OSS Icon]](https://github.com/Binaryify/NeteaseCloudMusicApi) ![Freeware][Freeware Icon] +* [Musicer](https://apps.apple.com/app/musicer/6745227444?platform=mac) - 蜻巧的本地音乐播攟噚支持倚种栌匏畅享随时随地的音乐。 +* [Fmusic](https://github.com/wandercn/fmusic) - macOS 音乐播攟噚支持倚栌匏播攟䞎歌词星瀺。 +* [music-you](https://github.com/GuMengYu/music-you) - 䞀䞪矎观简纊的 Material Design 3风栌的眑易云音乐播攟噚 [![Open-Source Software][OSS Icon]](https://github.com/GuMengYu/music-you) ![Freeware][Freeware Icon] +* [QQ 音乐](https://y.qq.com/download/index.html) ![Freeware][Freeware Icon] +* [Kaset](https://github.com/sozercan/kaset) - 支持资料库、歌词和播客的匀源 YouTube Music 客户端。 [![Open-Source Software][OSS Icon]](https://github.com/sozercan/kaset) ![Freeware][Freeware Icon] +* [Spotifly](https://github.com/ralph/Spotifly) - 蜻量级 Spotify 播攟噚䞓泚于快速播攟控制。 [![Open-Source Software][OSS Icon]](https://github.com/ralph/Spotifly) ![Freeware][Freeware Icon] +* [Spotify](https://www.spotify.com) - 党球流行的音乐流媒䜓服务提䟛海量音乐和䞪性化掚荐。 +* [YesPlayMusic](https://github.com/qier222/YesPlayMusic) - 高颜倌的第䞉方眑易云音乐客户端[![Open-Source Software][OSS Icon]](https://github.com/qier222/YesPlayMusic) ![Freeware][Freeware Icon] +* [波点音乐](https://bodian.kuwo.cn/) ![Freeware][Freeware Icon] +* [酷狗音乐](http://download.kugou.com/mac.html) ![Freeware][Freeware Icon] +* [酷我音乐](http://kuwo.cn/down/index) ![Freeware][Freeware Icon] +* [眑易云音乐](http://music.163.com/) ![Freeware][Freeware Icon] + +### 音频圕制䞎猖蟑 + +* [CapSoftware](https://github.com/CapSoftware/Cap) - 匀源的 Loom 替代品。矎观、可分享的屏幕圕制工具。 [![Open-Source Software][OSS Icon]](https://github.com/CapSoftware/Cap) ![Freeware][Freeware Icon] +* [GarageBand](https://www.apple.com.cn/mac/garageband/) - 甚于圕音和音乐制䜜的数字音频工䜜站。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/garageband/id682658836?l=zh&ls=1&platform=mac) +* [Logic Pro X](https://www.apple.com.cn/logic-pro/) - 甚于音乐创䜜和音频制䜜的䞓䞚数字音频工䜜站。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/logic-pro-x/id634148309?l=zh&platform=mac) +* [SystemEQ for Mac](https://denzam.github.io/SystemEQ-for-Mac/) - 免莹匀源的党局参数均衡噚支持 AutoEQ 预讟、听力校准和实时可视化。 [![Open-Source Software][OSS Icon]](https://github.com/denzam/SystemEQ-for-Mac) ![Freeware][Freeware Icon] + +## 阅读䞎写䜜工具 + +### 日记 + +* [Agenda](https://agenda.com/) - 以日期䞺重点的笔记记圕应甚皋序甚于规划和记圕悚的项目。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/agenda-notes-meets-calendar/?platform=mac) +* [Bear Writer](http://www.bear-writer.com/) - 挂亮灵掻的写䜜应甚皋序甚于制䜜笔记和散文。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/bear-beautiful-writing-app/id1091189122?platform=mac) +* [Boostnote](https://boostnote.io/) - 䞺皋序员量身定做的笔记应甚。 [![Open-Source Software][OSS Icon]](https://github.com/BoostIO/Boostnote) + +### Office + +* [KOffice](https://www.kde.org/applications/office/) - 集成化办公套件包含文字倄理噚、电子 衚栌、幻灯片制䜜、项目管理等倚种工具。![Freeware][Freeware Icon] +* [Keynote 讲挔](https://apps.apple.com/cn/app/keynote/id409183694?platform=mac) - 构建炫目的挔瀺文皿。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/keynote/id409183694?platform=mac) +* [LibreOffice](https://www.libreoffice.org) - 免莹匀源的办公蜯件广泛被甚户瀟区日垞䜿甚和测试。[![Open-Source Software][OSS Icon]](https://www.libreoffice.org/about-us/source-code/) ![Freeware][Freeware Icon] +* [Microsoft Office](https://products.office.com/zh-cn/mac) - 埮蜯Office办公套件 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/numbers/id409203825?platform=mac) +* [Numbers 衚栌](https://apps.apple.com/cn/app/numbers/id409203825?platform=mac) - 创建什人印象深刻的电子衚栌。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/numbers/id409203825?platform=mac) +* [OnlyOffice](https://www.onlyoffice.com/) - 集成文档、衚栌和挔瀺猖蟑噚的办公套件。 [![Open-Source Software][OSS Icon]](https://github.com/ONLYOFFICE/DesktopEditors) ![Freeware][Freeware Icon] +* [Pages 文皿](https://apps.apple.com/cn/app/pages/id409201541?platform=mac) - 匕人泚目的文皿。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/pages/id409201541?platform=mac) +* [WPS](https://www.wps.cn/product/wpsmac/) - 是䞀套跚平台的办公宀蜯件套件。 ![Freeware][Freeware Icon] + +### RSS + +* [Elytra](https://elytra.app) - 䞀欟简单又私密的 RSS 提芁阅读噚支持原生枲染适甚于 macOS 和 iOS [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1433266971?platform=mac) +* [Folo](https://github.com/RSSNext/Folo) 🧡 䞋䞀代信息浏览噚。[![Open-Source Software][OSS Icon]](https://github.com/RSSNext/Folo) ![Freeware][Freeware Icon] +* [irreader](http://irreader.fatecore.com) - 倚功胜的 RSS 阅读噚支持订阅播客和任䜕眑站。![Freeware][Freeware Icon] +* [Leaf](http://www.rockysandstudio.com/) - RSS 客户端皋序。 +* [NetNewsWire](https://ranchero.com/netnewswire/) - 免莹的 RSS 阅读噚。[![Open-Source Software][OSS Icon]](https://github.com/brentsimmons/NetNewsWire) ![Freeware][Freeware Icon] +* [Papr](https://github.com/l0ng-ai/papr) - 排版可调、键盘驱劚的 RSS 阅读噚高亮可富出到 Readwise、Notion 和 Obsidian。 [![Open-Source Software][OSS Icon]](https://github.com/l0ng-ai/papr) ![Freeware][Freeware Icon] +* [ReadKit](http://readkitapp.com/) - 乊筟 RSS 管理客户端。 +* [Reeder 5](http://reederapp.com/) - RSS 服务订阅 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/reeder-5/id1529448980?platform=mac) +* [Saga Reader](https://github.com/sopaco/saga-reader) - AI 驱劚的眑页䞎 RSS 阅读噚。 [![Open-Source Software][OSS Icon]](https://github.com/brentsimmons/NetNewsWire) ![Freeware][Freeware Icon] +* [Vienna](http://viennarss.github.io/) - RSS/Atom 新闻阅读客户端。[![Open-Source Software][OSS Icon]](https://github.com/ViennaRSS/vienna-rss) ![Freeware][Freeware Icon] + +### Markdown + +> A curated list of delightful Markdown stuff. [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools) + +* [Cmd Markdown](https://www.zybuluo.com/) - Cmd Markdown 猖蟑阅读噚支持实时同步预览区分写䜜和阅读暡匏支持圚线存傚分享文皿眑址。 ![Freeware][Freeware Icon] +* [Effie](https://www.effie.co/) - 蜻量级 Markdown 写䜜蜯件支持倧纲笔记和思绎富囟。![Freeware][Freeware Icon] +* [Edmund](https://github.com/I7T5/Edmund) - 极简 Markdown 猖蟑噚支持实时预览盎接猖蟑现有文件无需建立资料库。 [![Open-Source Software][OSS Icon]](https://github.com/I7T5/Edmund) ![Freeware][Freeware Icon] +* [EME](https://github.com/egoist/eme) - 䞀欟 Markdown 猖蟑噚界面埈像 Chrome 浏览噚的界面埈简纊。 +* [iA Writer](https://ia.net/writer/) - Markdown 文本预览猖蟑泚重语法检查䞓闚䞺䜜家提䟛的猖蟑噚。 +* [Joplin](https://joplinapp.org/) - 跚平台匀源记事本支持 Markdown 和埅办事项管理。 [![Open-Source Software][OSS Icon]](https://github.com/laurent22/joplin) ![Freeware][Freeware Icon] +* [LightPaper](https://getlightpaper.com/) - 简单的 Markdown 文本猖蟑噚。 +* [MacDown](https://macdown.uranusjr.com/) - macOS 匀源 Markdown 猖蟑噚支持实时预览以及富出䞺 HTML 或 PDF。 [![Open-Source Software][OSS Icon]](https://github.com/MacDownApp/macdown) ![Freeware][Freeware Icon] +* [Marked 2](http://marked2app.com/) - Markdown 文本预览猖蟑䞺所有䜜家提䟛䞀套䌘雅而区倧的工具。 +* [MarkText](https://marktext.app/) - 简单而䌘雅的 Markdown 猖蟑噚䞓泚于速床和可甚性。 [![Open-Source Software][OSS Icon]](https://github.com/marktext/marktext) ![Freeware][Freeware Icon] +* [MarkViewer](https://markviewer.com) - 适甚于 macOS 的 Markdown 查看噚和猖蟑噚支持 AI 蟅助猖蟑。 ![Freeware][Freeware Icon] +* [Marp](https://marp.app) - Markdown 制䜜幻灯片猖蟑噚。[![Open-Source Software][OSS Icon]](https://github.com/marp-team/marp) ![Freeware][Freeware Icon] +* [Marxico马克飞象](https://maxiang.io/) - 䞓䞺印象笔记打造的Markdown猖蟑噚结合区倧的存傚和同步功胜垊来极臎的乊写䜓验。 +* [劙蚀](https://miaoyan.app/) - 蜻灵的 Markdown 笔记本䌎䜠写出劙蚀。 +* [MWeb](http://zh.mweb.im/) - 侓侚的 Markdown 写䜜、记笔记、静态博客生成蜯件。 +* [Obsidian](https://obsidian.md) - 䜠的第二倧脑 ![Freeware][Freeware Icon] +* [Pixley Reader](https://github.com/Applacat/PixleyReader) - 甚于浏览 AI 工具生成的 Markdown 规范、文档和曎新日志的阅读噚。 [![Open-Source Software][OSS Icon]](https://github.com/Applacat/PixleyReader) [![App Store][app-store Icon]](https://apps.apple.com/cn/app/id6758722045?platform=mac) +* [Typora](http://www.typora.io/) - 基于 Electron 的“读写䞀䜓” Markdown 猖蟑噚。 +* [Ulysses](https://www.ulyssesapp.com/features/) - 适甚于 MaciPad 和 iPhone 的写䜜应甚皋序支持 Markdown。 +* [Yu Writer](https://ivarptr.github.io/yu-writer.site/) - 䞀欟胜扟到写䜜乐趣的 Markdown 文本猖蟑噚。 ![Freeware][Freeware Icon] +* [Zettlr](https://www.zettlr.com/) -面向 21 䞖纪的 Markdown 猖蟑噚。[![Open-Source Software][OSS Icon]](https://github.com/Zettlr/Zettlr) ![Freeware][Freeware Icon] + +### 笔记 + +* [AliYuQue](https://www.yuque.com/install/desktop) - 䞀欟基于云的知识管理䞎协䜜平台支持Markdown写䜜、流皋囟、代码枲染等功胜由阿里巎巎蚂蚁金服匀发。 ![Freeware][Freeware Icon] +* [Anytype](https://anytype.io/) - 本地䌘先的笔记䞎知识管理应甚。 ![Freeware][Freeware Icon] +* [Email Me](https://emailmeapp.net/) - 䜿甚单次点击圚macOS、iOS 和 WatchOS䞊原生地给自己发送邮件以及曎倚功胜。[![App Store][app-store Icon]](https://apps.apple.com/us/app/email-me-notes-in-one-tap/id1090744587?platform=mac) +* [Evernote](https://evernote.com/) - 笔记本应甚皋序。 ![Freeware][Freeware Icon] +* [Inkdrop](https://www.inkdrop.info/) - Markdown 爱奜者的笔记本应甚皋序。 +* [Knopo](https://github.com/alkalim/Knopo) - 原生 macOS 本地䌘先倧纲笔记应甚以纯 Markdown 文件存傚笔记。 [![Open-Source Software][OSS Icon]](https://github.com/alkalim/Knopo) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [leanote](http://app.leanote.com) - 支持 Markdown 的䞀欟匀源笔记蜯件支持盎接成䞺䞪人博客。[![Open-Source Software][OSS Icon]](https://github.com/leanote/leanote) ![Freeware][Freeware Icon] +* [Logseq](https://logseq.com/) - 䞀䞪以隐私䞺先的匀源平台甚于知识管理和协䜜。 [![Open-Source Software][OSS Icon]](https://github.com/logseq/logseq) ![Freeware][Freeware Icon] +* [MarginNote 4](https://apps.apple.com/cn/app/marginnote-4/id1531657269?platform=mac) - 笔记界的瑞士军刀功胜区倧的笔记蜯件工具[![App Store][app-store Icon]](https://apps.apple.com/cn/app/marginnote-4/id1531657269?platform=mac) +* [massCode](https://github.com/massCodeIO/massCode) - 跚平台匀源代码片段管理噚支持 Markdown 和 Mermaid。 [![Open-Source Software][OSS Icon]](https://github.com/massCodeIO/massCode) ![Freeware][Freeware Icon] +* [NotePlan 3](https://noteplan.co/) - 悚的任务、笔记和日历、纯文本 Markdown 文件。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/noteplan-3/id1505432629?platform=mac) +* [Noteship](https://noteship.com) - 本地䌘先的笔记应甚可将笔记敎理䞺结构化知识。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/noteship/id1571711347?platform=mac) +* [Notebook](https://www.zoho.com/notebook/notebook-for-mac.html) 挂亮的笔记本应甚皋序。 ![Freeware][Freeware Icon] +* [Notes](http://www.get-notes.com/) - 简掁的笔记应甚。 [![Open-Source Software][OSS Icon]](https://github.com/nuttyartist/notes) ![Freeware][Freeware Icon] +* [Notion](https://www.notion.so/zh-cn) - 富文本云笔记管理蜯件支持倚平台客户端。![Freeware][Freeware Icon] +* [OATS](https://github.com/ariso-ai/oats) - 匀源本地䌘先䌚议笔记应甚支持实时蜬写、诎话人标筟、AI 摘芁和完党犻线的端䟧暡匏。 [![Open-Source Software][OSS Icon]](https://github.com/ariso-ai/oats) ![Freeware][Freeware Icon] +* [OneNote](https://www.onenote.com/) - 埮蜯笔记应甚。 ![Freeware][Freeware Icon] +* [Quiver](http://happenapps.com/#quiver) - 皋序猿的笔记本。 +* [Revu](https://revu.cards/) - 本地䌘先的闎隔重倍孊习应甚支持 FSRS 排皋和 Anki 富入。 [![Open-Source Software][OSS Icon]](https://github.com/JuliusBrussee/revu-swift) ![Native App][Native Icon] +* [Stik](https://github.com/0xMassi/stik_app) - 支持党局快捷键和 AI 语义搜玢的快速 Markdown 笔记应甚。 [![Open-Source Software][OSS Icon]](https://github.com/0xMassi/stik_app) ![Freeware][Freeware Icon] +* [VNote](https://app.vnote.fun/) - 垊䌘秀猖蟑䜓验的匀源 Markdown 笔记应甚。 [![Open-Source Software][OSS Icon]](https://github.com/vnotex/vnote/) ![Freeware][Freeware Icon] +* [Zettel](https://github.com/AlexW00/Zettel) - 极简无干扰笔记应甚支持 Markdown 和标筟敎理。 [![Open-Source Software][OSS Icon]](https://github.com/AlexW00/Zettel) [![App Store][app-store Icon]](https://apps.apple.com/app/zettel-quick-notes/id6748525244?platform=mac) +* [䞺知笔记](http://www.wiz.cn/download.html) - 支持 Markdown搜集敎理囟片铟接富入文档。![Freeware][Freeware Icon] +* [有道云笔记](http://note.youdao.com/) - 支持倚目圕MarkdowniWork/Office 预览。![Freeware][Freeware Icon] +* [语雀](https://www.yuque.com/install/desktop) - 云笔记类知识管理、协䜜平台支持Markdown写䜜、流皋囟、脑囟、代码枲染等功胜适合䞪人知识分享和团队协䜜。![Freeware][Freeware Icon] + +### 写䜜 + +* [Retrotype](https://retrotype.ink/) - 有趣䞔极简的写䜜应甚垊来真实打字机的手感。 ![Freeware][Freeware Icon] +* [novelWriter](https://github.com/vkbo/novelWriter) - 䞀䞪匀源的纯文本猖蟑噚䞓䞺写小诎讟计。它支持类䌌 Markdown 的最小语法来栌匏化文本。 [![Open-Source Software][OSS Icon]](https://github.com/vkbo/novelWriter) ![Freeware][Freeware Icon] +* [THORN](https://thorn.red) - 䞀站匏䞪人写䜜䞎建站平台 +* [WonderPen](https://www.momothink.com/wonderpen) - 䞓泚于写䜜的应甚支持 markdown埈倚莎心细节支持长文写䜜可富出倚种栌匏。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/wonderpen/id1173437104?platform=mac) + +## 电子乊 + +* [Calibre](http://calibre-ebook.com/) - 看䌌UI粗糙䜆具有区倧的电子乊管理和蜬换功胜。[![Open-Source Software][OSS Icon]](https://github.com/kovidgoyal/calibre) ![Freeware][Freeware Icon] +* [BookShelves](https://getbookshelves.app/) - 集电子乊阅读䞎乊库管理于䞀䜓的应甚提䟛公共领域乊籍䞎同步功胜。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/bookshelves-ebook-reader/id6756848973?platform=mac) +* [Comic2Books](https://github.com/manueldidonna/comic2books) - 将挫画蜬换䞺电子乊的工具。[![Open-Source Software][OSS Icon]](https://github.com/manueldidonna/comic2books) ![Freeware][Freeware Icon] +* [Jane Reader](https://janereader.com/) - 阅读䜠的epub文件。无干扰阅读。 ![Freeware][Freeware Icon] +* [Kindle App](https://apps.apple.com/cn/app/kindle-%E7%94%B5%E5%AD%90%E9%98%85%E8%AF%BB%E5%99%A8/id302584613?platform=mac) - 亚马逊 Kindle App 电子乊阅读噚。 +* [Klib](http://klib.me/cn/) - å…šæ–°çš„ Kindle、Apple Books 标泚管理工具。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/klib-%E6%A0%87%E6%B3%A8-%E7%AC%94%E8%AE%B0%E7%AE%A1%E7%90%86/id1196268448?platform=mac) +* [koodo-reader](https://github.com/koodo-reader/koodo-reader) - 䞀欟现代电子乊管理和阅读噚支持 Windows、macOS、Linux 和 Web 平台的同步和倇仜功胜。[![Open-Source Software][OSS Icon]](https://github.com/koodo-reader/koodo-reader) ![Freeware][Freeware Icon] +* [Readest](https://readest.com) - 匀源电子乊阅读噚界面枅爜并提䟛䞰富阅读工具。 [![Open-Source Software][OSS Icon]](https://github.com/readest/readest) ![Freeware][Freeware Icon] +* [ReadAny](https://codedogqby.github.io/ReadAny/) - 䞀欟支持语义搜玢、AI 问答和笔记管理的电子乊阅读噚。[![Open-Source Software][OSS Icon]](https://github.com/codedogQBY/ReadAny) ![Freeware][Freeware Icon] +* [Scribus](https://www.scribus.net/) - 匀源电子杂志制䜜蜯件。 [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/scribus/) ![Freeware][Freeware Icon] +* [Sigil](https://sigil-ebook.com/) - 倚平台 EPUB 猖蟑噚。 [![Open-Source Software][OSS Icon]](https://github.com/Sigil-Ebook/Sigil) ![Freeware][Freeware Icon] +* [Simple Comic](https://apps.apple.com/us/app/simple-comic/id1497435571?platform=mac) - 支持PDF、CBZ和CBR栌匏的电子乊阅读噚垊有Live Text搜玢功胜。 [![Open-Source Software][OSS Icon]](https://github.com/MaddTheSane/Simple-Comic) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/simple-comic/id1497435571?platform=mac) + +### 其他 + +* [CHM Reader](http://www.hewbo.com/chm-reader.html) - 读 chm 文件的蜯件。![Freeware][Freeware Icon] +* [Chmox](http://chmox.sourceforge.net/) - 读 chm 文件的蜯件。![Freeware][Freeware Icon] +* [iChm](https://github.com/NSGod/ichm) - 读 chm 文件的蜯件。[![Open-Source Software][OSS Icon]](https://github.com/NSGod/ichm) ![Freeware][Freeware Icon] +* [PDF Archiver](https://github.com/JulianKahnert/PDF-Archiver) - 䞀䞪甚于标记和園档任务的奜工具。[![Open-Source Software][OSS Icon]](https://github.com/JulianKahnert/PDF-Archiver) [![App Store][app-store Icon]](https://apps.apple.com/cn/app/pdf-archiver/id1433801905?platform=mac) +* [PDF Auditor](https://pura-vida.in/apps/pdf-auditor/?utm_source=github&utm_medium=awesome-mac) - 甚于分析元数据、结构和安党风险的 PDF 检查工具。 [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id6738956506?pt=127483661&ct=GitHub&mt=8&platform=mac) +* [PDF Expert](https://pdfexpert.com/) - PDF 阅读、批泚猖蟑文本添加照片填写衚单。 +* [PDFgear](https://apps.apple.com/cn/app/pdfgear-pdf%E7%BC%96%E8%BE%91%E5%99%A8-%E8%BD%AC%E6%8D%A2%E5%99%A8/id6469021132?platform=mac) - 蜻束倄理 PDF 任务。阅读、猖蟑、蜬换、合并和筟眲 PDF 文件跚讟倇免莹䜿甚无需泚册。还可以通过本地 AI 侎 PDF 文件进行对话。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/pdfgear-pdf%E7%BC%96%E8%BE%91%E5%99%A8-%E8%BD%AC%E6%8D%A2%E5%99%A8/id6469021132?platform=mac) +* [PDF Reader Pro](http://www.pdfreaderpro.com) - 可以查看创建筟名蜬换和压猩任䜕 PDF 文档。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/pdf-reader-pro-your-pdf-office/id825459243?platform=mac) +* [PDFsail](https://pdfsail.com/) - 集猖蟑、蜬换、合并、压猩和 OCR 于䞀䜓的 PDF 工具。 +* [QOwnNotes](http://www.qownnotes.org/) - 是匀源记事本垊有 markdown 支持和埅办事项列衚管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/pbek/QOwnNotes) ![Freeware][Freeware Icon] +* [Skim](http://skim-app.sourceforge.net) - PDF 阅读噚和笔记本。 [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/skim-app/) ![Freeware][Freeware Icon] +* [SmoothCSV](https://smoothcsv.com/) - 支持 SQL 查询的快速党功胜 CSV 猖蟑噚。 ![Freeware][Freeware Icon] +* [Spillo](https://bananafishsoftware.com/products/spillo/) - 功胜区倧矎观、快速眑络乊筟眑页阅读。 +* [SwifDoo PDF](https://www.swifdoo.com/) - 最奜的 PDF 猖蟑噚/蜬换噚只需几䞪简单的步骀即可垮助悚蜬换、猖蟑、压猩或密码保技 PDF 文件 +* [texifier](https://www.texifier.com/) - Mac 䞋非垞棒的 LaTeX 猖蟑噚。 支持自劚猖译预览自劚补党等。 + +## 蜯件打包工具 + +* [AppJS](http://appjs.com/) - 䜿甚 JS、HTML 和CSS 构建跚平台的桌面应甚皋序。[![Open-Source Software][OSS Icon]](https://github.com/appjs/appjs) ![Freeware][Freeware Icon] +* [DMG Maker](https://github.com/saihgupr/DMGMaker) - 䞀欟垊粟矎视觉效果和 CLI 支持的 DMG 制䜜工具。 [![Open-Source Software][OSS Icon]](https://github.com/saihgupr/DMGMaker) ![Freeware][Freeware Icon] +* [create-dmg](https://github.com/sindresorhus/create-dmg) - 快速创建䞀䞪压猩镜像文件。 [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/create-dmg) ![Freeware][Freeware Icon] +* [Electron](https://electronjs.org/) - 前身是 AtomShell䜿甚 JS、HTML 和 CSS 构建跚平台的桌面应甚皋序。[![Open-Source Software][OSS Icon]](https://github.com/electron/electron) ![Freeware][Freeware Icon] +* [Electrino](https://github.com/pojala/electrino) - 䜿甚 JS、HTML 和 CSS 构建跚平台的桌面应甚皋序构建出的应甚䜓积比 Electron 小。[![Open-Source Software][OSS Icon]](https://github.com/pojala/electrino) ![Freeware][Freeware Icon] +* [Finicky](https://johnste.github.io/finicky/) - Web 应甚皋序蜬化䞺苹果的应甚皋序。[![Open-Source Software][OSS Icon]](https://github.com/johnste/finicky) ![Freeware][Freeware Icon] +* [HEX](http://hex.youdao.com/zh-cn/index.html) - 䜿甚 JS、HTML 和 CSS 构建跚平台的桌面应甚皋序有道出品。[![Open-Source Software][OSS Icon]](https://github.com/netease-youdao/hex) ![Freeware][Freeware Icon] +* [ionic](http://ionicframework.com/) - 䞀䞪甚来匀发混合手机应甚的匀源的免莹的代码库。 [![Open-Source Software][OSS Icon]](https://github.com/driftyco/ionic) ![Freeware][Freeware Icon] +* [nw.js](http://nwjs.io) - 䜿甚 HTML 和 JavaScript 来制䜜桌面应甚。[![Open-Source Software][OSS Icon]](https://github.com/nwjs/nw.js) ![Freeware][Freeware Icon] +* [MacGap](http://macgapproject.github.io/) - 桌面 WebKit 打包 HTML、CSS、JS 应甚。[![Open-Source Software][OSS Icon]](https://github.com/MacGapProject) ![Freeware][Freeware Icon] +* [react-desktop](http://reactdesktop.js.org) - 䞺 macOS Sierra垊来 React UI 组件。[![Open-Source Software][OSS Icon]](https://github.com/gabrielbull/react-desktop) ![Freeware][Freeware Icon] +* [ReactXP](https://microsoft.github.io/reactxp/) - 埮蜯官方出品支持平台 WebiOSAndroid 和 Windows UWP 仍然是䞀项正圚进行的工䜜。[![Open-Source Software][OSS Icon]](https://github.com/microsoft/reactxp) ![Freeware][Freeware Icon] +* [React Native macOS](https://github.com/ptmt/react-native-desktop) - 甹 React Native 技术构建 OS X 䞋的桌面应甚皋序。[![Open-Source Software][OSS Icon]](https://github.com/ptmt/react-native-desktop) ![Freeware][Freeware Icon] +* [React Native Desktop for Ubuntu](https://github.com/CanonicalLtd/react-native) - 甹 React Native 技术构建 Ubuntu 䞋的桌面应甚皋序。[![Open-Source Software][OSS Icon]](https://github.com/CanonicalLtd/react-native) ![Freeware][Freeware Icon] + +## 䞋蜜工具 + +* [aria2](https://aria2.github.io/) - 䞀欟支持倚种协议的蜻量级呜什行䞋蜜工具。[![Open-Source Software][OSS Icon]](https://github.com/aria2) ![Freeware][Freeware Icon] +* [Downie](https://software.charliemonroe.net/downie.php) - 支持倚蟟近 1200 䞪视频站点的视频䞋蜜工具。 +* [FDM](https://www.freedownloadmanager.org/) -䞀欟跚平台的䞋蜜管理噚 ![Freeware][Freeware Icon] +* [FOLX](http://mac.eltima.com/download-manager.html) - 䞀䞪 Mac osx 系统风栌界面的䞋蜜管理工具。 ![Freeware][Freeware Icon] +* [Harbor](https://github.com/thsnkhn/harbor) - 支持 HTTP(S)、磁力铟接和 `.torrent` 文件的匀源䞋蜜管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/thsnkhn/harbor) ![Freeware][Freeware Icon] +* [JDownloader](http://jdownloader.org/) - 甚于铟接、文件和眑盘内容的䞋蜜管理噚。![Freeware][Freeware Icon] +* [Motrix](https://motrix.app/) - 支持 HTTP、FTP、BT、磁力铟等协议的䞋蜜管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/agalwood/Motrix) ![Freeware][Freeware Icon] +* [Neat Download Manager](https://www.neatdownloadmanager.com/) - 具倇䌘化䌠蟓匕擎的蜻量䞋蜜管理噚。![Freeware][Freeware Icon] +* [qBittorrent](https://www.qbittorrent.org/) - 䞀䞪替代 ÎŒTorrent 的匀源蜯件。 [![Open-Source Software][OSS Icon]](https://github.com/qbittorrent/qBittorrent) ![Freeware][Freeware Icon] +* [Swads](https://swads.app/) - 矀晖 Download Station 客户端现代、原生、凭盎觉再讟计。 +* [Transmission](https://www.transmissionbt.com/) - 免莹的 BitTorrent 客户端 [![Open-Source Software][OSS Icon]](https://github.com/transmission/transmission) ![Freeware][Freeware Icon] +* [XGetter](https://xgetter.com/) - 甚于从䞻流眑站䞋蜜音视频的媒䜓䞋蜜噚。 ![Freeware][Freeware Icon] +* [You-Get](https://you-get.org/) - 眑络富媒䜓呜什行䞋蜜工具。[![Open-Source Software][OSS Icon]](https://github.com/soimort/you-get) ![Freeware][Freeware Icon] +* [yt-dlp](https://github.com/yt-dlp/yt-dlp) - 䞀欟功胜䞰富的呜什行音视频䞋蜜噚。 [![Open-Source Software][OSS Icon]](https://github.com/yt-dlp/yt-dlp) ![Freeware][Freeware Icon] +* [哔哩䞋蜜姬](https://github.com/yaobiao131/downkyicore) - 跚平台版哔哩哔哩眑站视频䞋蜜工具支持批量䞋蜜支持8K、HDR、杜比视界提䟛工具箱。 [![Open-Source Software][OSS Icon]](https://github.com/yaobiao131/downkyicore) ![Freeware][Freeware Icon] + +## 眑盘 + +*掚荐䞀些有Mac客户端的眑盘。* + +* [115](http://pc.115.com/) - 115 云客户端。![Freeware][Freeware Icon] +* [123云盘](https://www.123pan.com/) - 123 云盘客户端。![Freeware][Freeware Icon] +* [Dropbox](http://www.dropboxchina.com/Download/dropbox-for-mac.html) - 云存傚䞎文件同步服务。![Freeware][Freeware Icon] +* [NextCloud](https://nextcloud.com/) - 基于 ownCloud 完党匀源免莹匀源䌁䞚文件同步和共享。 ![Open-Source Software][OSS Icon] +* [Mega](https://mega.nz) - 免莹的云服务提䟛 50GB 的免莹存傚空闎。![Freeware][Freeware Icon] +* [Resilio Sync](https://www.resilio.com/individuals/) - P2P私有云盘BitTorrent血统支持`安卓`/`iOS`/`Windows`/`macOS`/`Linux`/`FreeBSD`/`NAS`等系统平台。泚意截止2021.7.20macOS平台客户端存圚䌑眠厩溃现象陀歀之倖可以正垞䜿甚。![Freeware][Freeware Icon] +* [Seafile](https://www.seafile.com/) - 是由囜内团队匀发的囜际化的匀源云存傚蜯件项目。![Freeware][Freeware Icon] +* [Syncthing](https://syncthing.net/) - [Resilio Sync](https://www.resilio.com/individuals/)的匀源竞争者匀源的实时文件同步。[![Open-Source Software][OSS Icon]](https://github.com/syncthing/) ![Freeware][Freeware Icon] +* [ownCloud](https://owncloud.org) - 私有云眑盘。 +* [癟床眑盘](http://pan.baidu.com/download?from=header#pan) - 癟床眑盘客户端。![Freeware][Freeware Icon] +* [腟讯埮云](https://www.weiyun.com/) - 腟讯云客户端。![Freeware][Freeware Icon] +* [坚果云](https://www.jianguoyun.com/s/downloads) - 坚果云客户端。![Freeware][Freeware Icon] +* [亿方云](https://www.fangcloud.com/) - 硅谷团队打造䞪人免莹。![Freeware][Freeware Icon] +* [阿里云盘](https://www.aliyundrive.com/drive/) - 阿里云盘。![Freeware][Freeware Icon] +* [阿里云盘小癜矊版](https://github.com/liupan1890/aliyunpan/) - 阿里云盘小癜矊版䞺阿里云盘第䞉方客户端倚平台支持增加了 Aria2 䞋蜜调甚第䞉方播攟噚等功胜 +* [小癜矊眑盘](https://github.com/gaozhangmin/aliyunpan) - 小癜矊眑盘 Powered by 阿里云盘。 + +## 蟓入法 + +* [imewlconverter](https://github.com/studyzy/imewlconverter) 深蓝词库蜬换,䞀欟匀源免莹的蟓入法词库蜬换皋序 [![Open-Source Software][OSS Icon]](https://github.com/studyzy/imewlconverter) ![Freeware][Freeware Icon] +* [fcitx5-macos](https://github.com/fcitx-contrib/fcitx5-macos) - 小䌁鹅蟓入法 macOS版本 [![Open-Source Software][OSS Icon]](https://github.com/fcitx-contrib/fcitx5-macos) ![Freeware][Freeware Icon] +* [LangSwitcher](https://github.com/reg2005/langSwitcher) - 甚于纠正错误键盘垃局蟓入文本的蜬换工具。 [![Open-Source Software][OSS Icon]](https://github.com/reg2005/langSwitcher) ![Freeware][Freeware Icon] +* [RIME](http://rime.im/) - 䞭州韻茞入法匕擎。[![Open-Source Software][OSS Icon]](https://github.com/rime) ![Freeware][Freeware Icon] +* [Rocket](http://matthewpalmer.net/rocket/) - 䜿甚冒号快捷键可以曎快捷地蟓入衚情笊号。![Freeware][Freeware Icon] +* [Type2Phone](https://www.houdah.com/support/) - 把 Macbook 键盘变䞺 iPhone 的蓝牙键盘。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/type2phone-bluetooth-keyboard/id472717129?platform=mac) +* [WBIM](http://www.glamtime.com.cn/wbim) - 五笔蟓入法。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/wbim-%E5%86%99%E5%AD%97%E6%9D%BF/id929844708?platform=mac) +* [搜狗蟓入法](http://pinyin.sogou.com/mac/) - 搜狗蟓入法。![Freeware][Freeware Icon] +* [癟床蟓入法](https://srf.baidu.com/input/mac.html) - 支持拌音五笔蟓入。![Freeware][Freeware Icon] +* [萜栌蟓入法](https://im.logcg.com/loginputmac) - 打砎 Mac 双拌倚幎来的窘境。 +* [枅歌五笔蟓入法](https://qingg.im/index.html) - 䞺 iOS 和 Mac 䞓闚打造的五笔蟓入法。![Freeware][Freeware Icon] +* [颜文字](https://apps.apple.com/cn/app/yan-wen-zi/id914708191?platform=mac) - 颜文字蟓入。![Freeware][Freeware Icon] +* [哈利路亚英文蟓入法](https://github.com/dongyuwei/hallelujahIM) - 智胜英文蟓入法具倇自劚补党自劚纠错功胜。[![Freeware][Freeware Icon]](https://github.com/dongyuwei/hallelujahIM) +* [䞚火五笔蟓入法](https://github.com/qwertyyb/Fire) - 蜻量干净功胜区倧的五笔蟓入法完党匀源。[![Open-Source Software][OSS Icon]](https://github.com/qwertyyb/Fire) ![Freeware][Freeware Icon] +* [InputSourcePro](https://inputsource.pro/) - 可按应甚或眑站自劚切换蟓入法的工具。 [![Open-Source Software][OSS Icon]](https://github.com/runjuu/InputSourcePro) ![Freeware][Freeware Icon] +* [埮信键盘](https://z.weixin.qq.com/) - 埮信官方出品的䞭文蟓入法,匥补mac版本埮信无法搜玢衚情发送的问题。 + +## 浏览噚 + +*这里攟Mac的浏览噚应甚* + +* [Arc](https://arc.net) - 采甚工䜜区匏界面的浏览噚。 ![Freeware][Freeware Icon] +* [Brave](https://brave.com/) - 甹 Brave 浏览曎快曎安党。 ![Freeware][Freeware Icon] +* [ChatGPT Atlas](https://chatgpt.com/atlas/) - 内眮 ChatGPT 的浏览噚。 ![Freeware][Freeware Icon] +* [Chrome](http://www.google.cn/chrome/browser/) - Chrome 浏览噚谷歌出品。![Freeware][Freeware Icon] +* [Chromium](https://www.chromium.org/Home) - Google Chrome 背后的匀源浏览噚项目。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://chromium.googlesource.com/chromium/src/) +* [Firefox](http://www.firefox.com.cn/) - 由 Mozilla 匀发的免莹匀源眑页浏览噚。![Freeware][Freeware Icon] +* [Helium](https://helium.computer/) - 内眮广告拊截的隐私富向 Chromium 浏览噚。 [![Open-Source Software][OSS Icon]](https://github.com/imputnet/helium) ![Freeware][Freeware Icon] +* [Microsoft Edge](https://www.microsoft.com/zh-cn/edge) - Edge 浏览噚埮蜯出品盞比于 Chrome 青出于蓝胜于蓝 ![Freeware][Freeware Icon] +* [Opera](http://www.opera.com/zh-cn) - Opera 浏览噚。![Freeware][Freeware Icon] +* [QQ浏览噚](http://browser.qq.com/mac/) - QQ 浏览噚腟讯出品。![Freeware][Freeware Icon] +* [Safari](http://www.apple.com/cn/safari/) - Mac 预装自垊浏览噚。![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/learn-anything/safari-extensions#readme) +* [Tabbit](https://tabbitbrowser.com/) - 理解䞊䞋文、支持眑页对话䞎任务自劚化的 AI 原生浏览噚。![Freeware][Freeware Icon] +* [ungoogled-chromium](https://github.com/ungoogled-software/ungoogled-chromium/) - ungoogled-chromium 移陀了 Google 䞓有组件加区了隐私控制䜿其曎加透明 [![Open-Source Software][OSS Icon]](https://github.com/ungoogled-software/ungoogled-chromium/) ![Freeware][Freeware Icon] +* [Vivaldi](https://vivaldi.com/) - Opera 匀发商出品新的浏览噚。![Freeware][Freeware Icon] +* [Web](https://github.com/nuance-dev/Web) - 䞺 macOS 打造的极简 AI 浏览噚基于 SwiftUI。 [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/nuance-dev/Web) +* [Zen](https://zen-browser.app/) - 讟计䌘矎、泚重隐私、功胜区倧的浏览噚 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/zen-browser/desktop) +* [Ōryōki](http://oryoki.io/) - 小的 web 浏览噚。这是䞀䞪试验性的项目目前正圚匀发䞭![Freeware][Freeware Icon] +* [傲枞云浏览噚](http://www.maxthon.cn/mac/) - 傲枞云浏览噚。![Freeware][Freeware Icon] +* [360极速浏览噚](https://browser.360.cn/ee/mac/index.html) - 曎奜甚䞍将就。![Freeware][Freeware Icon] +* [掋葱浏览噚](https://www.torproject.org/download/) - 面向匿名浏览的隐私浏览噚。![Freeware][Freeware Icon] + +## 翻译工具 + +* [Bob](https://apps.apple.com/cn/app/id1630034110?platform=mac) - 简小奜甚的翻译工具支持语蚀自劚检测截囟翻译。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/id1630034110?platform=mac) +* [DeepL](https://www.deepl.com/zh/macos-app) - 拥有深床神经孊习眑络的翻译蜯件自称䞖界䞊最准确的翻译蜯件圚孊术论文和科技文章方面䌘于其他同类蜯件。![Freeware][Freeware Icon] +* [Easydict](https://github.com/tisfeng/Easydict) - 简掁的词兞䞎翻译工具甚于查词和翻译文本。 [![Open-Source Software][OSS Icon]](https://github.com/tisfeng/Easydict) +* [eudic](https://www.eudic.net/v4/en/app/download) - 欧路词兞,权嚁的英语词兞蜯件 英语孊习者必倇的工具 +* [Grammarly](https://app.grammarly.com/) - 修正英语语法及甚语 +* [iText](https://toolinbox.net/iText/) - 截囟识别文字、翻译 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/itext-ocr-translator/id1314980676?platform=mac) +* [iTranslate](http://www.itranslate.com/) - 支持文本、眑页和倚语蚀翻译的翻译应甚。 ![Freeware][Freeware Icon] +* [Live Translator](https://github.com/umutcetinkaya/live-translator) - 基于 OpenAI 或 Gemini对任意系统音频进行实时屏幕翻译。 [![Open-Source Software][OSS Icon]](https://github.com/umutcetinkaya/live-translator) ![Freeware][Freeware Icon] +* [Ludwig](https://ludwig.guru) - 语蚀搜玢匕擎可垮助悚甚英语写埗曎奜。 +* [MoePeek](https://github.com/cosZone/MoePeek) - 支持划词、OCR、剪莎板和手劚蟓入的翻译工具。 [![Open-Source Software][OSS Icon]](https://github.com/cosZone/MoePeek) ![Freeware][Freeware Icon] +* [Nani](https://nani.now) - 快速AI翻译附垊枅晰解释。 +* [OpenAI Translator](https://github.com/yetone/openai-translator) - 基于 AI 暡型的翻译应甚和浏览噚扩展。 [![Open-Source Software][OSS Icon]](https://github.com/yetone/openai-translator) ![Freeware][Freeware Icon] +* [ScreenTranslate](https://screentranslate.filient.ai/) - 屏幕任意区域截取或选择文本即时翻译完党圚讟倇䞊运行。 [![Open-Source Software][OSS Icon]](https://github.com/hcmhcs/screenTranslate) ![Freeware][Freeware Icon] +* [Translate Tab](http://translate-tab.com/) - 菜单栏翻译插件封装了谷歌翻译支持自劚识别语蚀。 +* [Translatium](https://translatium.app) - 支持 100 倚种语蚀文字䞎囟片翻译的应甚。 [![Open-Source Software][OSS Icon]](https://github.com/webcatalog/translatium-desktop) [![App Store][app-store Icon]](https://apps.apple.com/us/app/translatium/id1547052291?platform=mac) +* [蟞海词兞](http://cidian.dict.cn/mac.html) - 孊单词、背单词、蟞海词兞。![Freeware][Freeware Icon] +* [有道翻译](http://cidian.youdao.com/multi.html) - 有道词兞桌面版。![Freeware][Freeware Icon] + +## 金融 + +* [SubManager](https://submanager.app) - 垊续莹提醒的订阅管理工具。 [![App Store][app-store Icon]](https://apps.apple.com/app/submanager-subscription-list/id1632853914?platform=mac) + +* [SubList](https://apps.apple.com/app/sublist-subscription-list/id6757860829?platform=mac) - 圚䞀䞪地方跟螪订阅、续莹和支出提䟛提醒、分析和 iCloud 同步。 +* [StockDock](https://github.com/simonsruggi/StockDock) - 菜单栏股祚/ETF/加密莧垁实时行情工具支持投资组合盈亏、倚垁种泚重隐私无需莊户。 [![Open-Source Software][OSS Icon]](https://github.com/simonsruggi/StockDock) ![Freeware][Freeware Icon] + +## 安党工具 + +* [Deadbolt](https://github.com/alichtman/deadbolt) - 匀源文件加密工具。 [![Open-Source Software][OSS Icon]](https://github.com/alichtman/deadbolt) ![Freeware][Freeware Icon] +* [Antivirus One](https://cleanerone.trendmicro.com/antivirus-one-for-mac/?utm_source=github&utm_medium=referral&utm_campaign=githubproject) - 甚于扫描恶意蜯件、广告蜯件和眑页嚁胁的安党工具。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/apple-store/id1068435535?pt=444218&ct=GitHub&mt=8&platform=mac) +* [BlockBlock](https://objective-see.com/products/blockblock.html) - 恶意蜯件䌚自行安装以确保它圚重新匕富时自劚重新执行。 +* [ClearanceKit](https://craigjbass.github.io/clearancekit/) - 甚于受保技路埄的策略匏文件访问控制工具。 [![Open-Source Software][OSS Icon]](https://github.com/craigjbass/clearancekit) ![Native App][Native Icon] +* [Dylib Hijack Scanner](https://objective-see.com/products/dhs.html) - 甚于扫描 dylib 劫持风险应甚的工具。 ![Freeware][Freeware Icon] +* [Encrypto](https://macpaw.com/encrypto) - 免莹加密工具甚于加密文件和文件倹 +* [GPG Suite](https://gpgtools.org/) - macOS平台的䞀站匏GnuPG解决方案提䟛呜什行和GUI的加解密工具。匀箱即甚的`gpg-agent`密码猓存服务还包括䞀䞪GUI的pinenry皋序支持䞎macOS原生钥匙䞲集成。[![Open-Source Software][OSS Icon]](https://gpgtools.org/) ![Freeware][Freeware Icon] +* [KextViewer](https://objective-see.com/products/kextviewr.html) - 查看所有圚 OS 内栞䞭加蜜的暡块。 +* [KnockKnock](https://objective-see.com/products/knockknock.html) - “谁圚那” 查看Mac䞊持久安装的内容。 +* [LinkLiar](https://github.com/halo/LinkLiar) - 可以垮助䜠哄骗 Wi-Fi 和以倪眑接口的 MAC 地址。 [![Open-Source Software][OSS Icon]](https://github.com/halo/LinkLiar) ![Freeware][Freeware Icon] +* [Lockpaw](https://getlockpaw.com) - Menu bar screen guard for macOS — lock and unlock your screen with a hotkey. [![Open-Source Software][OSS Icon]](https://github.com/sorkila/lockpaw) ![Freeware][Freeware Icon] +* [MakLock](https://github.com/dutkiewiczmaciej/MakLock) - 䜿甚 Touch ID、Apple Watch 或密码锁定任意 macOS 应甚支持党屏暡糊芆盖。 [![Open-Source Software][OSS Icon]](https://github.com/dutkiewiczmaciej/MakLock) ![Freeware][Freeware Icon] +* [LuLu](https://objective-see.com/products/lulu.html) - 免莹的macOS防火墙旚圚阻止未经授权䌠出的眑络流量。 [![Open-Source Software][OSS Icon]](https://www.tinc-vpn.org/git/browse?p=tinc) ![Freeware][Freeware Icon] +* [Murus](https://www.murusfirewall.com/) - 区倧、灵掻䞔易于理解䜿甚的防火墙官方提䟛倚种䞍同的APP以提䟛䞍同功胜的组合。最基础的免莹版本`Murus Lite`是纯粹基于䌠入端口的防火墙跟基于应甚皋序的macOS原生防火墙圢成有效互补。![Freeware][Freeware Icon] +* [NoxKey](https://github.com/No-Box-Dev/Noxkey) - 䞀欟通过钥匙䞲和 Touch ID 管理 API 密钥䞎什牌的工具。 [![Open-Source Software][OSS Icon]](https://github.com/No-Box-Dev/Noxkey) ![Freeware][Freeware Icon] +* [PureSnitch](https://github.com/momenbasel/puresnitch) - 匀源应甚防火墙提䟛类䌌 Little Snitch 的䞖界地囟、规则管理、DNS over HTTPS 和基于 pf 的拊截并䞔无遥测。 [![Open-Source Software][OSS Icon]](https://github.com/momenbasel/puresnitch) ![Freeware][Freeware Icon] +* [MalwareBytes](https://www.malwarebytes.com/mac-download/) - 甚于扫描和移陀恶意蜯件的安党工具。 ![Freeware][Freeware Icon] +* [OverSight](https://objective-see.com/products/oversight.html) - 甚于监控麊克风和摄像倎访问的工具。 ![Freeware][Freeware Icon] +* [RansomWhere?](https://objective-see.com/products/ransomwhere.html) - 通甹 Ransomware 检测。 +* [Santa](https://northpole.security/) - 二进制䞎文件访问授权系统。 [![Open-Source Software][OSS Icon]](https://github.com/northpolesec/santa) ![Native App][Native Icon] +* [TaskExplorer](https://objective-see.com/products/taskexplorer.html) - 䜿甚 TaskExplorer 探玢圚 Mac 䞊运行的所有任务进皋。 +* [TouchBridge](https://github.com/HMAKT99/UnTouchID) - 䜿甚手机指纹完成身仜验证的匀源工具。 [![Open-Source Software][OSS Icon]](https://github.com/HMAKT99/UnTouchID) ![Freeware][Freeware Icon] +* [Vulert](https://vulert.com) - 甚于监控匀源䟝赖挏掞的服务。 +* [swiftGuard](https://github.com/Lennolium/swiftGuard) - 甚于保技 USB 端口免受未授权访问的工具。 [![Open-Source Software][OSS Icon]](https://github.com/Lennolium/swiftGuard) ![Freeware][Freeware Icon] +* [What's Your Sign?](https://objective-see.com/products/whatsyoursign.html) - 甚于查看文件代码筟名信息的 Finder 扩展。 ![Freeware][Freeware Icon] + +## 科孊䞊眑 + +*假讟䜠是䞪勀奋的同孊䜠总有䞀倩䌚区烈需芁它们䞊垝保䜑他们吧。* + +* [1.1.1.1](https://1.1.1.1/) - 让䜠的互联眑曎安党的免莹应甚。![Freeware][Freeware Icon] +* [Algo](https://github.com/trailofbits/algo) - 圚云䞭讟眮䞪人 IPSEC VPN。[![Open-Source Software][OSS Icon]](https://github.com/trailofbits/algo) +* [ClashBar](https://clashbar.vercel.app/) - 由 mihomo 驱劚的菜单栏代理客户端。 [![Open-Source Software][OSS Icon]](https://github.com/Sitoi/ClashBar) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [Clash Nyanpasu](https://github.com/LibNyanpasu/clash-nyanpasu) - 基于 Tauri 的 Clash GUI 自由蜯件。[![Open-Source Software][OSS Icon]](https://github.com/LibNyanpasu/clash-nyanpasu)![Freeware][Freeware Icon] +* [Clash-verge-rev](https://github.com/clash-verge-rev/clash-verge-rev) - Clash Verge 的延续基于 Tauri 的 Clash Meta GUI。[![Open-Source Software][OSS Icon]](https://github.com/clash-verge-rev/clash-verge-rev)![Freeware][Freeware Icon] +* [ClashX Guide](https://clashx.tech) - 甚于 ClashX 的指南和故障排查工具。 ![Freeware][Freeware Icon] +* [Cloudflare WARP](https://1.1.1.1/) - 通过 Cloudflare 路由流量的安党眑络服务。 ![Freeware][Freeware Icon] +* [FlClash](https://github.com/chen08209/FlClash) - 拥有 MD3 风栌䞔基于 Clash Meta 的客户端。[![Open-Source Software][OSS Icon]](https://github.com/chen08209/FlClash)![Freeware][Freeware Icon] +* [Hiddify](https://github.com/hiddify/hiddify-app) - 支持倚种代理协议䞎订阅的跚平台代理客户端。 [![Open-Source Software][OSS Icon]](https://github.com/hiddify/hiddify-app) ![Freeware][Freeware Icon] +* [Mullvad VPN](https://mullvad.net) - 泚重隐私、支持匿名莊号的 VPN 服务。 [![Open-Source Software][OSS Icon]](https://github.com/mullvad/mullvadvpn-app) +* [Lantern](https://getlantern.org) - 科孊䞊眑。[![Open-Source Software][OSS Icon]](https://github.com/getlantern/lantern)![Freeware][Freeware Icon] +* [Mihomo Party](https://github.com/mihomo-party-org/mihomo-party) - 䞀䞪以mihomo内栞的GUI [![Open-Source Software][OSS Icon]](https://github.com/mihomo-party-org/mihomo-party) ![Freeware][Freeware Icon] +* [Outline](https://getoutline.org/) - 借助 Outline创建 VPN 服务噚变埗蜻而易䞟从而让任䜕人郜胜访问自由、匀攟的互联眑。[![Open-Source Software][OSS Icon]](https://github.com/Jigsaw-Code)![Freeware][Freeware Icon] +* [ShadowsocksX](http://shadowsocks.org/) - 䞀䞪快速的隧道代理可以垮助䜠绕过防火墙。[![Open-Source Software][OSS Icon]](https://github.com/shadowsocks)![Freeware][Freeware Icon] +* [ShadowsocksX-NG](https://github.com/qiuyuzhou/ShadowsocksX-NG) - 䞀欟 ShadowsocksX 客户端蜯件。[![Open-Source Software][OSS Icon]](https://github.com/qiuyuzhou/ShadowsocksX-NG)![Freeware][Freeware Icon] +* [sing-box](https://github.com/SagerNet/sing-box) - 通甚代理平台。 [![Open-Source Software][OSS Icon]](https://github.com/SagerNet/sing-box) ![Freeware][Freeware Icon] +* [Shimo](https://www.shimovpn.com/) - 连接倧量 VPN 的应甚。 +* [Surge](https://nssurge.com/) - 科孊䞊眑。 +* [tinc](https://www.tinc-vpn.org) - VPN 蜯件。[![Open-Source Software][OSS Icon]](https://www.tinc-vpn.org/git/browse?p=tinc)![Freeware][Freeware Icon] +* [Tailscale](https://tailscale.com) - 甚于安党连接讟倇、服务和甚户的眑状 VPN。 ![Freeware][Freeware Icon] +* [TrustTunnel](https://trusttunnel.org/) - 现代匀源 VPN 协议最初由 AdGuard VPN 匀发。 [![Open-Source Software][OSS Icon]](https://github.com/TrustTunnel/TrustTunnel) ![Freeware][Freeware Icon] +* [Tunnelbear](https://www.tunnelbear.com) - 甚于安党䞊眑和切换地区的简掁 VPN 服务。 ![Freeware][Freeware Icon] +* [Tunnelblick](https://tunnelblick.net/downloads.html) - OpenVPN 的免莹蜯件。![Freeware][Freeware Icon] +* [VPN Bypass](https://github.com/GeiserX/VPN-Bypass) - 可按域名和服务将流量绕过 VPN 路由的菜单栏工具。 [![Open-Source Software][OSS Icon]](https://github.com/GeiserX/VPN-Bypass) ![Freeware][Freeware Icon] +* [Windscribe](https://windscribe.com) - 提䟛广告拊截和节点切换的 VPN 䞎代理服务。 ![Freeware][Freeware Icon] + +## 其它实甚工具 + +* [12306ForMac](https://github.com/fancymax/12306ForMac) - Mac 版 12306 订祚/检祚助手。[![Open-Source Software][OSS Icon]](https://github.com/fancymax/12306ForMac) ![Freeware][Freeware Icon] +* [1440 Minutes Left Today](https://1440app.com/) - 圚菜单栏星瀺今倩还剩倚少分钟。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/1440/id1483764819?platform=mac) +* [360压猩](https://yasuo.360.cn/mac/index.html) - 简单易甚免莹无广告的压猩工具。![Freeware][Freeware Icon] +* [Actions](https://sindresorhus.com/actions) - 䞺快捷指什应甚提䟛了讞倚实甚操䜜。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1586435171?platform=mac) +* [AI Actions](https://sindresorhus.com/ai-actions) - 快捷指什应甚的AI操䜜。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6465250302) +* [AirServer](http://www.airserver.com/Download) - 将手机投圱到电脑䞊。 +* [Alfred](https://www.alfredapp.com/) - 效率神噚。 [![Awesome List][awesome-list Icon]](https://github.com/learn-anything/alfred-workflows#readme) +* [AltStore](https://altstore.io/) - 非越狱 iOS 讟倇的替代应甚商店。[![Open-Source Software][OSS Icon]](https://altstore.io/#Downloads) ![Freeware][Freeware Icon] +* [BetterTouchTool](https://folivora.ai/) - 自定义觊控板、錠标和键盘的手势䞎快捷操䜜。 +* [BetterZip](https://macitbetter.com/) - 压猩解压猩工具支持栌匏 ZIP、TAR、TGZ、TBZ、TXZ (new)、7-ZIP、RAR +* [CheatSheet](https://www.mediaatelier.com/CheatSheet/) - CheatSheet 是䞀欟 Mac 䞊的非垞实甚的快捷键快速提醒工具。 ![Freeware][Freeware Icon] +* [Cadran](https://cadranapp.com) - 圚Mac桌面壁纞和屏幕保技皋序䞊星瀺22种可自定义的时钟衚盘。 +* [Deskflow](https://github.com/deskflow/deskflow) - Deskflow 让䜠圚 Windows、macOS 和 Linux 䞊共享䞀套錠标和键盘控制倚台电脑。[![Open-Source Software][OSS Icon]](https://github.com/deskflow/deskflow) ![Freeware][Freeware Icon] +* [DisplayBuddy](https://displaybuddy.app) - 盎接控制倖接星瀺噚的亮床、对比床和蟓入源。 +* [Dimly](https://feuerbacher.me/projects/dimly) - 从䞀䞪菜单栏应甚统䞀控制倚星瀺噚环境䞋的亮床。 [![Open-Source Software][OSS Icon]](https://github.com/punshnut/macos-dimly) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [DNS Heaven](https://github.com/greenboxal/dns-heaven) - 可以什基于 glibc 的 macOS 应甚盎接䜿甚原生栈来解析 DNS䞻芁适甚于 VPN。 [![Open-Source Software][OSS Icon]](https://github.com/greenboxal/dns-heaven) ![Freeware][Freeware Icon] +* [DNS Easy Switcher](https://github.com/glinford/dns-easy-switcher) - 快速切换 DNS 提䟛商或自定义解析噚的菜单栏工具。 [![Open-Source Software][OSS Icon]](https://github.com/glinford/dns-easy-switcher) ![Freeware][Freeware Icon] +* [DNS Optimizer](https://www.appecosys.com/apps/dns-optimizer/) - 䞀欟适甚于 Apple 讟倇macOS 侎 iOS的 DNS 切换䞎性胜基准测试工具。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/dns-optimizer/id6741016224?platform=mac) +* [Dropshelf](https://pilotmoon.com/dropshelf/) - 䞀欟拖攟文件蟅助工具可以将文件攟圚䞀䞪悬浮窗以方䟿移劚到其他䜍眮。![Freeware][Freeware Icon] +* [Dropover](https://dropoverapp.com/) - 甚于暂存和搬运拖拜文件、文本䞎铟接的䞎时眮物架。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/dropover-easier-drag-drop/id1355679052?platform=mac) +* [cmd+x](https://apps.apple.com/app/cmd-x/id6754665762?platform=mac) - 䜿甚 Ctrl+Opt+Delete 启劚掻劚监视噚圚 Finder 侭甹 Cmd+X 剪切并移劚文件。 +* [Deskmark](https://apps.apple.com/app/Deskmark/6755948110?platform=mac) - 给桌面添加氎印适合圕制视频时䜿甚。[![App Store][app-store Icon]](https://apps.apple.com/app/Deskmark/6755948110?platform=mac) +* [escrcpy](https://github.com/viarotel-org/escrcpy) - 䜿甚囟圢化的 Scrcpy 星瀺和控制悚的 Android 讟倇由 Electron 驱劚。[![Open-Source Software][OSS Icon]](https://github.com/viarotel-org/escrcpy) ![Freeware][Freeware Icon] +* [eZip](http://ezip.awehunt.com) - 蜻量压猩解压工具支持 ZIP、RAR、7Z 等垞见栌匏。 ![Freeware][Freeware Icon] +* [Final2x](https://github.com/Tohrusky/Final2x) - 这是䞀䞪区倧的工具允讞䜿甚倚种暡型对囟像进行任意倧小的超分蟚率倄理旚圚提高囟像的分蟚率和莚量䜿其曎加枅晰和诊细。[![Open-Source Software][OSS Icon]](https://github.com/Tohrusky/Final2x) ![Freeware][Freeware Icon] +* [f.lux](https://justgetflux.com/) - 自劚调敎悚的电脑屏幕以匹配亮床。![Freeware][Freeware Icon] +* [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - 通过菜单栏或快捷键快速切换灰床星瀺。 [![Open-Source Software][OSS Icon]](https://github.com/rkbhochalya/grayscale-mode) ![Freeware][Freeware Icon] +* [FnKeyboard](https://github.com/kotique123/FnKeyboard) - 圚菜单栏快速调甚功胜键。 [![Open-Source Software][OSS Icon]](https://github.com/kotique123/FnKeyboard) ![Freeware][Freeware Icon] +* [Freeter](https://freeter.io/) - 按项目敎理应甚、铟接和文件的工䜜台。 [![Open-Source Software][OSS Icon]](https://github.com/FreeterApp/Freeter) ![Freeware][Freeware Icon] +* [Hammerspoon](http://www.hammerspoon.org/) - 功胜区倧的自劚化工具Lua 脚本驱劚支持窗口管理。[![Open-Source Software][OSS Icon]](https://github.com/Hammerspoon/hammerspoon) ![Freeware][Freeware Icon] +* [HapticKey](https://github.com/niw/HapticKey/releases) - 䞺 Touch Bar 点击加入觊觉反銈。 [![Open-Source Software][OSS Icon]](https://github.com/niw/HapticKey) ![Freeware][Freeware Icon] +* [Hook for Mac](https://hookproductivity.com/) - 关联文件、邮件和笔记方䟿快速跳蜬。 +* [HTTrack](http://www.httrack.com) - 可以䞋蜜敎䞪眑站和犻线浏览。![Freeware][Freeware Icon] +* [Hungrymark](https://zhengying.github.io/hungrymark) - 收藏文件、文件倹和铟接并从菜单栏快速访问。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/hungrymark/id1482778901?platform=mac) +* [HWSensors](https://sourceforge.net/projects/hwsensors) - 自垊FakeSMC的黑苹果硬件状态监控插件。 [![Open-Source Software][OSS Icon]](https://bitbucket.org/kozlek/hwsensors/overview) ![Freeware][Freeware Icon] +* [Hyperkey](https://hyperkey.app/) - 将 Caps Lock 或其他修饰键变成 Hyper 键。 ![Freeware][Freeware Icon] +* [iCMD](https://icmd.app) - 提䟛党局暡糊菜单搜玢和 Vim 风栌富航。 +* [iStat pro](https://bjango.com/mac/istatmenus/) - Mac OS 电脑硬件信息检测蜯件。 +* [Itsycal](https://www.mowglii.com/itsycal/) - 䞀欟简掁实甚的匀源日历工具。[![Open-Source Software][OSS Icon]](https://github.com/sfsam/itsycal) ![Freeware][Freeware Icon] +* [Journey Navigation](https://gowithjourney.com) - 提䟛倩气、路况和逐步富航的路线规划工具。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/journey-navigation/id1662059644?platform=mac) +* [Karabiner](https://pqrs.org/osx/karabiner/) - 䞀䞪区倧的和皳定的 OS X 的键盘定制。[![Open-Source Software][OSS Icon]](https://github.com/tekezo/Karabiner) ![Freeware][Freeware Icon] +* [Keyboard Maestro](http://www.keyboardmaestro.com) - 甚觊发噚和宏自劚执行重倍操䜜。 +* [Keytty](http://keytty.com) - 让䜠通过键盘䜿甚錠标。 +* [Keka](https://github.com/aonez/Keka) - 匀源压猩解压工具支持倚种压猩栌匏。 [![Open-Source Software][OSS Icon]](https://github.com/aonez/Keka) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/keka/id470158793?platform=mac) +* [Lunar](https://lunar.fyi/) - 倖接星瀺噚亮床/对比床调节工具从歀告别物理按键。[![Open-Source Software][OSS Icon]](https://github.com/alin23/Lunar) ![Freeware][Freeware Icon] +* [Lungo](https://sindresorhus.com/lungo) - 防止Mac进入睡眠状态。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/lungo/id1263070803?platform=mac) +* [LaunchNext](https://github.com/RoversX/LaunchNext) - 经兞 Launchpad 䜓验重现旧版 macOS。 [![Open-Source Software][OSS Icon]](https://github.com/RoversX/LaunchNext) ![Freeware][Freeware Icon] +* [macUSB](https://github.com/Kruszoneq/macUSB) - 䞺 Apple Silicon Mac 创建可启劚 macOS/OS X 安装噚的工具。 [![Open-Source Software][OSS Icon]](https://github.com/Kruszoneq/macUSB) ![Freeware][Freeware Icon] +* [Memo](http://memo-app.net/) - 给䜠的䟿笺加䞪密。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1212409035?platform=mac) +* [MessAuto](https://github.com/LeeeSe/MessAuto) - 自劚提取Mac平台的短信和邮箱验证码 [![Open-Source Software][OSS Icon]](https://github.com/LeeeSe/MessAuto) ![Freeware][Freeware Icon] +* [MindMac](https://mindmac.app/) - 圚䞀䞪客户端䞭䜿甚倚种 AI 暡型䞎服务。 +* [Mos](https://mos.caldis.me/) - 让䜠的錠标滚蜮䞝滑劂觊控板。[![Open-Source Software][OSS Icon]](https://github.com/Caldis/Mos) ![Freeware][Freeware Icon] +* [MacPacker](https://macpacker.app) - 園档管理工具支持園档文件的预览和提取。[![Open-Source Software][OSS Icon]](https://github.com/sarensw/macpacker) ![Freeware][Freeware Icon] +* [Magic Switch](https://magic-switch.com/) - 圚倚台电脑之闎切换 Magic Keyboard、Mouse 和 Trackpad。 +* [nnScreenshots](https://www.nearnorthsoftware.com/software/screenshots.php) - 定时截囟方䟿回顟工䜜过皋和填写工时。 +* [Noi](https://github.com/lencx/Noi) - AI 赋胜䜠的䞖界——探玢、扩展、赋权。 [![Open-Source Software][OSS Icon]](https://github.com/lencx/Noi) ![Freeware][Freeware Icon] +* [NoSleep](https://www.macupdate.com/app/mac/37991/nosleep) - 合䞊盖子䞍䌑眠可根据是吊连接电源单独讟眮。 +* [Numi](http://numi.io/) - 挂亮的计算噚应甚。![Freeware][Freeware Icon] +* [OmniPlan](https://www.omnigroup.com/omniplan/) - 项目管理蜯件。 +* [Qbserve](https://qotoqot.com/qbserve/) - 自劚远螪时闎并提䟛项目、工时和效率统计。 +* [Rapidmg](https://rapidmg.branchseer.com/) - 䞀键解压 DMG 镜像里的 app 至 “应甚皋序” 目圕。[![App Store][app-store Icon]](https://apps.apple.com/app/rapidmg/id6451349778?platform=mac) +* [rem](https://github.com/jasonjmcghee/rem) - 䞀欟匀源蜯件可以本地记圕并搜玢䜠圚 Mac 䞊查看的所有内容。 [![Open-Source Software][OSS Icon]](https://github.com/jasonjmcghee/rem) ![Freeware][Freeware Icon] +* [Rewind](https://www.rewind.ai/) - 记圕并检玢屏幕䞎音频掻劚历史的工具。 +* [RescueTime](https://www.rescuetime.com/) - 记圕时闎䜿甚情况并生成效率报告。 +* [RightMenu Master](https://wangchujiang.com/rightmenu-master/) - 䞺 Finder 右键菜单增加曎倚垞甚操䜜。 [![App Store][app-store Icon]](https://apps.apple.com/app/rightmenu-master/6737160756?platform=mac) +* [Rize](https://rize.io/) - 甹 AI 自劚远螪时闎并垮助改善䞓泚习惯。 +* [Seodisias](https://seodisias.com) - 甚于扫描站点技术 SEO 问题的眑站分析工具。 [![Freeware][Freeware Icon]](https://seodisias.com) +* [Selectric](https://selectric.io/) - 圚邮件、文档和聊倩内容䞭进行本地搜玢。 +* [SensibleSideButtons](http://sensible-side-buttons.archagon.net) - 让錠标䟧键圚曎倚应甚䞭支持前进后退。 [![Open-Source Software][OSS Icon]](https://github.com/archagon/sensible-side-buttons) +* [Strategr](https://khrykin.github.io/strategr/) - 甚时闎盒规划䞀倩的时闎管理工具。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/khrykin/StrategrDesktop) +* [SuperCorners](https://supercorners.vercel.app/) - 把屏幕热角变成自定义工䜜流觊发噚。 [![Open-Source Software][OSS Icon]](https://github.com/daniyalmaster693/SuperCorners) ![Freeware][Freeware Icon] +* [scrcpy](https://github.com/Genymobile/scrcpy) - 可镜像通过 USB 或 TCP/IP 连接的 Android 讟倇视频和音频并允讞䜿甚电脑的键盘和錠标控制讟倇。无需 root 权限适甚于 Linux、Windows 和 macOS 系统。[![Open-Source Software][OSS Icon]](https://github.com/Genymobile/scrcpy) ![Freeware][Freeware Icon] +* [Sideloadly](https://sideloadly.io/) - 将䜠喜欢的枞戏和应甚皋序䟧蜜到 iOS 讟倇、Apple Silicon Mac 或 Apple TV 的党新最䜳方匏 ![Freeware][Freeware Icon] +* [Snap](http://indragie.com/snap) - 䞀欟可以给 Dock 䞊的皋序添加快捷键的小工具。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/id418073146?platform=mac) +* [Streaker](https://github.com/jamieweavis/streaker) - GitHub莡献和统计跟螪菜单栏应甚皋序。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/jamieweavis/streaker) +* [SwiftBiu](https://swiftbiu.com/) - 垊可定制工具栏和 AI 扩展的文本效率工具。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/swiftbiu/id6754772331?platform=mac) +* [The Unarchiver](https://theunarchiver.com/) - 解压讞倚䞍同种类的園档压猩文件。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/the-unarchiver/id425424353?platform=mac) +* [uebersicht](https://github.com/felixhageloh/uebersicht) - 充分利甚桌面空闎的插件工具 [![Open-Source Software][OSS Icon]](https://github.com/felixhageloh/uebersicht) ![Freeware][Freeware Icon] +* [Upscayl](https://github.com/upscayl/upscayl) - 免莹匀源的囟像AI超分工具。 [![Open-Source Software][OSS Icon]](https://github.com/upscayl/upscayl) ![Freeware][Freeware Icon] +* [TradingView](https://www.tradingview.com/desktop/) - TradingView 是䞀䞪瀟亀媒䜓眑络、分析平台的应甚皋序适甚于亀易员和投资者支持原生倚星瀺噚。 +* [Unarchive One](https://cleanerone.trendmicro.com/unarchiver-one/?utm_source=github&utm_medium=referral&utm_campaign=githubproject) - 支持倚种垞见栌匏的压猩䞎解压工具。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/apple-store/id1127253508?pt=444218&ct=GitHub&mt=8&platform=mac) +* [Ukelele](http://scripts.sil.org/ukelele) - Unicode 键盘垃局猖蟑噚。 +* [UotanToolboxNT](https://github.com/Uotan-Dev/UotanToolboxNT) - 䞺玩机发烧友而生的党新现代化工具箱。 [![Open-Source Software][OSS Icon]](https://github.com/Uotan-Dev/UotanToolboxNT) ![Freeware][Freeware Icon] +* [Vidwall](https://apps.apple.com/app/Vidwall/6747587746?platform=mac) - 支持将 4K 视频MP4、MOV 栌匏讟眮䞺劚态壁纞。 [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/vidwall) ![Freeware][Freeware Icon] +* [Vidwall Hub](https://wangchujiang.com/vidwall-hub/) - 蜻束将 MP4/MOV 视频富入系统壁纞并甚䜜锁屏劚画。 ![Freeware][Freeware Icon] +* [Wallpaper Player](https://github.com/haren724/wallpaper-player-mac) - 䞀欟区倧的匀源 Mac 劚态壁纞应甚支持富入 Wallpaper Engine 䞊的壁纞。 [![Open-Source Software][OSS Icon]](https://github.com/haren724/wallpaper-player-mac) ![Freeware][Freeware Icon] +* [WaifuX](https://jipika.github.io/WaifuX) - 集壁纞、劚态背景和劚挫视频于䞀䜓的匀源 ACG 应甚。 [![Open-Source Software][OSS Icon]](https://github.com/jipika/WaifuX) ![Freeware][Freeware Icon] +* [WWDC](https://github.com/insidegui/WWDC) - 非官方的 WWDC Mac APP。[![Open-Source Software][OSS Icon]](https://github.com/insidegui/WWDC) ![Freeware][Freeware Icon] +* [Wox](https://wox-launcher.github.io/Wox/) - 匀源跚平台启劚噚支持快速本地搜玢和插件扩展。 [![Open-Source Software][OSS Icon]](https://github.com/Wox-launcher/Wox) ![Freeware][Freeware Icon] +* [xScope](http://xscopeapp.com/) - 甚于测量、检查和测试屏幕垃局的工具集。 +* [Z](https://github.com/rupa/z) - 通过蟓入郚分路埄快速跳蜬垞甚目圕。 +* [超级右键](https://www.better365.cn/apps.html) - 䞀欟finder右键菜单扩展包括了倧量䟿捷工具比劂新建文件盎接打匀终端等 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/%E8%B6%85%E7%BA%A7%E5%8F%B3%E9%94%AE-irightmouse/id1497428978?platform=mac) + +### 剪莎板工具 + +* [Buffer](https://samirpatil2000.github.io/products/buffer/) - 蜻量的原生剪莎板管理工具支持囟片 OCR 和乊筟。 [![Open-Source Software][OSS Icon]](https://github.com/samirpatil2000/Buffer) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [CleanClip](https://cleanclip.cc) - 最简掁的剪莎板管理噚。 ![Freeware][Freeware Icon] +* [ClipMenu](http://www.clipmenu.com) - 䞀䞪剪莎板操䜜的管理噚。[![Open-Source Software][OSS Icon]](https://github.com/naotaka/ClipMenu) ![Freeware][Freeware Icon] +* [Clippy](https://github.com/yarasaa/Clippy) - 智胜剪莎板管理噚支持内容感知预览、AI 蜬换、内眮截囟猖蟑噚和文件栌匏蜬换噚。 [![Open-Source Software][OSS Icon]](https://github.com/yarasaa/Clippy) ![Freeware][Freeware Icon] +* [ClipHistory](https://github.com/weiykong/ClipHistory) - 蜻量的原生剪莎板管理噚支持热键匹窗、搜玢、眮顶和文本/囟片历史。 [![Open-Source Software][OSS Icon]](https://github.com/weiykong/ClipHistory) ![Freeware][Freeware Icon] +* [Clipy](https://clipy-app.com/) - 基于 ClipMenu 继续匀发的区倧的剪切板管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/Clipy/Clipy) ![Freeware][Freeware Icon] +* [Copi](https://github.com/s1ntoneli/Copi) - 䞀䞪安党的 macOS 剪莎板替代方案。[![Open-Source Software][OSS Icon]](https://github.com/s1ntoneli/Copi) ![Freeware][Freeware Icon] +* [CopyQ](https://hluk.github.io/CopyQ) - 高级功胜剪莎板管理工具。 [![Open-Source Software][OSS Icon]](https://github.com/hluk/CopyQ) ![Freeware][Freeware Icon] +* [CrossPaste](https://github.com/CrossPaste/crosspaste-desktop) - 圚任意讟倇闎倍制粘莎就像圚同䞀台讟倇䞊操䜜䞀样自然流畅。 [![Open-Source Software][OSS Icon]](https://github.com/CrossPaste/crosspaste-desktop) ![Freeware][Freeware Icon] +* [Flycut](https://github.com/TermiT/Flycut) - 面向匀发者的干净简单的剪莎板管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/TermiT/Flycut) ![Freeware][Freeware Icon] +* [iCopy](https://apps.apple.com/cn/app/icopy-%E5%89%AA%E5%88%87%E6%9D%BF-%E5%BF%AB%E6%8D%B7%E5%9B%9E%E5%A4%8D%E5%B7%A5%E5%85%B7/id1638023723?platform=mac) - 剪莎板管理快捷回倍效率倍增神噚 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/icopy-%E5%89%AA%E5%88%87%E6%9D%BF-%E5%BF%AB%E6%8D%B7%E5%9B%9E%E5%A4%8D%E5%B7%A5%E5%85%B7/id1638023723?platform=mac) +* [iPaste](https://en.toolinbox.net/iPaste) - 蜻巧高效的剪莎板工具。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1056935452?ls=1&at=1000lv4R&ct=iPaste_me&platform=mac) +* [ClipTools](https://macmost.com/cliptools) - 方䟿快速倍制、粘莎和敎理文本的剪莎板工具集。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/cliptools/id1619348240?platform=mac) +* [Maccy](https://github.com/p0deje/Maccy) - 蜻量级 macOS 剪莎板管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/p0deje/Maccy) +* [Mask This](https://apps.apple.com/us/app/mask-this/id6759096128) - 圚剪莎板䞭自劚遮蔜敏感信息的菜单栏工具。 [![Open-Source Software][OSS Icon]](https://github.com/tseylerd/MaskThis) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/mask-this/id6759096128) +* [OneClip](https://github.com/Wcowin/OneClip) - 简单䞓䞚的 macOS 剪莎板管理工具。 [![Open-Source Software][OSS Icon]](https://github.com/Wcowin/OneClip) ![Freeware][Freeware Icon] +* [Paste Quick](https://wangchujiang.com/paste-quick/) - 简掁、泚重隐私的剪莎板管理工具。 [![App Store][app-store Icon]](https://apps.apple.com/app/paste-quick/6723903021?platform=mac) +* [Paste](http://pasteapp.me) - 智胜剪莎板历史片段管理。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/paste-clipboard-history-manager/id967805235?platform=mac) +* [PasteBar](https://github.com/PasteBar/PasteBarApp) - 无限制的免莹剪莎板管理噚,可对代码进行智胜分类 [![Open-Source Software][OSS Icon]](https://github.com/mattDavo/Yippy) ![Freeware][Freeware Icon] +* [PasteBot](https://tapbots.com/pastebot/) - 区倧的剪莎板管理噚。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/pastebot/id1179623856?platform=mac) +* [Pesty](https://github.com/momenbasel/pesty) - 免莹匀源的剪莎板管理噚以色圩猖码的滑劚条圢匏展瀺剪莎板历史。 [![Open-Source Software][OSS Icon]](https://github.com/momenbasel/pesty) ![Freeware][Freeware Icon] +* [PopClip](https://www.popclip.app/) - 圓悚圚任䜕应甚䞭选择文本时PopClip 䌚出现䞺悚提䟛即时访问有甚操䜜的功胜。 +* [SaneClip](https://saneclip.com) - 垊历史记圕、隐私保技和敏感信息检测的剪莎板管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneClip) ![Freeware][Freeware Icon] +* [SnippetCraft](https://getsnippetcraft.com) - 适甚于 macOS 的党系统文本扩展、片段管理和剪莎板历史工具。 +* [uPaste](https://okaapps.com/product/1503649026) - 自劚敎理剪莎板历史和垞甚片段的管理噚。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1503649026?pt=119209922&ct=github) +* [Yippy](https://github.com/mattDavo/Yippy) - 具有甚户友奜界面的剪莎板管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/mattDavo/Yippy) ![Freeware][Freeware Icon] + +### 菜单栏工具 + +* [Agent Island](https://github.com/tristan666666/agent-island) - 将 MacBook 刘海变成 Claude Code 侎 Codex 䌚话状态看板并可自劚续跑选定的长任务。 [![Open-Source Software][OSS Icon]](https://github.com/tristan666666/agent-island) ![Freeware][Freeware Icon] +* [Anvil](https://anvilformac.com/) - 蜻束托管本地静态眑站和 Rack 应甚的工具。 ![Freeware][Freeware Icon] +* [Atoll](https://github.com/Ebullioscopic/Atoll) - 将刘海区域变成集媒䜓控制、实时掻劚和快捷工具于䞀䜓的劚态面板。 [![Open-Source Software][OSS Icon]](https://github.com/Ebullioscopic/Atoll) +* [Bartender](https://www.macbartender.com) - 组织或隐藏Mac䞊的菜单栏囟标。 +* [cctop](https://cctop.app) - 圚菜单栏实时星瀺 AI 猖皋䌚话(Claude Code、Codex、opencode、pi)状态的匀源工具,可䞀键跳回对应的终端窗栌或猖蟑噚窗口。 [![Open-Source Software][OSS Icon]](https://github.com/st0012/cctop) ![Freeware][Freeware Icon] +* [ChargeMonitor](https://github.com/CrashSystemZ/ChargeMonitor) - 星瀺实时充电状态和胜耗信息的菜单栏电池监控工具。![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/CrashSystemZ/ChargeMonitor) +* [CodexIsland](https://github.com/ericjypark/codex-island) - 将 MacBook 刘海打造成劚态岛风栌的 Live Activity实时星瀺 Claude Code 侎 Codex CLI 的速率限制和花莹。所有数据本地计算无任䜕遥测。 [![Open-Source Software][OSS Icon]](https://github.com/ericjypark/codex-island) ![Freeware][Freeware Icon] +* [SaneBar](https://sanebar.com) - 垊隐藏区域和自劚化胜力的隐私䌘先菜单栏管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneBar) ![Freeware][Freeware Icon] +* [BeardedSpice](https://github.com/beardedspice/beardedspice) - 甚媒䜓键控制眑页播攟噚和郚分应甚播攟。 [![Open-Source Software][OSS Icon]](https://github.com/beardedspice/beardedspice) ![Freeware][Freeware Icon] +* [Boring Notch](https://theboring.name/) - 让 MacBook 刘海变身音乐䞎文件控制䞭心。 [![Open-Source Software][OSS Icon]](https://github.com/TheBoredTeam/boring.notch) ![Freeware][Freeware Icon] +* [BitBar](https://getbitbar.com/) - 支持䜿甚各种语蚀将信息展瀺到 Mac OS 的菜单栏。[![Open-Source Software][OSS Icon]](https://github.com/matryer/bitbar) ![Freeware][Freeware Icon] +* [DayBar](https://wangchujiang.com/daybar/) - 菜单栏本地日历(农历)和提醒事件应甚。 [![App Store][app-store Icon]](https://apps.apple.com/app/daybar/6739052447?platform=mac) +* [Droppy](https://iordv.github.io/Droppy/) - 屏幕刘海或劚态岛变成䞀䞪倚功胜工具 [![Open-Source Software][OSS Icon]](https://github.com/iordv/Droppy) ![Freeware][Freeware Icon] +* [DynamicHorizon](https://dynamichorizon.app) - 䞺刘海区域加入媒䜓控制、通知和系统状态。 +* [Notchly](https://notchly.xyz) - 适甚于 macOS 的蜻量级 Dynamic Island支持 AI 猖码代理通知。 [![Open-Source Software][OSS Icon]](https://github.com/Notchly/Notchly) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [Fishing Funds](https://ff.1zilc.top) - 基金倧盘股祚状态栏实时星瀺。 [![Open-Source Software][OSS Icon]](https://github.com/1zilc/fishing-funds) ![Freeware][Freeware Icon] +* [GoogleDriveSync](https://github.com/saihgupr/GoogleDriveSync) - 无猝 Google Drive 同步的菜单栏应甚。[![Open-Source Software][OSS Icon]](https://github.com/saihgupr/GoogleDriveSync) +* [HiddenBar](https://github.com/dwarvesf/hidden) - 䞀䞪超蜻MacOS实甚工具垮助隐藏菜单栏囟标。。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/dwarvesf/hidden) [![App Store][app-store Icon]](https://apps.apple.com/cn/app/hidden-bar/id1452453066?platform=mac) +* [Sharptooth](https://apps.apple.com/app/sharptooth-bluetooth-hotkeys/id6748440814?platform=mac) - 甚快捷键和自劚化管理蓝牙讟倇的菜单栏工具。 [![Freeware][Freeware Icon]](https://apps.apple.com/app/sharptooth-bluetooth-hotkeys/id6748440814?platform=mac) +* [Ice](https://github.com/jordanbaird/Ice) - 甚于隐藏并敎理菜单栏囟标的管理工具。 [![Open-Source Software][OSS Icon]](https://github.com/jordanbaird/Ice) ![Freeware][Freeware Icon] +* [iBar](https://www.better365.cn/ibar.html?statId=67&bd_vid=7646361531731097336) - 区倧的菜单栏囟标管理工具。![Freeware][Freeware Icon][![App Store][app-store Icon]](https://apps.apple.com/cn/app/ibar-%E5%BC%BA%E5%A4%A7%E7%9A%84%E8%8F%9C%E5%8D%95%E6%A0%8F%E5%9B%BE%E6%A0%87%E7%AE%A1%E7%90%86%E5%B7%A5%E5%85%B7/id6443843900?platform=mac) +* [iGlance](https://github.com/Moneypulation/iGlance) - 状态栏的系统监视噚。 [![Open-Source Software][OSS Icon]](https://github.com/Moneypulation/iGlance) [![Freeware][Freeware Icon]](https://github.com/Moneypulation/iGlance) +* [Itsycal](https://www.mowglii.com/itsycal/) - 䞀欟简掁实甚的匀源日历工具。[![Open-Source Software][OSS Icon]](https://github.com/sfsam/itsycal) ![Freeware][Freeware Icon] +* [Itsyhome](https://itsyhome.app) - 从菜单栏控制 HomeKit 和 Home Assistant 智胜家居。 [![Open-Source Software][OSS Icon]](https://github.com/nickustinov/itsyhome-macos) [![App Store][app-store Icon]](https://apps.apple.com/app/itsyhome/id6758070650?platform=mac) +* [Itsytv](https://itsytv.app/) - 从菜单栏控制 Apple TV。[![Open-Source Software][OSS Icon]](https://github.com/nickustinov/itsytv-macos) ![Freeware][Freeware Icon] +* [KeyStats](https://keystats.vercel.app) - 统计每日按键、点击、移劚和滚劚数据的菜单栏工具。 [![Open-Source Software][OSS Icon]](https://github.com/debugtheworldbot/keyStats) ![Freeware][Freeware Icon] +* [Logoer](https://github.com/lihaoyun6/Logoer) - 曎换 macOS 菜单栏苹果 Logo 样匏的小工具。[![Open-Source Software][OSS Icon]](https://github.com/lihaoyun6/Logoer) ![Freeware][Freeware Icon] +* [MenubarCC](https://github.com/ksterx/MenubarCC) - 圚菜单栏甚小螃蟹实时星瀺 Claude Code 各䌚话状态工䜜时走劚等埅蟓入时跳劚。 [![Open-Source Software][OSS Icon]](https://github.com/ksterx/MenubarCC) ![Freeware][Freeware Icon] +* [MenubarX](https://menubarx.app/) - 䞀欟区倧的 Mac 菜单栏浏览噚可以圚菜单栏固定任䜕眑页就像原生 App 䞀样䜿甚。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/menubarx-%E5%BC%BA%E5%A4%A7%E7%9A%84%E8%8F%9C%E5%8D%95%E6%A0%8F%E6%B5%8F%E8%A7%88%E5%99%A8/id1575588022?platform=mac) +* [MenuScores](https://menuscores.vercel.app/) - 䞀圚菜单栏实时呈现䜓育资讯䞎比分的应甚。 [![Open-Source Software][OSS Icon]](https://github.com/daniyalmaster693/MenuScores) ![Freeware][Freeware Icon] +* [Repose](https://github.com/fikrikarim/repose) - 䞀欟䌚圚䌑息时闎调暗屏幕并圚通话时自劚暂停的菜单栏䌑息计时噚。 [![Open-Source Software][OSS Icon]](https://github.com/fikrikarim/repose) ![Freeware][Freeware Icon] +* [Mole Widget](https://github.com/bsnkhua/mole-widget) - 蜻量级系统监控小组件可圚菜单栏管理的可调节桌面窗口䞭实时星瀺 CPU、内存、磁盘、眑络、电池和进皋信息。 [![Open-Source Software][OSS Icon]](https://github.com/bsnkhua/mole-widget) ![Freeware][Freeware Icon] +* [MonitorControl](https://github.com/MonitorControl/MonitorControl/) - 盎接控制倖接星瀺噚亮床和音量的工具。 [![Open-Source Software][OSS Icon]](https://github.com/MonitorControl/MonitorControl/) ![Freeware][Freeware Icon] +* [muxbar](https://github.com/1989v/muxbar) - 圚菜单栏管理 tmux 䌚话的工具支持列出、连接、关闭䌚话䞎实时预览并提䟛合盖工䜜暡匏。 [![Open-Source Software][OSS Icon]](https://github.com/1989v/muxbar) ![Freeware][Freeware Icon] +* [mysa](https://github.com/alishansnsn/mysa) - 甚于快速呌吞攟束的 macOS 菜单栏应甚配有磚砂屏幕遮眩和手写栌蚀。 [![Open-Source Software][OSS Icon]](https://github.com/alishansnsn/mysa) ![Freeware][Freeware Icon] +* [NetFluss](https://www.ranagmbh.de/netfluss/) - 圚菜单栏实时星瀺䞊䞋行眑速和垊宜占甚应甚的原生工具。 [![Open-Source Software][OSS Icon]](https://github.com/rana-gmbh/netfluss) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [OnlySwitch](https://github.com/jacklandrin/OnlySwitch) - 䞀欟方䟿的控制䞭心工具集成了隐藏MacBook Pro刘海、暗暡匏、AirPods、快捷指什等功胜的倚合䞀菜单栏应甚。 [![Open-Source Software][OSS Icon]](https://github.com/jacklandrin/OnlySwitch) ![Freeware][Freeware Icon] +* [Peninsula](https://github.com/Celve/Peninsula) - macOS 的灵劚岛䞓泚于窗口切换、通知和文件存傚。 [![Open-Source Software][OSS Icon]](https://github.com/Celve/Peninsula) ![Freeware][Freeware Icon] +* [Profisor](https://github.com/yefga/Profisor) - 从菜单栏切换圓前项目的 Xcode 描述文件。 [![Open-Source Software][OSS Icon]](https://github.com/yefga/Profisor) ![Freeware][Freeware Icon] +* [Shifty](http://shifty.natethompson.io) - 䞀欟 macOS 菜单栏应甚让䜠曎灵掻地控制倜闎暡匏。 [![Open-Source Software][OSS Icon]](https://github.com/thompsonate/Shifty)![Freeware][Freeware Icon] +* [Thaw](https://github.com/stonerl/Thaw) - 区倧的菜单栏管理工具甚于隐藏和星瀺菜单栏项目。[![Open-Source Software][OSS Icon]](https://github.com/stonerl/Thaw) +* [Today](https://sindresorhus.com/today) - 圚菜单栏查看今倩日皋和日历事件。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6443714928?platform=mac) +* [FunKey](https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677?platform=mac) - 䞺键盘蟓入添加机械键盘音效的工具。 [![App Store][app-store Icon]](https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677?platform=mac) +* [SketchyBar](https://github.com/FelixKratz/SketchyBar) - A highly customizable macOS status bar replacement. [![Open-Source Software][OSS Icon]](https://github.com/FelixKratz/SketchyBar) ![Freeware][Freeware Icon] +* [stats](https://github.com/exelban/stats) - 免莹的 Mac 系统监视噚星瀺圚菜单栏䞭。 [![Open-Source Software][OSS Icon]](https://github.com/exelban/stats) ![Freeware][Freeware Icon] +* [Vanilla](https://matthewpalmer.net/vanilla/) - 隐藏系统菜单栏。 ![Freeware][Freeware Icon] +* [Vorssaint](https://vorssaint.com) - 匀源菜单栏工具箱可甚于应甚级音量、系统监控、窗口控制、剪莎板历史、保持唀醒和应甚枅理。 [![Open-Source Software][OSS Icon]](https://github.com/vorssaint/vorssaint-utils) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [Xbar](https://xbarapp.com/) - 将任䜕脚本或皋序的蟓出䜜䞺小工具攟入 macOS 菜单栏(原 BitBar)[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/matryer/xbar) + +### 埅办事项工具 + +* [2Do](http://www.2doapp.com/) - 比蟃奜的 TODO 应甚皋序。 +* [Day-O 2](http://www.shauninman.com/archive/2016/10/20/day_o_2_mac_menu_bar_clock) - 菜单日历曎换内眮日历。![Freeware][Freeware Icon] +* [Fantastical](https://flexibits.com/fantastical) - 日历应甚皋序䜠将管理奜生掻。 +* [Focus](https://masterbuilders.io) - 䞀䞪挂亮的番茄工䜜法䞺基础的时闎管理工具。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/focus-productivity-timer/id777233759?platform=mac) +* [Microsoft To-Do](https://todo.microsoft.com/) - 任务管理工具埮蜯出品。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/microsoft-to-do/id1274495053?platform=mac) +* [Nozbe](https://nozbe.com) - 面向䞪人䞎团队的 GTD 任务管理噚。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/nozbe-tasks-projects-team/id508957583?platform=mac) +* [OmniFocus](https://www.omnigroup.com/omnifocus/) - 由 OmniGroups 制䜜的 Nice GTD 应甚皋序。 +* [Super Productivity](https://super-productivity.com) - 集成时闎盒䞎时闎跟螪的任务管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/johannesjo/super-productivity) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/super-productivity/id1482572463?platform=mac) +* [Taskade](https://www.taskade.com) - 实时协䜜猖蟑噚协䜜简历任务管理噚倧纲和笔记。 +* [TaskPaper](https://www.taskpaper.com/) - 挂亮的纯文本任务列衚。 +* [Things](https://culturedcode.com/things/) - 什人愉快䞔易于䜿甚的任务管理噚。 +* [Todoist](https://todoist.com/mac) - 跚平台的任务管理噚䞎移劚应甚皋序。 +* [Wunderlist](https://www.wunderlist.com/?ncr=1) - 奇劙枅单跚平台的任务管理噚䞎移劚应甚皋序。![Freeware][Freeware Icon] +* [滎答枅单](https://www.dida365.com/) - 蜻䟿䞔区倧的跚平台任务管理应甚。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/id966085870?platform=mac) + +### 效率工具 + +* [Table Habit](https://github.com/FriesI23/mhabit) – 垊成长曲线和犻线䌘先同步的习惯远螪噚。![Open-Source Software][OSS Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/table-habit/id6744886469?platform=mac) +* [Rustcast](https://rustcast.app) - 集暡匏切换、快速启劚、文件搜玢和剪莎板历史于䞀䜓的工䜜流工具。 [![Open-Source Software][OSS Icon]](https://github.com/unsecretised/rustcast) ![Freeware][Freeware Icon] +* [CurrentKey](https://currentkey.com) - 䞺空闎添加自定义名称和囟标并统计各应甚䜿甚时长。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/currentkey/id1456226992?mt=12) +* [Desktop Control](https://desktopctl.com/) - 面向 AI 代理的本地桌面控制 CLI可通过屏幕、錠标和键盘操䜜任意应甚。 [![Open-Source Software][OSS Icon]](https://github.com/yaroshevych/desktopctl) ![Freeware][Freeware Icon] +* [Timing](https://timingapp.com/) - 自劚记圕时闎并提䟛效率分析䞎工时统计。 +* [Textream](https://textream.fka.dev) - 免莹提词噚具有实时单词跟螪和语音激掻滚劚功胜。[![Open-Source Software][OSS Icon]](https://github.com/f/textream) ![Freeware][Freeware Icon] +* [Trace](https://trace.techulus.xyz) - 匀源的 Spotlight 替代品和快捷工具套件。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/arjunkomath/trace) +* [ProBoard](https://apps.apple.com/app/id6748314346?platform=mac) - 通过䞀䞪面板来垮助䜠高效管理所有项目信息。[![App Store][app-store Icon]](https://apps.apple.com/app/id6748314346?platform=mac) + +### 枅理卞蜜 + +* [AppCleaner](http://freemacsoft.net/appcleaner/) - 䞀䞪小应甚皋序让䜠圻底卞蜜䞍需芁的应甚皋序。![Freeware][Freeware Icon] +* [App Uninstaller](https://github.com/kamjin3086/AppUninstaller) - 蜻量级应甚卞蜜工具支持拖攟操䜜。䜿甚 Swift 和 SwiftUI 构建。[![Open-Source Software][OSS Icon]](https://github.com/kamjin3086/AppUninstaller) ![Freeware][Freeware Icon] +* [Cleaner for Xcode](https://github.com/waylybaye/XcodeCleaner-SwiftUI) - Xcode 的枅理工具枅理几十G应该䞍是问题。[![Open-Source Software][OSS Icon]](https://github.com/waylybaye/XcodeCleaner-SwiftUI) ![Freeware][Freeware Icon][![App Store][app-store Icon]](https://apps.apple.com/cn/app/cleaner-for-xcode/id1296084683?platform=mac) +* [Mac Clean](https://github.com/iliyami/MacClean) - 免莹匀源的枅理、䌘化和恶意蜯件扫描工具。[![Open-Source Software][OSS Icon]](https://github.com/iliyami/MacClean) ![Freeware][Freeware Icon] +* [Cleaner One](https://apps.apple.com/cn/app/apple-store/id1133028347?pt=444218&ct=GitHub&mt=8&platform=mac) - 倚合䞀磁盘枅理管理噚枅理悚的 Mac 并䌘化其性胜立即运行快速扫描以验证什么占甚了悚的存傚空闎。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/apple-store/id1133028347?pt=444218&ct=GitHub&mt=8&platform=mac) +* [ClearDisk](https://github.com/bysiber/cleardisk) - 可视化枅理匀发猓存快速释攟磁盘空闎。 [![Open-Source Software][OSS Icon]](https://github.com/bysiber/cleardisk) ![Freeware][Freeware Icon] +* [DaisyDisk](https://daisydiskapp.com/) - 磁盘空闎䜿甚扫描工具。 +* [Harbofly](https://harbofly.app/) - 菜单栏工具自劚扫描并释攟匀发构建产物和猓存DerivedData、node_modules、SPM/Homebrew 猓存占甚的磁盘空闎零遥测。 [![Open-Source Software][OSS Icon]](https://github.com/carloshpdoc/Harbofly) ![Freeware][Freeware Icon] +* [Mac Cache Cleaner](https://github.com/kaunteya/MacCacheCleaner) - 猓存枅理工具 [![Open-Source Software][OSS Icon]](https://github.com/kaunteya/MacCacheCleaner) ![Freeware][Freeware Icon] +* [MacSift](https://lcharvol.github.io/MacSift/) - 按应甚分组文件并移入废纞篓的匀源磁盘枅理工具。 [![Open-Source Software][OSS Icon]](https://github.com/Lcharvol/MacSift) ![Freeware][Freeware Icon] +* [OmniDiskSweeper](https://www.omnigroup.com/more) - 按䜓积扫描文件快速扟出占空闎内容。 ![Freeware][Freeware Icon] +* [Pear cleaner](https://itsalin.com/appInfo/?id=pearcleaner) - 免莹、匀源的 Mac 应甚皋序枅理工具 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/alienator88/Pearcleaner) +* [PureMac](https://github.com/momenbasel/PureMac) - 免莹匀源的系统枅理工具无遥测功胜。 [![Open-Source Software][OSS Icon]](https://github.com/momenbasel/PureMac) ![Freeware][Freeware Icon] +* [Pretty Clean](https://www.prettyclean.cc/zh) - 奜甚的 macOS 磁盘枅理工具 ![Freeware][Freeware Icon] +* [腟讯柠檬枅理](https://lemon.qq.com/) - 䞀欟免莹的 Mac 系统枅理蜯件替代原来的 Mac 电脑管家腟讯出品。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Tencent/lemon-cleaner) + +### 系统盞关工具 + +* [AdBlock One](https://cleanerone.trendmicro.com/ad-block-one-for-mac/?utm_source=github&utm_medium=referral&utm_campaign=githubproject) - 适甚于MacOS/iOS的免莹广告拊截噚 停止圚Safari䞭看到烊人的广告。曎快地打匀眑站。曎安党地浏览眑页。![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/apple-store/id1491889901?pt=444218&ct=GitHub&mt=8&platform=mac) +* [AlDente](https://apphousekitchen.com/) - 充电保技蜯件延长 MacBook 电池寿呜。 [![Open-Source Software][OSS Icon]](https://github.com/davidwernhart/AlDente) +* [AltStore](https://altstore.io/) - 非越狱 iOS 讟倇的替代应甚商店。[![Open-Source Software][OSS Icon]](https://altstore.io/#Downloads) ![Freeware][Freeware Icon] +* [Amphetamine](https://apps.apple.com/cn/app/amphetamine/id937984704?platform=mac) - 芆盖悚的节胜讟眮并让悚的Mac保持唀醒状态。 ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/amphetamine/id937984704?platform=mac) +* [AirBattery](https://lihaoyun6.github.io/airbattery/) - 获取䜠所有讟倇的电量信息并星瀺圚Dock/状态栏/小组件䞊。 [![Open-Source Software][OSS Icon]](https://github.com/lihaoyun6/AirBattery) ![Freeware][Freeware Icon] +* [BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) - 自劚暂停音乐、讟眮各䞪应甚皋序的音量并圕制系统音频。![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [Battery Hog](https://github.com/luke-fairbanks/BatteryHog) - 星瀺是什么圚消耗电池实时瓊数、各应甚胜耗、充电历史䞎耗电分析100% 本地运行。 [![Open-Source Software][OSS Icon]](https://github.com/luke-fairbanks/BatteryHog) ![Freeware][Freeware Icon] +* [BetterMouse](https://better-mouse.com) - 䞺第䞉方錠标提䟛滚劚、加速床、按键和手势自定义。 +* [blueutil](https://github.com/toy/blueutil) - 呜什行蓝牙控制工具可以配合[SleepWatcher](https://www.bernhard-baehr.de/)实现MacBook合盖瞬闎关闭蓝牙匀盖自劚打匀蓝牙。这圚䜿甚蓝牙耳机时尀其有甚。[![Open-Source Software][OSS Icon]](https://github.com/toy/blueutil) ![Freeware][Freeware Icon] +* [coconutBattery](https://www.coconut-flavour.com/coconutbattery/) - 星瀺Mac䞭有关电池的实时信息。 +* [Core Tunnel](https://codinn.com/tunnel/) - 管理䜠的 SSH。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/core-tunnel/id1354318707?platform=mac) +* [Dayflow](https://github.com/JerryZLiu/Dayflow) - 将屏幕䜿甚记圕自劚生成䜠的日皋时闎线支持本地 AI 暡型。 [![Open-Source Software][OSS Icon]](https://github.com/JerryZLiu/Dayflow) ![Freeware][Freeware Icon] +* [DockAnchor](https://github.com/bwya77/DockAnchor) - 圚倚星瀺噚环境䞭将 macOS 的 Dock 锁定圚䞀䞪屏幕䞊。 [![Open-Source Software][OSS Icon]](https://github.com/bwya77/DockAnchor) ![Freeware][Freeware Icon] +* [everythingByMdfind](https://github.com/appledragon/everythingByMdfind) - 䞀欟高效的 macOS 文件搜玢工具基于原生 Spotlight 匕擎支持极速搜玢。[![Open-Source Software][OSS Icon]](https://github.com/appledragon/everythingByMdfind) ![Freeware][Freeware Icon] +* [FixTim](https://github.com/Lakr233/FixTim) - 无须重启即可修倍 macOS 䞊的所有运行时的 bug。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Lakr233/FixTim) +* [gfxCardStatus](https://gfx.io/) - 控制Mac独立星卡䞎集成星卡之闎的切换。![Freeware][Freeware Icon] +* [HandShaker](http://www.smartisan.com/apps/handshaker) - Mac 电脑䞊也可以方䟿自劂地管理悚圚 Android 手机䞭的内容。 ![Freeware][Freeware Icon] +* [iStat Menus](https://bjango.com/mac/istatmenus/) - 菜单栏䞊的高级 Mac 系统监视噚。 +* [iStats](https://github.com/Chris911/iStats) - iStats 是䞀䞪可以让䜠快速查看电脑 CPU 枩床磁盘蜬速和电池等信息的呜什行工具。[![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Chris911/iStats) +* [Juice](https://github.com/brianmichel/Juice) - 让电池星瀺曎有趣 [![Open-Source Software][OSS Icon]](https://github.com/brianmichel/Juice) ![Freeware][Freeware Icon] +* [KeepingYouAwake](https://github.com/newmarcel/KeepingYouAwake) - 替代咖啡因曎奜地支持Mac䞭的暗暡匏。 [![Open-Source Software][OSS Icon]](https://github.com/newmarcel/KeepingYouAwake) +* [Latest](https://github.com/mangerlahn/Latest) - 䞀䞪小型实甚皋序应甚皋序可确保悚了解所䜿甚应甚皋序的所有最新曎新。 [![Open-Source Software][OSS Icon]](https://github.com/mangerlahn/Latest) ![Freeware][Freeware Icon] +* [MaCursor](https://github.com/writronic/MaCursor) - macOS自定义光标䞻题工具。 [![Open-Source Software][OSS Icon]](https://github.com/writronic/MaCursor) ![Freeware][Freeware Icon] +* [MagicQuit](https://magicquit.com/) - 自劚退出䞍掻跃应甚以减少占甚和桌面杂乱。 [![Open-Source Software][OSS Icon]](https://github.com/BigBerny/magicquit) ![Freeware][Freeware Icon] +* [Monity](http://www.monityapp.com/) - 垮助甚户实时监控系统的䞀欟非垞挂亮的蜯件。 +* [Mounty](http://enjoygineering.com/mounty/) - NTFS 分区读写组件。![Freeware][Freeware Icon] +* [NitroShare](https://nitroshare.net/) - 跚平台眑络文件䌠蟓应甚皋序。 [![Open-Source Software][OSS Icon]](https://github.com/nitroshare/nitroshare-desktop) ![Freeware][Freeware Icon] +* [OnyX](http://www.titanium.free.fr/) - 集枅理、校验和隐藏讟眮于䞀䜓的系统绎技工具。![Freeware][Freeware Icon] +* [Sensei](https://sensei.app/) - 提䟛监控、枅理和硬件诊断的性胜管理工具。 +* [SiliconScope](https://siliconscope.calidalab.ai) - 免授权的 Apple Silicon 系统监控工具菜单栏 + 仪衚盘支持 ANE、媒䜓匕擎、内存垊宜远螪以及 E/P 栞性胜分解。 [![Open-Source Software][OSS Icon]](https://github.com/kennss/SiliconScope) ![Freeware][Freeware Icon] +* [Sleepless](https://github.com/Aboudjem/Sleepless) - 合盖后也胜保持唀醒支持自劚关闭计时和最䜎电量保技。 [![Open-Source Software][OSS Icon]](https://github.com/Aboudjem/Sleepless) +* [SteerMouse](https://plentycom.jp/en/steermouse/) - 自定义錠标按键、滚蜮和指针速床的工具。 +* [Paragon NTFS](https://www.paragon-software.com/home/ntfs-mac/) - 圚 Mac OS X 䞭完党读写、修改、访问 Windows NTFS 硬盘、U 盘等倖接讟倇的文件。 +* [Raycast](https://raycast.com) - 集启劚、扩展、片段、笔记和 AI 于䞀䜓的呜什工具。 +* [SuperCmd](https://github.com/SuperCmdLabs/SuperCmd) - 匀源启劚噚支持 Raycast 兌容扩展、语音工䜜流、文本蜬语音、记忆䞎 AI 劚䜜。 [![Open-Source Software][OSS Icon]](https://github.com/SuperCmdLabs/SuperCmd) +* [SleepWatcher](https://www.bernhard-baehr.de/) - 可以圚MacBook合盖和匀盖时执行自定义脚本比劂匀关蓝牙等。可以通过`homebrew`安装。[![Open-Source Software][OSS Icon]](https://www.bernhard-baehr.de/) ![Freeware][Freeware Icon] +* [SwiftQuit](https://swiftquit.com/) - 关闭窗口时自劚退出 macOS 应甚皋序。![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/onebadidea/swiftquit) +* [SwiftMTP](https://github.com/Neighbor-Z/SwiftMTP) - 甚于圚 Mac 侎 Android 讟倇之闎浏览和䌠蟓文件的匀源 MTP 管理工具。 [![Open-Source Software][OSS Icon]](https://github.com/Neighbor-Z/SwiftMTP) ![Freeware][Freeware Icon] +* [TG Pro](https://www.tunabellysoftware.com/tgpro/) - 枩床监控风扇控制和硬件诊断垮助悚保持 Mac的 凉爜和健康。 +* [Tuxera NTFS](http://www.tuxera.com/products/tuxera-ntfs-for-mac/) - Mac 侊的 NTFS 文件系统驱劚。 + +### 窗口管理 + +* [Amethyst](http://ianyh.com/amethyst/) - 窗口管理噚自劚保持窗口倧小的窗口。[![Open-Source Software][OSS Icon]](https://github.com/ianyh/Amethyst) ![Freeware][Freeware Icon] +* [Convoker](https://github.com/varie-ai/convoker) - 蟓入应甚名称按回蜊即可聚拢该应甚的所有窗口。[![Open-Source Software][OSS Icon]](https://github.com/varie-ai/convoker) ![Freeware][Freeware Icon] +* [BetterSnapTool](https://folivora.ai/bettersnaptool/) - 窗口管理工具可通过快捷键或窗口拖劚快速实现分屏。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/dashlane-password-manager/id552383089?platform=mac) +* [Contexts](https://contexts.co/)- 倚星瀺噚环境䞋曎高效切换应甚和窗口的工具。 +* [Dimsum](https://github.com/nshi/dimsum) - 通过淡化非掻劚窗口来突出圓前焊点窗口的极简菜单栏小工具。 [![Open-Source Software][OSS Icon]](https://github.com/nshi/dimsum) ![Freeware][Freeware Icon] +* [Dockit](https://dockit-docs.pages.dev/) - 䞀欟可以将任䜕窗口停靠到屏幕蟹猘的应甚皋序。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/XiCheng148/Dockit) +* [Divvy](http://mizage.com/divvy/) - 凭借其惊人的 Divvy Grid 系统窗口管理倄于最䜳状态。 +* [IntelliDock](https://mightymac.app/intellidock/) - 自劚隐藏 Dock。 +* [JankyBorders](https://github.com/FelixKratz/JankyBorders) - 䞀䞪蜻量级的 macOS 窗口蟹框系统。 [![Open-Source Software][OSS Icon]](https://github.com/FelixKratz/JankyBorders) ![Freeware][Freeware Icon] +* [Loop](https://github.com/MrKai77/Loop) - 䞀䞪䌘雅的窗口管理噚矎观䞔区倧 [![Open-Source Software][OSS Icon]](https://github.com/MrKai77/Loop) ![Freeware][Freeware Icon] +* [MacsyZones](https://macsyzones.com/) - 蜻束敎理窗口提升䜠的工䜜效率。 [![Open-Source Software][OSS Icon]](https://github.com/rohanrhu/MacsyZones) ![Freeware][Freeware Icon] +* [MakeItHome](https://github.com/Geckos-Ink/MakeItHome) - 将屏幕蟹猘扩展䞺可甚錠标觊发的快捷操䜜区。 [![App Store][app-store Icon]](https://apps.apple.com/it/app/makeithome-screen-extender/id6444596296?l=en-GB&platform=mac) +* [Moom](http://manytricks.com/moom/) - 甚于移劚、调敎和保存窗口垃局的工具。 +* [Nudge](https://nudge.run) - 键盘快捷键和拖拜手势窗口管理工具。[![Open-Source Software][OSS Icon]](https://github.com/mikusnuz/nudge) ![Freeware][Freeware Icon] +* [Magnet](http://magnet.crowdcafe.com/) - 䞀䞪窗口管理噚可以保持工䜜空闎的组织。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/id441258766?platform=mac) +* [rcmd](https://lowtechguys.com/rcmd/) - 䜿甚 ⌘ Right Command 键根据名称切换应甚皋序。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/rcmd-app-switcher/id1596283165?platform=mac) +* [Rectangle-app](https://github.com/rxhanson/Rectangle) - 基于 Spectacle 的窗口管理应甚皋序䜿甚键盘快捷键圚 macOS 䞊移劚和调敎窗口倧小。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/rxhanson/Rectangle) +* [ShiftIt](https://github.com/fikovnik/ShiftIt) - 窗口䜍眮和倧小管理蜯件。 [![Open-Source Software][OSS Icon]](https://github.com/fikovnik/ShiftIt) ![Freeware][Freeware Icon] +* [ShortcutCycle](https://shortcutcycle.vercel.app/) - 按场景分组应甚并甚䞀䞪快捷键快速切换。 [![Open-Source Software][OSS Icon]](https://github.com/xcv58/ShortcutCycle) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/shortcutcycle/id6758281578?platform=mac) +* [Slate](https://github.com/jigish/slate) - 䜿甚 JavaScript 配眮的脚本化窗口管理噚。[![Open-Source Software][OSS Icon]](https://github.com/jigish/slate) ![Freeware][Freeware Icon] +* [Snapback](https://snapbackapp.com) - 通过䞀次按键操䜜保存和恢倍敎䞪窗口垃局。 ![Freeware][Freeware Icon] +* [Swift Shift](https://swiftshift.app) - 通过快捷键和錠标快速移劚、调敎窗口倧小。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/pablopunk/swiftshift) +* [StreamWindow](https://macdev.cn/) - 垊 3D 劚画和盎观视囟的窗口管理工具。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/streamwindow-3d-window/id6752313155?mt=12) +* [Tiles](https://freemacsoft.net/tiles/) - 通过莎蟹、快捷键或菜单栏敎理窗口。 ![Freeware][Freeware Icon] +* [SizeUp](http://www.irradiatedsoftware.com/sizeup/) - 区倧的以键盘䞺䞭心的窗口管理。 +* [Topit](https://github.com/lihaoyun6/Topit) - 圚Mac䞊将䜠的任䜕窗口区制眮顶 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/lihaoyun6/Topit) +* [Total Spaces](http://totalspaces.binaryage.com/) - 䞺工䜜区提䟛快捷键和空闎总览的管理工具。 +* [yabai](https://github.com/koekeishiya/yabai) - 键盘驱劚的平铺匏窗口管理噚。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/koekeishiya/yabai/wiki) + +### 密码管理 + +* [1password](https://1password.com/) - 跚平台垐号密码管理蜯件。 +* [Bitwarden](https://bitwarden.com) - 适甚于Mac OSiOS和浏览噚的匀源密码管理工具。 [![Open-Source Software][OSS Icon]](https://github.com/bitwarden) ![Freeware][Freeware Icon] +* [Buttercup](https://buttercup.pw/) - 跚平台密码管理噚 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/buttercup/buttercup-desktop) +* [Dashlane](https://www.dashlane.com) - 基于云的密码管理噚拥有屡获殊荣的讟计。 +* [Enpass](https://www.enpass.io/) - 具有云集成的跚平台密码管理工具。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/enpass-password-manager/id732710998?platform=mac) +* [Keyzer](https://apps.apple.com/app/Keyzer/6500434773?platform=mac) - 简单密码管理噚支持保存可携垊的密码文件。 +* [Keeweb](https://keeweb.info/) - 侎 KeePass 兌容的免莹跚平台密码管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/keeweb/keeweb) ![Freeware][Freeware Icon] +* [LastPass](https://www.lastpass.com/) - 密码管理噚和安党的数字笔记。 +* [MacPass](https://macpass.github.io/) - 密码管理噚。[![Open-Source Software][OSS Icon]](https://github.com/mstarke/MacPass) ![Freeware][Freeware Icon] +* [SafeInCloud](https://www.safe-in-cloud.com/) - 倚功胜密码保险箱 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/password-manager-safeincloud/id883070818?platform=mac) ![Freeware][Freeware Icon] +* [Strongbox](https://strongboxsafe.com/) - 兌容 KeePass 和 Password Safe 的密码管理噚。 [![Open-Source Software][OSS Icon]](https://github.com/strongbox-password-safe/Strongbox) [![App Store][app-store Icon]](https://apps.apple.com/us/app/strongbox/id1270075435?platform=mac) + +### Finder + +* [AppPorts](https://github.com/wzh4869/AppPorts) - 䞀键将 `/Applications` 䞭的应甚迁移到倖郚存傚并圚原䜍眮保留可启劚入口的铟接工具。 [![Open-Source Software][OSS Icon]](https://github.com/wzh4869/AppPorts) ![Freeware][Freeware Icon] +* [Modal File Manager](https://github.com/raguay/ModalFileManager/) - 垊 Vim 风栌快捷键的双栏文件管理噚。 [![Open-Source Software][OSS Icon]](https://GitHub.com/raguay/ModalFileManager) ![Freeware][Freeware Icon] +* [fman](https://fman.io) - 先进的双窗口文件管理噚拥有埈倚特性。 +* [ForkLift](http://binarynights.com/forklift/) - 先进的双窗口文件管理噚和文件䌠蟓客户端。 +* [FlowVision](https://flowvision.app) - 瀑垃流匏囟像䞎视频查看噚。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/netdcy/FlowVision) +* [Hazel](https://www.noodlesoft.com) - 讟计粟矎的自劚文件管理蜯件。 +* [Marta](https://marta.sh) - 完党甚 Swift 猖写的 macOS 文件管理噚 ![Freeware][Freeware Icon] +* [Oka Unarchiver](https://okaapps.com/product/1441507725) - 支持 RAR、批量解压和加密压猩包的園档工具。 [![App Store][app-store Icon]](https://apps.apple.com/app/id1441507725?pt=119209922&ct=github) +* [Path Finder](http://www.cocoatech.com/pathfinder/) - 区倧的 Finder 替代者拥有埈倚特性。 +* [Quicklook-Plugins](https://github.com/sindresorhus/quick-look-plugins) - Finder 快速预览文件插件。 +* [QSpace](https://qspace.awehunt.com) - 䞀欟简掁高效的倚视囟文件管理噚。 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/id1469774098?platform=mac) +* [RClick](https://github.com/wflixu/RClick) - 䞀欟简掁实甚的 Finder 右键菜单增区工具 [![Open-Source Software][OSS Icon]](https://github.com/wflixu/RClick) ![Freeware][Freeware Icon] +* [SaneClick](https://saneclick.com) - 䞺 Finder 右键菜单增加文件倄理、蜬换和匀发者操䜜。 [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneClick) ![Freeware][Freeware Icon] +* [SwiftyMenu](https://apps.apple.com/us/app/swiftymenu/id1567748223?platform=mac) - 甚垞甚应甚快速打匀所选文件或文件倹的 Finder 扩展。 +* [TotalFinder](http://totalfinder.binaryage.com/) - 区倧的 Finder 替代者界面风栌像 Chrome。 +* [XtraFinder](https://www.trankynam.com/xtrafinder/) - 给 Finder 添加有甚的新特性。![Freeware][Freeware Icon] + +## 枞戏蜯件 + +* [CrossOver](https://www.codeweavers.com/crossover) - 圚 macOS 和 Linux 䞊运行 Windows 应甚皋序䜿甚最成熟的枞戏蜬译层`Wine` +* [openEmu](http://openemu.org/) - 支持倚种䞻机平台的倍叀枞戏暡拟噚前端。[![Open-Source Software][OSS Icon]](https://github.com/OpenEmu/OpenEmu) ![Freeware][Freeware Icon] +* [PlayCover](https://github.com/PlayCover/PlayCover) - 圚Mac䞊运行䟧蜜的iOS应甚、枞戏。[![Open-Source Software][OSS Icon]](https://github.com/PlayCover/PlayCover) ![Freeware][Freeware Icon] +* [Porting Kit](http://portingkit.com/) - 圚Mac䞭安装Windows®枞戏。 ![Freeware][Freeware Icon] +* [PPSSPP](https://www.ppsspp.org) - 䞀䞪埈棒的 PSP 暡拟噚适甚于悚梊寐以求的任䜕操䜜系统 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hrydgard/ppsspp) +* [RPCS3](https://rpcs3.net) - 匀源 PlayStation 3 暡拟噚 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/RPCS3/rpcs3) +* [Ryubing](https://github.com/Ryubing) - 继承原Ryujinx项目的衣钵匀发的匀源任倩堂 Switch 暡拟噚 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Ryubing) +* [Steam](https://store.steampowered.com/about/) - Steam 是畅玩枞戏、讚论枞戏、创造枞戏的快乐所圚。 +* [Suyu](https://suyu.dev/) - 䞀欟熟悉的、匀源䞔功胜区倧的 Nintendo Switch 暡拟噚。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://git.suyu.dev/suyu/suyu) +* [Whisky](https://github.com/frankea/Whisky) - 圚 macOS 䞊运行 Windows 应甚的工具䜿甚 SwiftUI 构建支持 D3DMetal 和 DXVK 后端。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/frankea/Whisky) +* [ConsoleMini](https://github.com/momenbasel/ConsoleMini) - 控制噚䌘先的倧屏幕启劚噚将 Mac mini 变成 PS1-PS4 + 倍叀枞戏机封装 DuckStation、PCSX2、RPCS3、shadPS4、PPSSPP、RetroArch、mGBA、Flycast。 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/momenbasel/ConsoleMini) + +## 远皋协助 + +* [AnyDesk](https://anydesk.com) 是䞀欟远皋控制跚倚平台的皋序。 +* [MoonProxy](https://github.com/MoonProxyHQ/moonproxy-desktop) - FRP 的 GUI 客户端䞀键将本地服务发垃到互联眑。 [![Open-Source Software][OSS Icon]](https://github.com/MoonProxyHQ/moonproxy-desktop) ![Freeware][Freeware Icon] +* [Moonlight](https://github.com/moonlight-stream/moonlight-qt) - 高画莚䞔䜎延时的枞戏䞲流 [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/moonlight-stream/moonlight-qt) +* [Parsec](https://parsec.app/) - 䜎延迟远皋桌面䞎枞戏䞲流工具。 +* [RealVNC](https://www.realvnc.com) 是䞀欟免莹的远皋控制跚倚平台的皋序。 ![Freeware][Freeware Icon] +* [RoyalTSX](https://www.royalapps.com/ts/mac/features) - 管理倚种协议远皋连接的客户端。 ![Freeware][Freeware Icon] +* [RustDesk](https://rustdesk.com/) - 䞀䞪匀源的远皋桌面应甚皋序䞺自托管而讟计。[![Open-Source Software][OSS Icon]](https://github.com/rustdesk/rustdesk) ![Freeware][Freeware Icon] +* [Steam Link](https://apps.apple.com/cn/app/steam-link/id1246969117?platform=mac) - 通过局域眑或互联眑将悚的 Steam 枞戏䞲流到 Mac 䞊。[![App Store][app-store Icon]](https://apps.apple.com/cn/app/steam-link/id1246969117?platform=mac) ![Freeware][Freeware Icon] +* [Sunshine](https://github.com/LizardByte/Sunshine) - 自托管的枞戏䞲流甚于 Moonlight。[![Open-Source Software][OSS Icon]](https://github.com/LizardByte/Sunshine) ![Freeware][Freeware Icon] +* [TeamViewer](https://www.teamviewer.com) - 甚于远皋协助和屏幕共享的工具。![Freeware][Freeware Icon] +* [Windows App](https://apps.apple.com/cn/app/windows-app/id1295203466?platform=mac) - 埮蜯官方的远皋桌面连接工具 [![App Store][app-store Icon]](https://apps.apple.com/cn/app/windows-app/id1295203466?platform=mac) [![Freeware][Freeware Icon]](https://go.microsoft.com/fwlink/?linkid=868963) + +## QuickLook插件 + +> List of useful [Quick Look](http://en.wikipedia.org/wiki/Quick_Look) plugins for developers. [![Awesome List][awesome-list Icon]](https://github.com/sindresorhus/quick-look-plugins#readme) + +*䜿甚 [Homebrew Cask](https://github.com/phinze/homebrew-cask) 将通过呜什安装即䞺简单。匀发人员䜿甚的[Quick Look](http://en.wikipedia.org/wiki/Quick_Look)插件列衚。劂果手劚安装䜠可将䞋蜜的 `.qlgenerator` 文件移劚到 `~/Library/QuickLook` 运行 `qlmanage -r`* + +* [CSV Quick Look](https://github.com/adamorad/csv-quick-look) - 支持虚拟滚劚、排序、筛选和深色暡匏的 CSV/TSV Quick Look 预览扩展。 [![Open-Source Software][OSS Icon]](https://github.com/adamorad/csv-quick-look) ![Freeware][Freeware Icon] +* [QuicklookStephen](https://github.com/whomwah/qlstephen) - 可以让悚查看没有文件扩展名的纯文本文件劂 README、INSTALL、Capfile、CHANGELOG...`brew install --cask install qlstephen` +* [FluxMarkdown](https://github.com/xykong/flux-markdown) - 支持 Mermaid、KaTeX 等内容的 Markdown 快速预览插件。 [![Open-Source Software][OSS Icon]](https://github.com/xykong/flux-markdown) ![Freeware][Freeware Icon] +* [markdown-quicklook](https://github.com/ruspg/markdown-quicklook) - 甚于枲染 Markdown 的 Quick Look 预览插件。 [![Open-Source Software][OSS Icon]](https://github.com/ruspg/markdown-quicklook) ![Freeware][Freeware Icon] +* [Torrent Preview](https://github.com/sveinbjornpalsson/torrentpreview/) - 甚于预览 `.torrent` 文件内容和元数据的 Quick Look 插件。 [![Open-Source Software][OSS Icon]](https://github.com/sveinbjornpalsson/torrentpreview/) ![Freeware][Freeware Icon] + +## 第䞉方应甚垂场APP + +*[这里讚论盗版问题或者提䟛黑名单](https://github.com/jaywcjlove/awesome-mac/issues/17)拒绝盗版从我做起欢迎倧家监督。* + +### 正版 + +*这里只提䟛正版蜯件莭买䞋蜜的应甚商店。* + +* [Homebrew](https://brew.sh/) - 䜓验通过呜什行安装 Mac 蜯件的工具(倧郚分是呜什行工具)。[![Open-Source Software][OSS Icon]](https://github.com/Homebrew/brew/) ![Freeware][Freeware Icon] +* [Applite](https://github.com/milanvarady/Applite) - 甚户友奜的 Homebrew Casks GUI macOS 应甚皋序 [![Open-Source Software][OSS Icon]](https://github.com/milanvarady/Applite) ![Freeware][Freeware Icon] +* [MacUpdate Desktop](https://www.macupdate.com/) - 管理/曎新/䞋蜜 App跟螪䌘惠信息。 +* [MacPorts](https://www.macports.org/) - 甚于安装和管理匀源蜯件的蜯件包管理噚。 ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/macports/) +* 数码荔枝[https://lizhi.shop/](https://lizhi.shop/) +* 少数掟商店[https://sspai.com/mall](https://sspai.com/mall) + +### 应甚商店黑名单 + +*第䞉方应甚垂场APP黑名单存圚盗版蜯件䌠播和䞋蜜拒绝盗版从我做起欢迎倧家监督它们。* + +* ~~[迅雷Thunder Store](http://mac.xunlei.com/app/)~~ - 迅雷 Thunder for Mac 垊应甚垂场。 +* ~~[Mac蜯件宝箱](http://box.macx.cn/)~~ - Macx 掚出蜯件宝箱。 +* ~~[MacHunter](http://www.machunter.net/)~~ - Mac 应甚垂场。 + +## Mac蜯件䞋蜜眑站 + +*这里䞻芁是掚荐䞀些蜯件䞋蜜的眑站还有䞀些Mac OSX蜯件分享眑站* + +### 正版/介绍 + +* App Shopper[http://appshopper.com/](http://appshopper.com/) +* MacUpdate[https://www.macupdate.com/](https://www.macupdate.com/) +* 少数掟[http://sspai.com/tag/Mac](http://sspai.com/tag/Mac) +* Mac玩儿法[http://www.waerfa.com](http://www.waerfa.com) ![Freeware][Freeware Icon] +* 腟讯柠檬粟选[https://lemon.qq.com/lab/](https://lemon.qq.com/lab/) +* [is Apple Silicon Ready](https://isapplesiliconready.com/) - 查扟App是吊䞺Apple silicon原生运行的眑站。 +* [Buy software, once](https://buyoncesoftware.com/) - 收集买断制蜯件的眑站。 +* [Slant](https://www.slant.co) - 甚于比蟃蜯件并查看瀟区掚荐的平台。 +* [Open Alternative](https://openalternative.co/) - 发现流行蜯件的匀源替代品。䞀䞪粟心策划的最䜳匀源替代品集合 替代日垞的SaaS产品。䜿甚䞺悚粟心挑选的可靠工具节省金钱。 + + +### 盗版蜯件䞋蜜眑站黑名单 + +*䞊面有倧量的匀源蜯件或者免莹蜯件拒绝盗版从我做起䞋面被删陀的眑站提䟛倧量砎解蜯件䞋蜜欢迎倧家监督它们。* + +* AppKed~~`http://www.macbed.com`~~ +* appstorrent~~`https://appstorrent.ru/`~~ +* appaddict~~`https://www.appaddict.org/`~~ +* Cmacked~~`https://mac.cmacked.com/`~~ +* Softasm~~`https://softasm.com/`~~ +* 䜛系蜯件~~`https://foxirj.com/`~~ +* 极臎分享~~`https://alltoshare.com/`~~ +* 卡卡源~~`http://www.kkroot.com/`~~ +* MAC萌新眑~~`https://www.macxin.com`~~ +* MACPEDIA~~`https://macpedia.xyz/`~~ +* MacPeers~~`http://www.macpeers.com`~~ +* MacPeers~~`https://www.macpeers.com`~~ +* Mac毒~~`https://www.macdo.cn`~~ +* Mac砎解蜯件~~`https://www.macappstore.net/`~~ +* Mac蜯件䞋蜜站~~`http://www.pshezi.com`~~ +* Mac蜯件分享~~`http://www.waitsun.com`~~ +* Mac粟品蜯件~~`http://xclient.info/`~~ +* Mac志~~`http://www.isofts.org`~~ +* Macwk非官方~~`https://macwk.cn/`~~ +* Macwk非官方~~`https://macwk.com.cn/`~~ +* MacWk~~`https://macwk.com/`~~ +* Macx~~`https://www.macx.cn/`~~ +* xmac~~`https://xmac.app/`~~ +* 腟牛眑~~`http://www.qqtn.com/mac/r_17_1.html`~~ +* 嚁锋眑~~`https://bbs.feng.com/forum.php?mod=forumdisplay&fid=19&page=`~~ +* 未来蜯件园~~`http://www.orsoon.com/`~~ +* 未来蜯件园~~`http://www.orsoon.com/mac/`~~ +* 玩蜬苹果~~`http://www.ifunmac.com`~~ +* 苹果蜯件园~~`http://www.maczapp.com`~~ +* 苹果蜯件盒子~~`https://www.macappbox.com/`~~ +* 马可菠萝~~`http://www.macbl.com/`~~ + + + +**[⬆ 返回顶郚](#目圕)** + +[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 "苹果应甚商店蜯件" +[Native Icon]: https://jaywcjlove.github.io/sb/ico/min-native-app.svg "原生应甚" +[awesome-list Icon]: https://jaywcjlove.github.io/sb/ico/min-awesome.svg "Awesome 列衚" + +## Contributors + +This project exists thanks to all the people who contribute. + + + +## 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 + + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..2472c61 --- /dev/null +++ b/README.md @@ -0,0 +1,1667 @@ +
+ Special thanks to: +
+
+ + + ScreenSage Pro + +
+ ScreenSage Pro, record beautiful screen recordings in minutes on macOS +

+ + + IP.IM + +
+ IP.IM Free IP address information query website +

+ + +
+
+ +

+ Using my app is also a way to support me:
+ Zipora: Zip/RAR/7Z Unarchiver + Scap: Screenshot & Markup Edit + Screen Test + Deskmark + Keyzer + Vidwall Hub + VidCrop + Vidwall + Mousio Hint + Mousio + Musicer + Audioer + FileSentinel + FocusCursor + Videoer + KeyClicker + DayBar + Iconed + Menuist + Quick RSS + Quick RSS + Web Serve + Copybook Generator + DevTutor for SwiftUI + RegexMate + Time Passage + Iconize Folder + Textsound Saver + Create Custom Symbols + DevHub + Resume Revise + Palette Genius + Symbol Scribe +

+
+ +Awesome Mac +=== + + +[![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://x.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)](README-zh.md) +[![Japanese List](https://jaywcjlove.github.io/sb/lang/japanese.svg)](./README-ja.md) +[![Korean List](https://jaywcjlove.github.io/sb/lang/korean.svg)](./README-ko.md) + + +This project is dedicated to collecting high-quality macOS software and organizing them systematically by different categories for easy search and use. As it continues to grow, the project has far exceeded our initial expectations and has become more comprehensive and refined. + +Feel free to **star** ⭐ and **fork** 🍎 to support the project! + +If you have any suggestions, ideas, or discover excellent software, feel free to submit a PR to help improve this list. Please read the [contributing guidelines](https://github.com/jaywcjlove/awesome-mac/blob/master/docs/CONTRIBUTING.md) before contributing. We also welcome you to continue following this [awesome](https://github.com/sindresorhus/awesome) list to build a better macOS tool collection together. + +**Explanation** + +[äž­æ–‡](README-zh.md) | [한국얎](README-ko.md) | [日本語](README-ja.md) | [RSS](./feed/feed.md) | [Awesome Command Line Apps](./command-line-apps.md) | [Awesome Swift macOS Apps](https://github.com/jaywcjlove/awesome-swift-macos-apps) + +![Open-Source Software][OSS Icon] means **open source**. click the icon to see the item's repository;\ +![Freeware][Freeware Icon] means **free** to use, or **free** personal license;\ +![App Store][app-store Icon] means **App store** hyperlink;\ +![Native App][Native Icon] means **native app**;\ +![Awesome List][awesome-list Icon] means hyperlink to a corresponding **Awesome list** for the item; + + + +## Contents + +- [Awesome Mac](#awesome-mac) +- [Contents](#contents) +- [Reading and Writing Tools](#reading-and-writing-tools) + - [Text Editors](#text-editors) + - [Office](#office) + - [Markdown Tools](#markdown-tools) + - [Note-taking](#note-taking) + - [Journaling](#journaling) + - [Writing](#writing) + - [Ebooks](#ebooks) + - [RSS](#rss) + - [Others](#others) +- [Developer Tools](#developer-tools) + - [IDEs](#ides) + - [Developer Utilities](#developer-utilities) + - [Regular Expression Editors](#regular-expression-editors) + - [API Development and Analysis](#api-development-and-analysis) + - [Network Analysis](#network-analysis) + - [Frameworks For Hybrid Applications](#frameworks-for-hybrid-applications) + - [Version Control](#version-control) + - [Virtualization](#virtualization) + - [Databases](#databases) + - [Terminal Apps](#terminal-apps) +- [Design and Product](#design-and-product) + - [Design Tools](#design-tools) + - [Prototyping and Mind-Mapping Tools](#prototyping-and-mind-mapping-tools) + - [Screenshot Tools](#screenshot-tools) + - [Screen Recording](#screen-recording) + - [Other Tools](#other-tools) +- [AI Tools](#ai-tools) +- [Communication](#communication) + - [Collaboration and Team Tools](#collaboration-and-team-tools) + - [Email Clients](#email-clients) + - [File Sharing](#file-sharing) +- [Data Recovery Tools](#data-recovery-tools) +- [Audio and Video Tools](#audio-and-video-tools) + - [Audio Record and Process](#audio-record-and-process) +- [Download Management Tools](#download-management-tools) +- [Cloud Storage](#cloud-storage) +- [Input Methods](#input-methods) +- [Voice-to-Text](#voice-to-text) +- [Browsers](#browsers) +- [Translation Tools](#translation-tools) +- [Education](#education) +- [Finance](#finance) +- [Encryption](#encryption) +- [Security Tools](#security-tools) +- [Proxy and VPN Tools](#proxy-and-vpn-tools) +- [Utilities](#utilities) + - [Clipboard Tools](#clipboard-tools) + - [Menu Bar Tools](#menu-bar-tools) + - [Cleanup and Uninstall](#cleanup-and-uninstall) + - [File Organization Tools](#file-organization-tools) + - [General Tools](#general-tools) + - [To-Do Lists](#to-do-lists) + - [Productivity](#productivity) + - [Window Management](#window-management) + - [Password Management](#password-management) + - [Finder Tools](#finder-tools) + - [Quality of Life Improvements](#quality-of-life-improvements) + - [System Related Tools](#system-related-tools) +- [Gaming Software](#gaming-software) +- [Remote Login Software](#remote-login-software) +- [QuickLook Plugins](#quicklook-plugins) +- [Third Party App Markets](#third-party-app-markets) + - [Package Managers](#package-managers) +- [Mac App Download Sites](#mac-app-download-sites) + - [Genuine Sites](#genuine-sites) + - [Pirated software download site blocklist](#pirated-software-download-site-blocklist) +- [Podcasts](#podcasts) +- [Contributors](#contributors) +- [License](#license) + + + + + +## Reading and Writing Tools + +*Applications to edit text, I suggest the open-source editors* + +### Text Editors + +* [Aurora Editor](https://auroraeditor.com/) - Lightweight Code Editor (IDE) for macOS. [![Open-Source Software][OSS Icon]](https://github.com/AuroraEditor/AuroraEditor) +* [Bootstrap Studio](https://bootstrapstudio.io/) - A powerful desktop app for creating responsive websites using the Bootstrap framework. +* [Brackets](http://brackets.io) - A modern, open source text editor that understands web design. [![Open-Source Software][OSS Icon]](https://github.com/brackets-cont/brackets/) ![Freeware][Freeware Icon] +* [CodeEdit](https://www.codeedit.app/) - A lightweight, natively-built editor. Open source. Free forever. [![Open-Source Software][OSS Icon]](https://github.com/CodeEditApp/CodeEdit) ![Freeware][Freeware Icon] +* [CotEditor](https://coteditor.com) - Lightweight plain-text editor for macOS. [![Open-Source Software][OSS Icon]](https://github.com/coteditor/CotEditor/) ![Freeware][Freeware Icon] +* [Cursor](https://cursor.com/) - AI code editor with autocomplete, chat, and coding agent features. ![Freeware][Freeware Icon] +* [Emacs](https://www.emacswiki.org/emacs/EmacsForMacOS) - Popular Unix-based text editor for programmers and system administrators. [![Open-Source Software][OSS Icon]](https://git.savannah.gnu.org/cgit/) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/emacs-tw/awesome-emacs#readme) +* [Haystack Editor](https://github.com/haystackeditor/haystack-editor) - Code editor with a canvas UI for better code understanding. [![Open-Source Software][OSS Icon]](https://github.com/haystackeditor/haystack-editor) ![Freeware][Freeware Icon] +* [Helix](https://helix-editor.com/) - A post-modern modal text editor. [![Open-Source Software][OSS Icon]](https://github.com/helix-editor/helix/) ![Freeware][Freeware Icon] +* [Itsypad](https://itsypad.app) - A tiny, fast scratchpad and clipboard manager for macOS. [![Open-Source Software][OSS Icon]](https://github.com/nickustinov/itsypad-macos) ![Freeware][Freeware Icon] +* [Lapce](https://lapce.dev/) - Lightning-fast and powerful code editor. [![Open-Source Software][OSS Icon]](https://github.com/lapce/lapce) ![Freeware][Freeware Icon] +* [LightTable](http://lighttable.com/) - The next generation code editor. [![Open-Source Software][OSS Icon]](https://github.com/LightTable/LightTable) ![Freeware][Freeware Icon] +* [LiteEdit](https://arietan.github.io/lite-edit/) - Fast, native macOS code editor under 1 MB — Swift and AppKit, no Electron. [![Open-Source Software][OSS Icon]](https://github.com/arietan/lite-edit) ![Freeware][Freeware Icon] +* [MacVim](https://github.com/macvim-dev/macvim) - the text editor Vim - for macOS. [![Open-Source Software][OSS Icon]](https://github.com/macvim-dev/macvim) ![Freeware][Freeware Icon] +* [micro](https://micro-editor.github.io) - Modern and intuitive terminal-based text editor. [![Open-Source Software][OSS Icon]](https://github.com/ory/editor) ![Freeware][Freeware Icon] +* [Neovim](https://github.com/neovim/neovim) - Vim-fork focused on extensibility and usability. [![Open-Source Software][OSS Icon]](https://github.com/neovim/neovim) ![Freeware][Freeware Icon] +* [Nova](https://nova.app/) - The beautiful, fast, flexible, native Mac code editor from Panic. +* [Plain Text Editor](https://sindresorhus.com/plain-text-editor) - Simple distraction-free notepad. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1572202501?platform=mac) +* [Sublime Text](http://www.sublimetext.com/3) - Text editor with a fast interface and plugin ecosystem. For more plugins, check [Sublime Text Plugins](editor-plugin-zh.md#sublime-text-plugin). [![Awesome List][awesome-list Icon]](https://github.com/dreikanter/sublime-bookmarks#readme) +* [SubEthaEdit](https://subethaedit.net/) - Powerful editor for writing, coding, and collaboration anytime, anywhere! [![Open-Source Software][OSS Icon]](https://github.com/subethaedit/SubEthaEdit) +* [TextMate](https://macromates.com) - Editor that brings Apple's approach to operating systems into the world of text editors. [![Open-Source Software][OSS Icon]](https://github.com/textmate/textmate) ![Freeware][Freeware Icon] +* [Tot](https://tot.rocks/) - Tot is an elegant, simple way to collect & edit text. It’s your tiny text companion! ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/tot/id1491071483?platform=mac) +* [Vim](http://www.vim.org/) - An old terminal-based editor. For common plugins, check [Vim Common Plugins](editor-plugin-zh.md#vim-plugin). [![Open-Source Software][OSS Icon]](https://github.com/vim/vim) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/mhinz/vim-galore#readme) +* [Vimr](http://vimr.org/) - Refined Vim Experience for OS X. [![Open-Source Software][OSS Icon]](https://github.com/qvacua/vimr/) ![Freeware][Freeware Icon] +* [Windsurf](https://windsurf.com/) - AI code editor with agentic coding, autocomplete, and MCP support. ![Freeware][Freeware Icon] +* [Zed](https://zed.dev/) - A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. [![Open-Source Software][OSS Icon]](https://github.com/zed-industries/zed) ![Freeware][Freeware Icon] + +### Office + +* [Keynote](https://apps.apple.com/app/keynote/id409183694?platform=mac) - Build stunning presentations. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/keynote/id409183694?platform=mac) +* [LibreOffice](https://www.libreoffice.org) - Free, open-source office software used and tested daily by a large community. [![Open-Source Software][OSS Icon]](https://www.libreoffice.org/about-us/source-code/) ![Freeware][Freeware Icon] +* [Microsoft Office](https://products.office.com/en-us/mac/microsoft-office-for-mac) - Unmistakably Office, designed for Mac. [![App Store][app-store Icon]](https://www.apple.com/search/office?page=1&sel=accessories&f=software#!&f=software&fh=4649) +* [Numbers](https://apps.apple.com/app/numbers/id409203825?platform=mac) - Create impressive spreadsheets. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/numbers/id409203825?platform=mac) +* [OnlyOffice](https://www.onlyoffice.com/) - Office suite with document, spreadsheet, and presentation editors. [![Open-Source Software][OSS Icon]](https://github.com/ONLYOFFICE/DesktopEditors) ![Freeware][Freeware Icon] +* [Pages](https://apps.apple.com/app/pages/id409201541?platform=mac) - Documents that stand apart. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/pages/id409201541?platform=mac) +* [SoftMaker Office](https://www.softmaker.com/en/softmaker-office) - A complete office suite that aims for full compatibility with Microsoft Office documents. +* [WPS](https://www.wps.com/mac) - Is a cross-platform office software suite. ![Freeware][Freeware Icon] + +### Markdown Tools [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools) + +* [Archimedes](https://furnacecreek.org/archimedes/) - Native macOS Markdown editor geared toward mathematical writing with inline LaTeX support. +* [Edmund](https://github.com/I7T5/Edmund) - Minimal, native macOS Markdown editor with live preview; works with your existing files, no vault. [![Open-Source Software][OSS Icon]](https://github.com/I7T5/Edmund) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [EME](https://github.com/egoist/eme) - Open-source Markdown editor with an interface like Chrome. ![Open-Source Software][OSS Icon] +* [iA Writer](https://ia.net/writer/) - Writing app with an emphasis on simplicity and design. +* [LightPaper](https://getlightpaper.com/) - Simple, beautiful, yet powerful text editor for your Mac. +* [MacDown](https://macdown.uranusjr.com/) - Open source Markdown editor for macOS with live preview and HTML/PDF export. [![Open-Source Software][OSS Icon]](https://github.com/MacDownApp/macdown) ![Freeware][Freeware Icon] +* [Marked 2](http://marked2app.com/) - This is the Markdown preview with an elegant and powerful set of tools for all writers. +* [MarkText](https://github.com/marktext/marktext) - Next generation markdown editor, running on platforms of MacOS Windows and Linux. [![Open-Source Software][OSS Icon]](https://github.com/marktext/marktext) ![Freeware][Freeware Icon] +* [MarkViewer](https://markviewer.com) - Markdown viewer and editor for macOS with AI-assisted editing. ![Freeware][Freeware Icon] +* [Marp](https://marp.app) - Markdown presentation writer with cross-platform support. [![Open-Source Software][OSS Icon]](https://github.com/marp-team/marp) ![Freeware][Freeware Icon] +* [Marxico](https://marxi.co/) - Delicate Markdown editor for Evernote. Reliable storage and sync. +* [MWeb](http://www.mweb.im/) - Pro Markdown writing, and static blog generator App. +* [Obsidian](https://obsidian.md) - A second brain, for you, forever. +* [Pixley Reader](https://github.com/Applacat/PixleyReader) - Reader for Markdown specs, docs, and changelogs generated by AI tools. [![Open-Source Software][OSS Icon]](https://github.com/Applacat/PixleyReader) [![App Store][app-store Icon]](https://apps.apple.com/app/id6758722045?platform=mac) +* [Scratch](https://www.ericli.io/scratch) - Lightweight, offline-first markdown notes app with WYSIWYG editing and local AI agent support. [![Open-Source Software][OSS Icon]](https://github.com/erictli/scratch) ![Freeware][Freeware Icon] +* [Typora](http://www.typora.io/) - Truly minimal Markdown editor featuring seamless live preview. +* [Ulysses](https://www.ulyssesapp.com/features/) - The Ultimate Writing App for Mac, iPad and iPhone. +* [Zettlr](https://www.zettlr.com/) - A markdown editor for the 21st century. [![Open-Source Software][OSS Icon]](https://github.com/Zettlr/Zettlr) ![Freeware][Freeware Icon] + +### Note-taking + +* [Affine](https://affine.pro/) - Affine is the next-generation collaborative knowledge base for professionals. [![Open-Source Software][OSS Icon]](https://github.com/toeverything/AFFiNE) ![Freeware][Freeware Icon] +* [Agenda](https://agenda.com/) - Date-focused note taking app for both planning and documenting your projects. [![App Store][app-store Icon]](https://apps.apple.com/app/id1287445660?platform=mac) +* [Anytype](https://anytype.io/) - Local-first note-taking and knowledge management app. ![Freeware][Freeware Icon] +* [AppFlowy](https://www.appflowy.io/) - Open-source alternative to Notion. [![Open-Source Software][OSS Icon]](https://github.com/AppFlowy-IO/appflowy) ![Freeware][Freeware Icon] +* [Bear Writer](http://www.bear-writer.com/) - Beautiful, flexible writing app for crafting notes and prose. [![App Store][app-store Icon]](https://apps.apple.com/us/app/bear-beautiful-writing-app/id1091189122?ls=1&platform=mac) +* [Boostnote](https://boostnote.io/) - Note-taking app made for programmers. [![Open-Source Software][OSS Icon]](https://github.com/BoostIO/Boostnote) +* [Craft](https://www.craft.do/) - Notetaking and writing made beautiful. [![App Store][app-store Icon]](https://apps.apple.com/se/app/craft-docs-and-notes-editor/id1487937127?platform=mac) +* [Dnote](https://www.getdnote.com/) - A simple command line notebook with multi-device sync and a web interface. [![Open-Source Software][OSS Icon]](https://github.com/dnote/dnote) ![Freeware][Freeware Icon] +* [Email Me](https://emailmeapp.net/) - Email yourself and much more with just one tap, native on macOS, iOS and WatchOS. [![App Store][app-store Icon]](https://apps.apple.com/us/app/email-me-notes-in-one-tap/id1090744587?platform=mac) +* [Evernote](https://evernote.com/) - Infamous note-taking app, available on many platforms. ![Freeware][Freeware Icon] +* [FSNotes](https://fsnot.es/) - File System Notes is a modern notes manager, native on macOS and iOS. [![Open-Source Software][OSS Icon]](https://github.com/glushchenko/fsnotes) [![App Store][app-store Icon]](https://apps.apple.com/gb/app/fsnotes/id1277179284?platform=mac) +* [Gooba](https://goobapp.com/) - Writing app and task manager with a simple and interactive design. +* [Inkdrop](https://www.inkdrop.info/) - Notebook app for Markdown lovers built on top of Electron. +* [Joplin](https://joplinapp.org/) - Cross-platform open-source notepad with markdown support and to-do list management. [![Open-Source Software][OSS Icon]](https://github.com/laurent22/joplin) ![Freeware][Freeware Icon] +* [Knopo](https://github.com/alkalim/Knopo) - Native macOS outliner for local-first notes stored as plain Markdown files. [![Open-Source Software][OSS Icon]](https://github.com/alkalim/Knopo) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [Logseq](https://logseq.com/) - Privacy-first, open-source knowledge base. [![OSS][OSS Icon]](https://github.com/logseq/logseq) ![Freeware][Freeware Icon] +* [MarginNote 4](https://marginnote.com/) - In-depth PDF and EPUB reading, learning, managing and note taking app. +* [massCode](https://masscode.io/) - Cross-platform open-source code snippets manager with markdown and mermaid support. [![Open-Source Software][OSS Icon]](https://github.com/massCodeIO/massCode) ![Freeware][Freeware Icon] +* [MiaoYan](https://miaoyan.app/) - Lightweight Markdown app to help you write great sentences. +* [Notable](https://github.com/notable/notable) - The markdown-based note-taking app that doesn't suck. +* [Notebook](https://www.zoho.com/notebook/notebook-for-mac.html) - Note-taking app. ![Freeware][Freeware Icon] +* [Notes](http://www.get-notes.com/) - Clean, simple note-taking app. [![Open-Source Software][OSS Icon]](https://github.com/nuttyartist/notes) ![Freeware][Freeware Icon] +* [NotePlan 3](https://noteplan.co/) - Your tasks, notes, and calendar, plain-text markdown files. [![App Store][app-store Icon]](https://apps.apple.com/en/app/noteplan-3/id1505432629?platform=mac) +* [NotePlus](https://noteplus.com/) - True Native Note and LLM Client +* [Noteship](https://noteship.com) - Local-first note-taking app for turning notes into structured knowledge. [![App Store][app-store Icon]](https://apps.apple.com/us/app/noteship/id1571711347?platform=mac) +* [Notion](https://www.notion.so/) - All-in-one workspace for notes, tasks, wikis, and databases. +* [OATS](https://github.com/ariso-ai/oats) - 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 Software][OSS Icon]](https://github.com/ariso-ai/oats) ![Freeware][Freeware Icon] +* [OneNote](https://www.onenote.com/) - Note-taking app by Microsoft. ![Freeware][Freeware Icon] +* [OutlineEdit 3](https://outlineedit.com) - Fully-featured outline editor, for everyone who loves great structured notes. [![App Store][app-store Icon]](https://apps.apple.com/us/app/outlineedit-3/id1608887438?platform=mac) +* [Revu](https://revu.cards/) - Local-first spaced repetition app with FSRS scheduling and Anki import. [![Open-Source Software][OSS Icon]](https://github.com/JuliusBrussee/revu-swift) ![Native App][Native Icon] +* [Saber](https://saber.adil.hanney.org/) - Cross platform stylus and text notetaking app. Supports image and pdf imports, can sync. [![App Store][app-store Icon]](https://apps.apple.com/us/app/saber/id1671523739?platform=mac) [![Open-Source Software][OSS Icon]](https://github.com/adil192/saber) +* [SideNotes](https://www.apptorium.com/sidenotes) - Quick notes on the screen side with Markdown support. +* [Standard Notes](https://standardnotes.com/) - An end-to-end encrypted notes app for digitalists and professionals. [![Open-Source Software][OSS Icon]](https://github.com/standardnotes/app) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/jonhadfield/awesome-standard-notes#readme) +* [Stik](https://github.com/0xMassi/stik_app) - Quick-capture markdown notes app with hotkeys and AI semantic search. [![Open-Source Software][OSS Icon]](https://github.com/0xMassi/stik_app) ![Freeware][Freeware Icon] +* [QOwnNotes](http://www.qownnotes.org/) - Open-source notepad with markdown support and todo list manager. [![Open-Source Software][OSS Icon]](https://github.com/pbek/QOwnNotes) ![Freeware][Freeware Icon] +* [Quick Note](https://quicknoteapp.com) - Colorful sticky notes in the Menu bar. [![App Store][app-store Icon]](https://apps.apple.com/in/app/quick-note-in-the-menu/id1472935217?platform=mac) +* [Quiver](http://happenapps.com/#quiver) - Mix text, code, Markdown, and LaTeX in one note with live preview. +* [VNote](https://app.vnote.fun/) - Open-source Markdown note-taking app with a polished editor. [![Open-Source Software][OSS Icon]](https://github.com/vnotex/vnote/) ![Freeware][Freeware Icon] +* [Zettel](https://github.com/AlexW00/Zettel) - Minimal, distraction-free note-taking app with Markdown and hashtag-based organization. [![Open-Source Software][OSS Icon]](https://github.com/AlexW00/Zettel) [![App Store][app-store Icon]](https://apps.apple.com/app/zettel-quick-notes/id6748525244?platform=mac) + +### Journaling + +* [Day One](https://dayoneapp.com/) - Excellent journaling app using text, photos, video, audio, location data, and more. [![App Store][app-store Icon]](https://apps.apple.com/us/app/day-one/id1055511498?platform=mac) +* [Journey](https://journey.cloud/) - Journaling app with many features and with apps for every platform available. [![App Store][app-store Icon]](https://apps.apple.com/us/app/journey-diary-journal/id1300202543?platform=mac) +* [Life Note](https://mylifenote.ai) - Journal with the greatest minds in human history. ![Freeware][Freeware Icon] +* [linked](https://github.com/lostdesign/linked) - Link your thoughts to days, distraction free. ![Open-Source Software][OSS Icon] + +### Writing + +* [Retrotype](https://retrotype.ink/) - A fun and minimalist writing app that feels like a real typewriter. ![Freeware][Freeware Icon] +* [novelWriter](https://github.com/vkbo/novelWriter) - Open-source plain text editor for writing novels with minimal markdown-like syntax. [![OSS][OSS Icon]](https://github.com/vkbo/novelWriter) ![Freeware][Freeware Icon] +* [Scrivener](https://www.literatureandlatte.com/scrivener/overview/) - The quintessential word processor for writers. +* [THORN](https://thorn.so) - All you need to power personal writing and website building. + +### Ebooks + +* [Calibre](http://calibre-ebook.com/) - Free, open-source e-book manager and reader. [![OSS][OSS Icon]](https://github.com/kovidgoyal/calibre) ![Freeware][Freeware Icon] +* [BookShelves](https://getbookshelves.app/) - Ebook reader and library manager with public-domain books and sync. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/bookshelves-ebook-reader/id6756848973?platform=mac) +* [Clearview](https://clearview-reader.github.io/clearview-x/index.html) - Tabbed style e-book reader for PDF, EPUB (DRM free), CHM, and MOBI. [![App Store][app-store Icon]](https://apps.apple.com/us/app/clearview/id557090104?platform=mac) +* [iChm](https://github.com/NSGod/ichm) - Ebook reader for CHM (Microsoft Compiled HTML help) files. [![Open-Source Software][OSS Icon]](https://github.com/NSGod/ichm) ![Freeware][Freeware Icon] +* [Kindle App](https://www.amazon.com/l/16571048011) - Amazon official reading app of kindle. +* [Klib](http://klib.me/) - New way to manage highlights for Kindle and iBooks. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1196268448?platform=mac) +* [Koodo Reader](https://www.koodoreader.com/en) - All-in-one eBook reader supporting over 15 formats. ![Freeware][Freeware Icon] [![OSS][OSS Icon]](https://github.com/koodo-reader/koodo-reader) +* [Readest](https://github.com/readest/readest) - Open-source ebook reader with a clean interface and powerful reading tools. [![Open-Source Software][OSS Icon]](https://github.com/readest/readest) ![Freeware][Freeware Icon] +* [ReadAny](https://codedogqby.github.io/ReadAny/) - AI-powered e-book reader with semantic search, chat, and note management. [![Open-Source Software][OSS Icon]](https://github.com/codedogQBY/ReadAny) ![Freeware][Freeware Icon] +* [Scribus](https://www.scribus.net/) - Professional layout and publishing software. [![OSS][OSS Icon]](https://sourceforge.net/projects/scribus/) ![Freeware][Freeware Icon] +* [Sigil](https://sigil-ebook.com/) - Multi-platform EPUB ebook Editor. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Sigil-Ebook/Sigil) +* [Simple Comic](https://apps.apple.com/us/app/simple-comic/id1497435571?platform=mac) - EBook reader for PDF, CBZ, and CBR formats with Live Text search. [![Open-Source Software][OSS Icon]](https://github.com/MaddTheSane/Simple-Comic) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/simple-comic/id1497435571?platform=mac) + +### RSS + +* [Elytra](https://elytra.app) - A Simple & Private RSS Feed Reader with native rendering for macOS & iOS. [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1433266971?pt=119194029&ct=awesomemac&mt=8&platform=mac) +* [Feedy](https://krillapps.com/feedy/) - An elegant and lightweight RSS client and news reader for your Mac. [![App Store][app-store Icon]](https://apps.apple.com/us/app/feedy-rss-client/id588288104?ls=1&platform=mac) +* [Folo](https://github.com/RSSNext/Folo) 🧡 Next generation information browser. [![Open-Source Software][OSS Icon]](https://github.com/RSSNext/Folo) ![Freeware][Freeware Icon] +* [Leaf](http://www.rockysandstudio.com/) - A news reader for managing subscriptions and enjoying daily news. +* [NetNewsWire](https://ranchero.com/netnewswire/) - It’s a free and open source feed reader for macOS. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/brentsimmons/NetNewsWire) +* [Doughnut](https://doughnutapp.com/) - Beautiful, open-source podcast catcher for Mac. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/dyerc/Doughnut) +* [Papr](https://github.com/l0ng-ai/papr) - RSS reader with adjustable typography, keyboard-driven navigation, and highlight export to Readwise, Notion and Obsidian. [![Open-Source Software][OSS Icon]](https://github.com/l0ng-ai/papr) ![Freeware][Freeware Icon] +* [ReadKit](http://readkitapp.com/) - Bookmark and RSS management client. +* [Reeder 5](http://reederapp.com) - News reader for Feedbin, Feedly, Feed Wrangler and so on. [![App Store][app-store Icon]](https://apps.apple.com/pl/app/reeder-5/id1529448980?platform=mac) +* [Saga Reader](https://github.com/sopaco/saga-reader) - AI-powered web and RSS reader. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/dyerc/Doughnut) +* [Unread](https://www.goldenhillsoftware.com/unread/) - RSS reader with beautiful typography that supports Feedbin, Feedly and so on. [![App Store][app-store Icon]](https://apps.apple.com/us/app/unread-an-rss-reader/id1363637349?platform=mac) +* [Vienna](http://viennarss.github.io/) - RSS/Atom reader for Mac OS X. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ViennaRSS/vienna-rss) + +### Others + +* [SwifDoo PDF](https://www.swifdoo.com/) - PDF editor/converter for editing, compressing, and password-protecting PDFs. +* [bindPDF](https://github.com/vishaltelangre/bindPDF) - Combine multiple PDF files into a single PDF file using a friendly UI. [![Open-Source Software][OSS Icon]](https://github.com/vishaltelangre/bindPDF) ![Freeware][Freeware Icon] +* [CHM Reader](http://www.hewbo.com/chm-reader.html) - Read Compiled HTML (.chm) documents on your Mac. ![Freeware][Freeware Icon] +* [Chmox](http://chmox.sourceforge.net/) - Read CHM documents on your Mac. ![Freeware][Freeware Icon] +* [Highlights](https://highlightsapp.net) - The PDF Reader for Research on Mac, iPad & iPhone. ![Freeware][Freeware Icon] +* [PDF Auditor](https://pura-vida.in/apps/pdf-auditor/?utm_source=github&utm_medium=awesome-mac) - PDF inspection tool for analyzing metadata, structure, and security risks. [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id6738956506?pt=127483661&ct=GitHub&mt=8&platform=mac) +* [PDF Expert](https://pdfexpert.com/) - Read, annotate and edit PDFs, change text and images. +* [PDF Pals](https://pdfpals.com) - Chat with PDF app for Mac. No file size limits! +* [PDFgear](https://www.pdfgear.com/) - AI-integrated PDF editor. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/pdfgear-pdf-editor-for-adobe/id1615523079?platform=mac) +* [PDF Reader Pro](http://www.pdfreaderpro.com) - You Can view, create, sign, convert and compress any PDF documents. [![App Store][app-store Icon]](https://apps.apple.com/us/app/pdf-reader-pro-your-pdf-office/id825459243?platform=mac) +* [Skim](http://skim-app.sourceforge.net) - PDF reader and note-taker for OS X. [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/skim-app/) ![Freeware][Freeware Icon] +* [SkyFonts](https://skyfonts.com/) - The simplest way to try, install, and manage fonts. +* [SmoothCSV](https://smoothcsv.com/) - Fast, full-featured CSV editor with SQL queries. ![Freeware][Freeware Icon] +* [Spillo](https://bananafishsoftware.com/products/spillo/) - Powerful, beautiful and amazingly fast Pinboard client for OS X. +* [Tad](https://www.tadviewer.com) - Application for viewing and analyzing tabular data such as CSV files. [![Open-Source Software][OSS Icon]](https://github.com/antonycourtney/tad) ![Freeware][Freeware Icon] +* [texifier](https://www.texifier.com/) - Great LaTeX editor for Mac with auto-update PDF and autocomplete LaTeX commands. +* [UPDF](https://updf.com/) - Free PDF editor for reading, annotating, and editing PDFs. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1619925971?platform=mac) +* [Zotero](https://www.zotero.org/) - Free tool to collect, organize, annotate, cite, and share research. [![OSS][OSS Icon]](https://github.com/zotero/zotero/) ![Freeware][Freeware Icon] +* [Collate](https://collate.one/get-started) - Free tool to collect, summarize and query PDFs with AI. All offline and free. [![App Store][app-store Icon]](https://apps.apple.com/us/app/collateai/id6447429913?platform=mac) ![Freeware][Freeware Icon] +* [PDFsail](https://pdfsail.com/) - All-in-one PDF tool for editing, converting, merging, compressing, and OCR. +* [TableTool](https://tabletool.io/) - Effortless CSV Browser! +* [Heynote](https://heynote.com/) - A dedicated scratchpad for developers. ![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] + +## Developer Tools + +### IDEs + +* [Android Studio](https://developer.android.com/studio/index.html) - The official IDE for Android, based on Intellij IDEA. [![Open-Source Software][OSS Icon]](http://tools.android.com/) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/balsikandar/Android-Studio-Plugins#readme) +* [Cate](https://cate.cero-ai.com) - Open-source IDE on an infinite zoomable canvas, with editor, terminal, browser, and AI agent panels arranged in a spatial workspace. [![Open-Source Software][OSS Icon]](https://github.com/0-AI-UG/cate) ![Freeware][Freeware Icon] +* [CodeRunner](https://coderunnerapp.com) - Lightweight, multi-language programming text editor and IDE. +* [Deco IDE](https://www.decoide.org) - The best IDE for building React Native apps. [![Open-Source Software][OSS Icon]](https://github.com/decosoftware/deco-ide) ![Freeware][Freeware Icon] +* [Eclipse](https://www.eclipse.org) - Popular open-source IDE for Java with plugin support for many languages. ![OSS][OSS Icon] ![Freeware][Freeware Icon] +* [Espresso](http://espressoapp.com/) - The web editor for Mac is back. For people who make delightful, innovative and fast websites. +* [BeagleEditor](https://github.com/beaglesoftware/editor) - A "beagleful" editor with features like syntax highlighting, plugins and... - A bit ugly, but it works +* [JetBrains Toolbox App](https://www.jetbrains.com/toolbox/) - Manage installed JetBrains tools, download new ones and open recent projects. ![Freeware][Freeware Icon] + * [AppCode](https://www.jetbrains.com/objc/) - Smart IDE for iOS/macOS development + * [RustRover](https://www.jetbrains.com/rust/) - A brand new JetBrains IDE for Rust Developers. + * [CLion](https://www.jetbrains.com/clion/) - Powerful C and C++ IDE. (**Free** for Students) + * [DataGrip](http://www.jetbrains.com/datagrip/) - Cross-Plaform IDE for Databases and SQL. **FREE** for Students, check [here](https://www.jetbrains.com/student/) for more info. + * [DataSpell](https://www.jetbrains.com/dataspell/) - The IDE for Professional Data Scientists + * [GoLand](https://www.jetbrains.com/go/) - Provides ergonomic environment for Go development. + * [IntelliJ IDEA](https://www.jetbrains.com/idea/) - Powerful IDE for JVM languages. (**Free** for Students) + * [PHPStorm](https://www.jetbrains.com/phpstorm/) - The Lightning-Smart PHP IDE. + * [PyCharm](https://www.jetbrains.com/pycharm/) - Powerful Python IDE, which has professional version and community version. + * [Rider](https://www.jetbrains.com/rider/) - Cross-platform C# IDE with Resharper features. + * [WebStorm](http://www.jetbrains.com/webstorm/) - The smartest JavaScript IDE by JetBrains. **FREE** for Students, check [here](https://www.jetbrains.com/student/) for more info. +* [Haskell for Mac](http://haskellformac.com) - A Modern Development Environment for Haskell. [![App Store][app-store Icon]](https://apps.apple.com/app/haskell-development-platform/id841285201?platform=mac) +* [NetBeans IDE](https://netbeans.org/) - Free, open-source IDE for Java and other languages. [![OSS][OSS Icon]](https://github.com/apache/netbeans) ![Freeware][Freeware Icon] +* [Nimbalyst](https://nimbalyst.com/) - A visual workspace for managing AI coding sessions, tasks, and project files. +* [Nova](https://nova.app/) - Beautiful, fast, flexible Mac code editor from [Panic](https://panic.com/). +* [Orca](https://onorca.dev) - An open-source IDE for running parallel AI coding agents (Claude Code, Codex, Cursor, Gemini, OpenCode), each in its own isolated git worktree. [![Open-Source Software][OSS Icon]](https://github.com/stablyai/orca) ![Freeware][Freeware Icon] +* [Trae](https://www.trae.ai/) - AI-powered IDE for coding and software development. +* [Visual Studio Code](https://code.visualstudio.com/) - Microsoft's free & open-source editor, TypeScript friendly, [VSCode Plugins](editor-plugin.md#vscode-plugin). [![Open-Source Software][OSS Icon]](https://github.com/Microsoft/vscode) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/viatsko/awesome-vscode#readme) +* [VSCodium](https://vscodium.com/) - Community-driven libre binaries of VS Code. [![Open-Source Software][OSS Icon]](https://github.com/vscodium/vscodium) ![Freeware][Freeware Icon] +* [Windsurf](https://windsurf.com/) - The first agentic IDE where developers and AI flow together for a magical coding experience. +* [Xcode](https://developer.apple.com/xcode/) - Essential IDE for iOS/macOS development. [![App Store][app-store Icon]](https://apps.apple.com/app/id497799835?platform=mac) +* [Zed](https://zed.dev/) - A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. [![Open-Source Software][OSS Icon]](https://github.com/zed-industries/zed) ![Freeware][Freeware Icon] +* [Spyder](https://www.spyder-ide.org/) - Powerful scientific environment written in Python, for Python. + +### Developer Utilities + +* [AXe](https://github.com/cameroncooke/AXe) - CLI tool for controlling iOS Simulators through Accessibility APIs and HID automation. [![Open-Source Software][OSS Icon]](https://github.com/cameroncooke/AXe) ![Freeware][Freeware Icon] +* [BetterRename](http://www.publicspace.net/BetterRename/) - The most powerful and complete Mac file renaming application on the market. [![App Store][app-store Icon]](https://apps.apple.com/us/app/better-rename-11/id1501308038?platform=mac) +* [Beyond Compare](http://www.scootersoftware.com/) - Compare files and folders with powerful commands. ![Freeware][Freeware Icon] +* [Bidbar](https://www.getbidbar.com) - Manage bash commands from the menu bar and run them with keyboard shortcuts. +* [Cacher](https://www.cacher.io/) - Cloud-based code snippet manager with Gist sync and multi-platform support. +* [CodeKit](https://codekitapp.com/) - Web development tool for compiling and auto-refreshing. +* [CodeMenu](https://extiri.com/codemenu.html) - Advanced snippets manager with IDE integration, natural language search, and more. +* [CoilPad](https://coilpad.com) - Native macOS Python scratchpad designed for instant prototyping and interactive learning. ![Freeware][Freeware Icon] +* [Conduktor](https://www.conduktor.io) - Kafka desktop client. ![Freeware][Freeware Icon] +* [Swifka](https://github.com/Ender-Wang/Swifka) - Read-only Kafka monitor for safely inspecting topics, messages, and consumer state. [![Open-Source Software][OSS Icon]](https://github.com/Ender-Wang/Swifka) ![Freeware][Freeware Icon] +* [Configs](https://github.com/iHongRen/configEditor) - Configuration file manager for quickly viewing, editing and managing config files. [![Open-Source Software][OSS Icon]](https://github.com/iHongRen/configEditor) ![Freeware][Freeware Icon] +* [CubicBezier](https://github.com/isaced/CubicBezier) - CubicBezier Generator for macOS. [![Open-Source Software][OSS Icon]](https://github.com/isaced/CubicBezier) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/cubicbezier/id1228492117?platform=mac) +* [Cutter](https://cutter.re/) - Powerful multi-platform reverse engineering tool. ![Open-Source Software][OSS Icon] +* [DevHub](https://wangchujiang.com/DevHub/) - Feature-rich offline app for developers. ![OSS][OSS Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/devhub/id6476452351?platform=mac) +* [Dash](https://kapeli.com/dash) - Awesome API documentation browser and code snippet manager. ![Freeware][Freeware Icon] +* [Deeplink Buddy](https://deeplinkbuddy.com) - Deeplink managers, made by developer for developers. +* [DiffMerge](http://sourcegear.com/diffmerge/) - Application to visually compare and merge files. ![Freeware][Freeware Icon] +* [EnvPane](https://github.com/hschmidt/EnvPane) - OS X preference pane for environment variables. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hschmidt/EnvPane) +* [FinderGo](https://github.com/onmyway133/FinderGo) - Open terminal quickly from Finder. [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/onmyway133/FinderGo) +* [Tintpad](https://github.com/sorkila/tintpad) - Menu bar launcher that opens your terminal at the right repo with a coding agent (Claude Code, Codex) already running. [![Open-Source Software][OSS Icon]](https://github.com/sorkila/tintpad) ![Freeware][Freeware Icon] +* [FlyEnv](https://www.flyenv.com) - Local development environment manager for languages, databases, and services. [![Open-Source Software][OSS Icon]](https://github.com/xpf0000/FlyEnv) +* [Finicky](https://johnste.github.io/finicky/) - Set rules to decide which browser opens each link. [![OSS][OSS Icon]](https://github.com/johnste/finicky) ![Freeware][Freeware Icon] +* [Gas Mask](https://github.com/2ndalpha/gasmask) - Simple hosts file manager for Mac OS X. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/2ndalpha/gasmask) +* [Gemini](https://macpaw.com/gemini) - Intelligent duplicate file finder. +* [Hex Fiend](https://ridiculousfish.com/hexfiend/) - Fast and clever open source hex editor. [![Open-Source Software][OSS Icon]](https://github.com/ridiculousfish/HexFiend/) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/hex-fiend/id1342896380?platform=mac) +* [Hosts.prefpane](https://github.com/specialunderwear/Hosts.prefpane) - System preference pane to manage your hosts file. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/specialunderwear/Hosts.prefpane) +* [Icon Preview](https://sindresorhus.com/icon-preview) - Preview your app icon and menu bar icon. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6480373509?platform=mac) +* [iHosts](https://en.toolinbox.net/iHosts/) - The only `/etc/hosts` editor on Mac App Store. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1102004240?platform=mac) +* [Itsyconnect](https://github.com/nickustinov/itsyconnect-macos) - App Store Connect client for metadata, TestFlight, reviews, analytics, and localization. [![Open-Source Software][OSS Icon]](https://github.com/nickustinov/itsyconnect-macos) +* [SaneHosts](https://sanehosts.com) - Hosts-based ad and tracker blocker. [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneHosts) +* [ILLA Cloud](https://www.illacloud.com/) - Low-code internal tool builder. [![Open-Source Software][OSS Icon]](https://github.com/illacloud/illa-builder) +* [ImHex](https://imhex.werwolv.net/) - Hex Editor for reverse engineers and programmers. [![OSS][OSS Icon]](https://github.com/WerWolv/ImHex/) ![Freeware][Freeware Icon] +* [Integrity](http://peacockmedia.software/mac/integrity/free.html) - Free website link checker for Mac. ![Freeware][Freeware Icon] +* [JsonStudio](https://jsonstudio.js.org/) - Local-first JSON workspace for formatting, editing, diffing, converting, validating, and extracting JSON from logs. [![Open-Source Software][OSS Icon]](https://github.com/sundegan/JsonStudio) ![Freeware][Freeware Icon] +* [Kaleidoscope](https://www.kaleidoscopeapp.com/) - Compare text, images, and folders. +* [Koala](http://koala-app.com) - GUI application for Less, Sass, Compass and CoffeeScript compilation. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/oklai/koala/) +* [Loca Studio](https://www.cunningo.com/locastudio/index.html) - Analyze, review, and edit app translations. [![App Store][app-store Icon]](https://apps.apple.com/app/id1465684707?platform=mac) +* [LINQPad](https://www.linqpad.net/) - .NET scratchpad for running code, queries, and database exploration. ![Freeware][Freeware Icon] +* [Loupe](https://github.com/smughead/Loupe) - Accessibility inspector that generates AI-agent-ready output. [![Open-Source Software][OSS Icon]](https://github.com/smughead/Loupe) ![Freeware][Freeware Icon] +* [MacSystemColors](https://github.com/kaunteya/MacSystemColors) - Mac app that shows all system colors in light and dark mode for Cocoa developers. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/kaunteya/MacSystemColors) +* [Medio](https://github.com/nuance-dev/medio) - A native, lightweight text diff tool with a clean UI and real-time highlighting. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nuance-dev/medio) +* [MJML](https://mjmlio.github.io/mjml-app/) - Create responsive emails with a semantic syntax and rich components. [![OSS][OSS Icon]](https://github.com/mjmlio/mjml) ![Freeware][Freeware Icon] +* [NameQuick](https://namequick.app) - AI-powered file renaming tool for macOS +* [PaintCode](https://www.paintcodeapp.com/) - Vector drawing app that generates Objective-C or Swift code in real time. +* [Pasteboard Viewer](https://github.com/sindresorhus/Pasteboard-Viewer) - Inspect the system pasteboards. [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/Pasteboard-Viewer) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1499215709?platform=mac) +* [Poirot](https://github.com/LeonardoCardoso/Poirot) - Companion app for browsing Claude Code sessions, reviewing diffs, and rerunning commands. [![Open-Source Software][OSS Icon]](https://github.com/LeonardoCardoso/Poirot) ![Freeware][Freeware Icon] +* [Muxy](https://github.com/muxy-app/muxy) - AI-native GUI for managing AI coding sessions, projects, with split panes, Git integration, and AI usage tracking. +* [PortKiller](https://github.com/productdevbook/port-killer) - Tool for inspecting ports, managing forwards and tunnels, and stopping bound processes. [![Open-Source Software][OSS Icon]](https://github.com/productdevbook/port-killer) +* [PPRows](https://github.com/jkpang/PPRows) - Application to calculate how many lines of code you write. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/jkpang/PPRows) +* [ProcessSpy](https://process-spy.app/) - A clean and powerful process monitor. +* [PushMate](https://pushmate.app) - Solves common push notification problems on macOS. +* [Responsively](https://responsively.app) - A must-have devtool for web developers for quicker responsive web development. [![Open-Source Software][OSS Icon]](https://github.com/responsively-org/responsively-app) ![Freeware][Freeware Icon] +* [SCM Breeze](https://github.com/scmbreeze/scm_breeze) - Set of shell scripts (for bash and zsh) that enhance your interaction with git. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/scmbreeze/scm_breeze) +* [SecureCRT](https://www.vandyke.com/products/securecrt/) - Terminal emulation which supports SSH, Telnet or other protocols. +* [Site Sucker](https://ricks-apps.com/osx/sitesucker/) - Automatically downloads websites. [![App Store][app-store Icon]](https://apps.apple.com/in/app/sitesucker/id442168834?platform=mac) +* [SnippetsLab](https://www.renfei.org/snippets-lab/) - Easy-to-use code snippets manager. +* [Solarized](http://ethanschoonover.com/solarized) - Clean and beautiful color theme. Works well with iTerm, JetBrains products, Vim etc. +* [SSH Keys Manager](https://github.com/Stmol/ssh-keys-manager-macos-app) - Native macOS app for managing local SSH keys and Git identities. [![Open-Source Software][OSS Icon]](https://github.com/Stmol/ssh-keys-manager-macos-app) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [StarUML](http://staruml.io) - Powerful UML app. +* [Swiftify](https://objectivec2swift.com/#/xcode-extension/) - Objective-C to Swift code converter and Xcode & Finder extensions. +* [SwiftPlantUML](https://github.com/MarcoEidinger/SwiftPlantUML-Xcode-Extension) - Generate and view class diagrams from Xcode for Swift code. [![Open-Source Software][OSS Icon]](https://github.com/MarcoEidinger/SwiftPlantUML-Xcode-Extension) ![Freeware][Freeware Icon] +* [SwitchHosts](https://oldj.github.io/SwitchHosts/) - Free and open-source app for hosts management & switching. [![Open-Source Software][OSS Icon]](https://github.com/oldj/SwitchHosts) ![Freeware][Freeware Icon] +* [Switzy](https://github.com/yefga/Switzy) - Open-source tool for switching Git identities and managing SSH keys. [![Open-Source Software][OSS Icon]](https://github.com/yefga/Switzy) ![Freeware][Freeware Icon] +* [SYM](https://github.com/zqqf16/SYM) - GUI Application to symbolicate iOS crash log. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/zqqf16/SYM) +* [Testpiler](https://furnacecreek.org/testpiler/) - Tool for converting XCTest test suites to Swift Testing. +* [TeXstudio](http://www.texstudio.org) - Integrated writing environment for creating LaTeX documents. [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/texstudio/) ![Freeware][Freeware Icon] +* [Touch Bar Simulator](https://github.com/sindresorhus/touch-bar-simulator) - Use the Touch Bar on any Mac. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [Visual Paradigm](https://www.visual-paradigm.com/) - All-in-one UML, SysML, BPMN modeling platform. +* [Woodpecker](http://www.woodpeck.cn) - View iOS app's Sandbox files, UserDefaults, Keychain items on a Mac. [![App Store][app-store Icon]](https://apps.apple.com/app/woodpecker/id1333548463?platform=mac) +* [WWDC](https://github.com/insidegui/WWDC) - The Mac OS unofficial WWDC app. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/insidegui/WWDC) +* [Xcodes](https://github.com/RobotsAndPencils/XcodesApp) - Install and switch between multiple versions of Xcode. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/RobotsAndPencils/XcodesApp) +* [XCSnippetsApp](https://github.com/MarcoEidinger/XCSnippetsApp) - Explore, view, and edit Swift and iOS code snippets for Xcode. [![OSS][OSS Icon]](https://github.com/MarcoEidinger/XCSnippetsApp) ![Freeware][Freeware Icon] +* [zeplin](https://www.zeplin.io/) - Collaboration tool for work between designers and developers. ![Freeware][Freeware Icon] +* [ZOC Terminal](https://www.emtec.com/zoc/index.html) - Terminal emulator which supports SSH, telnet, connections and other protocols. +* [Nib Unlocker](https://apps.apple.com/by/app/nib-unlocker/id1475697086?platform=mac) - .nib to .xib converter [![App Store][app-store Icon]](https://apps.apple.com/by/app/nib-unlocker/id1475697086?platform=mac) + +### Regular Expression Editors + +* [Patterns](http://krillapps.com/patterns/) - Regular expression editor. +* [Regex](https://motionobj.com/regex/) - Regular expression testing tool with an emphasis on simplicity. +* [RegExRX](http://www.mactechnologies.com/index.php?page=downloads#regexrx) - Development tool for regular expressions. +* [RegexMate](https://apps.apple.com/app/6479819388?platform=mac) - A regular expression testing tool with a built-in quick reference guide. + +### API Development and Analysis + +* [bruno](https://www.usebruno.com/) - Bruno is a offline-only, fast and git-friendly opensource API client.![Freeware][Freeware Icon] +* [Cocoa Rest Client](https://mmattozzi.github.io/cocoa-rest-client/) - Free, open-source, native Apple OS X app for testing HTTP/REST endpoints. [![Open-Source Software][OSS Icon]](https://github.com/mmattozzi/cocoa-rest-client) ![Freeware][Freeware Icon] +* [Echolon](https://echolon.app) - Open-source API client and Postman alternative. +* [HTTPie](https://httpie.io/) - HTTPie is making APIs simple and intuitive for those building the tools of our time. ![Freeware][Freeware Icon] +* [Hoppscotch](https://docs.hoppscotch.io/documentation/clients/desktop) - A lightweight, fast, and full-featured API debugging tool. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hoppscotch/hoppscotch) +* [Insomnia](https://insomnia.rest/) - The most intuitive cross-platform REST API Client. [![Open-Source Software][OSS Icon]](https://github.com/getinsomnia/insomnia) ![Freeware][Freeware Icon] +* [Katalon Studio](https://www.katalon.com) - Simplify API, Web, and Mobile Automation Tests. ![Freeware][Freeware Icon] +* [Maestro](https://maestro.dev/) - End-to-end testing framework for mobile and web apps. [![Open-Source Software][OSS Icon]](https://github.com/mobile-dev-inc/maestro) ![Freeware][Freeware Icon] +* [Mockoon](https://mockoon.com/) - Create mock APIs in seconds. [![Open-Source Software][OSS Icon]](https://github.com/mockoon/mockoon) +* [Paw](https://paw.cloud/) - Advanced HTTP client. +* [Postman](https://www.getpostman.com) - GUI platform for API development. ![Freeware][Freeware Icon] +* [Reqable](https://reqable.com) - Next-Gen API Development Tool, Advanced API Debugging Proxy and REST Client. ![Freeware][Freeware Icon] +* [ReqRes](https://reqresapp.com/) - Native macOS app to monitor, debug, and mock HTTP(S) requests and responses. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/OloApps/ReqRes) +* [Requestly](https://requestly.io) - Open-source, lightweight Git-Friendly API Client built for modern developers. [![Open-Source Software][OSS Icon]](https://github.com/requestly/requestly) ![Freeware][Freeware Icon] +* [Trayce](https://trayce.dev) - Lightweight tool to monitor Docker container traffic with a built-in .bru HTTP client. [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/evanrolfe/trayce_gui) +* [Yaak](https://yaak.app) - A modern API client supporting multiple protocols, offline usage, and Git integration. [![Open-Source Software][OSS Icon]](https://github.com/mountain-loop/yaak) + +### Network Analysis + +* [Charles](https://www.charlesproxy.com/) - HTTP proxy/monitor to view HTTP and HTTPS traffic. +* [James](https://github.com/james-proxy/james) - Open-source proxy tool for checking and mapping requests with http as well as https. [![Open-Source Software][OSS Icon]](https://github.com/james-proxy/james) ![Freeware][Freeware Icon] +* [Little Snitch](https://www.obdev.at/products/littlesnitch/download.html) - Network monitor with a world map for visualizing network connections. +* [mitmproxy](https://mitmproxy.org/) - Interactive intercepting HTTP proxy for penetration testers and software developers. [![Open-Source Software][OSS Icon]](https://github.com/mitmproxy/mitmproxy) ![Freeware][Freeware Icon] +* [Proxie](https://proxie.app) - HTTP debugging proxy. +* [Proxyman](https://proxyman.app) - Modern and intuitive HTTP debugging proxy for macOS. ![Freeware][Freeware Icon] +* [Rockxy](https://rockxy.io) - Open-source HTTP(S) debugging proxy for intercepting, inspecting, modifying, and replaying requests. [![Open-Source Software][OSS Icon]](https://github.com/LocNguyenHuu/Rockxy) ![Freeware][Freeware Icon] +* [Sniffnet](https://github.com/GyulyVGC/sniffnet) - Application to comfortably monitor your network traffic. [![Open-Source Software][OSS Icon]](https://github.com/GyulyVGC/sniffnet) ![Freeware][Freeware Icon] +* [Wireshark](https://www.wireshark.org) - The world’s foremost and widely-used network protocol analyzer. [![Open-Source Software][OSS Icon]](https://github.com/wireshark/wireshark) ![Freeware][Freeware Icon] +* [Apidog](https://www.apidog.com/) - All-in-One workspace for API Design, Documentation, Debug, Mock, Test. + +### Frameworks For Hybrid Applications + +* [AppJS](http://appjs.com/) - Lightweight JavaScript UI library for creating mobile webapps that behave like native apps. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/appjs/appjs) +* [DMG Maker](https://github.com/saihgupr/DMGMaker) - DMG creation tool with polished visuals and CLI support. [![Open-Source Software][OSS Icon]](https://github.com/saihgupr/DMGMaker) ![Freeware][Freeware Icon] +* [create-dmg](https://github.com/sindresorhus/create-dmg) - Create a good-looking DMG for your macOS app in seconds. [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/create-dmg) ![Freeware][Freeware Icon] +* [Electrino](https://github.com/pojala/electrino) - Desktop runtime for web apps using the system's browser engine. [![OSS][OSS Icon]](https://github.com/pojala/electrino) ![Freeware][Freeware Icon] +* [Electron](http://electron.atom.io) - Build cross platform desktop application with JavaScript, HTML and CSS. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/electron/electron) +* [ionic](http://ionicframework.com/) - Build native and web apps with Angular and open web technologies. [![OSS][OSS Icon]](https://github.com/driftyco/ionic) ![Freeware][Freeware Icon] +* [MacGap](http://macgapproject.github.io/) - Lightweight JavaScript API for OS X integration. [![OSS][OSS Icon]](https://github.com/MacGapProject) ![Freeware][Freeware Icon] +* [nw.js](http://nwjs.io) - Build desktop apps with HTML and JavaScript. [![OSS][OSS Icon]](https://github.com/nwjs/nw.js) ![Freeware][Freeware Icon] +* [Qt](https://www.qt.io) - Cross-platform application framework. +* [React Native for Ubuntu](https://github.com/CanonicalLtd/react-native) - Build Ubuntu desktop apps using React Native. [![Open-Source Software][OSS Icon]](https://github.com/CanonicalLtd/react-native) ![Freeware][Freeware Icon] +* [React Native macOS](https://github.com/ptmt/react-native-desktop) - Build OS X desktop apps using React Native and Cocoa. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ptmt/react-native-desktop) +* [react-desktop](http://reactdesktop.js.org) - React UI Components for macOS Sierra. [![Open-Source Software][OSS Icon]](https://github.com/gabrielbull/react-desktop) ![Freeware][Freeware Icon] +* [ReactXP](https://microsoft.github.io/reactxp/) - Microsoft platform for Web, iOS, Android, and Windows UWP. [![OSS][OSS Icon]](https://github.com/microsoft/reactxp) ![Freeware][Freeware Icon] +* [Tauri](https://tauri.app/) - Create small, fast, secure, cross-platform applications [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/tauri-apps/tauri) + +### Version Control + +* [Cornerstone](http://www.zennaware.com/cornerstone/) - Powerful version control with a gorgeous interface. +* [Fork](https://git-fork.com/) - Fast and friendly Git client for Mac. +* [Git Cola](https://git-cola.github.io/) - Powerful, Fast, Lightweight and Friendly Git GUI. For those caffeine adicting users. ![Open-Source Software][OSS Icon] +* [Gitbar](https://github.com/Shikkic/gitbar) - Open-sourcedisplay GitHub contribution statistics on your menu bar. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Shikkic/gitbar) +* [GitButler](https://gitbutler.com/) - Change management with parallel and stacked branches, unlimited undo, agent integrations. [![Open-Source Software][OSS Icon]](https://github.com/gitbutlerapp/gitbutler) ![Freeware][Freeware Icon] +* [GitFinder](https://gitfinder.com/) - Fast and lightweight Git client for Mac with Finder integration. +* [Gitfox](https://www.gitfox.app) - Commit faster, improve your code quality with superior diffs - and look good doing it. [![App Store][app-store Icon]](https://apps.apple.com/app/gitfox/id1475511261?platform=mac) +* [GitHub Desktop](https://desktop.github.com/) - The official GitHub GUI. [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/desktop/desktop) +* [GitKraken](https://www.gitkraken.com/) - The most popular Git GUI for Windows, Mac and Linux. +* [GitUp](http://gitup.co/) - A simple & powerful Git client。[![Open-Source Software][OSS Icon]](https://github.com/git-up/GitUp) ![Freeware][Freeware Icon] +* [GitX-dev](https://rowanj.github.io/gitx/) - Fork of [Pieter's](https://github.com/pieter/gitx) nice git GUI for OS X. Includes branch/tag sidebar and various fixes. [![Open-Source Software][OSS Icon]](https://github.com/rowanj/gitx) ![Freeware][Freeware Icon] +* [Hub](https://hub.github.com/) - Command-line wrapper for Git that makes you better at GitHub. [![Open-Source Software][OSS Icon]](https://github.com/github/hub) ![Freeware][Freeware Icon] +* [RelaGit](https://rela.dev/) - The elegant solution to graphical version control. Built by developers, for developers. [![Open-Source Software][OSS Icon]](https://github.com/relagit/relagit) ![Freeware][Freeware Icon] +* [SmartGit](http://www.syntevo.com/smartgit/) - Git client with support. +* [SourceTree](https://www.sourcetreeapp.com/) - Free Git & Mercurial client for Windows or Mac. ![Freeware][Freeware Icon] +* [Sublime Merge](https://www.sublimemerge.com/) - Git client, from the makers of Sublime Text. +* [Tempo](https://github.com/maoyama/Tempo) - GUI Git client. Replace the Git CLI with a clear UI and AI assist. [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/maoyama/Tempo) +* [Tower2](https://www.git-tower.com/) - The most powerful Git client for Mac and Windows. +* [Vershd](https://vershd.io/) - The free for personal use effortless Git GUI, for Windows, Mac, & Linux. ![Freeware][Freeware Icon] +* [Versions](https://www.versionsapp.com/) - Mac Subversion (SVN) Client. + +### Virtualization + +* [Docker](https://www.docker.com/) - Powerful, performs operating-system-level virtualization. [![Open-Source Software][OSS Icon]](https://github.com/docker) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/veggiemonk/awesome-docker#readme) +* [Gantry](https://github.com/getgantry/gantry) - Docker management client for local and SSH remote hosts with built-in MCP server support for agent workflows. [![Open-Source Software][OSS Icon]](https://github.com/getgantry/gantry) ![Freeware][Freeware Icon] +* [Cocoa-Way](https://github.com/J-x-Z/cocoa-way) - Wayland compositor for running Linux GUI apps without a virtual machine. [![Open-Source Software][OSS Icon]](https://github.com/J-x-Z/cocoa-way) ![Freeware][Freeware Icon] +* [GhostVM](https://github.com/groundwater/GhostVM) - Virtualization tool for creating and managing isolated macOS virtual machine workspaces. ![Freeware][Freeware Icon] +* [MacVirtue](https://naden.co) - Run free and unlimited Virtual Machines on your Mac. +* [Mocker](https://github.com/us/mocker) - Container manager built on Apple's Containerization framework. [![Open-Source Software][OSS Icon]](https://github.com/us/mocker) ![Freeware][Freeware Icon] +* [Multipass](https://multipass.run/) - Ubuntu VMs on demand for any workstation. [![Open-Source Software][OSS Icon]](https://github.com/canonical/multipass) +* [OrbStack](https://orbstack.dev/) - Fast, light, and simple way to run Docker containers and Linux machines on macOS. ![Freeware][Freeware Icon] +* [Parallels](http://www.parallels.com/) - Powerful, easy-to-use VM. No free upgrade for each new Mac OS. +* [Podman Desktop](https://podman-desktop.io/) - Open-source graphical tool for managing containers and Kubernetes. [![Open-Source Software][OSS Icon]](https://github.com/containers/podman-desktop) ![Freeware][Freeware Icon] +* [Rancher Desktop](https://rancherdesktop.io) - Container management and Kubernetes on the desktop. [![OSS][OSS Icon]](https://github.com/rancher-sandbox/rancher-desktop/blob/main/LICENSE) +* [Lima](https://github.com/lima-vm/lima) - Lima launches Linux virtual machines with automatic file sharing and port forwarding. [![Open-Source Software][OSS Icon]](https://github.com/lima-vm/lima) +* [QEMU](https://www.qemu.org/) - A free and open-source emulator and virtualizer that can perform hardware virtualization. [![Open-Source Software][OSS Icon]](https://github.com/qemu/qemu) ![Freeware][Freeware Icon] +* [UTM](https://mac.getutm.app/) - UTM is an easy-to-use GUI for QEMU and can run ARM64, x64 and other VMs on M1 Macs. [![Open-Source Software][OSS Icon]](https://github.com/utmapp/UTM) +* [Vagrant](https://www.vagrantup.com) - Tool for building and distributing development environments. [![Open-Source Software][OSS Icon]](https://github.com/mitchellh/vagrant) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/iJackUA/awesome-vagrant#readme) +* [Veertu](https://veertu.com) - The lightest VM on Mac. Responsive, sandboxed & native way to run VM on your Mac. ![Freeware][Freeware Icon] +* [Virtual Box](http://www.virtualbox.org) - Powerful x86 and AMD64/Intel64 virtualization product. ![Freeware][Freeware Icon] +* [VMware Fusion](http://www.vmware.com/) - Powerful, commercial VM developed by VMware. + +### Databases + +* [Apache Directory Studio](https://directory.apache.org/studio/) - LDAP browser and Active Directory client. [![Open-Source Software][OSS Icon]](https://directory.apache.org/sources.html) ![Freeware][Freeware Icon] +* [Another Redis Desktop Manager](https://github.com/qishibo/AnotherRedisDesktopManager) - A faster, better and more stable redis desktop manager.[![Open-Source Software][OSS Icon]](https://directory.apache.org/sources.html)![Freeware][Freeware Icon] +* [Base 2](http://menial.co.uk/base/) - Application for creating, designing, editing and browsing SQLite 3 database files. +* [Beekeeper Studio](https://www.beekeeperstudio.io) - Smooth SQL editor and database manager [![Open-Source Software][OSS Icon]](https://github.com/beekeeper-studio/beekeeper-studio) ![Freeware][Freeware Icon] +* [Bdash](https://github.com/bdash-app/bdash) - Modern SQL client application, supports MySQL, PostgreSQL (Redshift) and BigQuery.[![Open-Source Software][OSS Icon] ](https://github.com/bdash-app/bdash) ![Freeware][Freeware Icon] +* [Chrome MySQL Admin](https://github.com/yoichiro/chrome_mysql_admin) - Powerful Chrome app to manage your MySQL. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/yoichiro/chrome_mysql_admin) +* [Core Data Editor](https://github.com/ChristianKienle/Core-Data-Editor) - Core Data Editor lets you easily view, edit and analyze applications‘ data. [![Open-Source Software][OSS Icon]](https://github.com/luin/medis) ![Freeware][Freeware Icon] +* [Dataflare](https://dataflare.app) - Simple database client supporting Postgres, MySQL, DuckDB, libSQL, Cloudflare D1, and more. +* [DB Browser for SQLite](http://sqlitebrowser.org/) - Official home of the DB Browser for SQLite. [![Open-Source Software][OSS Icon]](https://github.com/sqlitebrowser/sqlitebrowser) ![Freeware][Freeware Icon] +* [DBeaver](https://dbeaver.io/) - Universal SQL Client. +* [DB Pro](https://dbpro.app) - Database client for querying and managing SQL databases. +* [ElectroCRUD](http://garrylachman.github.io/ElectroCRUD/) - Modern MySQL CRUD application. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/garrylachman/ElectroCRUD) +* [FastoNoSQL](https://fastonosql.com/) - Cross-platform GUI client for various key-value databases. [![OSS][OSS Icon]](https://github.com/fastogt/fastonosql) ![Freeware][Freeware Icon] +* [FastoRedis](https://fastoredis.com/) - Cross-platform professional GUI management tool for Redis. [![Open-Source Software][OSS Icon]](https://github.com/fastogt/fastoredis) ![Freeware][Freeware Icon] +* [JackDB](https://www.jackdb.com/) - Secure, collaborative environment for your queries and data-driven insights. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/yoichiro/chrome_mysql_admin) +* [MDB Explorer](http://www.macexplorer.co/en/mdb-explorer.php) - MDB tool to open, read, export your MDB files to other formats and databases. +* [Medis](http://getmedis.com) - GUI Manager for Redis. [![Open-Source Software][OSS Icon]](https://github.com/luin/medis) +* [Mingo](https://mingo.io/) - Easy to use MongoDB GUI with mind-blowing features. +* [mongoDB.app](https://gcollazo.github.io/mongodbapp/) - The easiest way to get started with mongoDB on the Mac. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/gcollazo/mongodbapp) +* [MongoDB](https://www.mongodb.com) - Scalable, flexible document database with querying and indexing. [![OSS][OSS Icon]](https://github.com/gcollazo/mongodbapp) ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/ramnes/awesome-mongodb#desktop) +* [MySQL Workbench](http://dev.mysql.com/downloads/workbench/) - The official MySQL GUI. +* [Navicat Data Modeler](https://www.navicat.com/en/products/navicat-data-modeler) - Cost-effective database design tool for high-quality data models. +* [neo4j](https://neo4j.com) - The leading graph database! [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/neo4j/neo4j) +* [Paul](https://guillim.github.io/products/paul) - AI-first PostgreSQL client for getting fast answers from your database with read-only access by default. +* [pgMagic🪄](https://pgmagic.app/?ref=awesomemac) - Chat to Postgres in natural language or SQL. +* [pgModeler](https://pgmodeler.io) - pgModeler is an open source data modeling tool designed for PostgreSQL. [![Open-Source Software][OSS Icon]](https://github.com/pgmodeler/pgmodeler) ![Freeware][Freeware Icon] +* [Postgres.app](http://postgresapp.com/) - The easiest way to get started with PostgreSQL on the Mac. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/PostgresApp/PostgresApp) +* [Postico](https://eggerapps.at/postico/) - Modern PostgreSQL client for Mac. +* [PSequel](http://www.psequel.com/) - PostgreSQL GUI tool for Mac OS X. ![Freeware][Freeware Icon] +* [Redis Insight](https://redis.io/insight/) - Official Redis tool for browsing, debugging, and visualizing data. ![Freeware][Freeware Icon] +* [RedisClient](https://github.com/UUGU/redis-client-app) - Redis client application on mac, windows and linux. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/UUGU/redis-client-app) +* [RedisDesktopManager](http://redisdesktop.com) - Cross-platform GUI management tool for Redis. [![Open-Source Software][OSS Icon]](https://github.com/uglide/RedisDesktopManager) ![Freeware][Freeware Icon] +* [Sequel Pro](http://www.sequelpro.com/) - MySQL database management for Mac OS X. [![Open-Source Software][OSS Icon]](https://github.com/sequelpro/sequelpro) ![Freeware][Freeware Icon] +* [Sequel Ace](https://github.com/Sequel-Ace/Sequel-Ace) - The maintained "sequel" to the longtime macOS tool Sequel Pro. [![Open-Source Software][oss icon]](https://github.com/Sequel-Ace/Sequel-Ace) +* [SQLight](https://aurvan.com/sqlight/) - SQLite database manager tool. ![Freeware][Freeware Icon] +* [SQLPro Studio](http://www.sqlprostudio.com/) - Simple, powerful database manager for macOS. +* [Studio 3T](https://studio3t.com/) - the Ultimate GUI for MongoDB. ![Freeware][Freeware Icon] +* [SurrealDB](https://github.com/surrealdb/surrealdb) - A scalable, distributed, collaborative, document-graph database, for the realtime web. [![Open-Source Software][oss icon]](https://github.com/surrealdb/surrealdb) +* [TablePlus](https://tableplus.io) - Supports: PostgreSQL, MySQL, RedShift, MariaDB... High-end security ensured. +* [TablePro](https://github.com/datlechin/TablePro) - Fast database client with AI-assisted SQL editing and support for major SQL/NoSQL engines. [![Open-Source Software][OSS Icon]](https://github.com/datlechin/TablePro) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [TrailBase](https://trailbase.io) - Open-source backend platform with type-safe APIs, auth, and admin tools built on SQLite. [![Open-Source Software][OSS Icon]](https://github.com/trailbaseio/trailbase) +* [redis-pro](https://github.com/cmushroom/redis-pro) - Small, easy to use Redis management, written with SwiftUI, support Dark mode. [![Open-Source Software][OSS Icon]](https://github.com/cmushroom/redis-pro) ![Freeware][Freeware Icon] + +## Terminal Apps + +* [alacritty](https://github.com/jwilm/alacritty) - A cross-platform, GPU-accelerated terminal emulator. [![Open-Source Software][OSS Icon]](https://github.com/jwilm/alacritty) ![Freeware][Freeware Icon] +* [Awal Terminal](https://github.com/AwalTerminal/Awal-terminal) - AI-native terminal emulator with multi-provider profiles and voice input. [![Open-Source Software][OSS Icon]](https://github.com/AwalTerminal/Awal-terminal) ![Freeware][Freeware Icon] +* [Command Book](https://commandbookapp.com) - A terminal companion for long-running terminal commands (freemium) +* [electerm](https://electerm.github.io/electerm/) - Terminal, SSH, and SFTP client. [![Open-Source Software][OSS Icon]](https://github.com/electerm/electerm) ![Freeware][Freeware Icon] +* [Ghostty](https://github.com/ghostty-org/ghostty) - Fast GPU-accelerated terminal emulator. [![Open-Source Software][OSS Icon]](https://github.com/ghostty-org/ghostty) ![Freeware][Freeware Icon] +* [hyper](https://hyper.is) - A terminal built on web technologies. [![Open-Source Software][OSS Icon]](https://github.com/zeit/hyper) ![Freeware][Freeware Icon] +* [iTerm2](http://www.iterm2.com) - iTerm2 is an amazing terminal emulator for OS X. [![Open-Source Software][OSS Icon]](https://github.com/gnachman/iTerm2) ![Freeware][Freeware Icon] +* [kitty](https://github.com/kovidgoyal/kitty) - A cross-platform, fast, feature full, GPU based terminal emulator. [![Open-Source Software][OSS Icon]](https://github.com/kovidgoyal/kitty) ![Freeware][Freeware Icon] +* [KubeSwitch](https://www.kubeswitch.com/) - The fastest way to switch between Kubernetes contexts and namespaces on macOS. ![Freeware][Freeware Icon] +* [Tabby (formerly Terminus)](https://github.com/Eugeny/tabby) - Free terminal tool, built with TypeScript, heavily inspired by Hyper. [![Open-Source Software][OSS Icon]](https://github.com/Eugeny/terminus) ![Freeware][Freeware Icon] +* [Termius](https://www.termius.com/) - A beautiful SSH and SFTP client for Mac. It is also available for mobile. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/termius-terminal-ssh-client/id549039908?platform=mac) +* [tty7](https://github.com/l0ng-ai/tty7) - A GPU-rendered, daemon-backed terminal in pure Rust with sessions that stay alive without tmux. [![Open-Source Software][OSS Icon]](https://github.com/l0ng-ai/tty7) ![Freeware][Freeware Icon] +* [Vesta](https://github.com/vestaterm/Vesta) - Native macOS terminal built on libghostty for running coding agents in parallel. [![Open-Source Software][OSS Icon]](https://github.com/vestaterm/Vesta) ![Freeware][Freeware Icon] +* [Warp](https://www.warp.dev) - Warp is a blazingly fast, rust-based terminal reimagined from the ground up to work like a modern app. [![Open-Source Software][OSS Icon]](https://www.github.com/warpdotdev/warp) +* [Wave](https://github.com/wavetermdev/waveterm) - Open-source terminal with built-in file previews, web browsing, and AI tools. [![Open-Source Software][OSS Icon]](https://github.com/wavetermdev/waveterm) ![Freeware][Freeware Icon] +* [WezTerm](https://wezfurlong.org/wezterm/) - A GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/wez/wezterm) + +## Design and Product + +### Design Tools + +* [Acorn](https://secure.flyingmeat.com/acorn/) - Great Mac OS X picture and photo editor, built for humans. +* [Affinity Designer](https://affinity.serif.com/en-us/designer/) - Professional graphic design software for Mac. +* [Affinity Photo](https://affinity.serif.com/en-us/photo/) - Professional image editing software for Mac. +* [Alchemy](http://al.chemy.org/) - Experimental, open-source drawing application with an emphasis on creating conceptual art. [![Open-Source Software][OSS Icon]](http://svn.al.chemy.org/) +* [Amadine](https://amadine.com) - Vector drawing app with an intuitive interface for graphic designers. +* [Art Text 3](https://www.belightsoft.com/art-text/) - Graphic design software for lettering, typography, and text effects. +* [Blender](https://www.blender.org/) - Free and open 3D creation software. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://developer.blender.org/) +* [Colorpicker](https://colorpicker.fr/) - Colorpicker is a complete open-source colors manipulation tool with picking! [![Open-Source Software][OSS Icon]](https://github.com/toinane/colorpicker) ![Freeware][Freeware Icon] +* [darktable](https://www.darktable.org) - darktable is an open source photography workflow application and raw developer. [![Open-Source Software][OSS Icon]](https://github.com/darktable-org/darktable) ![Freeware][Freeware Icon] +* [Droply](https://convergencelab.gumroad.com/l/droply) - Offline batch background remover for images. +* [Draw.io](https://github.com/jgraph/drawio-desktop) Drawio is a diagramming and whiteboarding desktop app [![Open-Source Software][OSS Icon]](https://github.com/jgraph/drawio-desktop) +* [Figma](https://www.figma.com/) - The collaborative interface design tool, for vector graphics and UI prototyping. ![Freeware][Freeware Icon] +* [FontForge](http://fontforge.github.io/) - Free, open-source font editor. [![Open-Source Software][OSS Icon]](https://github.com/fontforge) ![Freeware][Freeware Icon] +* [GIMP](https://www.gimp.org) - The GNU Image Manipulation Program. [![Open-Source Software][OSS Icon]](https://www.gimp.org/source/#gimp-source-code) +* [inklet](https://tenonedesign.com/inklet.php) - Turn your Mac trackpad into drawing board. +* [Inkscape](https://inkscape.org/en/) - Professional vector graphics editor. [![Open-Source Software][OSS Icon]](https://launchpad.net/inkscape) +* [Krita](https://krita.org/en/) - Open-source digital painting software for concept artists, digital painters, and illustrators. [![Open-Source Software][OSS Icon]](https://github.com/KDE/krita) ![Freeware][Freeware Icon] +* [macSVG](https://macsvg.org/) - Designing HTML5 SVG art and animation. [![Open-Source Software][OSS Icon]](https://github.com/dsward2/macSVG) ![Freeware][Freeware Icon] +* [MagicaVoxel](https://ephtracy.github.io/) - Free, lightweight 8-bit voxel editor and interactive path tracing renderer. +* [MakeHuman](http://www.makehumancommunity.org) - Powerful and free 3D human modeler. ![Freeware][Freeware Icon] +* [Monodraw](http://monodraw.helftone.com) - Powerful ASCII art editor designed for the Mac. [![App Store][app-store Icon]](https://apps.apple.com/app/monodraw/id920404675?platform=mac) +* [Nik Collection](https://nikcollection.dxo.com/) - Nik Collection by DxO. +* [Paintbrush](http://paintbrush.sourceforge.net/) - Bitmap image editor. [![Open-Source Software][OSS Icon]](https://sourceforge.net/projects/paintbrush/files/) ![Freeware][Freeware Icon] +* [Pencil2D](https://www.pencil2d.org) - A easy, intuitive tool to make 2D hand-drawn animations. [![Open-Source Software][OSS Icon]](https://github.com/pencil2d/pencil) ![Freeware][Freeware Icon] +* [Pixelmator](http://www.pixelmator.com/mac/) - Full-featured image editor for Mac. +* [Pixen](https://pixenapp.com/mac/) - Native pixel art and animation editor for Mac. +* [Principle](http://principleformac.com/) - Application for designing animated and interactive user interfaces. +* [Pika](https://superhighfives.com/pika) - An open-source color picker app. [![Open-Source Software][OSS Icon]](https://github.com/superhighfives/pika) [![App Store][app-store Icon]](https://apps.apple.com/app/pika/id6739170421?platform=mac) +* [RawTherapee](https://rawtherapee.com/) - A powerful cross-platform raw photo processing program! ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/Beep6581/RawTherapee) +* [ScreenToLayers](https://github.com/duyquoc/ScreenToLayers) - Easily export your screen into a layered PSD file. [![Open-Source Software][OSS Icon]](https://github.com/duyquoc/ScreenToLayers) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/screentolayers/id1077317077?platform=mac) +* [Sketch](http://www.sketchapp.com/) - Professional digital design for mac. + * [Sketch Cache Cleaner](https://yo-op.github.io/sketchcachecleaner/) - Deletes hidden Sketch history files. [![OSS][OSS Icon]](https://github.com/yo-op/sketchcachecleaner) ![Freeware][Freeware Icon] + * [Measure Plugin](http://utom.design/measure/) - Make it a fun to create spec for developers and teammates. [![Open-Source Software][OSS Icon]](https://github.com/utom/sketch-measure) ![Freeware][Freeware Icon] + * [Sketch Toolbox Plugin Manager](http://sketchtoolbox.com/) - Simple plugin manager for Sketch. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/buzzfeed/Sketch-Toolbox) + * [User Flows Plugin](https://abynim.github.io/UserFlows/) - Generating flow diagrams from Artboards. [![Open-Source Software][OSS Icon]](https://github.com/abynim/UserFlows) ![Freeware][Freeware Icon] +* [SketchBook](https://www.sketchbook.com/?locale=en-US) - Drawing software for concept design, comic art, and digital sketching. ![Freeware][Freeware Icon] +* [Sparkle](https://sparkleapp.com/) - Pro visual web design. +* [System Color Picker](https://github.com/sindresorhus/System-Color-Picker) - The macOS color picker as an app with more features. [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/System-Color-Picker) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1545870783?platform=mac) +* [Tayasui Sketches](http://www.tayasui.com/sketches/) - Professional drawing software. +* [Vectornator: Design Software](https://www.vectornator.io/) - The Most Intuitive and Precise Illustration Software in the Galaxy. [![App Store][app-store Icon]](https://apps.apple.com/us/app/vectornator-design-software/id1219074514?platform=mac) +* [Vectr](https://vectr.com/) - Free graphics editor used to create vector graphics easily and intuitively. ![Freeware][Freeware Icon] +* [Nugget](https://github.com/cartesiancs/nugget-app) - Video editing software designed for motion effects and versatility. [![OSS][OSS Icon]](https://github.com/yo-op/sketchcachecleaner) ![Freeware][Freeware Icon] +* [Lunacy](https://icons8.com/lunacy) - Vector design tool with built-in assets and real-time collaboration. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/lunacy-graphic-design-editor/id1582493835?platform=mac) + +### Prototyping and Mind-Mapping Tools + +* [Adobe XD](http://www.adobe.com/products/experience-design.html) - Tool for designing and prototyping websites and mobile apps. +* [Axure RP 8](http://www.axure.com) - Prototypes, specifications and diagrams in one tool. +* [Balsamiq Mockups](https://balsamiq.com/products/mockups/) - Wire-framing tool that helps you work faster and smarter. +* [Flinto](https://www.flinto.com/) - Quickly create interactive prototypes of mobile, desktop, or web apps. +* [Framer](http://framerjs.com/) - Tool for interactive prototyping. +* [Justinmind](http://www.justinmind.com) - Prototyping platform for web and mobile apps. +* [Kite](https://kiteapp.co/) - Powerful animation and prototyping application for Mac & iOS. +* [Lighten](https://lighten-test.xmind.net) - The best way to clarify thinking, boost productivity, brainstorm, and visualize concepts. +* [Marvel](https://marvelapp.com/) - Simple design, prototyping and collaboration.![Freeware][Freeware Icon] +* [MindNode](https://mindnode.com/) - Mind-mapping software with an emphasis on simplicity and ease-of-use. +* [MockFlow](https://www.mockflow.com) - Online prototyping suite for web-design and usability testing. +* [Mockplus](http://www.mockplus.com) - Prototype faster, smarter and easier. +* [OmniGraffle](https://www.omnigroup.com/omnigraffle) - Diagramming and graphic design for Mac, iPhone, and iPad. +* [Origami Studio](http://origami.design/) - Tool for designing modern interfaces, built and used by designers at Facebook. +* [pencil](http://pencil.evolus.vn/) - Free, open-source tool for making diagrams and GUI prototyping. [![Open-Source Software][OSS Icon]](https://github.com/evolus/pencil) ![Freeware][Freeware Icon] +* [ProtoPie](https://www.protopie.io/) - Create the most advanced prototypes as easy as Pie. +* [QuikFlow](https://quikflow.app) - Create flowcharts with a mind-mapping workflow. +* [Scapple](http://www.literatureandlatte.com/scapple.php) - Practical mind-mapping software with free whiteboard-like layout. +* [SimpleMind](https://simplemind.eu/) - The world leader in cross platform Mind Mapping tools. +* [WriteMapper](https://writemapper.com/) - Get from idea to final draft in no time. +* [XMind](http://www.xmind.net) - The most popular mind-mapping tool on the planet. +* [Simple Diagrams](https://www.simplediagrams.com/) - Diagramming tool for quick hand-drawn-style sketches. +* [yGraph Editor](https://www.yworks.com/products/yed) - High quality diagrams made easy. + +### Screenshot Tools + +* [capcap](https://capcap.skyrin.fun) - Native menu bar screenshot tool with double-tap Command capture, annotation, scrolling capture, beautify, pinning, and image-host upload. [![Open-Source Software][OSS Icon]](https://github.com/realskyrin/capcap) ![Freeware][Freeware Icon] +* [CleanShot X](https://cleanshot.com/) - Discover a superior way to capture your Mac's screen. +* [CloudApp](https://www.getcloudapp.com/) - Work at the speed of sight. ![Freeware][Freeware Icon] +* [Dropbox](https://www.dropbox.com/) - Dropbox app offers easy screenshot capturing and sharing ![Freeware][Freeware Icon] +* [Flameshot](https://github.com/flameshot-org/flameshot) - Powerful yet simple to use screenshot software. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [Lightshot](https://app.prntscr.com/) - The fastest way to take a customizable screenshot. ![Freeware][Freeware Icon] +* [macshot](https://github.com/sw33tlie/macshot) - Screenshot and annotation tool with screen recording, scrolling capture, and OCR. [![Open-Source Software][OSS Icon]](https://github.com/sw33tlie/macshot) ![Freeware][Freeware Icon] +* [Scap](https://wangchujiang.com/scap/) - Screenshot annotation and canvas tool with blur, mosaic, and watermark features. [![App Store][app-store Icon]](https://apps.apple.com/app/Scap/6758053530?platform=mac) +* [Shottr](https://shottr.cc/) - Screen capture application with features like Scrolling capture, OCR and markup. +* [Skitch](https://evernote.com/skitch/) - Screen capture application with a powerful annotation capabilities. ![Freeware][Freeware Icon] +* [Snip](http://snip.qq.com/) - Application for sharing captured images on QQ Mail. ![Freeware][Freeware Icon] +* [Snipaste](https://www.snipaste.com) - Simple but powerful snipping tool. ![Freeware][Freeware Icon] +* [Teampaper Snap](http://teampaper.me/snap/) - Let your screenshots speak up. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/monosnap/id1199502670?platform=mac) +* [Tuji](https://tuji.app/) - Take a screenshot, annotate it, and beautify it. [![App Store][app-store Icon]](https://apps.apple.com/us/app/tuji/id6479216439?platform=mac) ![Freeware][Freeware Icon] +* [Xnip](http://xnipapp.com/) - Handy Screenshot App. [![App Store][app-store Icon]](https://apps.apple.com/app/xnip-handy-screenshot-app/id1221250572?platform=mac) ![Freeware][Freeware Icon] + +### Screen Recording + +* [BetterCapture](https://jsattler.github.io/BetterCapture/) - Free and open source screen recorder with professional encoding support. [![Open-Source Software][OSS Icon]](https://github.com/jsattler/BetterCapture) ![Freeware][Freeware Icon] +* [Capty](https://capty.app/) - Screen capture and recording tool with built-in editing and annotations. +* [Capso](https://github.com/lzhgus/Capso) - Open-source screenshot and screen recording tool with annotations, OCR, and webcam overlays. [![Open-Source Software][OSS Icon]](https://github.com/lzhgus/Capso) ![Freeware][Freeware Icon] +* [Gifox](https://gifox.app) - Gif Recording and Sharing. +* [Kap](https://getkap.co/) - Open-source screen-recorder built with web technology. [![Open-Source Software][OSS Icon]](https://github.com/wulkano/kap) ![Freeware][Freeware Icon] +* [KeyCastr](https://github.com/keycastr/keycastr) - KeyCastr, an open-source keystroke visualizer. [![Open-Source Software][OSS Icon]](https://github.com/keycastr/keycastr) ![Freeware][Freeware Icon] +* [Kyapchar](https://github.com/vishaltelangre/Kyapchar) - Simple screen and microphone audio recorder for Mac. [![Open-Source Software][OSS Icon]](https://github.com/vishaltelangre/Kyapchar) ![Freeware][Freeware Icon] +* [Licecap](http://www.cockos.com/licecap/) - Screen recorder that exports directly to GIF. [![Open-Source Software][OSS Icon]](https://github.com/justinfrankel/licecap) ![Freeware][Freeware Icon] +* [Monosnap](https://monosnap.com/) - Make screenshots. Draw on it. Shoot video and share your files. It's fast, easy and free. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/monosnap/id540348655?platform=mac) +* [OBS Studio](https://github.com/obsproject/obs-studio) - A free and open source software for live streaming and screen recording. [![Open-Source Software][OSS Icon]](https://github.com/obsproject/obs-studio) +* [OpenScreen](https://github.com/siddharthvaddem/openscreen) - Open-source tool for creating polished screen demos and walkthrough videos. [![Open-Source Software][OSS Icon]](https://github.com/siddharthvaddem/openscreen) ![Freeware][Freeware Icon] +* [Quick Recorder](https://lihaoyun6.github.io/quickrecorder/) - A lightweight and high-performance screen recorder for macOS [![Open-Source Software][OSS Icon]](https://github.com/lihaoyun6/QuickRecorder) ![Freeware][Freeware Icon] +* [Recordly](https://recordly.dev/) - Open-source screen recorder and editor for polished demos, tutorials, and product videos. [![Open-Source Software][OSS Icon]](https://github.com/webadderallorg/Recordly) ![Freeware][Freeware Icon] +* [Reframed](https://reframed.dev) - Screen recorder with a built-in editor. [![Open-Source Software][OSS Icon]](https://github.com/jkuri/Reframed) ![Freeware][Freeware Icon] +* [Screen Studio](https://www.screen.studio/) - Screen recorder for polished videos with automatic motion effects. +* [ScreenKite](https://www.screenkite.com/) - Native screen recorder and editor with auto-zoom, AI enhancements, device mockups, and teleprompter. ![Freeware][Freeware Icon] +* [ScreenSage Pro](https://screensage.pro/) - A screen recording tool for creating polished videos in minutes. +* [Screenize](https://syi0808.github.io/screenize/) - Open-source screen recorder with auto-zoom, cursor effects, and timeline editing. [![Open-Source Software][OSS Icon]](https://github.com/syi0808/screenize) ![Freeware][Freeware Icon] +* [Screenpipe](https://github.com/screenpipe/screenpipe) - Local screen and microphone recorder with AI search. [![Open-Source Software][OSS Icon]](https://github.com/screenpipe/screenpipe) ![Freeware][Freeware Icon] +* [Snagit](https://www.techsmith.com/screen-capture.html) - Screen Capture and Recording Software. Simple and Powerful. +* [Tight Studio](https://tight.studio/) - Screen recorder with smart zoom, captions, and AI voiceovers. +* [Zappy](https://zapier.com/zappy) - Zappy is a screenshot and screen recording app all in one. Has some simple editing tools built in. + +### Other Tools + +* [Amazing AI](https://sindresorhus.com/amazing-ai) - Generate images from text using Stable Diffusion. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1660147028?platform=mac) +* [APNGb](https://github.com/mancunianetz/APNGb) - PNG image assembler/disassembler app. [![Open-Source Software][OSS Icon]](https://github.com/mancunianetz/APNGb) ![Freeware][Freeware Icon] +* [Aspect](https://aspect.bildhuus.com) - Photo organization app with peer-to-peer sync. ![Freeware][Freeware Icon] +* [Assetizr](https://assetizr.com) - Resizing images and optimising them for web and mobile applications. ![Freeware][Freeware Icon] +* [Lap](https://github.com/julyx10/lap) - Local photo manager for browsing and organizing personal media libraries offline. [![Open-Source Software][OSS Icon]](https://github.com/julyx10/lap) ![Freeware][Freeware Icon] +* [Couleurs](http://couleursapp.com) - Simple app for grabbing and tweaking the colors you see on your screen. ![Freeware][Freeware Icon] +* [CompressO](https://github.com/codeforreal1/compressO) - Open-source tool for compressing videos and images to smaller sizes. [![Open-Source Software][OSS Icon]](https://github.com/codeforreal1/compressO) ![Freeware][Freeware Icon] +* [Diffusion Bee](https://diffusionbee.com/) - The easiest way to generate AI art on your computer with Stable Diffusion. [![Open-Source Software][OSS Icon]](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/) ![Freeware][Freeware Icon] +* [Eagle App](https://en.eagle.cool/) - Asset manager for images, videos, audio, fonts, and design files. +* [ExifCleaner](https://exifcleaner.com) - Remove exif metadata from images and videos with drag and drop. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/szTheory/exifcleaner) +* [HEIC Converter](https://sindresorhus.com/heic-converter) - Convert HEIC images to JPEG or PNG. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/heic-converter-to-jpeg-or-png/id1294126402?platform=mac) +* [Iconset](https://iconset.io) - Free, cross-platform and fast SVG icon organizer and manager for Mac and Windows. +* [Iconjar](http://geticonjar.com/) - Icon management tool to organize or search your icons. +* [IconKit](http://appersian.net/) - App icon generator. [![App Store][app-store Icon]](https://apps.apple.com/app/iconkit-icon-resizer-for-app/id507135296?platform=mac) +* [Image2icon](http://www.img2icnsapp.com) - Create and personalize icons from your pictures. ![Freeware][Freeware Icon] +* [ImageAlpha](https://pngmini.com/) - Compress images with PNG format and remove transparency. [![Open-Source Software][OSS Icon]](https://github.com/pornel/ImageAlpha) ![Freeware][Freeware Icon] +* [ImageOptim](https://imageoptim.com/mac) - Compress images and remove EXIF information. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ImageOptim/ImageOptim) +* [iPic](https://en.toolinbox.net/iPic/) - Easily upload images with Markdown supported. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1101244278?ls=1&at=1000lv4R&ct=iPic_me&platform=mac) +* [JPEGmini](http://www.jpegmini.com/) - Reduce image size by up to 80%, without compromising quality. +* [Mark Man](http://getmarkman.com/) - Measure & Spec Fast. +* [Mottie](https://recouse.me/apps/mottie/) - A native Lottie animation player with Quick Look extension for dotLottie files. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id6743446238?pt=120474400&ct=awesome-mac&mt=8) +* [Nucleo](https://nucleoapp.com/) - Icon manager. Import, export, customize and convert icon libraries. +* [Preset Brewery](https://www.presetbrewery.com) - Tool to convert Lightroom presets to Adobe Camera Raw. +* [qView](https://interversehq.com/qview/) - qView is an image viewer designed with minimalism and usability in mind. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/jurplel/qView) +* [Resize Master](http://www.boltnev.com/resizemaster/) - Batch resize and watermark your images fast and easy. [![App Store][app-store Icon]](https://apps.apple.com/app/resize-master/id1025306797?platform=mac) +* [RightFont](http://rightfontapp.com/) - Preview, sync, install and manage fonts on Mac, Dropbox or Google Drive. +* [Snagit](https://www.techsmith.com/snagit.html) - Simple, Powerful Screen Capture Software and Screen Recorder. +* [svgus](http://www.svgs.us/) - Organize, clean and transform your SVGs. [![App Store][app-store Icon]](https://apps.apple.com/app/svgsus/id1106867065?platform=mac) +* [TinyPNG4Mac](https://github.com/kyleduo/TinyPNG4Mac) - Open-source tool to compress images. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/kyleduo/TinyPNG4Mac) +* [Tropy](https://tropy.org/) - Research Photo Management. [![Open-Source Software][OSS Icon]](https://github.com/tropy/tropy) ![Freeware][Freeware Icon] +* [PicGo](https://github.com/Molunerfinn/PicGo) - Support for common cdn image hosting tool. [![Open-Source Software][OSS Icon]](https://github.com/Molunerfinn/PicGo) +* [AppIconBuilder](https://apps.apple.com/app/shotbuilder/id1294179975?platform=mac) - Export icons for multi-platform[![App Store][app-store Icon]](https://apps.apple.com/app/shotbuilder/id1294179975?platform=mac) +* [uPic](https://github.com/gee1k/uPic) - macOS native app, powerful terse image hosting client. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/gee1k/uPic) +* [Zipic](https://zipic.app/) - Batch image compression tool with presets and automation. + +## AI Tools + +* [Agenttrace](https://luoyuctl.github.io/agenttrace/) - Local-first TUI for inspecting AI coding agent sessions, costs, tokens, latency, tool failures, health, and diffs. [![Open-Source Software][OSS Icon]](https://github.com/luoyuctl/agenttrace) ![Freeware][Freeware Icon] +* [AppleAi](https://www.theappleai.tech/) - Access multiple AI assistants from your menu bar with one shortcut. [![Open-Source Software][OSS Icon]](https://github.com/bunnysayzz/AppleAI) +* [Apple On-Device OpenAI](https://github.com/gety-ai/apple-on-device-openai) - Runs Apple on-device models behind an OpenAI-compatible API. [![Open-Source Software][OSS Icon]](https://github.com/gety-ai/apple-on-device-openai) ![Freeware][Freeware Icon] +* [Atomic Chat](https://github.com/AtomicBot-ai/Atomic-Chat) - Open-source AI chat client for local and cloud models with MCP support. [![Open-Source Software][OSS Icon]](https://github.com/AtomicBot-ai/Atomic-Chat) +* [BoltAI](https://boltai.com) - A beautiful & powerful ChatGPT app for Mac. Stay ahead by integrating AI into your workflow today. +* [ChatGPT](https://openai.com/chatgpt/mac/) - A conversational AI system that listens, learns, and challenges +* [Claude](https://claude.ai/download) - Your AI partner on desktop. Fast, focused, and designed for deep work. +* [Claude God](https://claudegod.app) - Monitor Claude usage, costs, and session stats. [![Open-Source Software][OSS Icon]](https://github.com/Lcharvol/Claude-God) ![Freeware][Freeware Icon] +* [Claude Usage](https://github.com/Bread-bang/claude-usage) - 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 Software][OSS Icon]](https://github.com/Bread-bang/claude-usage) ![Freeware][Freeware Icon] +* [Claude Usage Monitor](https://github.com/theDanButuc/Claude-Usage-Monitor) - Track Claude usage with a live counter. [![Open-Source Software][OSS Icon]](https://github.com/theDanButuc/Claude-Usage-Monitor) ![Freeware][Freeware Icon] +* [Claudoscope](https://github.com/cordwainersmith/claudoscope) - Tool for browsing and analyzing Claude Code sessions. [![Open-Source Software][OSS Icon]](https://github.com/cordwainersmith/claudoscope) ![Freeware][Freeware Icon] +* [ClawdHome](https://clawdhome.app/) - Manage multiple isolated OpenClaw gateway instances from one control panel. [![Open-Source Software][OSS Icon]](https://github.com/ThinkInAIXYZ/clawdhome) ![Native App][Native Icon] +* [clawpypaste](https://github.com/krisbradley/clawpypaste) - Menu bar block picker and session browser for Claude Code. [![Open-Source Software][OSS Icon]](https://github.com/krisbradley/clawpypaste) ![Freeware][Freeware Icon] +* [Cherry Studio](https://www.cherry-ai.com/) - A desktop client that supports multiple large language model (LLM) providers. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/CherryHQ/cherry-studio) +* [Chatbox](https://chatboxai.app) - User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...). [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/chatboxai/chatbox) +* [CodexBar](https://codexbar.app) - Show usage stats for OpenAI Codex and Claude Code, without having to login. [![Open-Source Software][OSS Icon]](https://github.com/steipete/CodexBar) ![Freeware][Freeware Icon] +* [Cursor Voice](https://cursorvoice.app) - Voice assistant that lives by your cursor, sees your screen, and can control apps via the OpenAI Realtime API. [![Open-Source Software][OSS Icon]](https://github.com/cursorvoice/cursor-voice) ![Freeware][Freeware Icon] +* [Desktop Control](https://github.com/yaroshevych/desktopctl) - GPU-accelerated CLI for AI agents to control any macOS app via screen, mouse, and keyboard. +* [Fazm](https://fazm.ai) - Open-source voice-controlled AI agent for apps, files, and workflows. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/m13v/fazm) +* [Flock](https://github.com/Divagation/flock) - Terminal multiplexer for running multiple Claude Code and shell sessions in one workspace. [![Open-Source Software][OSS Icon]](https://github.com/Divagation/flock) ![Freeware][Freeware Icon] +* [Fluent](https://fluentmac.app) - AI assistant that works across apps with model and context integration. +* [Gemini Collector](https://github.com/FirenzeLor/gemini-collector) - Back up Google Gemini conversations, attachments, and AI-generated media locally as JSON. [![Open-Source Software][OSS Icon]](https://github.com/FirenzeLor/gemini-collector) ![Freeware][Freeware Icon] +* [GroAsk](https://groask.com) - Menu bar launcher that sends selected text to AI assistants and CLI agents. +* [RecurseChat](https://recurse.chat) - Local-first AI chat app with customizable workflows. +* [Runtime](https://github.com/runtime-org/runtime) - AI taskmate and take control of the web & your office tools +* [TokenMeter](https://priyans-hu.github.io/tokenmeter/) - Track Claude Code usage, rate limits, costs, and activity heatmaps. [![Open-Source Software][OSS Icon]](https://github.com/Priyans-hu/tokenmeter) ![Freeware][Freeware Icon] +* [TokenTracker](https://www.tokentracker.cc) - Local-first menu bar app and CLI that tracks token usage and cost across 20+ AI coding tools. [![Open-Source Software][OSS Icon]](https://github.com/mm7894215/TokenTracker) ![Freeware][Freeware Icon] +* [Usage4Claude](https://github.com/f-is-h/Usage4Claude) - Real-time monitoring of Claude usage quotas across time windows and plans. [![Open-Source Software][OSS Icon]](https://github.com/f-is-h/Usage4Claude) ![Freeware][Freeware Icon] +* [Jan](https://jan.ai/) - An open-source alternative to ChatGPT that runs entirely offline on your computer. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/menloresearch/jan) +* [Maestro](https://runmaestro.ai) - Multi-agent AI coding tool with spec-driven workflows. [![Open-Source Software][OSS Icon]](https://github.com/pedramamini/Maestro) +* [MiniClaw](https://miniclaw.bot) - Local-first personal AI agent with memory and automation tools. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/augmentedmike/miniclaw-os) +* [Off Grid AI Desktop](https://getoffgridai.co/desktop) - Private, local-first AI for your Mac: local LLM chat, image generation, voice dictation, and memory search, all on-device. [![Open-Source Software][OSS Icon]](https://github.com/off-grid-ai/off-grid-ai-desktop) ![Freeware][Freeware Icon] +* [Orchard](https://orchard.5km.tech/) - MCP server that connects AI assistants to Apple apps. +* [Prevail](https://prevail.sh) - Local-first AI life OS: any model per life-domain over a plain-markdown vault on your Mac. Signed and notarized. [![Open-Source Software][OSS Icon]](https://github.com/fru-dev3/prevail-desktop) ![Freeware][Freeware Icon] +* [Witsy](https://github.com/nbonamy/witsy) - desktop AI assistant / universal MCP client. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nbonamy/witsy) +* [remio](https://www.remio.ai/?utm_source=github_list) - Local-first AI chat client that answers from your knowledge base. [![Freeware][Freeware Icon]](https://www.remio.ai/?utm_source=github_list) +* [Warden](https://karatsidhu.gumroad.com/l/warden) - A Native Swift macOS app that lets you run multiple LLM models using your own API keys. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/SidhuK/WardenApp) + + +## Communication + +### Collaboration and Team Tools + +* [Adium](https://adium.im/) - Free instant messaging application for Mac OS X. Connect to AIM, MSN, SMPP, Yahoo and more. ![Freeware][Freeware Icon] +* [BlurScreen App](https://www.blurscreen.app) - Instantly blur sensitive on-screen content for recording or screen sharing. +* [Caprine](https://github.com/sindresorhus/caprine) - Third-party privacy-focused Facebook Messenger app. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [DingTalk](https://www.dingtalk.com/en) - Team communication and collaboration platform. ![Freeware][Freeware Icon] +* [Discord](https://discordapp.com/) - Voice, text, and community chat platform. +* [Element](https://element.io/) - Create, share communicate. Chat and call securely. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/vector-im) +* [Ferdium](https://ferdium.org/) - Messaging workspace that combines multiple web apps in one place. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ferdium/ferdium-app) +* [Franz](http://meetfranz.com/) - Messaging app that combines multiple chat services in one place. ![Freeware][Freeware Icon] +* [Gitter](https://gitter.im) - Chat platform for developers and GitHub communities. ![Freeware][Freeware Icon] +* [Keybase](https://keybase.io/) - Secure groups, files, and chat for everyone! [![Open-Source Software][OSS Icon]](https://github.com/keybase) ![Freeware][Freeware Icon] +* [Krisp](https://krisp.ai/) - An AI-powered noise cancelling app that mutes background noise during calls. +* [Lark](https://www.larksuite.com/en_us/) - The Next-Gen Collaboration Suite. All your chats, meetings, calendars, docs, and emails in one place. ![Freeware][Freeware Icon] +* [LimeChat](http://limechat.net/mac/) - Open-source IRC client for Mac OS X. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/psychs/limechat) +* [Mastodon](https://mastodon.social/) - Your self-hosted, globally interconnected microblogging community [![Freeware][Freeware Icon]](https://joinmastodon.org/apps) [![Open-Source Software][OSS Icon]](https://github.com/mastodon/mastodon) +* [Matrix](https://matrix.org/) - An open network for secure, decentralised communication! ![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] +* [Mattermost](https://mattermost.com/download/) - Open-source team collaboration platform. [![Open-Source Software][OSS Icon]](https://github.com/mattermost/mattermost) ![Freeware][Freeware Icon] +* [Misskey](https://misskey-hub.net/) - 🌎 A completely free and open interplanetary microblogging platform 🚀 [![Open-Source Software][OSS Icon]](https://github.com/misskey-dev/misskey) +* [Muzzle](https://muzzleapp.com/) - A simple mac app to silence embarrassing notifications while screensharing. +* [Presentify](https://presentify.compzets.com/) - A mac app to draw on your screen while on calls, highlight your cursor, and more. ![App Store][app-store Icon] +* [Rambox](http://rambox.pro/) - Messaging and emailing app that combines common web applications into one. [![Open-Source Software][OSS Icon]](https://github.com/saenzramiro/rambox) ![Freeware][Freeware Icon] +* [Signal Desktop](https://signal.org/download/) - Fast, simple, secure. Privacy that fits in your pocket. [![Open-Source Software][OSS Icon]](https://github.com/signalapp/Signal-Desktop) +* [Slack](https://slack.com/downloads/mac) - Awesome tool for team collaboration and communication. ![Freeware][Freeware Icon] +* [Stack](https://getstack.app/) - Workspace browser for organizing multiple web apps on one screen. +* [Teams](https://teams.live.com/) - Free online meetings and video calls +* [Teambition](https://www.teambition.com) - Team collaboration tool for tasks, schedules, files, and discussions. ![Freeware][Freeware Icon] +* [Telegram](https://desktop.telegram.org) - Messaging app with a focus on speed and security. [![Open-Source Software][OSS Icon]](https://github.com/overtake/TelegramSwift) [![App Store][app-store Icon]](https://apps.apple.com/us/app/telegram/id747648890?platform=mac) +* [Textual](https://apps.apple.com/us/app/textual-7/id1262957439?platform=mac) - Internet Relay Chat (IRC) client. [![Open-Source Software][OSS Icon]](https://github.com/Codeux-Software/Textual) [![App Store][app-store Icon]](https://apps.apple.com/us/app/telegram/id747648890?platform=mac) +* [Unite](https://furnacecreek.org/unite/) - The only native GroupMe app for Mac. +* [Wavebox](https://wavebox.io) - Browser workspace for organizing web apps and team tools. +* [WeChat](https://apps.apple.com/app/wechat/id836500024?platform=mac) - Official WeChat app for Mac. ![Freeware][Freeware Icon] ![App Store][app-store Icon] +* [WeeChat](https://weechat.org/) - The extensible command-line chat client. ![Freeware][Freeware Icon] +* [WhatsApp Desktop](https://apps.apple.com/us/app/whatsapp-desktop/id1147396723?platform=mac) - Available in the Mac App Store, Whatsapp for Desktop. ![App Store][app-store Icon] +* [Mezon](https://mezon.ai/) - A new way to communicate with your team. It's free, faster, better organized, better for WFH. [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/mezonai/mezon) + +### Email Clients + +* [Airmail](http://airmailapp.com) - Fast email client. For both Mac OS and iOS. +* [CanaryMail](https://canarymail.io/) - Secure email app for Mac and iPhone with built-in PGP Support and AI assistance. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/canary-mail-email-meet-ai/id1236045954?platform=mac) +* [ElectronMail](https://github.com/vladimiry/ElectronMail) - An Electron-based unofficial desktop client for ProtonMail. [![Open-Source Software][OSS Icon]](https://github.com/vladimiry/ElectronMail) ![Freeware][Freeware Icon] +* [Foxmail](http://www.foxmail.com/mac/en) - Fast email client. ![Freeware][Freeware Icon] +* [MailTags](https://smallcubed.com/) - Use tags to organize email and schedule. +* [Mailspring](https://getmailspring.com/) - A beautiful, fast, and fully open source mail client. [![Open-Source Software][OSS Icon]](https://github.com/Foundry376/Mailspring) ![Freeware][Freeware Icon] +* [N1](https://www.nylas.com/) - Extensible, open-source mail app, free for developers and $7/month for Pro. ![Open-Source Software][OSS Icon] +* [Nylas Mail](https://nylas.com/nylas-mail/) - Extensible desktop mail app built on the modern web. [![Open-Source Software][OSS Icon]](https://github.com/nylas/nylas-mail) ![Freeware][Freeware Icon] +* [Polymail](https://polymail.io/) - Simple, beautiful and powerful email client. ![Freeware][Freeware Icon] +* [Postbox](https://www.postbox-inc.com) - Powerful, simple and beautiful email client, need to pay for a license. +* [Spark](https://sparkmailapp.com/) - Fast email client. For both Mac OS and iOS.![Freeware][Freeware Icon] +* [ThunderBird](https://www.mozilla.org/en-US/thunderbird/) - Software that makes email easier. ![Freeware][Freeware Icon] +* [Tutanota](https://tutanota.com/) - Encrypted email focused on security and privacy. [![Open-Source Software][OSS Icon]](https://github.com/tutao/tutanota) ![Freeware][Freeware Icon] +* [Edison Mail](https://mail.edison.tech/mac) - A customisable, simple, and beautiful email client. ![Freeware][Freeware Icon] +* [Skiff Mail](https://skiff.com/mail) - Encrypted & Decentralized Email -- available on web, iOS/Android, and macOS. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/skiff-org/skiff-mail) + +### File Sharing + +* [Cyberduck](https://cyberduck.io) - Free FTP, SFTP, WebDAV, S3, Backblaze B2, Azure and OpenStack Swift browser. ![Freeware][Freeware Icon] +* [Dropshare](https://dropshare.app) - File sharing tool for screenshots, screen recordings, and other files. +* [Flow](http://fivedetails.com/flow/) - Award-winning, beautiful, fast, and reliable FTP + SFTP client. +* [LocalSend](https://localsend.org/) - An open-source cross-platform alternative to AirDrop. [![Open-Source Software][OSS Icon]](https://github.com/localsend/localsend) ![Freeware][Freeware Icon] +* [NearDrop](https://github.com/grishka/NearDrop) - An unofficial Google Nearby Share/Quick Share app for macOS. [![Open-Source Software][OSS Icon]](https://github.com/localsend/localsend) ![Freeware][Freeware Icon] +* [Rclone UI](https://rcloneui.com/) - The GUI for Rclone & S3. [![App Store][app-store Icon]](https://apps.apple.com/app/rclone-ui/id6756127598?platform=mac) [![Open-Source Software][OSS Icon]](https://github.com/rclone-ui/rclone-ui) ![Freeware][Freeware Icon] +* [Transmit](https://panic.com/transmit/) - Highly flexible and intuitive FTP client, supports SFTP, S3 and iDisk/WebDAV. + +## Data Recovery Tools + +* [Data Rescue](https://www.prosofteng.com/mac-data-recovery) - Comprehensive and professional data recovery tool for most cases. +* [DiskWarrior](http://www.alsoft.com/DiskWarrior/) - The world’s most advanced repair and recovery tool for Mac. +* [R-Studio for Mac](http://www.r-studio.com/data_recovery_macintosh/) - Data recovery tool for damaged, deleted, or formatted disks. +* [SuperDuper!](https://shirt-pocket.com/SuperDuper/SuperDuperDescription.html) - Painless fully bootable disk backups. +* [Disk Drill](https://www.cleverfiles.com/) - Free data recovery tool. Also has a PRO version. [![App Store][app-store Icon]](https://apps.apple.com/us/app/disk-drill-media-recovery/id431224317?platform=mac) + +## Audio and Video Tools + +* [Adapter](https://macroplant.com/adapter) - Free audio, video and image conversion software. ![Freeware][Freeware Icon] +* [Aegisub](https://github.com/Aegisub/Aegisub) - Open-source subtitle editor with timing and styling tools. [![Open-Source Software][OSS Icon]](https://github.com/Aegisub/Aegisub/) ![Freeware][Freeware Icon] +* [Audio Profile Manager](https://apps.apple.com/us/app/audio-profile-manager/id1484150558?ls=1&platform=mac) - Audio device manager for saving input and output setups. [![App Store][app-store Icon]](https://apps.apple.com/us/app/audio-profile-manager/id1484150558?ls=1&platform=mac) +* [Ardour](https://ardour.org/) - Cross-platform audio software for multi-track recording and editing. [![Open-Source Software][OSS Icon]](https://github.com/Ardour/ardour) +* [Audacity](http://www.audacityteam.org/) - Free, open-source, cross-platform audio software for multi-track recording and editing. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/audacity/audacity) +* [Audio Hijack](http://www.rogueamoeba.com/audiohijack/) - Record any application's audio, including VoIP calls from Skype, web streams from Safari, and much more. +* [BeMyEars](https://www.bemyears.cn/) - Live captioning tool with on-device transcription and multilingual support. ![Freeware][Freeware Icon] +* [BlackHole](https://github.com/ExistentialAudio/BlackHole) - Freemium, open-source virtual output/input audio driver for recording/routing internal audio. [![Open-Source Software][OSS Icon]](https://github.com/ExistentialAudio/BlackHole) [![Freeware][Freeware Icon]](https://github.com/ExistentialAudio/BlackHole) +* [Camera Preview](https://sindresorhus.com/camera-preview) - Preview your webcam, take photos, and use it as a mirror. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1632827132?platform=mac) +* [Carol](https://github.com/AnaghSharma/Carol) - A minimal and beautiful lyrics app for macOS. [![Open-Source Software][OSS Icon]](https://github.com/AnaghSharma/Carol) ![Freeware][Freeware Icon] +* [Cog](http://cogx.org/) - Free, open-source audio player. [![Open-Source Software][OSS Icon]](https://github.com/losnoco/cog) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/cog-kode54/id1630499622?platform=mac) +* [DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve/) - Free, cross-platform video editing, color grading, video effects and audio editing software. +* [Elmedia Player](https://mac.eltima.com/media-player.html) - Media player with broad audio and video format support. +* [Fader](https://github.com/pantafive/fader) - Menu bar volume mixer with per-app volume, one-click output switching, and Bluetooth headphone control. [![Open-Source Software][OSS Icon]](https://github.com/pantafive/fader) ![Freeware][Freeware Icon] +* [FineTune](https://github.com/ronitsingh10/FineTune) - Per-app volume controller with multi-device output and 10-band EQ. [![Open-Source Software][OSS Icon]](https://github.com/ronitsingh10/FineTune) ![Freeware][Freeware Icon] +* [FreeTube](https://freetubeapp.io/) - Open source desktop YouTube client built with privacy in mind. [![Open-Source Software][OSS Icon]](https://github.com/FreeTubeApp/FreeTube) ![Freeware][Freeware Icon] +* [Gifski](https://github.com/sindresorhus/gifski-app) - Convert videos to high-quality GIFs. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/no/app/gifski/id1351639930?platform=mac) +* [HandBrake](https://handbrake.fr/) - Video transcoder for converting media to modern formats. [![Open-Source Software][OSS Icon]](https://github.com/HandBrake/HandBrake) ![Freeware][Freeware Icon] +* [Hydrogen](http://hydrogen-music.org/) - Professional yet simple and intuitive pattern-based drum programming for GNU/Linux. [![Open-Source Software][OSS Icon]](https://github.com/hydrogen-music/hydrogen) +* [ffWorks](https://www.ffworks.net/) - Comprehensive Media Tool for macOS. Making High Quality Video Encoding Accessible for Everyone. +* [IINA](https://iina.io/) - The modern video player for macOS. Based on mpv, the powerful media player project. [![Open-Source Software][OSS Icon]](https://github.com/iina/iina) ![Freeware][Freeware Icon] +* [Jellyfin](https://github.com/jellyfin/jellyfin) - The Free Software Media System. [![Open-Source Software][OSS Icon]](https://jellyfin.org) ![Freeware][Freeware Icon] +* [Kaset](https://github.com/sozercan/kaset) - Native YouTube Music client for macOS. [![Open-Source Software][OSS Icon]](https://github.com/sozercan/kaset) ![Freeware][Freeware Icon] +* [Kodi](https://kodi.tv/) - Open-source media center for video, music, pictures, and more. [![Open-Source Software][OSS Icon]](https://github.com/xbmc/xbmc) ![Freeware][Freeware Icon] +* [LMMS](https://lmms.io) - Open-source digital audio workstation for music production. [![Open-Source Software][OSS Icon]](https://github.com/lmms/lmms) ![Freeware][Freeware Icon] +* [LosslessCut](https://github.com/mifi/lossless-cut) - Cross platform tool for quick and lossless video and audio trimming using ffmpeg. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/mifi/lossless-cut) +* [LyricGlow](https://github.com/ateymoori/lyricglow) - Synced lyrics player with word-by-word glow effects. [![Open-Source Software][OSS Icon]](https://github.com/ateymoori/lyricglow) ![Freeware][Freeware Icon] +* [LyricsX](https://github.com/ddddxxx/LyricsX) - Lyrics for iTunes, Spotify and Vox. [![Open-Source Software][OSS Icon]](https://github.com/ddddxxx/LyricsX) ![Freeware][Freeware Icon] +* [MacMusicPlayer](https://github.com/samzong/macmusicplayer) - A clean, lightweight music player for macOS users. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [MacYTDL](https://github.com/section83/MacYTDL) - A macOS GUI front-end for the youtube-dl video downloader. [![Open-Source Software][OSS Icon]](https://github.com/section83/MacYTDL) ![Freeware][Freeware Icon] +* [Marker Data](https://github.com/TheAcharya/MarkerData) - The avant-garde Marker extraction application crafted for Final Cut Pro. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/TheAcharya/MarkerData) +* [Metadatics](http://markvapps.com/metadatics) - Advanced Audio Metadata Editor. [![App Store][app-store Icon]](https://apps.apple.com/us/app/metadatics/id554883654?platform=mac) +* [Mp3tag](https://mp3tag.app/) - A powerful and easy-to-use tool to edit metadata of audio files. [![App Store][app-store Icon]](https://apps.apple.com/app/id1532597159/?platform=mac) +* [Mixxx](http://mixxx.org/) - The most advanced free DJ software. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/mixxxdj/mixxx) +* [Movie Catcher](https://evilcult.github.io/moviecatcher/) - Tool for finding, streaming, and offline downloading movies. [![Open-Source Software][OSS Icon]](https://github.com/EvilCult/moviecatcher) ![Freeware][Freeware Icon] +* [mpv](https://www.mpv.io/) - Free, open-source, and cross-platform media player. [![Open-Source Software][OSS Icon]](https://github.com/mpv-player/mpv) ![Freeware][Freeware Icon] +* [MuseScore](https://musescore.org/) - Free, open-source music notation software. [![Open-Source Software][OSS Icon]](https://github.com/musescore/MuseScore) ![Freeware][Freeware Icon] +* [Museeks](https://museeks.io) - A simple, clean and cross-platform music player. [![Open-Source Software][OSS Icon]](https://github.com/martpie/museeks) ![Freeware][Freeware Icon] +* [Muxie](https://muxie.duhnnie.com) - Last.fm scrobbler for Apple Music, Spotify Desktop, iPod Classic, Rockbox devices and some others. ![Freeware][Freeware Icon] +* [Natron](https://natrongithub.github.io/) - Open-source node-based compositing software. [![Open-Source Software][OSS Icon]](https://github.com/MrKepzie/Natron) ![Freeware][Freeware Icon] +* [Nuclear](https://nuclear.js.org/) - Streaming music player that finds free music for you. [![Open-Source Software][OSS Icon]](https://github.com/nukeop/nuclear) ![Freeware][Freeware Icon] +* [Perian](http://perian.org/#download) - (**No longer under active development**) ~~Let QuickTime play all the common formats of free plug-ins~~. [![Open-Source Software][OSS Icon]](https://github.com/MaddTheSane/perian) +* [MusicBrainz Picard](https://picard.musicbrainz.org/) - Cross-platform music tagger written in Python. [![Open-Source Software][OSS Icon]](https://github.com/metabrainz/picard) ![Freeware][Freeware Icon] +* [MyMedia](https://github.com/photangralenphie/MyMedia) - Display and watch your local movie and TV show library. [![Open-Source Software][OSS Icon]](https://github.com/photangralenphie/MyMedia) ![Freeware][Freeware Icon] +* [Playback](https://mafintosh.github.io/playback/) - Experimental video player. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/mafintosh/playback) +* [Plug](https://plugformac.com) - Discover and listen to music from Hype Machine. [![Open-Source Software][OSS Icon]](https://github.com/wulkano/Plug) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1514182074?platform=mac) +* [Petrichor](https://github.com/kushalpandya/Petrichor) - Offline music player with broad format support, lyrics, playlists, and queue management. [![Open-Source Software][OSS Icon]](https://github.com/kushalpandya/Petrichor) ![Freeware][Freeware Icon] +* [Popcorn Time](https://popcorn-time.site/) - Streaming app for browsing and watching torrent-based movies.[![Open-Source Software][OSS Icon]](https://github.com/popcorn-official/popcorn-desktop) ![Freeware][Freeware Icon] +* [Potplayer X](https://okaapps.com/product/1612400976)- a Video Audio Player. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/potplayer-x-%E9%9F%B3%E8%A7%86%E9%A2%91%E6%92%AD%E6%94%BE%E5%99%A8/id1612400976?platform=mac) +* [Pulp](https://github.com/bazalp/pulp/releases) - Audio sample manager. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/bazalp/pulp) +* [Sangeet](https://github.com/YashvardhanATRgithub/Sangeet) - A beautiful audiophile music player with 10-band EQ, karaoke mode, and time-synced lyrics. ![Open-Source Software][oss icon] ![Freeware][freeware icon] +* [ScreenFlow](http://www.telestream.net/screenflow/) - Screencasting and video editing software. +* [Shotcut](https://www.shotcut.org) - Free open-source video editor. [![Open-Source Software][OSS Icon]](https://github.com/mltframework/shotcut) ![Freeware][Freeware Icon] +* [Sonora](https://github.com/sonoramac/Sonora) - Minimal, beautifully designed music player. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/sonoramac/Sonora) +* [Spotifly](https://github.com/ralph/Spotifly) - Lightweight Spotify player focused on fast playback control. [![Open-Source Software][OSS Icon]](https://github.com/ralph/Spotifly) ![Freeware][Freeware Icon] +* [SpotMenu](https://github.com/kmikiy/SpotMenu) - Spotify and iTunes in your menu bar. [![Open-Source Software][OSS Icon]](https://github.com/kmikiy/SpotMenu) ![Freeware][Freeware Icon] +* [Stremio](https://www.stremio.com/) - Media center for movies, TV, live channels, and streaming sources. ![Freeware][Freeware Icon] +* [Stringed 2](http://stringed.buenosapps.com/) - Music practice software designed to help users learn how to play their favorite songs. +* [Synfig Studio](http://synfig.org) - Synfig Studio is free, open-source 2D animation software. [![Open-Source Software][OSS Icon]](https://github.com/synfig/synfig) ![Freeware][Freeware Icon] +* [trax](https://github.com/nbonamy/trax) - Music library manager with audio conversion and tag editing. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nbonamy/trax) +* [Tiny Player](https://www.catnapgames.com/tiny-player-for-mac/) - As the name suggests, a tiny player. ![Freeware][Freeware Icon] +* [Tuneful](https://www.tuneful.dev) - Controller for Spotify and Apple Music from the menu bar or mini player. [![App Store][app-store Icon]](https://apps.apple.com/app/tuneful/id6739804295?platform=mac) +* [VLC](http://www.videolan.org/index.html) - Open-source multimedia player for most audio, video, and streaming formats. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/videolan/vlc) +* [VOX Player](https://vox.rocks/mac-music-player) - High-definition audio player for Mac and iPhone. Music just sounds better! ![Freeware][Freeware Icon] +* [VidCrop](https://apps.apple.com/app/VidCrop/6752624705?platform=mac) - A simple video cropping tool that supports multiple formats and precise trimming. +* [XLD](http://tmkk.undo.jp/xld/index_e.html) - Tool to decode, convert and play various 'lossless' audio files. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://code.google.com/archive/p/xld/source) +* [Recordia](https://sindresorhus.com/recordia) - Record audio directly from the menu bar or with a global keyboard shortcut. [![App Store][app-store Icon]](https://apps.apple.com/app/id1529006487?platform=mac) +* [Omniplayer](https://okaapps.com/product/1470926410#) - Best media player on Mac, support almost all format. [![App Store][app-store Icon]](https://apps.apple.com/app/id1470926410?platform=mac) +* [Kaset](https://github.com/sozercan/kaset) - Open-source YouTube Music client with library, lyrics, podcasts, and playback controls. [![Open-Source Software][OSS Icon]](https://github.com/sozercan/kaset) ![Freeware][Freeware Icon] +* [YouTube Music](https://th-ch.github.io/youtube-music/) - Desktop player for YouTube Music with plugin support. [![Open-Source Software][OSS Icon]](https://github.com/th-ch/youtube-music/) ![Freeware][Freeware Icon] +* [YouTube Music Desktop](https://ytmdesktop.app/) - Free cross platform Desktop Player for YouTube Music. [![Open-Source Software][OSS Icon]](https://github.com/ytmdesktop/ytmdesktop) ![Freeware][Freeware Icon] +* [YPlayer](https://www.engineerdraft.com/en/yplayer/) - A multifunctional app for live captions, audio/video transcription, and subtitle translation. +* [Musicer](https://apps.apple.com/app/musicer/6745227444?platform=mac) - A lightweight local music player that supports multiple formats for enjoying music anytime. +* [Fmusic](https://github.com/wandercn/fmusic) - A fmusic is a open source music player on SwiftUI.[![Open-Source Software][OSS Icon]](https://github.com/wandercn/fmusic) + +### Audio Record and Process + +* [CapSoftware](https://github.com/CapSoftware/) - An open-source alternative to Loom. Beautiful, shareable screen recording tool. [![Open-Source Software][OSS Icon]](https://github.com/CapSoftware/) ![Freeware][Freeware Icon] +* [GarageBand](https://www.apple.com/mac/garageband/) - Digital audio workstation for recording and music production. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/garageband/id682658836?l=zh&ls=1&platform=mac) +* [Logic Pro X](https://www.apple.com/logic-pro/) - Professional digital audio workstation for music and audio production. [![App Store][app-store Icon]](https://apps.apple.com/cn/app/logic-pro-x/id634148309?l=zh&platform=mac) +* [Stargate DAW](https://github.com/stargatedaw/stargate) - An all-in-one digital audio workstation (DAW) and plugin suite. [![Open-Source Software][OSS Icon]](https://github.com/aria2) ![Freeware][Freeware Icon] +* [SystemEQ for Mac](https://denzam.github.io/SystemEQ-for-Mac/) - Free, open-source system-wide parametric equalizer with AutoEQ presets, hearing calibration, and real-time visualization. [![Open-Source Software][OSS Icon]](https://github.com/denzam/SystemEQ-for-Mac) ![Freeware][Freeware Icon] + +## Download Management Tools + +* [aria2](https://aria2.github.io/) - Lightweight multi-protocol & multi-source command-line download utility. [![Open-Source Software][OSS Icon]](https://github.com/aria2) ![Freeware][Freeware Icon] +* [Downie](https://software.charliemonroe.net/downie.php) - Video downloader for macOS with support for YouTube and other 1200 sites. +* [Deluge](https://deluge-torrent.org/) - Deluge is a lightweight, Free Software, cross-platform BitTorrent client. [![Open-Source Software][OSS Icon]](https://dev.deluge-torrent.org/wiki/Development) ![Freeware][Freeware Icon] +* [FOLX](http://mac.eltima.com/download-manager.html) - Free download manager for Mac OS X with a true Mac-style interface. ![Freeware][Freeware Icon] +* [Free Download Manager](https://www.freedownloadmanager.org/) - A powerful, easy-to-use, and completely free download accelerator and manager. ![Freeware][Freeware Icon] +* [Harbor](https://github.com/thsnkhn/harbor) - Open-source download manager for HTTP(S), magnet links, and `.torrent` files. [![Open-Source Software][OSS Icon]](https://github.com/thsnkhn/harbor) ![Freeware][Freeware Icon] +* [JDownloader](http://jdownloader.org/) - Open-source download manager for links, files, and hosted content. ![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] +* [Motrix](https://motrix.app/) - Download manager for HTTP, FTP, BitTorrent, magnet links, and more. [![Open-Source Software][OSS Icon]](https://github.com/agalwood/Motrix) ![Freeware][Freeware Icon] +* [Neat Download Manager](https://www.neatdownloadmanager.com/) - Lightweight download manager with an optimized transfer engine. ![Freeware][Freeware Icon] +* [qBittorrent](https://www.qbittorrent.org/) - A project aims to provide an open-source software alternative to µTorrent. [![Open-Source Software][OSS Icon]](https://github.com/qbittorrent/qBittorrent) ![Freeware][Freeware Icon] +* [Shuttle](https://fiplab.com/apps/download-shuttle-for-mac) - Easy Download Manager for any links. +* [Swads](https://swads.app/) - Synology Download Station Client, modern, native, and intuitively redesign. +* [Transmission](https://www.transmissionbt.com/) - Fast, easy, free BitTorrent Client. [![Open-Source Software][OSS Icon]](https://github.com/transmission/transmission) ![Freeware][Freeware Icon] +* [XGetter](https://xgetter.com/) - Media downloader for video and audio from major websites. ![Freeware][Freeware Icon] +* [You-Get](https://you-get.org/) - Tiny command-line utility to download media contents (videos, audios, images) from the web. [![Open-Source Software][OSS Icon]](https://github.com/soimort/you-get) ![Freeware][Freeware Icon] +* [youtube-dl](https://github.com/rg3/youtube-dl/) - Command-line program to download videos from YouTube.com and other video sites [![Open-Source Software][OSS Icon]](https://github.com/rg3/youtube-dl/) ![Freeware][Freeware Icon] + +## Cloud Storage + +*I recommend using online storage with Mac clients* + +* [Arq](https://www.arqbackup.com/) - Cloud storage backup client that supports AWS, GCP, DropBox, and more. +* [Carbonite](https://www.carbonite.com/learn/how-to-backup-mac/) - Carbonite can protect your Mac from all of the most common forms of data loss. +* [Dropbox](https://www.dropbox.com/) - Cloud storage and file synchronization service. ![Freeware][Freeware Icon] +* [Mega](https://mega.nz) - Free cloud service, offers 50GB free storage. ![Freeware][Freeware Icon] +* [NextCloud](https://nextcloud.com/) - Actively maintained fork of ownCloud, faster and completely open-source [![Open-Source Software][OSS Icon]](https://github.com/nextcloud) +* [ownCloud](https://owncloud.org) - Cloud storage. +* [Seafile](https://www.seafile.com/) - Reliable and High Speed File Sync and Share.![Freeware][Freeware Icon] + +## Input Methods + +* [Kawa](https://github.com/utatti/kawa) - Better input source switcher for OS X. [![Open-Source Software][OSS Icon]](https://github.com/utatti/kawa) ![Freeware][Freeware Icon] +* [LangSwitcher](https://github.com/reg2005/langSwitcher) - Keyboard layout converter for mistyped text. [![Open-Source Software][OSS Icon]](https://github.com/reg2005/langSwitcher) ![Freeware][Freeware Icon] +* [Rocket](http://matthewpalmer.net/rocket/) - Makes typing emoji faster and easier using Slack-style shortcuts. ![Freeware][Freeware Icon] +* [Touch Emoji](https://github.com/lessmess-dev/touch-emoji) - Emoji picker for MacBook Pro Touch Bar. [![Open-Source Software][OSS Icon]](https://github.com/lessmess-dev/touch-emoji) +* [Type2Phone](https://www.houdah.com/type2Phone/) - Use Your Mac as Keyboard for iPhone, iPad & Apple TV. +* [betterglobekey](https://github.com/Serpentiel/betterglobekey) - Make macOS Globe key great again! [![Open-Source Software][OSS Icon]](https://github.com/Serpentiel/betterglobekey) ![Freeware][Freeware Icon] +* [InputSourcePro](https://inputsource.pro/) - Tool for automatically switching input sources by app or website. [![Open-Source Software][OSS Icon]](https://github.com/runjuu/InputSourcePro) ![Freeware][Freeware Icon] + +## Voice-to-Text + +* [Aiko](https://sindresorhus.com/aiko) - High-quality on-device transcription. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1666327168?platform=mac) +* [Azex Speech](https://github.com/azex-ai/speech) - Voice input tuned for mixed Chinese-English dictation in AI and crypto work. [![Open-Source Software][OSS Icon]](https://github.com/azex-ai/speech) ![Freeware][Freeware Icon] +* [buzz](https://github.com/chidiwilliams/buzz) - Transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper. [![Open-Source Software][OSS Icon]](https://github.com/chidiwilliams/buzz) +* [EnviousWispr](https://enviouswispr.com) - Sub-second dictation running Whisper/Parakeet locally with privacy-first AI text polish. ![Freeware][Freeware Icon] +* [FnKey](https://github.com/evoleinik/fnkey) - Push-to-talk voice input tool that pastes transcribed text instantly. [![Open-Source Software][OSS Icon]](https://github.com/evoleinik/fnkey) ![Freeware][Freeware Icon] +* [OpenDictation](https://github.com/kdcokenny/OpenDictation) - Open-source dictation utility with local and cloud speech-to-text. [![Open-Source Software][OSS Icon]](https://github.com/kdcokenny/OpenDictation) ![Freeware][Freeware Icon] +* [OpenQuack](https://github.com/larryxiao/openquack) - Privacy-first voice dictation tool that transcribes locally with WhisperKit and inserts text at the cursor with a hotkey. [![Open-Source Software][OSS Icon]](https://github.com/larryxiao/openquack) ![Freeware][Freeware Icon] +* [OpenTypeless](https://github.com/tover0314-w/opentypeless) - Open-source AI voice input that types polished text into any app. [![Open-Source Software][OSS Icon]](https://github.com/tover0314-w/opentypeless) ![Freeware][Freeware Icon] +* [Ottex](https://ottex.ai) - AI dictation tool that formats text for the app or site you are using. +* [Presspeech](https://github.com/rcourtman/presspeech) - Native push-to-talk local dictation app for Apple Silicon Macs using Parakeet TDT v3 (CoreML/ANE). [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/rcourtman/presspeech) +* [Spokenly](https://spokenly.app/) - Voice-to-text with 100+ languages, offline mode, and AI-powered formatting. +* [Tambourine](https://tambourinevoice.com/) - Open-source, customizable AI voice dictation that works in any app. [![Open-Source Software][OSS Icon]](https://github.com/kstonekuan/tambourine-voice/) ![Freeware][Freeware Icon] +* [TypeWhisper](https://www.typewhisper.com) - Local Whisper-based speech-to-text with a global hotkey. [![Open-Source Software][OSS Icon]](https://github.com/TypeWhisper/typewhisper-mac) ![Freeware][Freeware Icon] +* [VoiceInk](https://tryvoiceink.com/) - Real-time speech-to-text app. [![Open-Source Software][OSS Icon]](https://github.com/Beingpax/VoiceInk) ![Freeware][Freeware Icon] +* [VoxFlow](https://github.com/xingbofeng/VoxFlow) - Open-source voice input workspace with local and cloud ASR, OCR, history, and coding-agent workflows. [![Open-Source Software][OSS Icon]](https://github.com/xingbofeng/VoxFlow) ![Freeware][Freeware Icon] +* [Voxt](https://github.com/hehehai/voxt) - Hold-to-talk voice input tool with AI transcription rules per app and URL, and built-in translation. [![Open-Source Software][OSS Icon]](https://github.com/hehehai/voxt) ![Freeware][Freeware Icon] +* [Whispering](https://epicenter.md/whispering/) - Multi-provider speech-to-text with AI transformations and keyboard shortcuts. [![Open-Source Software][OSS Icon]](https://github.com/EpicenterHQ/epicenter/tree/main/apps/whispering) ![Freeware][Freeware Icon] +* [Willow Voice](https://willowvoice.com/) - AI dictation with automatic editing, style-matching, and noise optimization. + +## Browsers + +* [Arc](https://arc.net/) - Browser with a distinctive workspace-style interface. ![Freeware][Freeware Icon] +* [Brave](https://brave.com/) - Web browser with an emphasis on privacy and speed. [![Open-Source Software][OSS Icon]](https://github.com/brave/brave-browser/) ![Freeware][Freeware Icon] +* [ChatGPT Atlas](https://chatgpt.com/atlas/) - Browser with ChatGPT built in. ![Freeware][Freeware Icon] +* [Chrome](https://www.google.com/chrome/) - Chrome, developed by Google ![Freeware][Freeware Icon] +* [Chromium](https://www.chromium.org/Home) - Open-source browser project behind Google Chrome. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://chromium.googlesource.com/chromium/src/) + * [ungoogled-chromium](https://github.com/ungoogled-software/ungoogled-chromium) - A lightweight approach to removing Google web service dependency. [![Open-Source Software][OSS Icon]](https://github.com/ungoogled-software/ungoogled-chromium) ![Freeware][Freeware Icon] +* [Firefox](https://www.firefox.com/) - A free and open-source web browser developed by Mozilla. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://hg.mozilla.org/) + * [LibreWolf](https://librewolf.net) - A fork of Firefox, focused on privacy, security and freedom. [![Open-Source Software][OSS Icon]](https://gitlab.com/librewolf-community) ![Freeware][Freeware Icon] +* [Helium](https://helium.computer/) - Privacy-focused Chromium browser with built-in ad blocking. [![Open-Source Software][OSS Icon]](https://github.com/imputnet/helium) ![Freeware][Freeware Icon] +* [Microsoft Edge](https://www.microsoft.com/edge) - Microsoft Edge, based on Chromium, but built by MS ![Freeware][Freeware Icon] +* [Min](https://minbrowser.org/) - Fast, minimal browser that protects your privacy. [![Open-Source Software][OSS Icon]](https://github.com/minbrowser/min) ![Freeware][Freeware Icon] +* [Opera](https://www.opera.com) - Experience faster, distraction-free browsing with Ad blocking, and browse privately. ![Freeware][Freeware Icon] +* [Ora](https://www.orabrowser.com/) - Open-source browser with spaces, tab management, and a vertical sidebar. [![Open-Source Software][OSS Icon]](https://github.com/the-ora/browser) ![Freeware][Freeware Icon] +* [Orion](https://browser.kagi.com/) - Lightweight WebKit-based browser with support for Chrome and Firefox extensions. ![Freeware][Freeware Icon] +* [qutebrowser](https://www.qutebrowser.org/) - A keyboard-driven, vim-like browser based on Python and Qt. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/qutebrowser/qutebrowser) +* [Safari](https://www.apple.com/safari/) - Native browser for Macs. ![Freeware][Freeware Icon] [![Awesome List][awesome-list Icon]](https://github.com/learn-anything/safari-extensions#readme) +* [Tabbit](https://tabbitbrowser.com/) - An AI-native browser that understands your context, chats with webpages, and automates tasks. ![Freeware][Freeware Icon] +* [Tor Browser](https://www.torproject.org/projects/torbrowser.html) - Privacy browser designed for anonymous web browsing. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://gitlab.torproject.org/tpo/applications/tor-browser/) +* [Mullvad Browser](https://mullvad.net/en/download/browser/) - Privacy browser focused on anti-fingerprinting protection. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://gitlab.torproject.org/tpo/applications/mullvad-browser/) +* [Web](https://github.com/nuance-dev/Web) - Minimal AI browser for macOS, built with SwiftUI. [![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon]](https://github.com/nuance-dev/Web) +* [Vivaldi](https://vivaldi.com) - The browser that puts you in control. ![Freeware][Freeware Icon] +* [Yandex](https://browser.yandex.com/) - The quick and secure browser from Yandex for computers. ![Freeware][Freeware Icon] +* [Zen](https://zen-browser.app/) - A beautifully designed, privacy-focused, and feature-rich browser ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/zen-browser/desktop) + +## Translation Tools + +*(Or you could just use the Mac OS built-in dictionary)* + +* [DeepL](https://www.deepl.com/en/app/) - Best quality translations ![Freeware][Freeware Icon] +* [Easydict](https://github.com/tisfeng/Easydict) - A concise dictionary and translator for looking up words and translating text. [![Open-Source Software][OSS Icon]](https://github.com/tisfeng/Easydict) +* [Grammarly](https://app.grammarly.com/) - Refine your english +* [iTranslate](http://www.itranslate.com/) - Translation app for text and web pages in multiple languages. ![Freeware][Freeware Icon] +* [Live Translator](https://github.com/umutcetinkaya/live-translator) - Real-time on-screen translation of any system audio (YouTube, podcasts, meetings) using OpenAI or Gemini. [![Open-Source Software][OSS Icon]](https://github.com/umutcetinkaya/live-translator) ![Freeware][Freeware Icon] +* [Ludwig](https://ludwig.guru) - Linguistic search engine that helps you to write better in English. +* [Mate Translate](https://gikken.co/mate-translate/mac) - Translate in Safari and any app on macOS between 103 languages. +* [MoePeek](https://github.com/cosZone/MoePeek) - Translation tool with text selection, OCR, clipboard, and manual input support. [![Open-Source Software][OSS Icon]](https://github.com/cosZone/MoePeek) ![Freeware][Freeware Icon] +* [Nani](https://nani.now) - Fast AI translation with explanations. +* [OpenAI Translator](https://github.com/yetone/openai-translator) - Translation app and browser extension powered by AI models. [![Open-Source Software][OSS Icon]](https://github.com/yetone/openai-translator) ![Freeware][Freeware Icon] +* [ScreenTranslate](https://screentranslate.filient.ai/) - Capture any area or select text to translate instantly, fully on-device. [![Open-Source Software][OSS Icon]](https://github.com/hcmhcs/screenTranslate) ![Freeware][Freeware Icon] +* [Translatium](https://translatium.app) - Translation app for words, phrases, and images in 100+ languages. [![Open-Source Software][OSS Icon]](https://github.com/webcatalog/translatium-desktop) [![App Store][app-store Icon]](https://apps.apple.com/us/app/translatium/id1547052291?platform=mac) + +## Education + +* [Wokabulary](https://wokabulary.com/) - Collect, practice, and organize your individual foreign language vocabulary. [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1667619825?platform=mac) + +## Finance + +* [SubManager](https://submanager.app) - Subscription tracker with renewal reminders. [![App Store][app-store Icon]](https://apps.apple.com/app/submanager-subscription-list/id1632853914?platform=mac) +* [SubList](https://apps.apple.com/app/sublist-subscription-list/id6757860829?platform=mac) - Track subscriptions, renewals, and spending in one place with reminders, analytics, and iCloud sync. +* [StockDock](https://github.com/simonsruggi/StockDock) - Menu bar app for real-time stocks, ETFs, crypto and portfolio P&L. Privacy-first, no account, multi-currency. [![Open-Source Software][OSS Icon]](https://github.com/simonsruggi/StockDock) ![Freeware][Freeware Icon] + +## Encryption + +* [Cryptomator](https://cryptomator.org/) - Multi-platform transparent client-side encryption of your files in the cloud. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/cryptomator/cryptomator/) +* [Deadbolt](https://github.com/alichtman/deadbolt) - Open-source file encryption tool. [![Open-Source Software][OSS Icon]](https://github.com/alichtman/deadbolt) ![Freeware][Freeware Icon] + +## Security Tools + +* [Antivirus One](https://cleanerone.trendmicro.com/antivirus-one-for-mac/?utm_source=github&utm_medium=referral&utm_campaign=githubproject) - Security scanner for malware, adware, and web threats. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1068435535?pt=444218&ct=GitHub&mt=8&platform=mac) +* [BlockBlock](https://objective-see.com/products/blockblock.html) - Me: "Please alert me whenever anything is persistently installed." BlockBlock: "You got it" [![Open-Source Software][OSS Icon]](https://github.com/objective-see/BlockBlock) +* [ClearanceKit](https://craigjbass.github.io/clearancekit/) - Policy-based file access control tool for protected paths. [![Open-Source Software][OSS Icon]](https://github.com/craigjbass/clearancekit) ![Native App][Native Icon] +* [Dylib Hijack Scanner](https://objective-see.com/products/dhs.html) - Utility for scanning apps vulnerable to dylib hijacking. [![Open-Source Software][OSS Icon]](https://github.com/objective-see/DylibHijackScanner) ![Freeware][Freeware Icon] +* [KextViewer](https://objective-see.com/products/kextviewr.html) - View all modules on that are loaded in the OS kernel. [![Open-Source Software][OSS Icon]](https://github.com/objective-see/KextViewr) +* [KnockKnock](https://objective-see.com/products/knockknock.html) - See what's persistently installed on your Mac. [![Open-Source Software][OSS Icon]](https://github.com/objective-see/KnockKnock) +* [LinkLiar](http://halo.github.io/LinkLiar) - Link-Layer MAC spoofing GUI for macOS. [![Open-Source Software][OSS Icon]](https://github.com/halo/LinkLiar) ![Freeware][Freeware Icon] +* [LockDown](https://objective-see.com/products/lockdown.html) - Open-source tool for El Capitan that audits and remediates security configuration settings. [![Open-Source Software][OSS Icon]](https://bitbucket.org/objective-see/lockdown) ![Freeware][Freeware Icon] +* [Lockpaw](https://getlockpaw.com) - Menu bar screen guard for macOS — lock and unlock your screen with a hotkey. [![Open-Source Software][OSS Icon]](https://github.com/sorkila/lockpaw) ![Freeware][Freeware Icon] +* [MakLock](https://github.com/dutkiewiczmaciej/MakLock) - Lock any macOS app with Touch ID, Apple Watch proximity, or password. Full-screen blur overlay on all monitors. [![Open-Source Software][OSS Icon]](https://github.com/dutkiewiczmaciej/MakLock) ![Freeware][Freeware Icon] +* [LuLu](https://objective-see.com/products/lulu.html) - LuLu is the free macOS firewall that aims to block unauthorized (outgoing) network traffic. [![Open-Source Software][OSS Icon]](https://github.com/objective-see/LuLu) [![Open-Source Software][OSS Icon]](1) ![Freeware][Freeware Icon] +* [MalwareBytes](https://www.malwarebytes.com/mac-download/) - Malware scanner and removal tool. ![Freeware][Freeware Icon] +* [Mana Security](https://www.manasecurity.com/) - vulnerability management app for individuals. [![Open-Source Software][OSS Icon]](https://github.com/manasecurity/mana-security-app) +* [Vulert](https://vulert.com) - Dependency vulnerability monitoring service for open-source packages. +* [NoxKey](https://github.com/No-Box-Dev/Noxkey) - Keychain-based secret manager for API keys and tokens with Touch ID. [![Open-Source Software][OSS Icon]](https://github.com/No-Box-Dev/Noxkey) ![Freeware][Freeware Icon] +* [OverSight](https://objective-see.com/products/oversight.html) - Tool for monitoring microphone and webcam access. [![Open-Source Software][OSS Icon]](https://github.com/objective-see/OverSight) ![Freeware][Freeware Icon] +* [ParetoSecurity](https://paretosecurity.com/) - A MenuBar app to automatically audit your Mac for basic security hygiene. [![Open-Source Software][OSS Icon]](https://github.com/ParetoSecurity/pareto-mac) +* [PureSnitch](https://github.com/momenbasel/puresnitch) - Open-source application firewall with a Little Snitch-style world map, rule manager, DNS over HTTPS, and pf-based blocking, with no telemetry. [![Open-Source Software][OSS Icon]](https://github.com/momenbasel/puresnitch) ![Freeware][Freeware Icon] +* [RansomWhere?](https://objective-see.com/products/ransomwhere.html) - Generic Ransomware Detection. [![Open-Source Software][OSS Icon]](https://github.com/objective-see/RansomWhere) +* [Santa](https://northpole.security/) - Binary and file access authorization system. [![Open-Source Software][OSS Icon]](https://github.com/northpolesec/santa) ![Native App][Native Icon] +* [stronghold](https://github.com/alichtman/stronghold) - Easily configure MacOS security settings from the terminal. [![Open-Source Software][OSS Icon]](https://github.com/alichtman/stronghold) ![Freeware][Freeware Icon] +* [Suspicious Package](https://www.mothersruin.com/software/SuspiciousPackage/) - An application for inspecting macOS installer packages. ![Freeware][Freeware Icon] +* [swiftGuard](https://github.com/Lennolium/swiftGuard) - Tool for protecting USB ports from unauthorized access. [![Open-Source Software][OSS Icon]](https://github.com/Lennolium/swiftGuard) ![Freeware][Freeware Icon] +* [TaskExplorer](https://objective-see.com/products/taskexplorer.html) - Explore all processes running on your Mac with TaskExplorer. [![Open-Source Software][OSS Icon]](https://github.com/objective-see/TaskExplorer) +* [TouchBridge](https://github.com/HMAKT99/UnTouchID) - Authenticate with your phone's fingerprint as a free Touch ID keyboard alternative. [![Open-Source Software][OSS Icon]](https://github.com/HMAKT99/UnTouchID) ![Freeware][Freeware Icon] +* [What's Your Sign?](https://objective-see.com/products/whatsyoursign.html) - Finder extension for viewing a file's code-signing information. [![Open-Source Software][OSS Icon]](https://github.com/objective-see/WhatsYourSign) ![Freeware][Freeware Icon] + +## Proxy and VPN Tools + +* [Algo](https://github.com/trailofbits/algo) - Personal IPSEC VPN in the cloud. [![Open-Source Software][OSS Icon]](https://github.com/trailofbits/algo) +* [ClashBar](https://clashbar.vercel.app/) - mihomo-powered menu bar proxy client. [![Open-Source Software][OSS Icon]](https://github.com/Sitoi/ClashBar) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [ClashX Guide](https://clashx.tech) - Guides and troubleshooting tools for ClashX. ![Freeware][Freeware Icon] +* [Cloudflare WARP](https://1.1.1.1/) - Secure network service that routes traffic through Cloudflare. ![Freeware][Freeware Icon] +* [DashVPN](https://getdashvpn.com/) - Smart-routing proxy client with support for VLESS, Shadowsocks, and HTTPS subscriptions. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/dash-vpn-for-outline-vless/id6758860923?platform=mac) +* [Hiddify](https://github.com/hiddify/hiddify-app) - Multi-platform proxy client for managing subscriptions and multiple proxy protocols. [![Open-Source Software][OSS Icon]](https://github.com/hiddify/hiddify-app) ![Freeware][Freeware Icon] +* [Jumper VPN](https://jumpervpn.com/) - VPN Client for Mac and other platforms, secure, fast VPN proxy. +* [Lantern](https://getlantern.org) - Free application that delivers fast, reliable and secure access to the open internet. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/getlantern/lantern) +* [Mullvad VPN](https://mullvad.net) - Privacy-focused VPN service with anonymous accounts and flat-rate access. [![Open-Source Software][OSS Icon]](https://github.com/mullvad/mullvadvpn-app) +* [Outline](https://getoutline.org/) - Outline makes it easy to create a VPN server, giving anyone access to the free and open internet. [![Open-Source Software][OSS Icon]](https://github.com/Jigsaw-Code) ![Freeware][Freeware Icon] +* [RerouteMe](https://nadenco.gumroad.com/l/rerouteme) - An easy one-click macOS Proxy Configuration app. ![Freeware][Freeware Icon] +* [ShadowsocksX-NG](https://github.com/qiuyuzhou/ShadowsocksX-NG) - Next generation of ShadowsocksX. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/qiuyuzhou/ShadowsocksX-NG) +* [ShadowsocksX](http://shadowsocks.org/) - Secure socks5 proxy, designed to protect your internet traffic. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/shadowsocks/shadowsocks) +* [Shimo](https://www.shimovpn.com/) - VPN Client for Mac. +* [SpechtLite](https://github.com/zhuhaow/SpechtLite) - Rule-based proxy app for macOS. [![Open-Source Software][OSS Icon]](https://github.com/shadowsocks) ![Freeware][Freeware Icon] +* [Surge](https://nssurge.com/) - Web developer tool and proxy utility for iOS 9. +* [tinc](https://www.tinc-vpn.org) - Secure mesh VPN software. [![Open-Source Software][OSS Icon]](https://www.tinc-vpn.org/git/browse?p=tinc) ![Freeware][Freeware Icon] +* [TrustTunnel](https://trusttunnel.org/) - A modern, open-source VPN protocol originally developed by AdGuard VPN. [![Open-Source Software][OSS Icon]](https://github.com/TrustTunnel/TrustTunnel) ![Freeware][Freeware Icon] +* [Tunnelbear](https://www.tunnelbear.com) - Simple VPN service for secure browsing and location switching. ![Freeware][Freeware Icon] +* [Tunnelblick](https://tunnelblick.net/downloads.html) - Free, open-source graphic user interface for OpenVPN on OS X. ![Freeware][Freeware Icon] +* [VPN Bypass](https://github.com/GeiserX/VPN-Bypass) - Menu bar app to route specific domains and services around your VPN. [![Open-Source Software][OSS Icon]](https://github.com/GeiserX/VPN-Bypass) ![Freeware][Freeware Icon] +* [Windscribe](https://windscribe.com) - VPN and proxy service with ad blocking and flexible server switching. ![Freeware][Freeware Icon] +* [Tailscale](https://tailscale.com/) - Mesh VPN for securely connecting devices, services, and users. ![Freeware][Freeware Icon] + +## Utilities + +* [DNS Easy Switcher](https://github.com/glinford/dns-easy-switcher) - Menu bar tool for switching DNS providers or custom resolvers. [![Open-Source Software][OSS Icon]](https://github.com/glinford/dns-easy-switcher) ![Freeware][Freeware Icon] +* [Dropshelf](https://pilotmoon.com/dropshelf/) - A drag and drop helper app for macOS. ![Freeware][Freeware Icon] +* [Dropover](https://dropoverapp.com/) - Temporary shelf for collecting and moving dragged files, text, and links. [![App Store][app-store Icon]](https://apps.apple.com/us/app/dropover-easier-drag-drop/id1355679052?platform=mac) +* [cmd+x](https://apps.apple.com/app/cmd-x/id6754665762?platform=mac) - Launch Activity Monitor with Ctrl+Opt+Delete, cut and move files in Finder with Cmd+X. + +### Clipboard Tools + +* [Buffer](https://samirpatil2000.github.io/products/buffer/) - Lightweight native clipboard manager with bookmarks and OCR for images. [![Open-Source Software][OSS Icon]](https://github.com/samirpatil2000/Buffer) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [CleanClip](https://cleanclip.cc) - The cleanest Clipboard Manager on macOS, ever! ![Freeware][Freeware Icon] +* [Clipboard](https://getclipboard.app/) - Easy-to-use terminal clipboard manager for all platforms. [![Open-Source Software][OSS Icon]](https://github.com/Slackadays/Clipboard) ![Freeware][Freeware Icon] +* [ClipMenu](http://www.clipmenu.com) - Clipboard manager for Mac OS X. [![Open-Source Software][OSS Icon]](https://github.com/naotaka/ClipMenu) ![Freeware][Freeware Icon] +* [Clippy](https://github.com/yarasaa/Clippy) - Smart clipboard manager with content-aware previews, AI transformations, a built-in screenshot editor, and file converter. [![Open-Source Software][OSS Icon]](https://github.com/yarasaa/Clippy) ![Freeware][Freeware Icon] +* [ClipHistory](https://github.com/weiykong/ClipHistory) - Lightweight native clipboard manager with instant hotkey popup, search, pinning, and text/image history. [![Open-Source Software][OSS Icon]](https://github.com/weiykong/ClipHistory) ![Freeware][Freeware Icon] +* [ClipTools](https://macmost.com/cliptools) - Clipboard utility set for quick copy, paste, and text cleanup tasks. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/cliptools/id1619348240?platform=mac) +* [Clipy](https://clipy-app.com/) - Clipy is a Clipboard extension app for macOS. Based on ClipMenu. [![Open-Source Software][OSS Icon]](https://github.com/Clipy/Clipy) ![Freeware][Freeware Icon] +* [CopyQ](https://hluk.github.io/CopyQ) - Clipboard Manager with Advanced Features. [![Open-Source Software][OSS Icon]](https://github.com/hluk/CopyQ) ![Freeware][Freeware Icon] +* [iCopy](https://apps.apple.com/cn/app/icopy-%E5%89%AA%E5%88%87%E6%9D%BF-%E5%BF%AB%E6%8D%B7%E5%9B%9E%E5%A4%8D%E5%B7%A5%E5%85%B7/id1638023723?platform=mac) - Clipboard management, quick reply, efficiency multiplier artifact ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/icopy-%E5%89%AA%E5%88%87%E6%9D%BF-%E5%BF%AB%E6%8D%B7%E5%9B%9E%E5%A4%8D%E5%B7%A5%E5%85%B7/id1638023723?platform=mac) +* [iPaste](https://en.toolinbox.net/iPaste) - Lightweight and efficient clipboard tool. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1056935452?ls=1&at=1000lv4R&ct=iPaste_me&platform=mac) +* [Paste Quick](https://wangchujiang.com/paste-quick/) - A simple, privacy-first clipboard manager. [![App Store][app-store Icon]](https://apps.apple.com/app/paste-quick/6723903021?platform=mac) +* [Paste](http://pasteapp.me) - Smart clipboard history & snippets manager. [![App Store][app-store Icon]](https://apps.apple.com/us/app/paste-clipboard-history-manager/id967805235?platform=mac) +* [PasteBar](https://github.com/PasteBar/PasteBarApp) - Limitless, Free Clipboard Manager for Mac and Windows. [![Open-Source Software][OSS Icon]](https://github.com/PasteBar/PasteBarApp) ![Freeware][Freeware Icon] +* [PasteBot](https://tapbots.com/pastebot/) - Powerful clipboard manager. [![App Store][app-store Icon]](https://apps.apple.com/us/app/pastebot/id1179623856?platform=mac) +* [Pure Paste](https://sindresorhus.com/pure-paste) - Paste as plain text by default. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1611378436?platform=mac) +* [SaneClip](https://saneclip.com) - Clipboard manager with history, privacy protections, and sensitive data detection. [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneClip) ![Freeware][Freeware Icon] +* [SnippetCraft](https://getsnippetcraft.com) - System-wide text expansion, snippet management, and clipboard history for macOS. +* [Flycut](https://github.com/TermiT/Flycut) - Clean and simple clipboard manager for developers. [![Open-Source Software][OSS Icon]](https://github.com/TermiT/Flycut) ![Freeware][Freeware Icon] +* [Maccy](https://maccy.app/) - Lightweight clipboard manager for macOS. [![Open-Source Software][OSS Icon]](https://github.com/p0deje/Maccy) ![Freeware][Freeware Icon] +* [OneClip](https://github.com/Wcowin/OneClip) - A simple and professional macOS clipboard manager. [![Open-Source Software][OSS Icon]](https://github.com/Wcowin/OneClip) ![Freeware][Freeware Icon] +* [uPaste](https://okaapps.com/product/1503649026) - Clipboard history and snippets manager for organizing reusable copied content. [![App Store][app-store Icon]](https://apps.apple.com/app/id1503649026?pt=119209922&ct=github) +* [Yippy](https://github.com/mattDavo/Yippy) - Clipboard manager with user-friendly UI. [![Open-Source Software][OSS Icon]](https://github.com/mattDavo/Yippy) ![Freeware][Freeware Icon] +* [ClipFlow](https://github.com/praneeth552/clipflow) - Free clipboard history manager with terminal-style navigation. [![Open-Source Software][OSS Icon]](https://github.com/praneeth552/clipflow) ![Freeware][Freeware Icon] +* [Pesty](https://github.com/momenbasel/pesty) - Free and open-source clipboard manager inspired by Paste, with a slide-up color-coded strip, pinboards, and search. [![Open-Source Software][OSS Icon]](https://github.com/momenbasel/pesty) ![Freeware][Freeware Icon] ![Native App][Native Icon] + +### Menu Bar Tools + +* [Agent Island](https://github.com/tristan666666/agent-island) - MacBook notch companion for Claude Code and Codex sessions, showing live status and auto-resuming selected long-running tasks. [![Open-Source Software][OSS Icon]](https://github.com/tristan666666/agent-island) ![Freeware][Freeware Icon] +* [Anvil](https://anvilformac.com/) - Tool for serving local static sites and Rack apps with simple URLs. ![Freeware][Freeware Icon] +* [Atoll](https://github.com/Ebullioscopic/Atoll) - Turns the notch into a Dynamic Island-style hub for media controls, live activities, and quick utilities. [![Open-Source Software][OSS Icon]](https://github.com/Ebullioscopic/Atoll) +* [Bartender](https://www.macbartender.com) - Organize or hide menu bar icons on your Mac. +* [cctop](https://cctop.app) - 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. [![Open-Source Software][OSS Icon]](https://github.com/st0012/cctop) ![Freeware][Freeware Icon] +* [ChargeMonitor](https://github.com/CrashSystemZ/ChargeMonitor) - Menu bar battery monitor with real-time charging stats and energy impact insights. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/CrashSystemZ/ChargeMonitor) +* [CodexIsland](https://github.com/ericjypark/codex-island) - Turns the MacBook notch into a Dynamic Island-style live activity for Claude Code and Codex CLI rate limits and spend, computed locally with no telemetry. [![Open-Source Software][OSS Icon]](https://github.com/ericjypark/codex-island) ![Freeware][Freeware Icon] +* [SaneBar](https://sanebar.com) - Privacy-first menu bar manager with hidden zones and automation rules. [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneBar) ![Freeware][Freeware Icon] +* [Sharptooth](https://apps.apple.com/app/sharptooth-bluetooth-hotkeys/id6748440814?platform=mac) - Menu bar tool for managing Bluetooth devices with hotkeys and automation. [![Freeware][Freeware Icon]](https://apps.apple.com/app/sharptooth-bluetooth-hotkeys/id6748440814?platform=mac) +* [BeardedSpice](https://github.com/beardedspice/beardedspice) - Control web players and supported apps with your keyboard media keys. [![Open-Source Software][OSS Icon]](https://github.com/beardedspice/beardedspice) ![Freeware][Freeware Icon] +* [Boring Notch](https://theboring.name/) - Turn your MacBook notch into a music and file control center. [![Open-Source Software][OSS Icon]](https://github.com/TheBoredTeam/boring.notch) ![Freeware][Freeware Icon] +* [Bye AppQuit](https://github.com/designsbymuzeer/Bye-Mac-App) - A minimal menu bar app to quickly view and kill running processes. [![Open-Source Software][OSS Icon]](https://github.com/designsbymuzeer/Bye-Mac-App) ![Freeware][Freeware Icon] +* [DayBar](https://wangchujiang.com/daybar/) - An application that can display the local date and reminder events in the menu bar. [![App Store][app-store Icon]](https://apps.apple.com/app/daybar/6739052447?platform=mac) +* [Droppy](https://iordv.github.io/Droppy/) - Turns your screen's notch (or Dynamic Island) into a multifunctional tool. [![Open-Source Software][OSS Icon]](https://github.com/iordv/Droppy) ![Freeware][Freeware Icon] +* [Dato](https://sindresorhus.com/dato) - A better menu bar clock with calendar, events, and time zones. [![App Store][app-store Icon]](https://apps.apple.com/us/app/dato/id1470584107?platform=mac) +* [Dozer](https://github.com/Mortennn/Dozer) - Hide MacOS menubar items. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Mortennn/Dozer) +* [DynamicHorizon](https://dynamichorizon.app) - Adds media controls, notifications, and system indicators to the notch area. +* [Eye Timer](https://adelmaer.com/eyetimer) - Take Breaks to prevent Eye Strain timer for Mac. [![App Store][app-store Icon]](https://apps.apple.com/us/app/eye-timer/id1485856873?platform=mac) +* [Repose](https://github.com/fikrikarim/repose) - Menu bar break timer that dims your screen and pauses during calls. [![Open-Source Software][OSS Icon]](https://github.com/fikrikarim/repose) ![Freeware][Freeware Icon] +* [Fishing Funds](https://ff.1zilc.top) - Display real-time trends of Chinese funds in the menubar. [![Open-Source Software][OSS Icon]](https://github.com/1zilc/fishing-funds) ![Freeware][Freeware Icon] +* [GoogleDriveSync](https://github.com/saihgupr/GoogleDriveSync) - A menu bar app for seamless Google Drive syncing. [![Open-Source Software][OSS Icon]](https://github.com/saihgupr/GoogleDriveSync) +* [Folder Peek](https://sindresorhus.com/folder-peek) - Quickly access documents, files, folders, and apps from the menu bar. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1615988943?platform=mac) +* [Hidden](https://github.com/dwarvesf/hidden) - A ultra-light MacOS utility that helps hide menu bar icons. [![Open-Source Software][OSS Icon]](https://github.com/dwarvesf/hidden) ![Freeware][Freeware Icon] +* [Hue in the Menu](https://apps.apple.com/gb/app/hue-in-the-menu/id1534707384?platform=mac) - Philips Hue light management in the menu bar with multi-room support. [![App Store][app-store Icon]](https://apps.apple.com/gb/app/hue-in-the-menu/id1534707384?platform=mac) ![Freeware][Freeware Icon] +* [Ice](https://github.com/jordanbaird/Ice) - Menu bar manager for hiding icons and organizing layouts. [![Open-Source Software][OSS Icon]](https://github.com/jordanbaird/Ice) ![Freeware][Freeware Icon] +* [Itsycal](https://www.mowglii.com/itsycal/) - Tiny calendar for your Mac's menu bar. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/sfsam/itsycal) +* [Itsyhome](https://itsyhome.app) - Control your HomeKit and Home Assistant smart home from the menu bar. [![Open-Source Software][OSS Icon]](https://github.com/nickustinov/itsyhome-macos) [![App Store][app-store Icon]](https://apps.apple.com/app/itsyhome/id6758070650?platform=mac) +* [Itsytv](https://itsytv.app/) - Control your Apple TV from the menu bar. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/nickustinov/itsytv-macos) +* [KeyStats](https://keystats.vercel.app) - Menu bar tracker for daily keystrokes, clicks, movement, and scrolling. [![Open-Source Software][OSS Icon]](https://github.com/debugtheworldbot/keyStats) ![Freeware][Freeware Icon] +* [Later](https://getlater.app/) - Save all your Mac apps for later with one click. [![Open-Source Software][OSS Icon]](https://github.com/alyssaxuu/later/) ![Freeware][Freeware Icon] +* [LuxShot](https://github.com/lukebuild/LuxShot) - Native and privacy-first menu bar OCR tool. [![Open-Source Software][OSS Icon]](https://github.com/lukebuild/LuxShot) ![Freeware][Freeware Icon] +* [Mask This](https://apps.apple.com/us/app/mask-this/id6759096128) - Menu bar app that masks sensitive information in the clipboard. [![Open-Source Software][OSS Icon]](https://github.com/tseylerd/MaskThis) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/mask-this/id6759096128) +* [MeetingBar](https://meetingbar.onrender.com) - Menu bar app for your calendar meetings [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/leits/MeetingBar) +* [Menu Bar Calendar](https://sindresorhus.com/menu-bar-calendar) - A monthly calendar right in your menu bar. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1558360383?platform=mac) +* [MenubarCC](https://github.com/ksterx/MenubarCC) - Menu bar crab that shows your Claude Code sessions at a glance: walking while Claude works, bouncing when it needs you. [![Open-Source Software][OSS Icon]](https://github.com/ksterx/MenubarCC) ![Freeware][Freeware Icon] +* [MenubarX](https://menubarx.app/) - A powerful Mac menu bar browser, pin webpage like an App. [![App Store][app-store Icon]](https://apps.apple.com/us/app/menubarx/id1575588022?platform=mac) ![Freeware][Freeware Icon] +* [MenuScores](https://menuscores.vercel.app/) - A menu bar app that delivers real-time sports news and scores. [![Open-Source Software][OSS Icon]](https://github.com/daniyalmaster693/MenuScores) ![Freeware][Freeware Icon] +* [Mole Widget](https://github.com/bsnkhua/mole-widget) - Lightweight system monitor with live CPU, memory, disk, network, battery, and process stats in a resizable desktop widget managed from the menu bar. [![Open-Source Software][OSS Icon]](https://github.com/bsnkhua/mole-widget) ![Freeware][Freeware Icon] +* [MonitorControl](https://github.com/MonitorControl/MonitorControl/) - Control external display brightness and volume directly. [![Open-Source Software][OSS Icon]](https://github.com/MonitorControl/MonitorControl/) ![Freeware][Freeware Icon] +* [muxbar](https://github.com/1989v/muxbar) - Menu bar app for tmux session management — list, attach, kill sessions, live preview, and a closed-lid mode for in-bag work. [![Open-Source Software][OSS Icon]](https://github.com/1989v/muxbar) ![Freeware][Freeware Icon] +* [mysa](https://github.com/alishansnsn/mysa) - A macOS menu bar app for quick breathing breaks, with a frosted screen overlay and handwritten quotes. [![Open-Source Software][OSS Icon]](https://github.com/alishansnsn/mysa) ![Freeware][Freeware Icon] +* [NetFluss](https://www.ranagmbh.de/netfluss/) - Native menu bar app for real-time upload/download speeds and top bandwidth-using apps. [![Open-Source Software][OSS Icon]](https://github.com/rana-gmbh/netfluss) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [NotchNook](https://lo.cafe/notchnook) - Customizes your Mac's menu bar to seamlessly integrate with the notch design. +* [Notchly](https://notchly.xyz) - Lightweight Dynamic Island for macOS with AI coding agent notifications. [![Open-Source Software][OSS Icon]](https://github.com/Notchly/Notchly) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [One Thing](https://sindresorhus.com/one-thing) - Put a single task or goal in your menu bar. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1604176982?platform=mac) +* [One Switch](https://fireball.studio/oneswitch) - Mac menu bar app that adds various switches to the Mac's menu bar. +* [OnlySwitch](https://github.com/jacklandrin/OnlySwitch) - ⚙ All-in-One menu bar app, hide 💻MacBook Pro's notch, dark mode, AirPods, Shortcuts[![Open-Source Software][OSS Icon]](https://github.com/jacklandrin/OnlySwitch) ![Freeware][Freeware Icon] +* [Pandan](https://sindresorhus.com/pandan) - Time awareness in your menu bar. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1569600264?platform=mac) +* [Peninsula](https://github.com/Celve/Peninsula) - Dynamic Peninsula for macOS, focusing on window switching, notifications, and file storage. [![Open-Source Software][OSS Icon]](https://github.com/Celve/Peninsula) ![Freeware][Freeware Icon] +* [PowerMeister](https://naden.co) - Conserve energy and improve Battery-Life on your MacBook. +* [Profisor](https://github.com/yefga/Profisor) - Switch Xcode provisioning profiles for the current project from the menu bar. [![Open-Source Software][OSS Icon]](https://github.com/yefga/Profisor) ![Freeware][Freeware Icon] +* [Quickgif](https://quickgif.app/) - Quickly Find and Share GIFs. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6744745027?platform=mac) +* [Reminders MenuBar](https://github.com/DamascenoRafael/reminders-menubar/) - Simple macOS menu bar app to view and interact with reminders. [![Open-Source Software][OSS Icon]](https://github.com/DamascenoRafael/reminders-menubar/) ![Freeware][Freeware Icon] +* [RewriteBar](https://rewritebar.com/) - A macOS menu bar app that helps you write your text with the assistance of AI. +* [Second Clock](https://sindresorhus.com/second-clock) - Show a second clock for a different time zone in your menu bar. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6450279539?platform=mac) +* [Thaw](https://github.com/stonerl/Thaw) - A powerful menu bar management tool for hiding and showing menu bar items. [![Open-Source Software][OSS Icon]](https://github.com/stonerl/Thaw) +* [SketchyBar](https://github.com/FelixKratz/SketchyBar) - A highly customizable macOS status bar replacement. [![Open-Source Software][OSS Icon]](https://github.com/FelixKratz/SketchyBar) ![Freeware][Freeware Icon] +* [Spaced](https://sindresorhus.com/spaced) - Organize your menu bar items into groups. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1666327168?platform=mac) +* [Streaker](https://github.com/jamieweavis/streaker) - GitHub contribution streak tracking menubar app. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/jamieweavis/streaker) +* [SwiftBar](https://github.com/swiftbar/SwiftBar/) - Powerful macOS menu bar customization tool. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/swiftbar/SwiftBar/) +* [TextSniper](https://textsniper.app/) - Simple yet powerful OCR app in your Menu Bar. Instantly copy and paste text from anywhere. [![App Store][app-store Icon]](https://apps.apple.com/app/id1528890965?platform=mac) +* [Today](https://sindresorhus.com/today) - View today’s schedule and calendar events from the menu bar. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6443714928?platform=mac) +* [TomatoBar](https://github.com/ivoronin/TomatoBar) - World's neatest Pomodoro timer for macOS menu bar. [![Open-Source Software][OSS Icon]](https://github.com/ivoronin/TomatoBar) ![Freeware][Freeware Icon] +* [UTC Time](https://sindresorhus.com/utc-time) - Show the time in UTC in the menu bar or a widget. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1538245904?platform=mac) +* [Vanilla](https://matthewpalmer.net/vanilla/) - Hide menu bar icons on your Mac. ![Freeware][Freeware Icon] +* [Vorssaint](https://vorssaint.com) - Open-source menu bar toolkit for per-app volume, system monitoring, window control, clipboard history, keeping awake, and app cleanup. [![Open-Source Software][OSS Icon]](https://github.com/vorssaint/vorssaint-utils) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [Week Number](https://sindresorhus.com/week-number) - The current week number in your menu bar. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6502579523?platform=mac) +* [Work Hours](https://github.com/niteoweb/work-hours-mac) - Simple app that tracks your work hours from the menu bar. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/niteoweb/work-hours-mac) +* [Xbar](https://xbarapp.com/) - Put the output from any script or program into your macOS Menu Bar (the BitBar reboot). [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/matryer/xbar) +* [FunKey](https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677?platform=mac) - Keyboard sound tool that adds mechanical-style typing audio. [![App Store][app-store Icon]](https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677?platform=mac) + +### Cleanup and Uninstall + +* [AppCleaner](http://freemacsoft.net/appcleaner/) - Thoroughly uninstall apps. ![Freeware][Freeware Icon] +* [App Uninstaller](https://github.com/kamjin3086/AppUninstaller) - Lightweight app uninstaller with drag-and-drop support. Built with Swift and SwiftUI. [![Open-Source Software][OSS Icon]](https://github.com/kamjin3086/AppUninstaller) ![Freeware][Freeware Icon] +* [CleanMyMac](https://macpaw.com/cleanmymac) - Delete megatons of junk, malware, and make your Mac faster & more organized [![App Store][app-store Icon]](https://apps.apple.com/us/app/cleanmymac/id1339170533?platform=mac) +* [Mac Clean](https://github.com/iliyami/MacClean) - Free, open-source cleaner, optimizer, and malware scanner. [![Open-Source Software][OSS Icon]](https://github.com/iliyami/MacClean) ![Freeware][Freeware Icon] +* [Cleaner One](https://apps.apple.com/app/apple-store/id1133028347?pt=444218&ct=GitHub&mt=8&platform=mac) - Disk cleaning and Mac optimization. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1133028347?pt=444218&ct=GitHub&mt=8&platform=mac) +* [Cleaner for Xcode](https://github.com/waylybaye/XcodeCleaner-SwiftUI) - Remove unwanted Xcode files. [![Open-Source Software][OSS Icon]](https://github.com/waylybaye/XcodeCleaner-SwiftUI) ![Freeware][Freeware Icon] +* [ClearDisk](https://github.com/bysiber/cleardisk) - Visualize and clean developer caches to quickly reclaim disk space. [![Open-Source Software][OSS Icon]](https://github.com/bysiber/cleardisk) ![Freeware][Freeware Icon] +* [DaisyDisk](https://daisydiskapp.com/) - Disk usage analyzer and cleaner. +* [Harbofly](https://harbofly.app/) - 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. [![Open-Source Software][OSS Icon]](https://github.com/carloshpdoc/Harbofly) ![Freeware][Freeware Icon] +* [Mac Cache Cleaner](https://github.com/kaunteya/MacCacheCleaner) - Cache cleaner for Mac [![Open-Source Software][OSS Icon]](https://github.com/kaunteya/MacCacheCleaner) ![Freeware][Freeware Icon] +* [MacSift](https://lcharvol.github.io/MacSift/) - Open-source disk cleaner that groups files by app and moves them to the Trash. [![Open-Source Software][OSS Icon]](https://github.com/Lcharvol/MacSift) ![Freeware][Freeware Icon] +* [OmniDiskSweeper](https://www.omnigroup.com/more) - Scans files by size so you can quickly find space hogs. ![Freeware][Freeware Icon] +* [Pearcleaner](https://itsalin.com/appInfo/?id=pearcleaner) - A free, source-available and fair-code licensed mac app cleaner. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/alienator88/Pearcleaner) +* [PureMac](https://github.com/momenbasel/PureMac) - Free, open-source macOS cleaner with no telemetry. Cleans system and user caches, Xcode junk, Homebrew cache, mail attachments, and finds large or old files. Supports scheduled auto-cleaning. [![Open-Source Software][OSS Icon]](https://github.com/momenbasel/PureMac) ![Freeware][Freeware Icon] + +### File Organization Tools + +* [AppPorts](https://github.com/wzh4869/AppPorts) - Move apps to external storage while keeping working launch links in `/Applications`. [![Open-Source Software][OSS Icon]](https://github.com/wzh4869/AppPorts) ![Freeware][Freeware Icon] +* [BetterZip](https://macitbetter.com/) - Archive tool supports ZIP, TAR, TGZ, TBZ, TXZ (new), 7-ZIP, RAR. +* [eZip](http://ezip.awehunt.com) - Lightweight archive tool for ZIP, RAR, 7Z, and other common formats. ![Freeware][Freeware Icon] +* [Fileside](https://www.fileside.app) - A modern, tiling file manager with unlimited panes. +* [Folders File Manager](https://foldersapp.dev) - A file manager with an expandable folder tree, similar to that of Windows Explorer. +* [Hazel](https://www.noodlesoft.com) - Automated file organization for your Mac. Responsibly and beautifully designed. +* [Keka](https://www.keka.io) - Open-source compression and extraction tool with broad format support. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/keka/id470158793?platform=mac) +* [muCommander](http://www.mucommander.com) - Lightweight file manager with a dual-pane interface. [![Open-Source Software][OSS Icon]](https://github.com/mucommander/mucommander) ![Freeware][Freeware Icon] +* [Modal File Manager](https://github.com/raguay/ModalFileManager/) - Dual-pane file manager with Vim-style hotkeys and customizable extensions. [![Open-Source Software][OSS Icon]](https://GitHub.com/raguay/ModalFileManager) ![Freeware][Freeware Icon] +* [Oka Unarchiver](https://okaapps.com/product/1441507725) - Archive utility with RAR support, batch extraction, and password-protected archives. [![App Store][app-store Icon]](https://apps.apple.com/app/id1441507725?pt=119209922&ct=github) +* [PDF Archiver](https://github.com/JulianKahnert/PDF-Archiver) - Nice tool for tagging and archiving tasks. [![Open-Source Software][OSS Icon]](https://github.com/JulianKahnert/PDF-Archiver) [![App Store][app-store Icon]](https://apps.apple.com/app/pdf-archivar/id1352719750?platform=mac) +* [Rapidmg](https://rapidmg.branchseer.com/) 1-Click extracting apps from DMG images to the "Applications" folder. [![App Store][app-store Icon]](https://apps.apple.com/app/rapidmg/id6451349778?platform=mac) +* [The Unarchiver](https://theunarchiver.com/) - Unarchive many different kinds of archive files. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/the-unarchiver/id425424353?platform=mac) +* [Unarchive One](https://cleanerone.trendmicro.com/unarchiver-one/?utm_source=github&utm_medium=referral&utm_campaign=githubproject) - Archive utility for extracting and compressing many common formats. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1127253508?pt=444218&ct=GitHub&mt=8&platform=mac) +* [Marta](https://marta.sh) - File Manager for macOS written entirely in Swift ![Freeware][Freeware Icon] + +### General Tools + +* [AirServer](http://www.airserver.com/Download) - Most advanced screen mirroring software receiver for Mac, PC and Xbox One. +* [Cadran](https://cadranapp.com) - Renders 22 customizable clock faces on your Mac desktop wallpaper and screensaver. +* [DNS Optimizer](https://www.appecosys.com/apps/dns-optimizer/) - A DNS changer and performance‑benchmarking tool for Apple devices (macOS & iOS). ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/dns-optimizer/id6741016224?platform=mac) +* [DevKnife](https://devknife.app) - A native Mac app for dozens of daily dev tasks, from network scans to JSON formatting. +* [DevToysMac](https://github.com/ObuchiYuki/DevToysMac) - Offline toolbox that helps developers in daily tasks. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] +* [DevUtils.app](https://devutils.com/) - Developer toolbox for formatting, converting, and debugging everyday data. [![Open-Source Software][OSS Icon]](https://github.com/DevUtilsApp/DevUtils-app) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/devutils-app/id1533756032?platform=mac) +* [Deskmark](https://apps.apple.com/app/Deskmark/6755948110?platform=mac) - Add watermarks to the desktop, ideal for recording videos. [![App Store][app-store Icon]](https://apps.apple.com/app/Deskmark/6755948110?platform=mac) +* [Etcher](https://www.balena.io/etcher/) - Flash OS images to SD cards & USB drives, safely and easily. [![Open-Source Software][OSS Icon]](https://github.com/balena-io/etcher) ![Freeware][Freeware Icon] +* [Equinox](https://github.com/rlxone/Equinox) - Create dynamic wallpapers for macOS. ![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/equinox-create-wallpaper/id1591510203?platform=mac) +* [HTTrack](http://www.httrack.com) - Useful tool for downloading a whole website and offline browsing. ![Freeware][Freeware Icon] +* [Latest](https://github.com/mangerlahn/Latest) - A tiny app that checks if all your apps from any source are up to date. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/mangerlahn/Latest) +* [Lungo](https://sindresorhus.com/lungo) - Prevent your Mac from going to sleep. [![App Store][app-store Icon]](https://apps.apple.com/us/app/lungo/id1263070803?platform=mac) +* [LaunchNext](https://github.com/RoversX/LaunchNext) - Classic Launchpad experience, relive old macOS. [![Open-Source Software][OSS Icon]](https://github.com/RoversX/LaunchNext) ![Freeware][Freeware Icon] +* [lo-rain](https://lo.cafe/lo-rain) - Create a customizable rain over your desktop and apps, with splash over the dock. +* [Memo](http://memo-app.net/) - Simple and elegant app. Unlock memos even more quickly using Touch ID. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1212409035?platform=mac) +* [Numi](http://numi.io/) - Beautiful calculator app for Mac. ![Freeware][Freeware Icon] +* [NextDNS](https://nextdns.io/) - The new firewall for the modern Internet. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/nextdns/id1464122853?platform=mac) +* [Plash](https://sindresorhus.com/plash) - Make any website your desktop wallpaper. [![Open-Source Software][OSS Icon]](https://github.com/sindresorhus/Plash) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/plash/id1494023538?platform=mac) +* [rem](https://github.com/jasonjmcghee/rem) - An open source approach to locally record and enable searching everything you view on your Mac. [![Open-Source Software][OSS Icon]](https://github.com/jasonjmcghee/rem) ![Freeware][Freeware Icon] +* [Rewind](https://www.rewind.ai/) - Searchable history of your screen and audio activity. +* [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - An OS X app that adds a global delay of 1 second to the Cmd-Q shortcut. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/dteoh/SlowQuitApps) +* [Speediness](https://sindresorhus.com/speediness) - Check your internet speed. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1596706466?platform=mac) +* [Ultra TabSaver](https://github.com/Swift-open-source/UltraTabSaver) - The Open Source Tab Manager for Safari [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Swift-open-source/UltraTabSaver) +* [Upscayl](https://github.com/upscayl/upscayl) - Free and open-source AI image upscaling tool. [![Open-Source Software][OSS Icon]](https://github.com/upscayl/upscayl) ![Freeware][Freeware Icon] +* [Vidwall](https://apps.apple.com/app/Vidwall/6747587746?platform=mac) - Easily import MP4/MOV videos as system wallpapers and lock screen animations. [![Open-Source Software][OSS Icon]](https://github.com/jaywcjlove/vidwall) ![Freeware][Freeware Icon] +* [WaifuX](https://jipika.github.io/WaifuX) - Open-source ACG app for wallpapers, animated backgrounds, and anime videos. [![Open-Source Software][OSS Icon]](https://github.com/jipika/WaifuX) ![Freeware][Freeware Icon] +* [CapsLockNoDelay](https://github.com/gkpln3/CapsLockNoDelay) - Removes caps-lock key activation delay for fast typers. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/gkpln3/CapsLockNoDelay) +* [Seodisias](https://seodisias.com) - SEO crawler that audits sites for technical issues and optimization opportunities. [![Freeware][Freeware Icon]](https://seodisias.com) + +### To-Do Lists + +* [2Do](http://www.2doapp.com/) - Nice todo app. +* [Day-O 2](http://www.shauninman.com/archive/2016/10/20/day_o_2_mac_menu_bar_clock) - Menu bar clock replacement with built-in calendar. ![Freeware][Freeware Icon] +* [Fantastical](https://flexibits.com/fantastical) - The calendar app you won't be able to live without. +* [Focus](https://meaningful-things.com/focus) - Beautiful pomodoro-based time manager. [![App Store][app-store Icon]](https://apps.apple.com/us/app/focus-productivity-timer/id777233759?platform=mac) +* [Focused Work: Focus Timer](https://focusedwork.app) - A simple, flexible Focus Timer. [![App Store][app-store Icon]](https://apps.apple.com/us/app/focused-work-focus-timer/id1523968394?uo=4&platform=mac) +* [Lunatask](https://lunatask.app) - An all-in-one encrypted to-do list, habit and mood tracker, journaling and notes app. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/lunatask-a-better-to-do-list/id1583719331?platform=mac) +* [Microsoft To-Do](https://todo.microsoft.com/) - Microsoft's successor to Wunderlist. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/de/app/microsoft-to-do/id1274495053?platform=mac) +* [Nozbe](https://nozbe.com) - GTD task manager for individuals and teams. [![App Store][app-store Icon]](https://apps.apple.com/pl/app/nozbe-tasks-projects-team/id508957583?platform=mac) +* [OmniFocus](https://www.omnigroup.com/omnifocus/) - Nice GTD app, made by OmniGroups. +* [One Task](https://sindresorhus.com/one-task) - Conquer one task at a time. [![App Store][app-store Icon]](https://apps.apple.com/app/id6465745322?platform=mac) +* [Super Productivity](https://super-productivity.com) - Task manager with timeboxing and time tracking. [![Open-Source Software][OSS Icon]](https://github.com/johannesjo/super-productivity) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/cn/app/super-productivity/id1482572463?platform=mac) +* [Taskade](https://www.taskade.com) - Real-time collaborative editor for teams. +* [TaskPaper](https://www.taskpaper.com/) - Plain text to-do lists. +* [Things](https://culturedcode.com/things/) - Delightful and easy to use task manager. (**Award-winning App**) +* [Todoist](https://todoist.com/mac) - Cross-platform todo list app. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/todoist-to-do-list-tasks/id585829637?platform=mac) +* [Tomato 2](https://tomato2.app) - Beautiful and simple Pomodoro timer. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/tomato-2-pomodoro-timer/id1494210770?platform=mac) +* [TickTick](https://ticktick.com/) - Simple and effective to-do list and task manager that helps you organize all aspects of life. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id966085870?platform=mac) + +### Productivity + +* [1440 Minutes Left Today](https://1440app.com/) - Show how many minutes are left in the day from your menu bar. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/1440/id1483764819?platform=mac) +* [ActivityWatch](https://activitywatch.net/) - Cross-platform, extensible, and privacy-focused time-tracker. [![Open-Source Software][OSS Icon]](https://github.com/ActivityWatch/activitywatch) ![Freeware][Freeware Icon] +* [Alfred](https://www.alfredapp.com/) - Launcher and automation tool with hotkeys, snippets, and search. [![Awesome List][awesome-list Icon]](https://github.com/learn-anything/alfred-workflows#readme) +* [Atomic](https://indiegoodies.com/atomic) - A habit tracker app to build good habits, break bad ones, and stay on top of your daily routines. +* [Better Launchpad](https://github.com/rewhex/better-launchpad) - Customizable app launcher with fast search. +* [BetterMouse](https://better-mouse.com) - Customize scrolling, acceleration, buttons, and gestures for third-party mice. +* [BetterTouchTool](https://folivora.ai/) - Customize gestures, shortcuts, and input actions across trackpads, mice, and keyboards. +* [Cerebro](https://cerebroapp.com/) - Open-source productivity booster with a brain. [![Open-Source Software][OSS Icon]](https://github.com/cerebroapp/cerebro) ![Freeware][Freeware Icon] +* [Choosy](https://www.choosyosx.com) - UI, URL API and a browser extension set for managing rules where and how to open links. +* [CurrentKey](https://currentkey.com) - Add custom names and icons to Spaces and track app usage time. [![App Store][app-store Icon]](https://apps.apple.com/us/app/currentkey/id1456226992?mt=12) +* [CursorSense](https://www.plentycom.jp/en/cursorsense/index.html) - Mouse & trackpad driver that lets you tweak the acceleration curve and more. +* [Day Progress](https://sindresorhus.com/day-progress) - Time remaining today in your menu bar. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6450280202?platform=mac) +* [Dropzone](https://aptonic.com) - Create a popup grid of customizable actions. Scriptable in Ruby & Python. +* [escrcpy](https://github.com/viarotel-org/escrcpy) -📱 Graphical Scrcpy to display and control Android devices, powered by Electron.[![Open-Source Software][OSS Icon]](https://github.com/viarotel-org/escrcpy) ![Freeware][Freeware Icon] +* [Focalboard](https://www.focalboard.com/) - Open source, self-hosted alternative to Trello, Notion, and Asana. [![Open-Source Software][OSS Icon]](https://github.com/mattermost/focalboard) ![Freeware][Freeware Icon] +* [Focus Firewall](https://focusfirewall.com) - A minimalist focus app to block social media and other distractions during work. [![App Store][app-store Icon]]([https://apps.apple.com/app/apple-store/id6476942786?pt=124015613&ct=awesome-mac&mt=8&platform=mac](https://apps.apple.com/app/apple-store/id6476942786?pt=124015613&ct=awesome-mac&mt=8&platform=mac)) +* [FnKeyboard](https://github.com/kotique123/FnKeyboard) - Quick access to function keys from the menu bar. [![Open-Source Software][OSS Icon]](https://github.com/kotique123/FnKeyboard) ![Freeware][Freeware Icon] +* [Freeter](https://freeter.io/) - Organize apps, links, and files by project in one workspace. [![Open-Source Software][OSS Icon]](https://github.com/FreeterApp/Freeter) ![Freeware][Freeware Icon] +* [Hammerspoon](http://www.hammerspoon.org/) - Tool for powerful OSX automation with the Lua scripting engine. [![Open-Source Software][OSS Icon]](https://github.com/Hammerspoon/hammerspoon) ![Freeware][Freeware Icon] +* [HapticKey](https://github.com/niw/HapticKey/releases) - Add haptic feedback when using the Touch Bar. [![Open-Source Software][OSS Icon]](https://github.com/niw/HapticKey) ![Freeware][Freeware Icon] +* [HazeOver](https://hazeover.com) - App that dims your background app windows so you can focus more on your main task! [![App Store][app-store Icon]](https://apps.apple.com/ph/app/hazeover-distraction-dimmer/id430798174?platform=mac) +* [Hook for Mac](https://hookproductivity.com/) - Link related files, emails, and notes for quick navigation. +* [Hungrymark](https://zhengying.github.io/hungrymark) - Bookmark files, folders, and links for quick menu bar access. [![App Store][app-store Icon]](https://apps.apple.com/us/app/hungrymark/id1482778901?platform=mac) +* [Hyperkey](https://hyperkey.app/) - Turn Caps Lock or another modifier into a Hyper key. ![Freeware][Freeware Icon] +* [iCMD](https://icmd.app) - Global fuzzy menu search with Vim-style navigation. +* [Journey Navigation](https://gowithjourney.com) - Route planner with weather, traffic, and turn-by-turn guidance. [![App Store][app-store Icon]](https://apps.apple.com/us/app/journey-navigation/id1662059644?platform=mac) +* [Karabiner](https://pqrs.org/osx/karabiner/) - Powerful and stable keyboard customizer for OS X. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/tekezo/Karabiner) +* [Keyboard Cowboy](https://github.com/zenangst/KeyboardCowboy) - The missing keyboard shortcut utility for macOS. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/zenangst/KeyboardCowboy) +* [Keyboard Maestro](http://www.keyboardmaestro.com) - Automate repetitive tasks with triggers and macros. +* [Keytty](http://keytty.com) - App to keep your hands on the keyboard. Move, click, scroll, drag and more with a few strokes. +* [Launchy](https://apple.co/3PLI2AH) - An app launcher and switcher that utilizes a radial menu. +* [Lazy](https://www.lazy-app.com/) - Keyboard-driven commands to manage your surroundings directly from your mac. +* [Linear Mouse](https://linearmouse.app/) - Full control of mouse. Change the speed, scrolling direction, pointer type and much more. [![Open-Source Software][OSS Icon]](https://github.com/linearmouse/linearmouse) +* [Macaify](https://macaify.com) - Fast use of ChatGPT, lightweight, clean, keyboard-first. ![Freeware][Freeware Icon] +* [Mac Mouse Fix](https://www.mousefix.org/) - A simple way to make your mouse better. [![Open-Source Software][OSS Icon]](https://github.com/noah-nuebling/mac-mouse-fix) ![Freeware][Freeware Icon] +* [Memo Widget](https://sindresorhus.com/memo-widget) - Sticky notes on your desktop. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6465682248?platform=mac) +* [MindMac](https://mindmac.app/) - AI chat client for multiple providers in one place. +* [Mos](https://mos.caldis.me/) - Simple tool can offer the smooth scrolling and reverse the mouse scrolling direction on your Mac. [![Open-Source Software][OSS Icon]](https://github.com/Caldis/Mos) ![Freeware][Freeware Icon] +* [MacPacker](https://macpacker.app) - Archive manager that supports previewing and extracting archive files [![Open-Source Software][OSS Icon]](https://github.com/sarensw/macpacker) ![Freeware][Freeware Icon] +* [Magic Switch](https://magic-switch.com/) - Switch Magic Keyboard, Mouse, and Trackpad between multiple Macs. +* [nnScreenshots](https://www.nearnorthsoftware.com/software/screenshots.php) - Capture periodic screenshots to review your day and fill timesheets. +* [OmniPlan](https://www.omnigroup.com/omniplan/) - The best way to visualize, maintain, and simplify your projects. Project Management made easy. +* [OpenIn](https://loshadki.app/openin4/) - Take control of installed apps on your Mac [![App Store][app-store Icon]](https://apps.apple.com/us/app/openin-4-advanced-link-handler/id1643649331?platform=mac) +* [PaletteBrain](https://palettebrain.com) - Access the power of ChatGPT across all your Mac applications with the press of a shortcut. +* [Pie Menu](https://www.pie-menu.com) – Control your tools with a radial menu customized for your active app. +* [Perplexity](https://apps.apple.com/us/app/perplexity-ask-anything/id6714467650?platform=mac) - Search and discovery with AI. +* [Pomodoro Cycle](https://github.com/jet8a/pomodoro-cycle-app) - Pomodoro tracker +* [ProBoard](https://apps.apple.com/app/id6748314346?platform=mac) - Use one board to manage all your project information efficiently.[![App Store][app-store Icon]](https://apps.apple.com/app/id6748314346?platform=mac) +* [Qbserve](https://qotoqot.com/qbserve/) - Automatic time tracking with projects, timesheets, and productivity insights. +* [Raycast](https://raycast.com?via=ae02) - Launcher and command palette with extensions, snippets, notes, and AI. +* [SuperCmd](https://github.com/SuperCmdLabs/SuperCmd) - Open-source launcher with Raycast-compatible extensions, voice workflows, text-to-speech, memory, and AI actions. [![Open-Source Software][OSS Icon]](https://github.com/SuperCmdLabs/SuperCmd) +* [Rustcast](https://rustcast.app) - Workflow launcher for modes, quick app access, file search, clipboard history, and more. [![Open-Source Software][OSS Icon]](https://github.com/unsecretised/rustcast) ![Freeware][Freeware Icon] +* [RescueTime](https://www.rescuetime.com/) - Track time usage and get productivity reports. +* [SuperCorners](https://supercorners.vercel.app/) - Turn Hot Corners into custom workflow triggers. [![Open-Source Software][OSS Icon]](https://github.com/daniyalmaster693/SuperCorners) ![Freeware][Freeware Icon] +* [Rize](https://rize.io/) - AI time tracker that helps you focus and build better work habits. +* [RightMenu Master](https://wangchujiang.com/rightmenu-master/) - Add more useful actions to the Finder right-click menu. [![App Store][app-store Icon]](https://apps.apple.com/app/rightmenu-master/6737160756?platform=mac) +* [Selectric](https://selectric.io/) - Private search across email, documents, and chat apps. +* [SensibleSideButtons](http://sensible-side-buttons.archagon.net) - Make mouse side buttons work for back and forward in more apps. [![Open-Source Software][OSS Icon]](https://github.com/archagon/sensible-side-buttons) +* [skhd](https://github.com/koekeishiya/skhd) - Simple hotkey daemon for macOS. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/koekeishiya/skhd) +* [Strategr](https://khrykin.github.io/strategr/) - Time-boxing planner for structuring your day. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/khrykin/StrategrDesktop) +* [SwiftBiu](https://swiftbiu.com/) - Text productivity tool with a customizable action bar and AI extensions. [![App Store][app-store Icon]](https://apps.apple.com/cn/app/swiftbiu/id6754772331?platform=mac) +* [Table Habit](https://github.com/FriesI23/mhabit) – Habit tracker with growth charts and offline-first sync. ![Open-Source Software][OSS Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/table-habit/id6744886469?platform=mac) +* [Time Out](https://www.dejal.com/timeout/) - Easy break reminders, with micro-break and flexible customization if you want it. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/time-out-break-reminders/id402592703?platform=mac) +* [TimeScribe](https://timescribe.app/) - Simple and free working time recording. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/WINBIGFOX/TimeScribe) +* [Timing](https://timingapp.com/) - Automatic time tracking with productivity insights and billing-friendly records. +* [Textream](https://textream.fka.dev) - Free teleprompter with real-time word tracking and voice-activated scrolling. [![Open-Source Software][OSS Icon]](https://github.com/f/textream) ![Freeware][Freeware Icon] +* [Trace](https://trace.techulus.xyz) - Open-source spotlight alternative and shortcut toolkit. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/arjunkomath/trace) +* [Trello](https://trello.com) - A collaboration tool that organizes your projects into Kanban boards.![Freeware][Freeware Icon][![App Store][app-store Icon]](https://apps.apple.com/app/trello/id1278508951?ls=1&platform=mac) +* [Ukelele](http://scripts.sil.org/ukelele) - Unicode Keyboard Layout Editor. +* [Velja](https://sindresorhus.com/velja) - Browser picker that lets you open links in a specific browser or a desktop app. [![App Store][app-store Icon]](https://apps.apple.com/app/id1607635845?platform=mac) +* [Wox](https://wox-launcher.github.io/Wox/) - Open-source cross-platform launcher with fast local search and plugin extensibility. [![Open-Source Software][OSS Icon]](https://github.com/Wox-launcher/Wox) ![Freeware][Freeware Icon] +* [xScope](http://xscopeapp.com/) - Toolset for measuring, inspecting, and testing on-screen layouts and graphics. +* [Z](https://github.com/rupa/z) - Jump to frequently used directories by typing part of the path. + + +### Window Management + +* [AeroSpace](https://github.com/nikitabobko/AeroSpace) - i3-like tiling window manager for macOS. [![Open-Source Software][OSS Icon]](https://github.com/nikitabobko/AeroSpace) ![Freeware][Freeware Icon] +* [AltTab](https://alt-tab-macos.netlify.app) - Open source window switcher with window previews. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/lwouis/alt-tab-macos) +* [Amethyst](http://ianyh.com/amethyst/) - Tiling window manager. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ianyh/Amethyst) +* [Assignee](https://assignee.app) - Simple, instant app switcher. [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1491598904?pt=120234215&ct=awesome-mac&mt=8&platform=mac) +* [Convoker](https://github.com/varie-ai/convoker) - Type an app name, press Enter, all its windows come to you. [![Open-Source Software][OSS Icon]](https://github.com/varie-ai/convoker) ![Freeware][Freeware Icon] +* [contexts](https://contexts.co/) - App switcher for faster window and app switching across multiple screens. +* [Dimsum](https://github.com/nshi/dimsum) - Minimalist menu bar app that dims inactive windows to highlight the focused one. [![Open-Source Software][OSS Icon]](https://github.com/nshi/dimsum) ![Freeware][Freeware Icon] +* [DockDoor](https://dockdoor.net) - Free and open source window peeking & alt-tab for macOS. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/ejbills/DockDoor) +* [Dockit](https://dockit-docs.pages.dev) - An application that can dock any window to the edge of the screen. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/XiCheng148/Dockit) +* [Dissolv](https://www.7sols.com/dissolv/) - Hide and close inactive apps. [![App Store][app-store Icon]](https://apps.apple.com/app/dissolv/id1640893012?platform=mac) +* [Divvy](http://mizage.com/divvy/) - Window management at its finest with its amazing Divvy Grid system. +* [Hummingbird](https://finestructure.co/hummingbird) - Easily move and resize windows without mouse clicks, from anywhere within a window. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/finestructure/Hummingbird) +* [IntelliDock](https://mightymac.app/intellidock/) - Hides the Dock, Automatically. +* [JankyBorders](https://github.com/FelixKratz/JankyBorders) - A lightweight window border system for macOS. [![Open-Source Software][OSS Icon]](https://github.com/FelixKratz/JankyBorders) ![Freeware][Freeware Icon] +* [Loop](https://github.com/MrKai77/Loop) - Window management made elegant. [Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/MrKai77/Loop) +* [MacsyZones](https://macsyzones.com/) - Organize your windows with ease and boost your productivity. [![Open-Source Software][OSS Icon]](https://github.com/rohanrhu/MacsyZones) ![Freeware][Freeware Icon] +* [Lasso](https://thelasso.app) - Intuitive and easy to use grid-based window manager. +* [Magnet](http://magnet.crowdcafe.com/) - Window manager that keeps your workspace organized. [![App Store][app-store Icon]](https://apps.apple.com/us/app/id441258766?platform=mac) +* [MakeItHome](https://github.com/Geckos-Ink/MakeItHome) - Pointer-driven launcher for screen-edge quick actions and app switching. ![Open-Source Software][OSS Icon] [![App Store][app-store Icon]](https://apps.apple.com/it/app/makeithome-screen-extender/id6444596296?l=en-GB&platform=mac) +* [Moom](http://manytricks.com/moom/) - Window management tool for moving, resizing, and saving layouts. +* [Nudge](https://nudge.run) - Window manager with keyboard shortcuts and drag-to-edge snapping. [![Open-Source Software][OSS Icon]](https://github.com/mikusnuz/nudge) ![Freeware][Freeware Icon] +* [Omni](https://github.com/BarutSRB/OmniWM) - Notorized Niri and Hyprland inspired tiling window manager with animations. [![Open-Source Software][OSS Icon]](https://github.com/BarutSRB/OmniWM) ![Freeware][Freeware Icon] +* [rcmd](https://lowtechguys.com/rcmd/) - Use the ⌘ Right Command key to switch applications based on their name. [![App Store][app-store Icon]](https://apps.apple.com/us/app/rcmd-app-switcher/id1596283165?platform=mac) +* [Rectangle-app](https://github.com/rxhanson/Rectangle) - Rectangle is a window management app based on Spectacle, written in Swift. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/rxhanson/Rectangle) +* [ShiftIt](https://github.com/fikovnik/ShiftIt) - Managing window size and position in OSX. [![Open-Source Software][OSS Icon]](https://github.com/fikovnik/ShiftIt) ![Freeware][Freeware Icon] +* [ShortcutCycle](https://shortcutcycle.vercel.app/) - Switch between context-based app groups with a single hotkey. [![Open-Source Software][OSS Icon]](https://github.com/xcv58/ShortcutCycle) ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/shortcutcycle/id6758281578?platform=mac) +* [Sidebar](http://sidebarapp.net/) - The modern Dock replacement for your Mac. +* [SizeUp](http://www.irradiatedsoftware.com/sizeup/) - Powerful, keyboard-centric window management. +* [Slate](https://github.com/jigish/slate) - Scriptable window manager configured with JavaScript. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/jigish/slate) +* [Snapback](https://snapbackapp.com) - Save and restore entire window layouts with one keystroke. ![Freeware][Freeware Icon] +* [Swift Shift](https://swiftshift.app) - Move and resize windows with keyboard shortcuts and mouse gestures. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/pablopunk/swiftshift) +* [StreamWindow](https://macdev.cn/) - 3D window manager with intuitive views and fluid transitions. [![App Store][app-store Icon]](https://apps.apple.com/cn/app/streamwindow-3d-window/id6752313155?mt=12) +* [Tiles](https://freemacsoft.net/tiles/) - Snap and rearrange windows with screen edges, shortcuts, or the menu bar. ![Freeware][Freeware Icon] +* [Topit](https://github.com/lihaoyun6/Topit) - Pin any window to the top of your screen [![Open-Source Software][OSS Icon]](https://github.com/lihaoyun6/Topit) ![Freeware][Freeware Icon] +* [Total Spaces](http://totalspaces.binaryage.com/) - Workspace manager with hotkeys and spatial overview. +* [yabai](https://github.com/koekeishiya/yabai) - Keyboard-driven tiling window manager. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/koekeishiya/yabai/wiki) + +### Password Management + +* [1Password](https://1password.com/) - Cross-platform password management tool. +* [Bitwarden](https://bitwarden.com) - Open source password management tool for Mac OS, iOS and browsers. [![Open-Source Software][OSS Icon]](https://github.com/bitwarden) ![Freeware][Freeware Icon] +* [Buttercup](https://buttercup.pw/) - The Password Manager You Deserve ![Freeware][Freeware Icon] +* [Dashlane](https://www.dashlane.com) - Cloud-based password manager with award-winning design. +* [Enpass](https://www.enpass.io/) - Cross-platform password management tool with cloud integration. [![App Store][app-store Icon]](https://apps.apple.com/us/app/enpass-password-manager/id455566716?platform=mac) +* [Keyzer](https://apps.apple.com/app/Keyzer/6500434773?platform=mac) - Simple password manager that supports saving portable password files. +* [Keeweb](https://keeweb.info/) - Free, cross-platform password manager compatible with KeePass. [![Open-Source Software][OSS Icon]](https://github.com/keeweb/keeweb) ![Freeware][Freeware Icon] +* [KeepassXC](https://keepassxc.org/) - Free, open source, cross-platform password manager. [![Open-Source Software][OSS Icon]](https://github.com/keepassxreboot/keepassxc) ![Freeware][Freeware Icon] +* [MacPass](https://macpass.github.io/) - Open-source KeePass Mac OS client. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/mstarke/MacPass) +* [SafeInCloud](https://safe-in-cloud.com/en/) - Cross Platform password management, low cost app! [![App Store][app-store Icon]](https://apps.apple.com/app/safeincloud-password-manager/id883070818?platform=mac) +* [Strongbox](https://strongboxsafe.com/) - KeePass-compatible password manager with Password Safe support. [![Open-Source Software][OSS Icon]](https://github.com/strongbox-password-safe/Strongbox) [![App Store][app-store Icon]](https://apps.apple.com/us/app/strongbox/id1270075435?platform=mac) +* [Swifty](https://getswifty.pro/) - Free Offline-first Password Manager for MacOS, Windows and Linux. [![Open-Source Software][OSS Icon]](https://github.com/swiftyapp/swifty) ![Freeware][Freeware Icon] + +### Finder Tools + +* [Command X](https://sindresorhus.com/command-x) - Cut and paste files in Finder. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1666327168?platform=mac) +* [Default Folder X](https://www.stclairsoft.com/DefaultFolderX/index.html) - Quick access to your files and folders in every app. +* [FileMinutes](https://www.fileminutes.com/) - Find files and take actions, all in one. +* [FinderFix](https://synappser.github.io/apps/finderfix/) - Finally, a lasting solution for Finder windows size and position. ![Freeware][Freeware Icon]. +* [SaneClick](https://saneclick.com) - Finder extension that adds right-click actions for file tasks, conversion, and developer tools. [![Open-Source Software][OSS Icon]](https://github.com/sane-apps/SaneClick) ![Freeware][Freeware Icon] +* [FlowVision](https://github.com/netdcy/FlowVision) - RWaterfall-style Image Viewer for macOS. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/netdcy/FlowVision) +* [fman](https://fman.io) - The first dual-pane file manager to integrate features from Sublime Text. +* [ForkLift](http://binarynights.com/forklift/) - The most advanced dual pane file manager and file transfer client for macOS. +* [Path Finder](http://www.cocoatech.com/pathfinder/) - File management app. +* [QSpace](https://qspace.awehunt.com) - A clean and efficient Multi-view File Manager. [![App Store][app-store Icon]](https://apps.apple.com/us/app/id1469774098?platform=mac) +* [RClick](https://github.com/wflixu/RClick) - Add new functionality to the macOS Finder context menu. [![Open-Source Software][OSS Icon]](https://github.com/wflixu/RClick) ![Freeware][Freeware Icon] +* [SwiftyMenu](https://apps.apple.com/us/app/swiftymenu/id1567748223?platform=mac) - Finder extension for opening selected files or folders with custom app shortcuts. +* [TotalFinder](http://totalfinder.binaryage.com/) - Chrome-styled Finder substitute. +* [XtraFinder](https://www.trankynam.com/xtrafinder/) - Adds tabs and cut to Mac Finder. ![Freeware][Freeware Icon] + +### Quality of Life Improvements + +* [Actions](https://sindresorhus.com/actions) - Provides many useful actions for the Shortcuts app. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1586435171?platform=mac) +* [AI Actions](https://sindresorhus.com/ai-actions) - AI actions for the Shortcuts app. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6465250302) +* [DisplayBuddy](https://displaybuddy.app) - Control external display brightness, contrast, and input source. +* [Dimly](https://feuerbacher.me/projects/dimly) - Control brightness across mixed monitor setups from one menu bar app. [![Open-Source Software][OSS Icon]](https://github.com/punshnut/macos-dimly) ![Freeware][Freeware Icon] ![Native App][Native Icon] +* [f.lux](https://justgetflux.com/) - Makes the color of your computer's display adapt to the time of day. ![Freeware][Freeware Icon] +* [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Toggle a grayscale screen filter from the menu bar or a shortcut. [![Open-Source Software][OSS Icon]](https://github.com/rkbhochalya/grayscale-mode) ![Freeware][Freeware Icon] +* [Hyperduck](https://sindresorhus.com/hyperduck) - Receive links from your iOS & visionOS devices. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1666327168?platform=mac) +* [KeyCastr](https://github.com/keycastr/keycastr) - Open-source keystroke visualizer. [![Open-Source Software][OSS Icon]](https://github.com/keycastr/keycastr) ![Freeware][Freeware Icon] +* [Luminescent](https://naden.co) - Bring back Keyboard Backlight Shortcuts for the MacBook. +* [MaCursor](https://github.com/writronic/MaCursor) - Custom cursor themes for macOS. [![Open-Source Software][OSS Icon]](https://github.com/writronic/MaCursor) ![Freeware][Freeware Icon] +* [Lunar](https://lunar.fyi/) - Help you adujst brightness, contrast and volumn of your external display. [![Open-Source Software][OSS Icon]](https://github.com/alin23/Lunar) ![Freeware][Freeware Icon] +* [Shifty](http://shifty.natethompson.io) - A macOS menu bar app that gives you more control over Night Shift. [![Open-Source Software][OSS Icon]](https://github.com/thompsonate/Shifty) +* [Snap](http://indragie.com/snap) - Launch an app in a snap. Ridiculously easy shortcut management. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id418073146?platform=mac) +* [Shareful](https://sindresorhus.com/shareful) - Supercharge the system share menu with copy, save, and open actions. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id1522267256?platform=mac) +* [Mouse Jiggler for Mac](https://mousejigglermac.com) - Prevent Mac from sleep with Mac Mouse Mover. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/id6740313656?platform=mac) + +### System Related Tools + +* [AlDente](https://apphousekitchen.com/) - Battery charge limiter for MacBooks. [![Open-Source Software][OSS Icon]](https://github.com/davidwernhart/AlDente) +* [Amphetamine](https://apps.apple.com/us/app/amphetamine/id937984704?platform=mac) - Keep your Mac awake. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/amphetamine/id937984704?platform=mac) +* [AdBlock One](https://cleanerone.trendmicro.com/ad-block-one-for-mac/?utm_source=github&utm_medium=referral&utm_campaign=githubproject) - Free ad blocker for Safari.![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/app/apple-store/id1491889901?pt=444218&ct=GitHub&mt=8&platform=mac) +* [Apple Silicon App Test](https://doesitarm.com/apple-silicon-app-test/) - Check Apple Silicon app compatibility. [![Open-Source Software][OSS Icon]](https://github.com/ThatGuySam/doesitarm) ![Freeware][Freeware Icon] +* [AirBattery](https://lihaoyun6.github.io/airbattery/) - View all device batteries in the Dock, menu bar, or widgets. [![Open-Source Software][OSS Icon]](https://github.com/lihaoyun6/AirBattery) ![Freeware][Freeware Icon] +* [Background Music](https://github.com/kyleneideck/BackgroundMusic) - Control app volumes and record system audio. [![Open-Source Software][OSS Icon]](https://github.com/kyleneideck/BackgroundMusic) +* [Battery Hog](https://github.com/luke-fairbanks/BatteryHog) - Shows what is draining the battery: live watts, per-app energy, charge history, and drain insights. 100% local. [![Open-Source Software][OSS Icon]](https://github.com/luke-fairbanks/BatteryHog) ![Freeware][Freeware Icon] +* [coconutBattery](https://www.coconut-flavour.com/coconutbattery/) - Mac battery information and statistics. +* [Dayflow](https://github.com/JerryZLiu/Dayflow) - Screen activity timeline with AI support. [![Open-Source Software][OSS Icon]](https://github.com/JerryZLiu/Dayflow) ![Freeware][Freeware Icon] +* [DockAnchor](https://github.com/bwya77/DockAnchor) - Lock the macOS Dock to a single screen in a multi-monitor setup. [![Open-Source Software][OSS Icon]](https://github.com/bwya77/DockAnchor) ![Freeware][Freeware Icon] +* [everythingByMdfind](https://github.com/appledragon/everythingByMdfind) - Fast file search using Spotlight. [![Open-Source Software][OSS Icon]](https://github.com/appledragon/everythingByMdfind) ![Freeware][Freeware Icon] +* [ExtendFS](https://apps.kpchew.com/extendfs/) - Read-only access to Linux ext2/3/4 in macOS Sequoia and later without a kernel extension. [![Open-Source Software][OSS Icon]](https://github.com/kthchew/ExtendFS) [![App Store][app-store Icon]](https://apps.apple.com/us/app/mount-ext4-drives-extendfs/id6755664332?platform=mac) +* [gfxCardStatus](https://gfx.io/) - Monitor graphics card usage and battery impact. ![Freeware][Freeware Icon] +* [GrandPerspective](https://grandperspectiv.sourceforge.net) - Visualize disk usage with tree maps. [![Open-Source Software][OSS Icon]](https://git.code.sf.net/p/grandperspectiv/source) [![Freeware][Freeware Icon]](https://sourceforge.net/projects/grandperspectiv/files/grandperspective/) [![App Store][app-store Icon]](https://apps.apple.com/us/app/grandperspective/id1111570163?platform=mac) +* [Gray](https://github.com/zenangst/Gray) - Per-app light/dark mode switcher. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/zenangst/Gray) +* [HandShaker](http://www.smartisan.com/apps/handshaker) - Manage Android phone content on Mac. ![Freeware][Freeware Icon] +* [iStat Menus](https://bjango.com/mac/istatmenus/) - Advanced system monitor for menubar. +* [iStats](https://github.com/Chris911/iStats) - Command-line system information tool. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Chris911/iStats) +* [Juice](https://github.com/brianmichel/Juice) - Enhanced battery information display. [![Open-Source Software][OSS Icon]](https://github.com/brianmichel/Juice) ![Freeware][Freeware Icon] +* [KeepingYouAwake](https://github.com/newmarcel/KeepingYouAwake) - Caffeine alternative with dark mode support. [![Open-Source Software][OSS Icon]](https://github.com/newmarcel/KeepingYouAwake) +* [macUSB](https://github.com/Kruszoneq/macUSB) - A bootable macOS / OS X installer creator for Apple Silicon Macs. [![Open-Source Software][OSS Icon]](https://github.com/Kruszoneq/macUSB) ![Freeware][Freeware Icon] +* [MagicQuit](https://magicquit.com/) - Automatically quit inactive apps to reduce clutter and free resources. [![Open-Source Software][OSS Icon]](https://github.com/BigBerny/magicquit) ![Freeware][Freeware Icon] +* [MiddleDrag](https://github.com/NullPointerDepressiveDisorder/MiddleDrag) - Three-finger trackpad gestures for middle-click and middle-drag on macOS. [![Open-Source Software][OSS Icon]](https://github.com/NullPointerDepressiveDisorder/MiddleDrag) ![Freeware][Freeware Icon] +* [Monity](http://www.monityapp.com/) - System monitoring widget for OS X. +* [Mounty](http://enjoygineering.com/mounty/) - Tiny tool to re-mount write-protected NTFS volumes under Mac OS X 10.9+ in read-write mode. ![Freeware][Freeware Icon] +* [NitroShare](https://nitroshare.net/) - Cross-platform network file transfer utility. [![Open-Source Software][OSS Icon]](https://github.com/nitroshare/nitroshare-desktop) ![Freeware][Freeware Icon] +* [OnyX](https://www.titanium-software.fr/en/onyx.html) - System maintenance utility for cleanup, verification, and hidden settings. ![Freeware][Freeware Icon] +* [Paragon NTFS](https://www.paragon-software.com/home/ntfs-mac/) - Read/write access to NTFS in macOS Sierra. +* [stats](https://github.com/exelban/stats) - free Mac system monitor for the menubar. [![Open-Source Software][OSS Icon]](https://github.com/exelban/stats) +* [Sensei](https://sensei.app/) - Performance toolkit for monitoring, cleanup, and hardware diagnostics. +* [SiliconScope](https://siliconscope.calidalab.ai) - 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't show. [![Open-Source Software][OSS Icon]](https://github.com/kennss/SiliconScope) ![Freeware][Freeware Icon] +* [Sleepless](https://github.com/Aboudjem/Sleepless) - Keeps your laptop awake with lid-closed support, auto-off timer, and battery-floor cutoff. [![Open-Source Software][OSS Icon]](https://github.com/Aboudjem/Sleepless) +* [Sleepr](https://sleepr.app/) - Sleepr brings back sleep timer on macOS. [![App Store][app-store Icon]](https://apps.apple.com/us/app/sleepr-app/id6465683427?platform=mac) +* [Sloth](https://sveinbjorn.org/sloth/) - Shows all open files, directories, sockets, pipes and devices in use by all running processes. [![Open-Source Software][OSS Icon]](https://github.com/sveinbjornt/Sloth/) ![Freeware][Freeware Icon] +* [SteerMouse](https://plentycom.jp/en/steermouse/) - Customize mouse buttons, wheel behavior, and cursor speed. +* [SwiftQuit](https://github.com/onebadidea/swiftquit/) - Enables automatic quitting of macOS apps when closing their windows. [![Open-Source Software][OSS Icon]](https://github.com/onebadidea/swiftquit) ![Freeware][Freeware Icon] +* [SwiftMTP](https://github.com/Neighbor-Z/SwiftMTP) - Open-source MTP device manager for browsing and transferring files between Mac and Android devices. [![Open-Source Software][OSS Icon]](https://github.com/Neighbor-Z/SwiftMTP) ![Freeware][Freeware Icon] +* [Core Tunnel](https://codinn.com/tunnel/) - Application for managing SSH connections. [![App Store][app-store Icon]](https://apps.apple.com/us/app/core-tunnel/id1354318707?platform=mac) +* [TG Pro](https://www.tunabellysoftware.com/tgpro/) - Temperature monitoring, fan control & hardware diagnostics to help keep your Mac cool and healthy. +* [Time Machine Inspector](https://github.com/probablykasper/time-machine-inspector) - Find out what's hogging up your Time Machine backups. [![Open-Source Software][OSS Icon]](https://github.com/probablykasper/time-machine-inspector) ![Freeware][Freeware Icon] +* [Tuxera NTFS](http://www.tuxera.com/products/tuxera-ntfs-for-mac/) - Full read-write compatibility with NTFS-formatted drives on a Mac. +* [Overkill](https://github.com/KrauseFx/overkill-for-mac) - Stop iTunes from opening when you connect your iPhone. + +## Gaming Software + +* [OpenEmu](http://openemu.org/) - Retro game emulator frontend for multiple console systems. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/OpenEmu/OpenEmu) +* [PlayCover](https://github.com/PlayCover/PlayCover) - Run iOS apps and games on Apple Silicon Macs with mouse, keyboard and controller support. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/PlayCover/PlayCover) +* [Porting Kit](http://portingkit.com/) - Install Windows® Games inside your Mac. ![Freeware][Freeware Icon] +* [PPSSPP](https://www.ppsspp.org) - A awesome PSP emulator for any OS you can dream of! [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/hrydgard/ppsspp) +* [RPCS3](https://rpcs3.net) - The Open-source PlayStation 3 Emulator [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/RPCS3/rpcs3) +* [Ryubing](https://github.com/Ryubing) - A fork of the discontinued Switch emulator, Ryujinx. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/Ryubing) +* [Suyu](https://suyu.dev/) - A familiar, open source, and powerful Nintendo Switch emulator. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://git.suyu.dev/suyu/suyu) +* [Whisky](https://github.com/frankea/Whisky) - A tool for running Windows apps on macOS, built with SwiftUI and supporting D3DMetal and DXVK backends. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/frankea/Whisky) +* [ConsoleMini](https://github.com/momenbasel/ConsoleMini) - Controller-first big-picture launcher that turns a Mac mini into a PS1-PS4 + retro console (wraps DuckStation, PCSX2, RPCS3, shadPS4, PPSSPP, RetroArch, mGBA, Flycast). [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/momenbasel/ConsoleMini) + +## Remote Login Software + +* [AnyDesk](https://anydesk.com) - Provides remote access across multiple machines. +* [MoonProxy](https://github.com/MoonProxyHQ/moonproxy-desktop) - GUI desktop client for FRP that puts local services on the internet with one click. [![Open-Source Software][OSS Icon]](https://github.com/MoonProxyHQ/moonproxy-desktop) ![Freeware][Freeware Icon] +* [Moonlight](https://github.com/moonlight-stream/moonlight-qt) - GameStream client for PCs (Windows, Mac, Linux, and Steam Link). [![Open-Source Software][OSS Icon]](https://github.com/moonlight-stream/moonlight-qt) ![Freeware][Freeware Icon] +* [Parsec](https://parsec.app) - Low-latency remote desktop and game streaming tool. +* [RealVNC](https://www.realvnc.com) - The original and best software for remote access across desktop and mobile. +* [RoyalTSX](https://www.royalapps.com/ts/mac/features) - Remote connection manager for multiple protocols. ![Freeware][Freeware Icon] +* [RustDesk](https://rustdesk.com/) - Yet another remote desktop software. [![Open-Source Software][OSS Icon]](https://github.com/rustdesk/rustdesk) ![Freeware][Freeware Icon] +* [Steam Link](https://apps.apple.com/us/app/steam-link/id1246969117?platform=mac) - The Steam Link app allows you to play your Steam games across all your computers. ![Freeware][Freeware Icon] +* [Sunshine](https://github.com/LizardByte/Sunshine) - Self-hosted game stream host for Moonlight. [![Open-Source Software][OSS Icon]](https://github.com/LizardByte/Sunshine) ![Freeware][Freeware Icon] +* [TeamViewer](https://www.teamviewer.com/en) - Remote support and screen sharing tool. ![Freeware][Freeware Icon] +* [Windows App](https://apps.apple.com/us/app/windows-app/id1295203466?platform=mac) - Connect to a remote PC or virtual apps and desktops made available by your admin. ![Freeware][Freeware Icon] + +## QuickLook Plugins + +> [![Awesome List][awesome-list Icon]](https://github.com/sindresorhus/quick-look-plugins#readme) + +* [CSV Quick Look](https://github.com/adamorad/csv-quick-look) - Quick Look extension for CSV and TSV files with virtual scrolling, sorting, filtering, and dark mode. [![Open-Source Software][OSS Icon]](https://github.com/adamorad/csv-quick-look) ![Freeware][Freeware Icon] +* [QLMarkdown](https://github.com/sbarex/QLMarkdown) - Quick Look extension for Markdown files. - ![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] +* [FluxMarkdown](https://github.com/xykong/flux-markdown) - Quick Look extension for Markdown previews with Mermaid, KaTeX, GFM, TOC, and charts. [![Open-Source Software][OSS Icon]](https://github.com/xykong/flux-markdown) ![Freeware][Freeware Icon] +* [markdown-quicklook](https://github.com/ruspg/markdown-quicklook) - Quick Look plugin for rendered Markdown previews with syntax highlighting. [![Open-Source Software][OSS Icon]](https://github.com/ruspg/markdown-quicklook) ![Freeware][Freeware Icon] +* [Torrent Preview](https://github.com/sveinbjornpalsson/torrentpreview/) - Quick Look extension for previewing `.torrent` files, trackers, and metadata. [![Open-Source Software][OSS Icon]](https://github.com/sveinbjornpalsson/torrentpreview/) ![Freeware][Freeware Icon] +* [quick-look-plugins](https://github.com/sindresorhus/quick-look-plugins) - List of useful [Quick Look](https://en.wikipedia.org/wiki/Quick_Look) plugins for developers +* [Syntax Highlight](https://github.com/sbarex/SourceCodeSyntaxHighlight) - Quick Look extension for highlight source code files. - ![Freeware][Freeware Icon] ![Open-Source Software][OSS Icon] + +## Third Party App Markets + +If you come across websites offering pirated software or cracks, please post [HERE](https://github.com/jaywcjlove/awesome-mac/issues/17). We love apps, but only authentic ones. :) + +### Package Managers + +*Here are some of the major software download sites, there are a number of OSX Mac software sites* + +* [Applite](https://aerolite.dev/applite) - User-friendly GUI app for Homebrew Casks. Install, update, and uninstall apps with a single click. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/milanvarady/Applite) +* [Cork](https://corkmac.app) - An intuitive and complete Homebrew GUI written in SwiftUI that supports all Homebrew features. [![Open-Source Software][OSS Icon]](https://github.com/buresdv/cork) +* [Homebrew](https://brew.sh/) - The missing package manager for macOS. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/Homebrew/brew/) +* [MacPorts](https://www.macports.org/) - Package manager for installing and maintaining open-source software. ![Freeware][Freeware Icon] [![Open-Source Software][OSS Icon]](https://github.com/macports/) +* [MacUpdate Desktop](https://www.macupdate.com/) - Simplifies finding, buying and installing apps for your Mac. + +## Mac App Download Sites + +*Here are some of the major software download sites, there are a number of OSX Mac software sites* + +### Genuine Sites + +* [alternativeTo](http://alternativeto.net/) - Also a very nice community. If you are looking for some alternative apps **FOR** Windows or another platform, check this site. +* [Slant](https://www.slant.co) - Platform for comparing software and browsing community recommendations. +* Also, [Quora](https://www.quora.com/), [Reddit](https://www.reddit.com), you know the drill. +* App Shopper[http://appshopper.com/](http://appshopper.com/) +* [Buy software, once](https://buyoncesoftware.com/) - The place to find all the software you can buy one time, and own for a lifetime. +* [Open Alternative](https://openalternative.co/) - Discover Open Source Alternatives to Popular Software. A curated collection of the best open source alternatives to everyday SaaS products. Save money with reliable tools hand-picked for you. +* MacUpdate[https://www.macupdate.com/](https://www.macupdate.com/) +* Other sites like [MacStories](https://www.macstories.net/), [LifeHacker](http://lifehacker.com/), [ProductHunt](https://www.producthunt.com/topics/mac) are great resources. + +### Pirated software download site blocklist + +*Refuse piracy from me. Software vendors can go to these places rights.* + +* AppKed~~`http://www.macbed.com`~~ +* Softasm~~`https://softasm.com/`~~ +* Appstorrent~~`http://appstorrent.ru/`~~ + +## Podcasts + +* [Mac Power Users](https://www.relay.fm/mpu) - Learn about getting the most from your Apple technology with focused topics and workflow guests. ![Freeware][Freeware Icon] [![App Store][app-store Icon]](https://apps.apple.com/podcast/mac-power-users/id458066753?platform=mac) + +**[⬆ back to top](#contents)** + + + +## Contributors + +This project exists thanks to all the people who contribute. + + + +## 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" +[Native Icon]: https://jaywcjlove.github.io/sb/ico/min-native-app.svg "Native App" +[awesome-list Icon]: https://jaywcjlove.github.io/sb/ico/min-awesome.svg "Awesome List" + + + diff --git a/README.wehub.md b/README.wehub.md new file mode 100644 index 0000000..f381cee --- /dev/null +++ b/README.wehub.md @@ -0,0 +1,7 @@ +# WeHub 来源诎明 + +- 原始项目`jaywcjlove/awesome-mac` +- 原始仓库https://github.com/jaywcjlove/awesome-mac +- 富入方匏䞊枞默讀分支的最新快照 +- 原䜜者、版权和讞可证信息以原始仓库及本仓库 LICENSE 䞺准 +- 本文件仅甚于记圕来源䞍代衚 WeHub 是原项目䜜者 diff --git a/build/ast.mjs b/build/ast.mjs new file mode 100644 index 0000000..8339c54 --- /dev/null +++ b/build/ast.mjs @@ -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' && //.test(item.value)) + const endIndex = tree.children.findIndex(item => item.type === 'html' && //.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) +}) \ No newline at end of file diff --git a/build/feed.mjs b/build/feed.mjs new file mode 100644 index 0000000..e3ad632 --- /dev/null +++ b/build/feed.mjs @@ -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(/[\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(//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 [ + ' ', + ` ${escapeXml(item.name)}`, + ` ${escapeXml(item.url)}`, + ` ${escapeXml(guid)}`, + ` ${new Date(item.committedAt).toUTCString()}`, + ` ${escapeXml(item.category)}`, + ` ${escapeXml(summaryText)}`, + ` `, + ' ', + ].join('\n'); + }) + .join('\n'); + + return [ + '', + '', + ' ', + ` ${escapeXml(title)}`, + ` ${escapeXml(channelLink)}`, + ` ${escapeXml(description)}`, + ` ${escapeXml(language)}`, + ` ${new Date(lastBuildDate).toUTCString()}`, + ` `, + ` build/feed.mjs`, + xmlItems, + ' ', + '', + '', + ].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('
'); +} + +// 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, '&') + .replace(//g, '>') + .replace(/"/g, '"') + .replace(/'/g, '''); +} + +// 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(/'/g, "'") + .replace(/"/g, '"') + .replace(/>/g, '>') + .replace(/</g, '<') + .replace(/&/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(/^$/, ''); +} diff --git a/command-line-apps-ja.md b/command-line-apps-ja.md new file mode 100644 index 0000000..2bb0b01 --- /dev/null +++ b/command-line-apps-ja.md @@ -0,0 +1,203 @@ + +
+ +

+ 私のアプリを䜿うこずも、支揎する方法のひず぀です:
+ Zipora: Zip/RAR/7Z Unarchiver + Scap: Screenshot & Markup Edit + Screen Test + Deskmark + Keyzer + Vidwall Hub + VidCrop + Vidwall + Mousio Hint + Mousio + Musicer + Audioer + FileSentinel + FocusCursor + Videoer + KeyClicker + DayBar + Iconed + Menuist + Quick RSS + Quick RSS + Web Serve + Copybook Generator + DevTutor for SwiftUI + RegexMate + Time Passage + Iconize Folder + Textsound Saver + Create Custom Symbols + DevHub + Resume Revise + Palette Genius + Symbol Scribe +

+
+ +Awesome Command Line Apps +=== + + +[![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) + + +䟿利なコマンドラむンアプリの厳遞リスト + + + +## 目次 + +- [Awesome Command Line Apps](#awesome-command-line-apps) +- [目次](#目次) +- [デヌタベヌス](#デヌタベヌス) +- [メディア](#メディア) +- [開発者向け](#開発者向け) +- [その他](#その他) +- [コントリビュヌタヌ](#コントリビュヌタヌ) +- [ラむセンス](#ラむセンス) + + + + +## デヌタベヌス + +* [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] + + +**[⬆ トップに戻る](#目次)** + + + +## コントリビュヌタヌ + +このプロゞェクトは、貢献しおくださったすべおの方々のおかげで成り立っおいたす。 + + + +## ラむセンス + +[![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" + + + diff --git a/command-line-apps-ko.md b/command-line-apps-ko.md new file mode 100644 index 0000000..daad48e --- /dev/null +++ b/command-line-apps-ko.md @@ -0,0 +1,153 @@ + +
+ +

+ 낮 앱을 사용하는 것도 후원하는 한 가지 방법입니닀:
+ Zipora: Zip/RAR/7Z Unarchiver + Scap: Screenshot & Markup Edit + Screen Test + Deskmark + Keyzer + Vidwall Hub + VidCrop + Vidwall + Mousio Hint + Mousio + Musicer + Audioer + FileSentinel + FocusCursor + Videoer + KeyClicker + DayBar + Iconed + Menuist + Quick RSS + Quick RSS + Web Serve + Copybook Generator + DevTutor for SwiftUI + RegexMate + Time Passage + Iconize Folder + Textsound Saver + Create Custom Symbols + DevHub + Resume Revise + Palette Genius + Symbol Scribe +

+
+ +훌륭한 애플늬쌀읎션 (Awesome Command Line Apps) +=== + + +[![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) + + +엄선된 유용한 명령쀄 애플늬쌀읎션 목록 + + + +## 목찚 + +- [훌륭한 명령쀄 애플늬쌀읎션粟选](#훌륭한-명령쀄-애플늬쌀읎션粟选) +- [목찚](#목찚) +- [데읎터베읎슀](#데읎터베읎슀) +- [믞디얎](#믞디얎) +- [개발자 도구](#개발자-도구) +- [Ʞ타](#Ʞ타) +- [Ʞ여자](#Ʞ여자) +- [띌읎선슀](#띌읎선슀) + + + + +## 데읎터베읎슀 + +* [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] + +**[⬆ ë§š 위로 읎동](#목찚)** + +## Ʞ여자 + +읎 프로젝튞는 Ʞ여핎 죌신 몚든 ë¶„ë“€ 덕분에 졎재합니닀. + + + +## 띌읎선슀 + +[![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" + + diff --git a/command-line-apps-zh.md b/command-line-apps-zh.md new file mode 100644 index 0000000..34adee9 --- /dev/null +++ b/command-line-apps-zh.md @@ -0,0 +1,169 @@ + +
+ +

+ 䜿甚 我的应甚 也是支持我的䞀种方匏支持我
+ Zipora: Zip/RAR/7Z Unarchiver + Scap: Screenshot & Markup Edit + Screen Test + Deskmark + Keyzer + Vidwall Hub + VidCrop + Vidwall + Mousio Hint + Mousio + Musicer + Audioer + FileSentinel + FocusCursor + Videoer + KeyClicker + DayBar + Iconed + Menuist + Quick RSS + Quick RSS + Web Serve + Copybook Generator + DevTutor for SwiftUI + RegexMate + Time Passage + Iconize Folder + Textsound Saver + Create Custom Symbols + DevHub + Resume Revise + Palette Genius + Symbol Scribe +

+
+ +䌘秀的呜什行应甚粟选 +=== + + +[![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) + + +䞀仜粟心挑选的有甚呜什行应甚列衚 + + + +## 目圕 + +- [䌘秀的呜什行应甚粟选](#䌘秀的呜什行应甚粟选) +- [目圕](#目圕) +- [数据库](#数据库) +- [媒䜓](#媒䜓) +- [匀发者工具](#匀发者工具) +- [Other](#other) +- [Contributors](#contributors) +- [License](#license) + + + + +## 数据库 + +* [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] + + + +**[⬆ 返回顶郚](#目圕)** + +## Contributors + +This project exists thanks to all the people who contribute. + + + +## 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" + + diff --git a/command-line-apps.md b/command-line-apps.md new file mode 100644 index 0000000..997c09f --- /dev/null +++ b/command-line-apps.md @@ -0,0 +1,204 @@ + +
+ +

+ Using my app is also a way to support me:
+ Zipora: Zip/RAR/7Z Unarchiver + Scap: Screenshot & Markup Edit + Screen Test + Deskmark + Keyzer + Vidwall Hub + VidCrop + Vidwall + Mousio Hint + Mousio + Musicer + Audioer + FileSentinel + FocusCursor + Videoer + KeyClicker + DayBar + Iconed + Menuist + Quick RSS + Quick RSS + Web Serve + Copybook Generator + DevTutor for SwiftUI + RegexMate + Time Passage + Iconize Folder + Textsound Saver + Create Custom Symbols + DevHub + Resume Revise + Palette Genius + Symbol Scribe +

+
+ +Awesome Command Line Apps +=== + + +[![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) + + +A curated list of useful command line apps + + + +## Contents + +- [Awesome Command Line Apps](#awesome-command-line-apps) +- [Contents](#contents) +- [Databases](#databases) +- [Media](#media) +- [Developer](#developer) +- [Other](#other) +- [Contributors](#contributors) +- [License](#license) + + + + +## 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)** + + + +## Contributors + +This project exists thanks to all the people who contribute. + + + +## 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" + + + diff --git a/docs/CODE-OF-CONDUCT.md b/docs/CODE-OF-CONDUCT.md new file mode 100644 index 0000000..668e803 --- /dev/null +++ b/docs/CODE-OF-CONDUCT.md @@ -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/ diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md new file mode 100644 index 0000000..15568a4 --- /dev/null +++ b/docs/CONTRIBUTING.md @@ -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. diff --git a/docs/ES6-IMPORT-GUIDE.md b/docs/ES6-IMPORT-GUIDE.md new file mode 100644 index 0000000..07080af --- /dev/null +++ b/docs/ES6-IMPORT-GUIDE.md @@ -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. \ No newline at end of file diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..b90bf06 --- /dev/null +++ b/docs/ISSUE_TEMPLATE.md @@ -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... diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5b8cd82 --- /dev/null +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -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... diff --git a/editor-plugin-ja.md b/editor-plugin-ja.md new file mode 100644 index 0000000..ab641d0 --- /dev/null +++ b/editor-plugin-ja.md @@ -0,0 +1,160 @@ + +
+ +

+ 私のアプリを䜿うこずも、支揎する方法のひず぀です:
+ Zipora: Zip/RAR/7Z Unarchiver + Scap: Screenshot & Markup Edit + Screen Test + Deskmark + Keyzer + Vidwall Hub + VidCrop + Vidwall + Mousio Hint + Mousio + Musicer + Audioer + FileSentinel + FocusCursor + Videoer + KeyClicker + DayBar + Iconed + Menuist + Quick RSS + Quick RSS + Web Serve + Copybook Generator + DevTutor for SwiftUI + RegexMate + Time Passage + Iconize Folder + Textsound Saver + Create Custom Symbols + DevHub + Resume Revise + Palette Genius + Symbol Scribe +

+
+ +゚ディタプラグむン +=== + + +[![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) + + +## 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 + + diff --git a/editor-plugin-zh.md b/editor-plugin-zh.md new file mode 100644 index 0000000..9281858 --- /dev/null +++ b/editor-plugin-zh.md @@ -0,0 +1,206 @@ + +
+ +

+ 䜿甚 我的应甚 也是支持我的䞀种方匏支持我
+ Zipora: Zip/RAR/7Z Unarchiver + Scap: Screenshot & Markup Edit + Screen Test + Deskmark + Keyzer + Vidwall Hub + VidCrop + Vidwall + Mousio Hint + Mousio + Musicer + Audioer + FileSentinel + FocusCursor + Videoer + KeyClicker + DayBar + Iconed + Menuist + Quick RSS + Quick RSS + Web Serve + Copybook Generator + DevTutor for SwiftUI + RegexMate + Time Passage + Iconize Folder + Textsound Saver + Create Custom Symbols + DevHub + Resume Revise + Palette Genius + Symbol Scribe +

+
+ +猖蟑噚插件 +=== + + +[![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) + + +## 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 + + + diff --git a/editor-plugin.md b/editor-plugin.md new file mode 100644 index 0000000..56572ae --- /dev/null +++ b/editor-plugin.md @@ -0,0 +1,160 @@ + +
+ +

+ Using my app is also a way to support me:
+ Zipora: Zip/RAR/7Z Unarchiver + Scap: Screenshot & Markup Edit + Screen Test + Deskmark + Keyzer + Vidwall Hub + VidCrop + Vidwall + Mousio Hint + Mousio + Musicer + Audioer + FileSentinel + FocusCursor + Videoer + KeyClicker + DayBar + Iconed + Menuist + Quick RSS + Quick RSS + Web Serve + Copybook Generator + DevTutor for SwiftUI + RegexMate + Time Passage + Iconize Folder + Textsound Saver + Create Custom Symbols + DevHub + Resume Revise + Palette Genius + Symbol Scribe +

+
+ +Editors Plugin +=== + + +[![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) + + +## 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 Codesupport Syntax-highlightingAuto CompletionSnippet... + +## 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 + + diff --git a/feed/feed-ja.md b/feed/feed-ja.md new file mode 100644 index 0000000..49f1da1 --- /dev/null +++ b/feed/feed-ja.md @@ -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` です。 diff --git a/feed/feed-ja.xml b/feed/feed-ja.xml new file mode 100644 index 0000000..aa5520c --- /dev/null +++ b/feed/feed-ja.xml @@ -0,0 +1,712 @@ + + + + Awesome Mac - 最近远加されたアプリ + https://jaywcjlove.github.io/awesome-mac + 日本語リストを元にした最近远加の macOS アプリです。 + ja-JP + Sun, 12 Jul 2026 01:09:08 GMT + + build/feed.mjs + + Presspeech + https://github.com/rcourtman/presspeech + 1a8e1aa613e808a6ac97d1aa478d57a698af7d2a:Presspeech + Sun, 12 Jul 2026 01:09:08 GMT + 音声テキスト倉換 + Category: 音声テキスト倉換 +App: Presspeech +Description: Parakeet TDT v3CoreML/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 + App: Presspeech
Description: Parakeet TDT v3CoreML/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]]>
+
+ + Knopo + https://github.com/alkalim/Knopo + 1f253f397c243f38605012529fbc81b837fb1ada:Knopo + Sun, 12 Jul 2026 00:18:16 GMT + 読み曞きツヌル / メモ・ノヌト + 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 + 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]]>
+
+ + Gemini Collector + https://github.com/FirenzeLor/gemini-collector + 5ac5d87f284028cf73b34cb7b9a722ea5d0629e1:Gemini Collector + Sun, 12 Jul 2026 00:08:52 GMT + AIツヌル + 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 + 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]]>
+
+ + Profisor + https://github.com/yefga/Profisor + 68b54c06902da7c3eef7c2abcf1d28625dcb5de7:Profisor + Sat, 11 Jul 2026 09:03:09 GMT + ナヌティリティ / メニュヌバヌツヌル + 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 + 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]]>
+
+ + Battery Hog + https://github.com/luke-fairbanks/BatteryHog + e34fa129f9bce64dbc862880429b71ea15c1afa3:Battery Hog + Fri, 10 Jul 2026 07:52:03 GMT + ナヌティリティ / システム関連ツヌル + 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 + 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]]>
+
+ + OATS + https://github.com/ariso-ai/oats + 9654998824e9692ac4d6953152ff997cd884ac6c:OATS + Thu, 09 Jul 2026 04:48:55 GMT + 読み曞きツヌル / メモ・ノヌト + 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 + 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]]>
+
+ + Prevail + https://prevail.sh + d3dc33f0560c77b9ab7df83d2bd620121548f8e2:Prevail + Tue, 07 Jul 2026 11:57:34 GMT + AIツヌル + 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 + 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]]>
+
+ + tty7 + https://github.com/l0ng-ai/tty7 + 258daea61a27fda55d57bea4be5d05b10c6c30a6:tty7 + Tue, 07 Jul 2026 01:43:44 GMT + タヌミナルアプリ + 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 + 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]]>
+
+ + TokenTracker + https://www.tokentracker.cc + baa66734f625ca23b69f94f1b10bc972395eaca2:TokenTracker + Mon, 06 Jul 2026 23:32:36 GMT + AIツヌル + 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 + 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]]>
+
+ + Wox + https://wox-launcher.github.io/Wox/ + c4c9f9831cd203db51e91224fc49a4b595fe3b05:Wox + Mon, 06 Jul 2026 10:10:24 GMT + ナヌティリティ / 生産性ツヌル + 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 + App: Wox
Description: 高速なロヌカル怜玢ずプラグむン拡匵を備えたオヌプン゜ヌスのクロスプラットフォヌムランチャヌ。
Website: https://wox-launcher.github.io/Wox/
Commit: Add Wox #2047
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c4c9f9831cd203db51e91224fc49a4b595fe3b05]]>
+
+ + cctop + https://cctop.app + bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9:cctop + Mon, 06 Jul 2026 05:33:17 GMT + ナヌティリティ / メニュヌバヌツヌル + 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 + 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]]>
+
+ + MenubarCC + https://github.com/ksterx/MenubarCC + b197ea52da5a96b4566fe2c9f89384a3e5d39dff:MenubarCC + Sun, 05 Jul 2026 13:33:06 GMT + ナヌティリティ / メニュヌバヌツヌル + 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 + 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]]>
+
+ + Harbofly + https://harbofly.app/ + 9568458c70df1b8762f8f5056ca760c50f753922:Harbofly + Sun, 05 Jul 2026 08:19:58 GMT + ナヌティリティ / クリヌンアップずアンむンストヌル + 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 + 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]]>
+
+ + MoonProxy + https://github.com/MoonProxyHQ/moonproxy-desktop + a59272745a93357a103f7ddfd18c1ad6856a8d27:MoonProxy + Sun, 05 Jul 2026 00:33:23 GMT + リモヌトログむン゜フトりェア + 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 + 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]]>
+
+ + StockDock + https://github.com/simonsruggi/StockDock + 9c7ea9e1942d44b22cad2e39ad4424646b6f6668:StockDock + Sun, 05 Jul 2026 00:14:39 GMT + ファむナンス + 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 + 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]]>
+
+ + Off Grid AI Desktop + https://getoffgridai.co/desktop + 79727df0c0d285c93e234212932bfb0dcc9a6c5f:Off Grid AI Desktop + Sun, 05 Jul 2026 00:04:14 GMT + AIツヌル + Category: AIツヌル +App: Off Grid AI Desktop +Description: プラむベヌトなロヌカルファヌストAIツヌル。ロヌカルLLMチャット、画像生成、音声入力、蚘憶怜玢をすべお端末䞊で実行。 +Website: https://getoffgridai.co/desktop +Commit: Add "Off Grid AI Desktopt" to the ja/ko/zh list. +Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/79727df0c0d285c93e234212932bfb0dcc9a6c5f + App: Off Grid AI Desktop
Description: プラむベヌトなロヌカルファヌストAIツヌル。ロヌカルLLMチャット、画像生成、音声入力、蚘憶怜玢をすべお端末䞊で実行。
Website: https://getoffgridai.co/desktop
Commit: Add "Off Grid AI Desktopt" to the ja/ko/zh list.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/79727df0c0d285c93e234212932bfb0dcc9a6c5f]]>
+
+ + Vesta + https://github.com/vestaterm/Vesta + 71b7e4bb8269a618f15398aee362dfd9d5d493bf:Vesta + Wed, 01 Jul 2026 03:13:12 GMT + タヌミナルアプリ + 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 + 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]]>
+
+ + Edmund + https://github.com/I7T5/Edmund + 3eedfd7588d7c53bde40217c210c412ad98fa218:Edmund + Tue, 30 Jun 2026 04:17:46 GMT + 読み曞きツヌル / Markdownツヌル [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools) + 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 + 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]]>
+
+ + Orca + https://onorca.dev + 65dcb46146c4a7fea28b2117d574d8d34e5cbc46:Orca + Mon, 29 Jun 2026 02:36:44 GMT + 開発ツヌル / IDE + 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 + 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]]>
+
+ + VoxFlow + https://github.com/xingbofeng/VoxFlow + 064235d50be31cc75a8e91bf34e93a4e162fbfa0:VoxFlow + Sat, 27 Jun 2026 01:19:07 GMT + 音声テキスト倉換 + 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 + 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]]>
+
+ + Pesty + https://github.com/momenbasel/pesty + c45bbebc4b9f85db07a56cce3403ce58b4812476:Pesty + Fri, 26 Jun 2026 02:23:11 GMT + ナヌティリティ / クリップボヌドツヌル + 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 + 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]]>
+
+ + Claude Usage + https://github.com/Bread-bang/claude-usage + 0136ad87cd5608de92aca3500367e99bb9df939a:Claude Usage + Fri, 26 Jun 2026 01:44:42 GMT + AIツヌル + 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 + 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]]>
+
+ + Vorssaint + https://vorssaint.com + 90b5d18990518c5378bcda16b8ce710f5f6ac632:Vorssaint + Wed, 24 Jun 2026 02:10:17 GMT + ナヌティリティ / メニュヌバヌツヌル + 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 + 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]]>
+
+ + mysa + https://github.com/alishansnsn/mysa + 14e273dbfd26ededdb4c76acf46e3c738ac0f464:mysa + Mon, 22 Jun 2026 08:09:04 GMT + ナヌティリティ / メニュヌバヌツヌル + 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 + 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]]>
+
+ + SiliconScope + https://siliconscope.calidalab.ai + 1dc6b5e73997fa68905ff66071f30ca9621ba1e1:SiliconScope + Sun, 21 Jun 2026 22:32:20 GMT + ナヌティリティ / システム関連ツヌル + 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 + 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]]>
+
+ + JsonStudio + https://jsonstudio.js.org/ + 21fe432c4601693abd676f4279e1f834f0c5d759:JsonStudio + Sun, 21 Jun 2026 22:00:20 GMT + 開発ツヌル / 開発者ナヌティリティ + 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 + App: JsonStudio
Description: JSONの敎圢、線集、差分、倉換、怜蚌、ログからの抜出に察応したロヌカル優先のJSONワヌクスペヌス。
Website: https://jsonstudio.js.org/
Commit: Add JsonStudio (#2209)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/21fe432c4601693abd676f4279e1f834f0c5d759]]>
+
+ + Tintpad + https://github.com/sorkila/tintpad + 6caec1eb50a74f4503af2901213c7cde6ae344c2:Tintpad + Sat, 20 Jun 2026 16:33:16 GMT + 開発ツヌル / 開発者ナヌティリティ + 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 + 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]]>
+
+ + Agent Island + https://github.com/tristan666666/agent-island + f1b3f9828b2dc0db4a1da09242df13fb620e2f0c:Agent Island + Thu, 18 Jun 2026 11:19:31 GMT + ナヌティリティ / メニュヌバヌツヌル + 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 + 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]]>
+
+ + TrustTunnel + https://trusttunnel.org/ + bd053d570146cf2f7ab8527dfebc39dd6988fa21:TrustTunnel + Wed, 17 Jun 2026 05:23:48 GMT + プロキシ・VPNツヌル + 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 + 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]]>
+
+ + MaCursor + https://github.com/writronic/MaCursor + 7ccc07cf7274c9f37cb7eb88941543f551f822b5:MaCursor + Wed, 17 Jun 2026 03:55:26 GMT + ナヌティリティ / 生掻の質の向䞊 + 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 + 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]]>
+
+ + Cate + https://cate.cero-ai.com + febc8acb8ce125c6b276fbf34baecc259515eca8:Cate + Wed, 10 Jun 2026 12:34:14 GMT + 開発ツヌル / IDE + 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 + 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]]>
+
+ + SmoothCSV + https://smoothcsv.com/ + 841c0d7c9059451b3cdaa452e01c7ed05c9b5f65:SmoothCSV + Sat, 06 Jun 2026 03:52:19 GMT + 読み曞きツヌル / その他 + 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 + 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]]>
+
+ + Mole Widget + https://github.com/bsnkhua/mole-widget + 355f149de3431629418b9065ee7041af3cf6899a:Mole Widget + Sat, 06 Jun 2026 02:16:57 GMT + ナヌティリティ / メニュヌバヌツヌル + 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 + 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]]>
+
+ + Gantry + https://github.com/getgantry/gantry + 4d4a90a18c2237537d3d4e71a82cff021efdafec:Gantry + Fri, 05 Jun 2026 10:33:31 GMT + 開発ツヌル / 仮想化 + 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 + 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]]>
+
+ + CSV Quick Look + https://github.com/adamorad/csv-quick-look + 4bbbedab6ebe1dc3afef8ce357bcbff2d346eccc:CSV Quick Look + Fri, 05 Jun 2026 10:31:17 GMT + クむックルックプラグむン + 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 + 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]]>
+
+ + SnippetCraft + https://getsnippetcraft.com + 0a6ea6f00b4f3eeb5d70e491610a173c56e370ab:SnippetCraft + Fri, 05 Jun 2026 05:45:42 GMT + ナヌティリティ / クリップボヌドツヌル + 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 + 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]]>
+
+ + capcap + https://capcap.skyrin.fun + f0d79d664b64c897c03f89a0d1e8d75ca46214ad:capcap + Fri, 05 Jun 2026 05:31:33 GMT + デザむンずプロダクト / スクリヌンショットツヌル + 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 + 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]]>
+
+ + Fader + https://github.com/pantafive/fader + 51eed00ef094a5376358d6a74cca6448f58e5b5b:Fader + Fri, 05 Jun 2026 02:46:11 GMT + オヌディオ・ビデオツヌル + 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 + 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]]>
+
+ + Cursor Voice + https://cursorvoice.app + 982aed0bf7329e9bde5768420e6cf871024e359e:Cursor Voice + Wed, 03 Jun 2026 01:01:06 GMT + AIツヌル + 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 + 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]]>
+
+ + Sleepless + https://github.com/Aboudjem/Sleepless + 1adde8042c48bc0ba6d12c84f2ac5942c6eea6da:Sleepless + Tue, 02 Jun 2026 16:07:02 GMT + ナヌティリティ / システム関連ツヌル + 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 + 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]]>
+
+ + ClipHistory + https://github.com/weiykong/ClipHistory + ffe8b08f41f78e62471cb3efebfa172a746fd372:ClipHistory + Tue, 02 Jun 2026 04:38:50 GMT + ナヌティリティ / クリップボヌドツヌル + Category: ナヌティリティ / クリップボヌドツヌル +App: ClipHistory +Description: ホットキヌ即時衚瀺、怜玢、ピン留め、テキスト/画像履歎に察応した軜量なネむティブクリップボヌドマネヌゞャヌ。 +Open Source: https://github.com/weiykong/ClipHistory +Commit: Add ClipHistory +Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/ffe8b08f41f78e62471cb3efebfa172a746fd372 + App: ClipHistory
Description: ホットキヌ即時衚瀺、怜玢、ピン留め、テキスト/画像履歎に察応した軜量なネむティブクリップボヌドマネヌゞャヌ。
Open Source: https://github.com/weiykong/ClipHistory
Commit: Add ClipHistory
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/ffe8b08f41f78e62471cb3efebfa172a746fd372]]>
+
+ + SystemEQ for Mac + https://denzam.github.io/SystemEQ-for-Mac/ + 180e1c96827db9eda58a5f120cccb5990b3200b6:SystemEQ for Mac + Tue, 02 Jun 2026 04:01:12 GMT + オヌディオ・ビデオツヌル / オヌディオ録音・凊理 + 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 + 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]]>
+
+ + Harbor + https://github.com/tahseen-kakar/harbor + 02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039:Harbor + Sun, 31 May 2026 12:41:48 GMT + ダりンロヌド管理ツヌル + 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 + 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]]>
+
+ + Mac Clean + https://github.com/iliyami/MacClean + 4ca8807cbd3fa2b9d45f23bceb0c9ee92fff7fcd:Mac Clean + Sat, 30 May 2026 10:18:25 GMT + ナヌティリティ / クリヌンアップずアンむンストヌル + 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 + 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]]>
+
+ + clawpypaste + https://github.com/krisbradley/clawpypaste + c1406fb34adf00858cceabd0ac198e59d7ca23c3:clawpypaste + Fri, 29 May 2026 04:39:44 GMT + AIツヌル + 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 + 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]]>
+
+ + Parakey + https://github.com/rcourtman/parakey + df5cf1ff659026b5b7801b5a7d41fe93819d21da:Parakey + Tue, 26 May 2026 07:31:47 GMT + 音声テキスト倉換 + Category: 音声テキスト倉換 +App: Parakey +Description: Parakeet TDT v3CoreML/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 + App: Parakey
Description: Parakeet TDT v3CoreML/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]]>
+
+ + PureSnitch + https://github.com/momenbasel/puresnitch + 369fb1b345def7ffb7c9dd8a8ebd11cdbe75f7b7:PureSnitch + Mon, 25 May 2026 00:33:33 GMT + セキュリティツヌル + 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 + 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]]>
+
+ + Live Translator + https://github.com/umutcetinkaya/live-translator + 48da75d4964c95828cfe9d8dbeac83b9baf03c76:Live Translator + Sat, 23 May 2026 01:08:31 GMT + 翻蚳ツヌル + 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 + 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]]>
+
+ + Papr + https://github.com/l0ng-ai/papr + dbe0b073a7e510ee83194d479e209f3af55e4b2f:Papr + Thu, 21 May 2026 02:53:12 GMT + 読み曞きツヌル / RSS + 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 + 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]]>
+
+ + Muxy + https://github.com/muxy-app/muxy + c07bf2d710be55b98e49a83d560a88cd200a995a:Muxy + Tue, 19 May 2026 22:24:43 GMT + タヌミナルアプリ + 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 + 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]]>
+
+
+
diff --git a/feed/feed-ko.md b/feed/feed-ko.md new file mode 100644 index 0000000..b30dffb --- /dev/null +++ b/feed/feed-ko.md @@ -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` 입니닀. diff --git a/feed/feed-ko.xml b/feed/feed-ko.xml new file mode 100644 index 0000000..ab9a073 --- /dev/null +++ b/feed/feed-ko.xml @@ -0,0 +1,712 @@ + + + + Awesome Mac - 최귌 추가된 앱 + https://jaywcjlove.github.io/awesome-mac + 한국얎 목록 Ʞ쀀윌로 최귌 추가된 macOS 앱입니닀. + ko-KR + Sun, 12 Jul 2026 01:09:08 GMT + + build/feed.mjs + + Presspeech + https://github.com/rcourtman/presspeech + 1a8e1aa613e808a6ac97d1aa478d57a698af7d2a:Presspeech + Sun, 12 Jul 2026 01:09:08 GMT + 음성 텍슀튞 변환 (Voice-to-Text) + 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 + 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]]>
+
+ + Knopo + https://github.com/alkalim/Knopo + 1f253f397c243f38605012529fbc81b837fb1ada:Knopo + Sun, 12 Jul 2026 00:18:16 GMT + 읜Ʞ 및 ì“°êž° 도구 / 녾튾 작성 + 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 + 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]]>
+
+ + Gemini Collector + https://github.com/FirenzeLor/gemini-collector + 5ac5d87f284028cf73b34cb7b9a722ea5d0629e1:Gemini Collector + Sun, 12 Jul 2026 00:08:52 GMT + AI 도구 + 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 + 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]]>
+
+ + Profisor + https://github.com/yefga/Profisor + 68b54c06902da7c3eef7c2abcf1d28625dcb5de7:Profisor + Sat, 11 Jul 2026 09:03:09 GMT + 유틞늬티 / 정늬 및 제거 + 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 + 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]]>
+
+ + Battery Hog + https://github.com/luke-fairbanks/BatteryHog + e34fa129f9bce64dbc862880429b71ea15c1afa3:Battery Hog + Fri, 10 Jul 2026 07:52:03 GMT + 유틞늬티 / 메뉎 바 도구 + 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 + 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]]>
+
+ + OATS + https://github.com/ariso-ai/oats + 9654998824e9692ac4d6953152ff997cd884ac6c:OATS + Thu, 09 Jul 2026 04:48:55 GMT + 읜Ʞ 및 ì“°êž° 도구 / 녾튾 작성 + 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 + 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]]>
+
+ + Prevail + https://prevail.sh + d3dc33f0560c77b9ab7df83d2bd620121548f8e2:Prevail + Tue, 07 Jul 2026 11:57:34 GMT + AI 도구 + 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 + 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]]>
+
+ + tty7 + https://github.com/l0ng-ai/tty7 + 258daea61a27fda55d57bea4be5d05b10c6c30a6:tty7 + Tue, 07 Jul 2026 01:43:44 GMT + 개발 도구 / 터믞널 앱 + 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 + 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]]>
+
+ + TokenTracker + https://www.tokentracker.cc + baa66734f625ca23b69f94f1b10bc972395eaca2:TokenTracker + Mon, 06 Jul 2026 23:32:36 GMT + AI 도구 + 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 + 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]]>
+
+ + Wox + https://wox-launcher.github.io/Wox/ + c4c9f9831cd203db51e91224fc49a4b595fe3b05:Wox + Mon, 06 Jul 2026 10:10:24 GMT + 유틞늬티 / 생산성 + 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 + App: Wox
Description: 빠륞 로컬 검색곌 플러귞읞 확장을 제공하는 였픈소슀 크로슀 플랫폌 런처.
Website: https://wox-launcher.github.io/Wox/
Commit: Add Wox #2047
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c4c9f9831cd203db51e91224fc49a4b595fe3b05]]>
+
+ + cctop + https://cctop.app + bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9:cctop + Mon, 06 Jul 2026 05:33:17 GMT + 유틞늬티 / 메뉎 바 도구 + 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 + 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]]>
+
+ + MenubarCC + https://github.com/ksterx/MenubarCC + b197ea52da5a96b4566fe2c9f89384a3e5d39dff:MenubarCC + Sun, 05 Jul 2026 13:33:06 GMT + 유틞늬티 / 메뉎 바 도구 + 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 + 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]]>
+
+ + Harbofly + https://harbofly.app/ + 9568458c70df1b8762f8f5056ca760c50f753922:Harbofly + Sun, 05 Jul 2026 08:19:58 GMT + 유틞늬티 / 정늬 및 제거 + 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 + 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]]>
+
+ + MoonProxy + https://github.com/MoonProxyHQ/moonproxy-desktop + a59272745a93357a103f7ddfd18c1ad6856a8d27:MoonProxy + Sun, 05 Jul 2026 00:33:23 GMT + 원격 로귞읞 소프튞웚얎 + 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 + 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]]>
+
+ + StockDock + https://github.com/simonsruggi/StockDock + 9c7ea9e1942d44b22cad2e39ad4424646b6f6668:StockDock + Sun, 05 Jul 2026 00:14:39 GMT + ꞈ융 + 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 + 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]]>
+
+ + Off Grid AI Desktop + https://getoffgridai.co/desktop + 79727df0c0d285c93e234212932bfb0dcc9a6c5f:Off Grid AI Desktop + Sun, 05 Jul 2026 00:04:14 GMT + AI 도구 + Category: AI 도구 +App: Off Grid AI Desktop +Description: 비공개 로컬 우선 AI 도구. 로컬 LLM 채팅, 읎믞지 생성, 음성 받아쓰Ʞ, 메몚늬 검색을 몚두 êž°êž° 낎에서 싀행. +Website: https://getoffgridai.co/desktop +Commit: Add "Off Grid AI Desktopt" to the ja/ko/zh list. +Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/79727df0c0d285c93e234212932bfb0dcc9a6c5f + App: Off Grid AI Desktop
Description: 비공개 로컬 우선 AI 도구. 로컬 LLM 채팅, 읎믞지 생성, 음성 받아쓰Ʞ, 메몚늬 검색을 몚두 êž°êž° 낎에서 싀행.
Website: https://getoffgridai.co/desktop
Commit: Add "Off Grid AI Desktopt" to the ja/ko/zh list.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/79727df0c0d285c93e234212932bfb0dcc9a6c5f]]>
+
+ + Vesta + https://github.com/vestaterm/Vesta + 71b7e4bb8269a618f15398aee362dfd9d5d493bf:Vesta + Wed, 01 Jul 2026 03:13:12 GMT + 개발 도구 / 터믞널 앱 + 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 + 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]]>
+
+ + Edmund + https://github.com/I7T5/Edmund + 3eedfd7588d7c53bde40217c210c412ad98fa218:Edmund + Tue, 30 Jun 2026 04:17:46 GMT + 읜Ʞ 및 ì“°êž° 도구 / 마크닀욎 도구 [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools) + 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 + 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]]>
+
+ + Orca + https://onorca.dev + 65dcb46146c4a7fea28b2117d574d8d34e5cbc46:Orca + Mon, 29 Jun 2026 02:36:44 GMT + 개발 도구 / IDE / 윔드 펞집Ʞ + 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 + 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]]>
+
+ + VoxFlow + https://github.com/xingbofeng/VoxFlow + 064235d50be31cc75a8e91bf34e93a4e162fbfa0:VoxFlow + Sat, 27 Jun 2026 01:19:07 GMT + 음성 텍슀튞 변환 (Voice-to-Text) + 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 + 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]]>
+
+ + Pesty + https://github.com/momenbasel/pesty + c45bbebc4b9f85db07a56cce3403ce58b4812476:Pesty + Fri, 26 Jun 2026 02:23:11 GMT + 유틞늬티 / 큎늜볎드 도구 + 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 + 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]]>
+
+ + Claude Usage + https://github.com/Bread-bang/claude-usage + 0136ad87cd5608de92aca3500367e99bb9df939a:Claude Usage + Fri, 26 Jun 2026 01:44:42 GMT + AI 도구 + 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 + 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]]>
+
+ + Vorssaint + https://vorssaint.com + 90b5d18990518c5378bcda16b8ce710f5f6ac632:Vorssaint + Wed, 24 Jun 2026 02:10:17 GMT + 유틞늬티 / 메뉎 바 도구 + 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 + 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]]>
+
+ + mysa + https://github.com/alishansnsn/mysa + 14e273dbfd26ededdb4c76acf46e3c738ac0f464:mysa + Mon, 22 Jun 2026 08:09:04 GMT + 유틞늬티 / 메뉎 바 도구 + 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 + 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]]>
+
+ + SiliconScope + https://siliconscope.calidalab.ai + 1dc6b5e73997fa68905ff66071f30ca9621ba1e1:SiliconScope + Sun, 21 Jun 2026 22:32:20 GMT + 유틞늬티 / 시슀템 도구 + 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 + 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]]>
+
+ + JsonStudio + https://jsonstudio.js.org/ + 21fe432c4601693abd676f4279e1f834f0c5d759:JsonStudio + Sun, 21 Jun 2026 22:00:20 GMT + 개발 도구 / 개발자 유틞늬티 + 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 + App: JsonStudio
Description: JSON 포맷팅, 펞집, 비교, 변환, 검슝, 로귞 추출을 지원하는 로컬 우선 JSON 워크슀페읎슀.
Website: https://jsonstudio.js.org/
Commit: Add JsonStudio (#2209)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/21fe432c4601693abd676f4279e1f834f0c5d759]]>
+
+ + Tintpad + https://github.com/sorkila/tintpad + 6caec1eb50a74f4503af2901213c7cde6ae344c2:Tintpad + Sat, 20 Jun 2026 16:33:16 GMT + 개발 도구 / 개발자 유틞늬티 + 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 + 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]]>
+
+ + Agent Island + https://github.com/tristan666666/agent-island + f1b3f9828b2dc0db4a1da09242df13fb620e2f0c:Agent Island + Thu, 18 Jun 2026 11:19:31 GMT + 유틞늬티 / 메뉎 바 도구 + 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 + 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]]>
+
+ + TrustTunnel + https://trusttunnel.org/ + bd053d570146cf2f7ab8527dfebc39dd6988fa21:TrustTunnel + Wed, 17 Jun 2026 05:23:48 GMT + 프록시 및 VPN 도구 + 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 + 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]]>
+
+ + MaCursor + https://github.com/writronic/MaCursor + 7ccc07cf7274c9f37cb7eb88941543f551f822b5:MaCursor + Wed, 17 Jun 2026 03:55:26 GMT + 유틞늬티 / 시슀템 도구 + 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 + 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]]>
+
+ + Cate + https://cate.cero-ai.com + febc8acb8ce125c6b276fbf34baecc259515eca8:Cate + Wed, 10 Jun 2026 12:34:14 GMT + 개발 도구 / IDE / 윔드 펞집Ʞ + 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 + 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]]>
+
+ + SmoothCSV + https://smoothcsv.com/ + 841c0d7c9059451b3cdaa452e01c7ed05c9b5f65:SmoothCSV + Sat, 06 Jun 2026 03:52:19 GMT + 읜Ʞ 및 ì“°êž° 도구 / Ʞ타 + 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 + 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]]>
+
+ + Mole Widget + https://github.com/bsnkhua/mole-widget + 355f149de3431629418b9065ee7041af3cf6899a:Mole Widget + Sat, 06 Jun 2026 02:16:57 GMT + 유틞늬티 / 메뉎 바 도구 + 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 + 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]]>
+
+ + Gantry + https://github.com/getgantry/gantry + 4d4a90a18c2237537d3d4e71a82cff021efdafec:Gantry + Fri, 05 Jun 2026 10:33:31 GMT + 개발 도구 / 가상화 + 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 + 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]]>
+
+ + CSV Quick Look + https://github.com/adamorad/csv-quick-look + 4bbbedab6ebe1dc3afef8ce357bcbff2d346eccc:CSV Quick Look + Fri, 05 Jun 2026 10:31:17 GMT + QuickLook 플러귞읞 + 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 + 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]]>
+
+ + SnippetCraft + https://getsnippetcraft.com + 0a6ea6f00b4f3eeb5d70e491610a173c56e370ab:SnippetCraft + Fri, 05 Jun 2026 05:45:42 GMT + 유틞늬티 / 큎늜볎드 도구 + 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 + 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]]>
+
+ + capcap + https://capcap.skyrin.fun + f0d79d664b64c897c03f89a0d1e8d75ca46214ad:capcap + Fri, 05 Jun 2026 05:31:33 GMT + 디자읞 및 제품 / 슀크늰샷 도구 + 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 + 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]]>
+
+ + Fader + https://github.com/pantafive/fader + 51eed00ef094a5376358d6a74cca6448f58e5b5b:Fader + Fri, 05 Jun 2026 02:46:11 GMT + 였디였 및 비디였 도구 + 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 + 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]]>
+
+ + Cursor Voice + https://cursorvoice.app + 982aed0bf7329e9bde5768420e6cf871024e359e:Cursor Voice + Wed, 03 Jun 2026 01:01:06 GMT + AI 도구 + 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 + 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]]>
+
+ + Sleepless + https://github.com/Aboudjem/Sleepless + 1adde8042c48bc0ba6d12c84f2ac5942c6eea6da:Sleepless + Tue, 02 Jun 2026 16:07:02 GMT + 유틞늬티 / 시슀템 도구 + 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 + 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]]>
+
+ + ClipHistory + https://github.com/weiykong/ClipHistory + ffe8b08f41f78e62471cb3efebfa172a746fd372:ClipHistory + Tue, 02 Jun 2026 04:38:50 GMT + 유틞늬티 / 큎늜볎드 도구 + Category: 유틞늬티 / 큎늜볎드 도구 +App: ClipHistory +Description: 닚축킀 슉시 팝업, 검색, 고정, 텍슀튞/읎믞지 Ʞ록을 지원하는 가벌욎 넀읎티람 큎늜볎드 ꎀ늬자. +Open Source: https://github.com/weiykong/ClipHistory +Commit: Add ClipHistory +Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/ffe8b08f41f78e62471cb3efebfa172a746fd372 + App: ClipHistory
Description: 닚축킀 슉시 팝업, 검색, 고정, 텍슀튞/읎믞지 Ʞ록을 지원하는 가벌욎 넀읎티람 큎늜볎드 ꎀ늬자.
Open Source: https://github.com/weiykong/ClipHistory
Commit: Add ClipHistory
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/ffe8b08f41f78e62471cb3efebfa172a746fd372]]>
+
+ + SystemEQ for Mac + https://denzam.github.io/SystemEQ-for-Mac/ + 180e1c96827db9eda58a5f120cccb5990b3200b6:SystemEQ for Mac + Tue, 02 Jun 2026 04:01:12 GMT + 였디였 및 비디였 도구 + 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 + 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]]>
+
+ + Harbor + https://github.com/tahseen-kakar/harbor + 02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039:Harbor + Sun, 31 May 2026 12:41:48 GMT + 닀욎로드 ꎀ늬 도구 + 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 + 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]]>
+
+ + Mac Clean + https://github.com/iliyami/MacClean + 4ca8807cbd3fa2b9d45f23bceb0c9ee92fff7fcd:Mac Clean + Sat, 30 May 2026 10:18:25 GMT + 유틞늬티 / 정늬 및 제거 + 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 + 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]]>
+
+ + clawpypaste + https://github.com/krisbradley/clawpypaste + c1406fb34adf00858cceabd0ac198e59d7ca23c3:clawpypaste + Fri, 29 May 2026 04:39:44 GMT + AI 도구 + 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 + 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]]>
+
+ + Parakey + https://github.com/rcourtman/parakey + df5cf1ff659026b5b7801b5a7d41fe93819d21da:Parakey + Tue, 26 May 2026 07:31:47 GMT + 음성 텍슀튞 변환 (Voice-to-Text) + 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 + 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]]>
+
+ + PureSnitch + https://github.com/momenbasel/puresnitch + 369fb1b345def7ffb7c9dd8a8ebd11cdbe75f7b7:PureSnitch + Mon, 25 May 2026 00:33:33 GMT + 볎안 도구 + 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 + 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]]>
+
+ + Live Translator + https://github.com/umutcetinkaya/live-translator + 48da75d4964c95828cfe9d8dbeac83b9baf03c76:Live Translator + Sat, 23 May 2026 01:08:31 GMT + 번역 도구 + 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 + 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]]>
+
+ + Papr + https://github.com/l0ng-ai/papr + dbe0b073a7e510ee83194d479e209f3af55e4b2f:Papr + Thu, 21 May 2026 02:53:12 GMT + 읜Ʞ 및 ì“°êž° 도구 / RSS + 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 + 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]]>
+
+ + Muxy + https://github.com/muxy-app/muxy + c07bf2d710be55b98e49a83d560a88cd200a995a:Muxy + Tue, 19 May 2026 22:24:43 GMT + 개발 도구 / 터믞널 앱 + 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 + 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]]>
+
+
+
diff --git a/feed/feed-zh.md b/feed/feed-zh.md new file mode 100644 index 0000000..3412b4b --- /dev/null +++ b/feed/feed-zh.md @@ -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`。 diff --git a/feed/feed-zh.xml b/feed/feed-zh.xml new file mode 100644 index 0000000..5b6014e --- /dev/null +++ b/feed/feed-zh.xml @@ -0,0 +1,712 @@ + + + + Awesome Mac - 最近新增应甚 + https://jaywcjlove.github.io/awesome-mac + 根据䞭文列衚敎理的最近新增 macOS 应甚。 + zh-CN + Sun, 12 Jul 2026 01:09:08 GMT + + build/feed.mjs + + Presspeech + https://github.com/rcourtman/presspeech + 1a8e1aa613e808a6ac97d1aa478d57a698af7d2a:Presspeech + Sun, 12 Jul 2026 01:09:08 GMT + 音频和视频 + Category: 音频和视频 +App: Presspeech +Description: 基于 Parakeet TDT v3CoreML/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 + App: Presspeech
Description: 基于 Parakeet TDT v3CoreML/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]]>
+
+ + Knopo + https://github.com/alkalim/Knopo + 1f253f397c243f38605012529fbc81b837fb1ada:Knopo + Sun, 12 Jul 2026 00:18:16 GMT + 阅读䞎写䜜工具 / 笔记 + 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 + 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]]>
+
+ + Gemini Collector + https://github.com/FirenzeLor/gemini-collector + 5ac5d87f284028cf73b34cb7b9a722ea5d0629e1:Gemini Collector + Sun, 12 Jul 2026 00:08:52 GMT + AI 工具 + 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 + 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]]>
+
+ + Profisor + https://github.com/yefga/Profisor + 68b54c06902da7c3eef7c2abcf1d28625dcb5de7:Profisor + Sat, 11 Jul 2026 09:03:09 GMT + 其它实甚工具 / 菜单栏工具 + 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 + 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]]>
+
+ + Battery Hog + https://github.com/luke-fairbanks/BatteryHog + e34fa129f9bce64dbc862880429b71ea15c1afa3:Battery Hog + Fri, 10 Jul 2026 07:52:03 GMT + 其它实甚工具 / 系统盞关工具 + 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 + 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]]>
+
+ + OATS + https://github.com/ariso-ai/oats + 9654998824e9692ac4d6953152ff997cd884ac6c:OATS + Thu, 09 Jul 2026 04:48:55 GMT + 阅读䞎写䜜工具 / 笔记 + 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 + 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]]>
+
+ + Prevail + https://prevail.sh + d3dc33f0560c77b9ab7df83d2bd620121548f8e2:Prevail + Tue, 07 Jul 2026 11:57:34 GMT + AI 工具 + 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 + 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]]>
+
+ + tty7 + https://github.com/l0ng-ai/tty7 + 258daea61a27fda55d57bea4be5d05b10c6c30a6:tty7 + Tue, 07 Jul 2026 01:43:44 GMT + 匀发者工具 / 呜什行应甚 + 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 + 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]]>
+
+ + TokenTracker + https://www.tokentracker.cc + baa66734f625ca23b69f94f1b10bc972395eaca2:TokenTracker + Mon, 06 Jul 2026 23:32:36 GMT + AI 工具 + 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 + 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]]>
+
+ + Wox + https://wox-launcher.github.io/Wox/ + c4c9f9831cd203db51e91224fc49a4b595fe3b05:Wox + Mon, 06 Jul 2026 10:10:24 GMT + 其它实甚工具 + 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 + App: Wox
Description: 匀源跚平台启劚噚支持快速本地搜玢和插件扩展。
Website: https://wox-launcher.github.io/Wox/
Commit: Add Wox #2047
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/c4c9f9831cd203db51e91224fc49a4b595fe3b05]]>
+
+ + cctop + https://cctop.app + bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9:cctop + Mon, 06 Jul 2026 05:33:17 GMT + 其它实甚工具 / 菜单栏工具 + 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 + 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]]>
+
+ + MenubarCC + https://github.com/ksterx/MenubarCC + b197ea52da5a96b4566fe2c9f89384a3e5d39dff:MenubarCC + Sun, 05 Jul 2026 13:33:06 GMT + 其它实甚工具 / 菜单栏工具 + 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 + 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]]>
+
+ + Harbofly + https://harbofly.app/ + 9568458c70df1b8762f8f5056ca760c50f753922:Harbofly + Sun, 05 Jul 2026 08:19:58 GMT + 其它实甚工具 / 枅理卞蜜 + 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 + 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]]>
+
+ + MoonProxy + https://github.com/MoonProxyHQ/moonproxy-desktop + a59272745a93357a103f7ddfd18c1ad6856a8d27:MoonProxy + Sun, 05 Jul 2026 00:33:23 GMT + 远皋协助 + 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 + 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]]>
+
+ + StockDock + https://github.com/simonsruggi/StockDock + 9c7ea9e1942d44b22cad2e39ad4424646b6f6668:StockDock + Sun, 05 Jul 2026 00:14:39 GMT + 金融 + 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 + 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]]>
+
+ + Off Grid AI Desktop + https://getoffgridai.co/desktop + 79727df0c0d285c93e234212932bfb0dcc9a6c5f:Off Grid AI Desktop + Sun, 05 Jul 2026 00:04:14 GMT + AI 工具 + Category: AI 工具 +App: Off Grid AI Desktop +Description: 私密的本地䌘先 AI 工具支持本地倧暡型对话、囟像生成、语音听写和记忆搜玢党郚圚端䟧运行。 +Website: https://getoffgridai.co/desktop +Commit: Add "Off Grid AI Desktopt" to the ja/ko/zh list. +Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/79727df0c0d285c93e234212932bfb0dcc9a6c5f + App: Off Grid AI Desktop
Description: 私密的本地䌘先 AI 工具支持本地倧暡型对话、囟像生成、语音听写和记忆搜玢党郚圚端䟧运行。
Website: https://getoffgridai.co/desktop
Commit: Add "Off Grid AI Desktopt" to the ja/ko/zh list.
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/79727df0c0d285c93e234212932bfb0dcc9a6c5f]]>
+
+ + Vesta + https://github.com/vestaterm/Vesta + 71b7e4bb8269a618f15398aee362dfd9d5d493bf:Vesta + Wed, 01 Jul 2026 03:13:12 GMT + 匀发者工具 / 呜什行应甚 + 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 + 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]]>
+
+ + Edmund + https://github.com/I7T5/Edmund + 3eedfd7588d7c53bde40217c210c412ad98fa218:Edmund + Tue, 30 Jun 2026 04:17:46 GMT + 阅读䞎写䜜工具 / Markdown + 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 + 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]]>
+
+ + Orca + https://onorca.dev + 65dcb46146c4a7fea28b2117d574d8d34e5cbc46:Orca + Mon, 29 Jun 2026 02:36:44 GMT + 匀发者工具 / 猖蟑噚 + 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 + 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]]>
+
+ + VoxFlow + https://github.com/xingbofeng/VoxFlow + 064235d50be31cc75a8e91bf34e93a4e162fbfa0:VoxFlow + Sat, 27 Jun 2026 01:19:07 GMT + 音频和视频 + 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 + 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]]>
+
+ + Pesty + https://github.com/momenbasel/pesty + c45bbebc4b9f85db07a56cce3403ce58b4812476:Pesty + Fri, 26 Jun 2026 02:23:11 GMT + 其它实甚工具 / 剪莎板工具 + 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 + 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]]>
+
+ + Claude Usage + https://github.com/Bread-bang/claude-usage + 0136ad87cd5608de92aca3500367e99bb9df939a:Claude Usage + Fri, 26 Jun 2026 01:44:42 GMT + AI 工具 + 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 + 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]]>
+
+ + Vorssaint + https://vorssaint.com + 90b5d18990518c5378bcda16b8ce710f5f6ac632:Vorssaint + Wed, 24 Jun 2026 02:10:17 GMT + 其它实甚工具 / 菜单栏工具 + 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 + 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]]>
+
+ + mysa + https://github.com/alishansnsn/mysa + 14e273dbfd26ededdb4c76acf46e3c738ac0f464:mysa + Mon, 22 Jun 2026 08:09:04 GMT + 其它实甚工具 / 菜单栏工具 + 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 + 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]]>
+
+ + SiliconScope + https://siliconscope.calidalab.ai + 1dc6b5e73997fa68905ff66071f30ca9621ba1e1:SiliconScope + Sun, 21 Jun 2026 22:32:20 GMT + 其它实甚工具 / 系统盞关工具 + 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 + 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]]>
+
+ + JsonStudio + https://jsonstudio.js.org/ + 21fe432c4601693abd676f4279e1f834f0c5d759:JsonStudio + Sun, 21 Jun 2026 22:00:20 GMT + 匀发者工具 / 匀发者实甚工具 + 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 + App: JsonStudio
Description: 本地䌘先的 JSON 工䜜台支持栌匏化、猖蟑、对比、蜬换、校验和从日志䞭提取 JSON。
Website: https://jsonstudio.js.org/
Commit: Add JsonStudio (#2209)
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/21fe432c4601693abd676f4279e1f834f0c5d759]]>
+
+ + Tintpad + https://github.com/sorkila/tintpad + 6caec1eb50a74f4503af2901213c7cde6ae344c2:Tintpad + Sat, 20 Jun 2026 16:33:16 GMT + 匀发者工具 / 匀发者实甚工具 + 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 + 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]]>
+
+ + Agent Island + https://github.com/tristan666666/agent-island + f1b3f9828b2dc0db4a1da09242df13fb620e2f0c:Agent Island + Thu, 18 Jun 2026 11:19:31 GMT + 其它实甚工具 / 菜单栏工具 + 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 + 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]]>
+
+ + TrustTunnel + https://trusttunnel.org/ + bd053d570146cf2f7ab8527dfebc39dd6988fa21:TrustTunnel + Wed, 17 Jun 2026 05:23:48 GMT + 科孊䞊眑 + 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 + 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]]>
+
+ + MaCursor + https://github.com/writronic/MaCursor + 7ccc07cf7274c9f37cb7eb88941543f551f822b5:MaCursor + Wed, 17 Jun 2026 03:55:26 GMT + 其它实甚工具 / 系统盞关工具 + 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 + 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]]>
+
+ + Cate + https://cate.cero-ai.com + febc8acb8ce125c6b276fbf34baecc259515eca8:Cate + Wed, 10 Jun 2026 12:34:14 GMT + 匀发者工具 / 猖蟑噚 + 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 + 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]]>
+
+ + SmoothCSV + https://smoothcsv.com/ + 841c0d7c9059451b3cdaa452e01c7ed05c9b5f65:SmoothCSV + Sat, 06 Jun 2026 03:52:19 GMT + 电子乊 / 其他 + 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 + 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]]>
+
+ + Mole Widget + https://github.com/bsnkhua/mole-widget + a2115f4216124391b70062044ccb24b30599e927:Mole Widget + Sat, 06 Jun 2026 02:08:55 GMT + 其它实甚工具 / 菜单栏工具 + 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 + 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]]>
+
+ + Gantry + https://github.com/getgantry/gantry + 4d4a90a18c2237537d3d4e71a82cff021efdafec:Gantry + Fri, 05 Jun 2026 10:33:31 GMT + 虚拟机 + 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 + 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]]>
+
+ + CSV Quick Look + https://github.com/adamorad/csv-quick-look + 4bbbedab6ebe1dc3afef8ce357bcbff2d346eccc:CSV Quick Look + Fri, 05 Jun 2026 10:31:17 GMT + QuickLook插件 + 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 + 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]]>
+
+ + SnippetCraft + https://getsnippetcraft.com + 0a6ea6f00b4f3eeb5d70e491610a173c56e370ab:SnippetCraft + Fri, 05 Jun 2026 05:45:42 GMT + 其它实甚工具 / 剪莎板工具 + 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 + 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]]>
+
+ + capcap + https://capcap.skyrin.fun + f0d79d664b64c897c03f89a0d1e8d75ca46214ad:capcap + Fri, 05 Jun 2026 05:31:33 GMT + 讟计和产品 / 截囟工具 + 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 + 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]]>
+
+ + Fader + https://github.com/pantafive/fader + 51eed00ef094a5376358d6a74cca6448f58e5b5b:Fader + Fri, 05 Jun 2026 02:46:11 GMT + 音频和视频 + 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 + 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]]>
+
+ + Cursor Voice + https://cursorvoice.app + 982aed0bf7329e9bde5768420e6cf871024e359e:Cursor Voice + Wed, 03 Jun 2026 01:01:06 GMT + AI 工具 + 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 + 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]]>
+
+ + Sleepless + https://github.com/Aboudjem/Sleepless + 1adde8042c48bc0ba6d12c84f2ac5942c6eea6da:Sleepless + Tue, 02 Jun 2026 16:07:02 GMT + 其它实甚工具 / 系统盞关工具 + 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 + 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]]>
+
+ + ClipHistory + https://github.com/weiykong/ClipHistory + ffe8b08f41f78e62471cb3efebfa172a746fd372:ClipHistory + Tue, 02 Jun 2026 04:38:50 GMT + 其它实甚工具 / 剪莎板工具 + Category: 其它实甚工具 / 剪莎板工具 +App: ClipHistory +Description: 蜻量的原生剪莎板管理噚支持热键匹窗、搜玢、眮顶和文本/囟片历史。 +Open Source: https://github.com/weiykong/ClipHistory +Commit: Add ClipHistory +Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/ffe8b08f41f78e62471cb3efebfa172a746fd372 + App: ClipHistory
Description: 蜻量的原生剪莎板管理噚支持热键匹窗、搜玢、眮顶和文本/囟片历史。
Open Source: https://github.com/weiykong/ClipHistory
Commit: Add ClipHistory
Commit URL: https://github.com/jaywcjlove/awesome-mac/commit/ffe8b08f41f78e62471cb3efebfa172a746fd372]]>
+
+ + SystemEQ for Mac + https://denzam.github.io/SystemEQ-for-Mac/ + 180e1c96827db9eda58a5f120cccb5990b3200b6:SystemEQ for Mac + Tue, 02 Jun 2026 04:01:12 GMT + 音频和视频 / 音频圕制䞎猖蟑 + 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 + 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]]>
+
+ + Harbor + https://github.com/tahseen-kakar/harbor + 02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039:Harbor + Sun, 31 May 2026 12:41:48 GMT + 䞋蜜工具 + 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 + 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]]>
+
+ + Mac Clean + https://github.com/iliyami/MacClean + 4ca8807cbd3fa2b9d45f23bceb0c9ee92fff7fcd:Mac Clean + Sat, 30 May 2026 10:18:25 GMT + 其它实甚工具 / 枅理卞蜜 + 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 + 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]]>
+
+ + clawpypaste + https://github.com/krisbradley/clawpypaste + c1406fb34adf00858cceabd0ac198e59d7ca23c3:clawpypaste + Fri, 29 May 2026 04:39:44 GMT + AI 工具 + 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 + 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]]>
+
+ + Parakey + https://github.com/rcourtman/parakey + df5cf1ff659026b5b7801b5a7d41fe93819d21da:Parakey + Tue, 26 May 2026 07:31:47 GMT + 音频和视频 + Category: 音频和视频 +App: Parakey +Description: 基于 Parakeet TDT v3CoreML/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 + App: Parakey
Description: 基于 Parakeet TDT v3CoreML/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]]>
+
+ + PureSnitch + https://github.com/momenbasel/puresnitch + 369fb1b345def7ffb7c9dd8a8ebd11cdbe75f7b7:PureSnitch + Mon, 25 May 2026 00:33:33 GMT + 安党工具 + 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 + 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]]>
+
+ + Live Translator + https://github.com/umutcetinkaya/live-translator + 48da75d4964c95828cfe9d8dbeac83b9baf03c76:Live Translator + Sat, 23 May 2026 01:08:31 GMT + 翻译工具 + 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 + 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]]>
+
+ + Papr + https://github.com/l0ng-ai/papr + dbe0b073a7e510ee83194d479e209f3af55e4b2f:Papr + Thu, 21 May 2026 02:53:12 GMT + 阅读䞎写䜜工具 / RSS + 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 + 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]]>
+
+ + Muxy + https://github.com/muxy-app/muxy + c07bf2d710be55b98e49a83d560a88cd200a995a:Muxy + Tue, 19 May 2026 22:24:43 GMT + 匀发者工具 / 呜什行应甚 + 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 + 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]]>
+
+
+
diff --git a/feed/feed.md b/feed/feed.md new file mode 100644 index 0000000..2fc3abb --- /dev/null +++ b/feed/feed.md @@ -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`. diff --git a/feed/feed.xml b/feed/feed.xml new file mode 100644 index 0000000..f1afa45 --- /dev/null +++ b/feed/feed.xml @@ -0,0 +1,712 @@ + + + + Awesome Mac - Recent App Additions + https://jaywcjlove.github.io/awesome-mac + Recently added macOS apps tracked from awesome-mac. + en-US + Sun, 12 Jul 2026 01:09:08 GMT + + build/feed.mjs + + Presspeech + https://github.com/rcourtman/presspeech + 1a8e1aa613e808a6ac97d1aa478d57a698af7d2a:Presspeech + Sun, 12 Jul 2026 01:09:08 GMT + Voice-to-Text + 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 + 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]]>
+
+ + Knopo + https://github.com/alkalim/Knopo + 1f253f397c243f38605012529fbc81b837fb1ada:Knopo + Sun, 12 Jul 2026 00:18:16 GMT + Reading and Writing Tools / Note-taking + 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 + 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]]>
+
+ + Gemini Collector + https://github.com/FirenzeLor/gemini-collector + 5ac5d87f284028cf73b34cb7b9a722ea5d0629e1:Gemini Collector + Sun, 12 Jul 2026 00:08:52 GMT + AI Tools + 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 + 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]]>
+
+ + Profisor + https://github.com/yefga/Profisor + 68b54c06902da7c3eef7c2abcf1d28625dcb5de7:Profisor + Sat, 11 Jul 2026 09:03:09 GMT + Utilities / Menu Bar Tools + 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 + 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]]>
+
+ + Battery Hog + https://github.com/luke-fairbanks/BatteryHog + e34fa129f9bce64dbc862880429b71ea15c1afa3:Battery Hog + Fri, 10 Jul 2026 07:52:03 GMT + Utilities / System Related Tools + 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 + 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]]>
+
+ + OATS + https://github.com/ariso-ai/oats + 9654998824e9692ac4d6953152ff997cd884ac6c:OATS + Thu, 09 Jul 2026 04:48:55 GMT + Reading and Writing Tools / Note-taking + 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 + 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]]>
+
+ + Prevail + https://prevail.sh + d3dc33f0560c77b9ab7df83d2bd620121548f8e2:Prevail + Tue, 07 Jul 2026 11:57:34 GMT + AI Tools + 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 + 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]]>
+
+ + tty7 + https://github.com/l0ng-ai/tty7 + 258daea61a27fda55d57bea4be5d05b10c6c30a6:tty7 + Tue, 07 Jul 2026 01:43:44 GMT + Terminal Apps + 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 + 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]]>
+
+ + TokenTracker + https://www.tokentracker.cc + baa66734f625ca23b69f94f1b10bc972395eaca2:TokenTracker + Mon, 06 Jul 2026 23:32:36 GMT + AI Tools + 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 + 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]]>
+
+ + Wox + https://wox-launcher.github.io/Wox/ + c4c9f9831cd203db51e91224fc49a4b595fe3b05:Wox + Mon, 06 Jul 2026 10:10:24 GMT + Utilities / Productivity + 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 + 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]]>
+
+ + cctop + https://cctop.app + bf1c1ff08d97d092e8fffbf171a1b54db9a3f6f9:cctop + Mon, 06 Jul 2026 05:33:17 GMT + Utilities / Menu Bar Tools + 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 + 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]]>
+
+ + MenubarCC + https://github.com/ksterx/MenubarCC + b197ea52da5a96b4566fe2c9f89384a3e5d39dff:MenubarCC + Sun, 05 Jul 2026 13:33:06 GMT + Utilities / Menu Bar Tools + 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 + 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]]>
+
+ + Harbofly + https://harbofly.app/ + 25bb81d6539f923d2e61d93842baddad421aa350:Harbofly + Sun, 05 Jul 2026 08:14:54 GMT + Utilities / Cleanup and Uninstall + 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 + 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]]>
+
+ + MoonProxy + https://github.com/MoonProxyHQ/moonproxy-desktop + 74fa526ab4863efbf1ca55e285275451a56e76fa:MoonProxy + Sun, 05 Jul 2026 00:30:44 GMT + Remote Login Software + 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 + 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]]>
+
+ + StockDock + https://github.com/simonsruggi/StockDock + 0229ada97eb9c9461912c322b5b562a65e3c656f:StockDock + Sun, 05 Jul 2026 00:11:54 GMT + Finance + Category: Finance +App: StockDock +Description: Menu bar app for real-time stocks, ETFs, crypto and portfolio P&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 + App: StockDock
Description: Menu bar app for real-time stocks, ETFs, crypto and portfolio P&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]]>
+
+ + Off Grid AI Desktop + https://getoffgridai.co/desktop + f35478aabb6b91edb5d81465bdf2a6168cba6be8:Off Grid AI Desktop + Sat, 04 Jul 2026 23:59:43 GMT + AI Tools + 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 + 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]]>
+
+ + Vesta + https://github.com/vestaterm/Vesta + 71b7e4bb8269a618f15398aee362dfd9d5d493bf:Vesta + Wed, 01 Jul 2026 03:13:12 GMT + Terminal Apps + 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 + 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]]>
+
+ + Edmund + https://github.com/I7T5/Edmund + be3e1f3e0f4def7643a7154b70f1037a1e873a27:Edmund + Tue, 30 Jun 2026 03:21:47 GMT + Reading and Writing Tools / Markdown Tools [![Awesome List][awesome-list Icon]](https://github.com/BubuAnabelas/awesome-markdown#tools) + 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 + 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]]>
+
+ + Orca + https://onorca.dev + 1f609c89b956fd69d55b722a81f14fa183c05130:Orca + Mon, 29 Jun 2026 02:32:36 GMT + Developer Tools / IDEs + 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 + 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]]>
+
+ + VoxFlow + https://github.com/xingbofeng/VoxFlow + 064235d50be31cc75a8e91bf34e93a4e162fbfa0:VoxFlow + Sat, 27 Jun 2026 01:19:07 GMT + Voice-to-Text + 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 + 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]]>
+
+ + Pesty + https://github.com/momenbasel/pesty + 9428ae79120a7460996fdfbcc8913a3839a8d1ad:Pesty + Fri, 26 Jun 2026 02:20:31 GMT + Utilities / Clipboard Tools + 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 + 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]]>
+
+ + Claude Usage + https://github.com/Bread-bang/claude-usage + 0136ad87cd5608de92aca3500367e99bb9df939a:Claude Usage + Fri, 26 Jun 2026 01:44:42 GMT + AI Tools + 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 + 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]]>
+
+ + Vorssaint + https://vorssaint.com + 90b5d18990518c5378bcda16b8ce710f5f6ac632:Vorssaint + Wed, 24 Jun 2026 02:10:17 GMT + Utilities / Menu Bar Tools + 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 + 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]]>
+
+ + mysa + https://github.com/alishansnsn/mysa + 14e273dbfd26ededdb4c76acf46e3c738ac0f464:mysa + Mon, 22 Jun 2026 08:09:04 GMT + Utilities / Menu Bar Tools + 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 + 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]]>
+
+ + SiliconScope + https://siliconscope.calidalab.ai + fb07331b5de1a1e46041a802de0c779f62f24152:SiliconScope + Sun, 21 Jun 2026 22:24:22 GMT + Utilities / System Related Tools + 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'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 + 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'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]]>
+
+ + JsonStudio + https://jsonstudio.js.org/ + 21fe432c4601693abd676f4279e1f834f0c5d759:JsonStudio + Sun, 21 Jun 2026 22:00:20 GMT + Developer Tools / Developer Utilities + 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 + 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]]>
+
+ + Tintpad + https://github.com/sorkila/tintpad + 6caec1eb50a74f4503af2901213c7cde6ae344c2:Tintpad + Sat, 20 Jun 2026 16:33:16 GMT + Developer Tools / Developer Utilities + 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 + 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]]>
+
+ + Agent Island + https://github.com/tristan666666/agent-island + f1b3f9828b2dc0db4a1da09242df13fb620e2f0c:Agent Island + Thu, 18 Jun 2026 11:19:31 GMT + Utilities / Menu Bar Tools + 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 + 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]]>
+
+ + TrustTunnel + https://trusttunnel.org/ + bd053d570146cf2f7ab8527dfebc39dd6988fa21:TrustTunnel + Wed, 17 Jun 2026 05:23:48 GMT + Proxy and VPN Tools + 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 + 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]]>
+
+ + MaCursor + https://github.com/writronic/MaCursor + 7ccc07cf7274c9f37cb7eb88941543f551f822b5:MaCursor + Wed, 17 Jun 2026 03:55:26 GMT + Utilities / Quality of Life Improvements + 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 + 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]]>
+
+ + Cate + https://cate.cero-ai.com + febc8acb8ce125c6b276fbf34baecc259515eca8:Cate + Wed, 10 Jun 2026 12:34:14 GMT + Developer Tools / IDEs + 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 + 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]]>
+
+ + SmoothCSV + https://smoothcsv.com/ + a5805e2fcdbf3b25438dadbd86090d96af43634a:SmoothCSV + Sat, 06 Jun 2026 02:21:53 GMT + Reading and Writing Tools / Others + 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 + 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]]>
+
+ + Mole Widget + https://github.com/bsnkhua/mole-widget + a2115f4216124391b70062044ccb24b30599e927:Mole Widget + Sat, 06 Jun 2026 02:08:55 GMT + Utilities / Menu Bar Tools + 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 + 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]]>
+
+ + Gantry + https://getgantry.github.io/ + f8e992feec19b8ade3b770068d6dcf2876c45148:Gantry + Fri, 05 Jun 2026 10:27:53 GMT + Developer Tools / Virtualization + 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 + 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]]>
+
+ + CSV Quick Look + https://github.com/adamorad/csv-quick-look + 38ae34b0b8b2db6c2f2acb02d320e2d3af179418:CSV Quick Look + Fri, 05 Jun 2026 07:14:03 GMT + QuickLook Plugins + 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 + 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]]>
+
+ + SnippetCraft + https://getsnippetcraft.com + 0a6ea6f00b4f3eeb5d70e491610a173c56e370ab:SnippetCraft + Fri, 05 Jun 2026 05:45:42 GMT + Utilities / Clipboard Tools + 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 + 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]]>
+
+ + capcap + https://capcap.skyrin.fun + f0d79d664b64c897c03f89a0d1e8d75ca46214ad:capcap + Fri, 05 Jun 2026 05:31:33 GMT + Design and Product / Screenshot Tools + 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 + 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]]>
+
+ + Fader + https://github.com/pantafive/fader + 51eed00ef094a5376358d6a74cca6448f58e5b5b:Fader + Fri, 05 Jun 2026 02:46:11 GMT + Audio and Video Tools + 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 + 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]]>
+
+ + Cursor Voice + https://cursorvoice.app + 982aed0bf7329e9bde5768420e6cf871024e359e:Cursor Voice + Wed, 03 Jun 2026 01:01:06 GMT + AI Tools + 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 + 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]]>
+
+ + Sleepless + https://github.com/Aboudjem/Sleepless + 1adde8042c48bc0ba6d12c84f2ac5942c6eea6da:Sleepless + Tue, 02 Jun 2026 16:07:02 GMT + Utilities / System Related Tools + 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 + 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]]>
+
+ + ClipHistory + https://weiykong.github.io/ClipHistory + 434f41a142388932436ead2925ffcc5b700527b2:ClipHistory + Tue, 02 Jun 2026 04:37:02 GMT + Utilities / Clipboard Tools + Category: Utilities / Clipboard Tools +App: ClipHistory +Description: Lightweight native macOS clipboard manager. Instant hotkey popup, captures text & 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 + App: ClipHistory
Description: Lightweight native macOS clipboard manager. Instant hotkey popup, captures text & 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]]>
+
+ + SystemEQ for Mac + https://denzam.github.io/SystemEQ-for-Mac/ + 2e37ef38a9349110c1a823dd7c5a3c4fdffdfc23:SystemEQ for Mac + Tue, 02 Jun 2026 01:29:34 GMT + Audio and Video Tools / Audio Record and Process + 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 + 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]]>
+
+ + Harbor + https://github.com/tahseen-kakar/harbor + 02a0ab3b1f9cdfeaa19af016ebb38ec16f43c039:Harbor + Sun, 31 May 2026 12:41:48 GMT + Download Management Tools + 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 + 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]]>
+
+ + Mac Clean + https://github.com/iliyami/MacClean + a0f814429a6335d4c8ab62623b78570ee1ead160:Mac Clean + Sat, 30 May 2026 10:10:40 GMT + Utilities / Cleanup and Uninstall + 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 + 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]]>
+
+ + clawpypaste + https://github.com/krisbradley/clawpypaste + c1406fb34adf00858cceabd0ac198e59d7ca23c3:clawpypaste + Fri, 29 May 2026 04:39:44 GMT + AI Tools + 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 + 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]]>
+
+ + Parakey + https://github.com/rcourtman/parakey + df5cf1ff659026b5b7801b5a7d41fe93819d21da:Parakey + Tue, 26 May 2026 07:31:47 GMT + Voice-to-Text + 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 + 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]]>
+
+ + PureSnitch + https://github.com/momenbasel/puresnitch + 2898bf5da437286451c5985c4feb8aec8fbad762:PureSnitch + Mon, 25 May 2026 00:30:25 GMT + Security Tools + 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 + 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]]>
+
+ + Live Translator + https://github.com/umutcetinkaya/live-translator + 5782b5000ef01002bcf4905ebb8b32a35542ce08:Live Translator + Sat, 23 May 2026 00:29:13 GMT + Translation Tools + 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 + 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]]>
+
+ + Papr + https://github.com/l0ng-ai/papr + dbe0b073a7e510ee83194d479e209f3af55e4b2f:Papr + Thu, 21 May 2026 02:53:12 GMT + Reading and Writing Tools / RSS + 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 + 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]]>
+
+ + Muxy + https://github.com/muxy-app/muxy + c07bf2d710be55b98e49a83d560a88cd200a995a:Muxy + Tue, 19 May 2026 22:24:43 GMT + Developer Tools / Developer Utilities + 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 + 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]]>
+
+
+
diff --git a/idoc.yml b/idoc.yml new file mode 100644 index 0000000..5c4fcd1 --- /dev/null +++ b/idoc.yml @@ -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 Creative Commons Attribution 4.0 International License.
+ Generated by idoc v{{idocVersion}} + + \ No newline at end of file diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..6b7692f --- /dev/null +++ b/logo.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..91d1e87 --- /dev/null +++ b/package.json @@ -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 ", + "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" + } +} diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..568dd0b --- /dev/null +++ b/renovate.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ], + "packageRules": [ + { + "matchPackagePatterns": ["*"], + "rangeStrategy": "replace" + } + ] +}