nativ
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.
它提供了一个全面的GUI工具,涵盖仓库生命周期管理,包括AI辅助描述和删除前的完整备份,解决了拥有大量仓库的开发者的常见痛点。
수업·실습 후 남는 GitHub 저장소를 GUI에서 골라 백업·아카이브·이름 변경·삭제하는 데스크톱 앱입니다.
Windows, macOS, Linux에서 동작합니다 (PySide6).
프로젝트: https://github.com/progh2/repomanager
RENAME 입력 확인DELETE / RENAME 입력)git clone --mirror로 모든 브랜치·태그 포함F5·Ctrl+R 새로고침, Delete 삭제 확인gh / OAuth)# Windows — 더블클릭 또는 터미널
run.bat
# macOS / Linux
./run.sh
첫 실행 시 .venv 생성과 의존성 설치를 자동으로 합니다.
의존성만 다시 설치: run.bat --update / ./run.sh --update
python -m venv .venv
# Windows
.venv\Scripts\activate
# macOS / Linux
source .venv/bin/activate
pip install -r requirements.txt
# 또는: pip install -e ".[dev]"
python -m repomanager
선택적으로 .env에 토큰을 둘 수 있습니다 (copy / cp .env.example .env).
GITHUB_TOKEN=ghp_your_token_here
GITHUB_OAUTH_CLIENT_ID=Iv1... # 웹 로그인용(선택)
우선순위: 환경변수(.env) → 설정에 저장한 토큰 → GitHub CLI(gh).
파일 → 설정 (Ctrl+,)
토큰은 Windows Credential Manager / macOS Keychain / Linux Secret Service에 keyring으로 저장됩니다.
keyring을 쓸 수 없으면 Qt QSettings로 대체됩니다.
| 작업 | 필요 권한 |
|---|---|
| 목록·아카이브·설명·이름 변경 | repo |
| 삭제 | delete_repo (별도) |
| 조직 저장소 | read:org (필요 시) |
Fine-grained PAT는 대상 저장소에 Administration: Read and write(삭제·이름 변경 등)가 필요할 수 있습니다.
gh auth refresh -h github.com -s delete_repo
``
Desktop GUI to list, archive, and delete GitHub repositories in bulk (PySide6)
根据分类、Topic 和编程语言匹配的相似项目。
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.