Kit is a macOS menu bar utility that combines capture, recording, transcription, interpretation, and translation with fully offline AI processing.

Stars

13

7-day growth

No data

Forks

0

Open issues

0

License

MIT

Last updated

2026-07-13

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It stands out for running all AI features (speech recognition and translation) locally without internet or API keys, ensuring complete privacy, while being accessible via a single double-click installation.

Who it is for

  • macOS users seeking an all-in-one productivity tool
  • Privacy-conscious individuals who want offline processing
  • Non-technical users who need simple setup and operation
  • Users who frequently capture, record, or translate content on Mac

Use cases

  • Quickly capture screen regions with annotation and editing
  • Record screen or audio and transcribe speech to text offline
  • Interpret spoken language in near real-time or translate text between Korean, English, Japanese, and Chinese
  • Organize desktop files automatically by type

Strengths

  • Completely offline operation for all AI features, ensuring data never leaves the device
  • Single double-click installation that automatically sets up Python environment and downloads required models (~1 GB)
  • Combines multiple tools (capture, recording, transcription, translation, desktop cleanup) into one menu bar app
  • Supports both Apple Silicon and Intel Macs with automatic architecture-specific downloads

Considerations

  • macOS only; no Windows or Linux support, and relies on macOS-specific technologies
  • Intel Mac compatibility not fully verified; very old Intel models may lack required CPU instructions (AVX) for AI engines
  • Real-time interpretation has a slight delay (near real-time, not simultaneous) and translation quality varies by language pair (KR↔EN good, KR↔JA fair, KR↔ZH moderate)

README quick start

Kit — 개인용 맥 도구 모음

메뉴바에 사는 작은 도구 모음 앱입니다. 캡처·녹화·녹음·글자변환·통역·번역을 한 곳에서 해결합니다. AI 기능(음성인식·번역)은 인터넷·API 키 없이 컴퓨터 안에서 동작해요.

⚠️ macOS 전용 (Apple Silicon·Intel 모두 설치 가능). 현재 Windows·Linux는 지원하지 않습니다. → 지원 환경

📖 사용자 매뉴얼 보기 — 설치부터 기능별 사용법, 문제 해결까지

기능

카테고리기능
🎪 플로팅 팔레트항상 위에 떠있는 메뉴 팔레트, 귀여운 3D 토끼 아이콘
📸 캡처영역/전체/창 캡처, 캡처 후 편집(자르기·모자이크·화살표·박스·펜·글자), 폴더 열기
🎬 녹화·녹음화면 녹화(화면+마이크), 음성 녹음, 녹음 → 글자(텍스트) 변환
🗣️ 통역·번역통역(말→번역), 실시간 통역 창, 글 번역(한·영·일·중)
🌐 웹 도구자주 쓰는 웹 도구 바로가기
🧹 청소바탕화면 파일 종류별 자동 정리
⚙️ 설정로그인 시 자동 시작, 저장 폴더 변경

폴더 구조

kit/
├─ app.py              # 메뉴바 앱 본체
├─ palette.py          # 플로팅 팔레트 윈도우 (PySide6)
├─ editor.py           # 캡처 편집창 (PySide6)
├─ live_interpret.py   # 실시간 통역 창 (PySide6)
├─ features/           # 기능별 모듈
│   ├─ capture.py      # 캡처
│   ├─ cleanup.py      # 바탕화면 청소
│   ├─ record.py       # 화면 녹화
│   ├─ audio.py        # 음성 녹음
│   ├─ denoise.py      # 잡음 제거 (RNNoise)
│   ├─ transcribe.py   # 음성 → 글자 (Whisper)
│   ├─ translate.py    # 번역 (Argos, 오프라인)
│   ├─ config.py       # 설정 저장 (저장 폴더 등)
│   └─ autostart.py    # 로그인 시 자동 시작
├─ assets/             # 메뉴바 아이콘, 토끼 애니메이션
├─ docs/               # 사용자 매뉴얼 (GitHub Pages)
├─ bin/ffmpeg          # 녹음 변환/잡음제거용 (download_assets.sh 로 받음)
├─ models/             # AI 모델·잡음제거 모델 (download_assets.sh 로 받음)
├─ scripts/
│   └─ download_assets.sh
├─ requirements.txt
└─ 실행.command        # 더블클릭으로 앱 켜기

설치 & 실행 — 더블클릭 한 번이면 끝

  1. 이 페이지 위쪽 CodeDownload ZIP 을 눌러 내려받고, 압축을 풉니다.
  2. 풀린 폴더 안의 실행.command 를 더블클릭합니다.
    • 처음 열 때 "확인되지 않은 개발자" 경고가 뜨면: 파일을 우클릭(또는 Ctrl+클릭) → 열기 → 열기. (macOS 15 이상은 시스템 설정 → 개인정보 보호 및 보안 맨 아래 → 그대로 열기)
  3. 처음 한 번은 파이썬 환경과 AI 모델(약 1GB)을 자동으로 설치합니다 — 인터넷 속도에 따라 몇 분에서 수십 분 걸려요. 끝나면 메뉴바(화면 맨 위)에 Kit 아이콘이 나타납니다.

다음부터는 더블클릭하면 바로 켜집니다. 끄려면: 메뉴 → 종료.

터미널로 설치하고 싶다면 (개발자용)

git clone https://github.com/commme/kit.git
cd kit
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
bash scripts/download_assets.sh      # ffmpeg + AI 모델 다운로드
./실행.command

권한 (한 번만)

  • 캡처/화면 녹화: 캡처나 녹화를 한 번 시도한 뒤 → 시스템 설정 → 개인정보 보호 및 보안 → 화면 및 시스템 오디오 기록 목록에 나타난 항목(터미널 또는 Python)을 켜고, 앱을 재시작하세요.
  • 녹음/통역: 첫 사용 시 마이크 권한 허용

지원 환경

  • macOS 11(빅서) 이상 — Apple Silicon·Intel 모두.
    • Ap

Description

맥 메뉴바 비서 앱 Kit — 캡처·녹화·녹음·통역·번역을 오프라인으로

Related repositories

Similar projects matched by category, topics, and programming language.

lopopolo
Featured
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI & Machine LearningAI Agents
2,390
slvDev
Featured
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI & Machine LearningLarge Language Models
1,960
littledivy
Featured
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI & Machine Learning
1,482