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替代终端命令(如caffeinate和pmset),支持合盖和开盖两种模式,并带自动计时退出功能。
macOS용 잠자기 방지 미니 앱.
뚜껑을 닫아도 깨어 있게 하거나, 뚜껑을 연 상태에서만 절전을 막는 타이머 UI를 제공합니다.
작동 준비 — 모드·유지 시간을 고른 뒤 시작
작동 중 — 시작됨은 어둡게 잠금, 해제만 활성 · 남은 시간 표시
| 상태 | 시작 버튼 | 해제 버튼 |
|---|---|---|
| 작동 준비 | 활성 (파란 강조) | 비활성 (어두움) |
| 작동 중 | 시작됨 · 비활성 · 어두움 | 활성 · 눌러서 종료 |
caffeinate / pmset 을 터미널에서 외울 필요 없이 버튼으로| 모드 | 동작 | 권한 |
|---|---|---|
| 뚜껑을 닫아도 깨어 있기 | pmset -a disablesleep 1 | 관리자 암호 1회 |
| 뚜껑을 열어둘 때만 깨어 있기 | caffeinate -i | 일반 사용자 |
유지 시간: 30분 / 1시간 / 2시간 / 4시간 / 8시간 / 무제한
시간이 끝나면 자동 해제(무제한은 해제 버튼 필요).
Releases 에서 lidguard-macOS-arm64.zip → 잠자기방지.app 실행
(첫 실행: 우클릭 → 열기)
git clone https://github.com/truth0530/lidguard.git
cd lidguard
chmod +x scripts/build.sh
./scripts/build.sh
open dist/잠자기방지.app
Universal 바이너리( arm64 + x86_64 ):
UNIVERSAL=1 ./scripts/build.sh
첫 실행 시 Gatekeeper 경고가 나오면
시스템 설정 → 개인정보 보호 및 보안 에서 허용하거나,
우클릭 → 열기를 한 번 하면 됩니다.
시작됨으로 잠김| 파일 / 경로 | 역할 |
|---|---|
/tmp/lidguard_caffeinate.pid | caffeinate PID |
/tmp/lidguard_until | 종료 시각(unix epoch) |
/tmp/lidguard_gen | 타이머 세대(중복 해제 방지) |
osascript 로 관리자 셸에서 pmset -a disablesleep on/offcaffeinate -i (-t 초 제한 또는 무제한)lidguard/
├── Sources/lidguard/main.swift
├── Info.plist
├── assets/
│ ├── AppIcon.icns
│ ├── screenshot-main.png # 메인(작동 준비)
│ └── screenshot-running.png # 작동 중
├── scripts/build.sh
├── LICENSE
└── README.md
disablesleep 은 시스템 전역 설정입니다. 사용 후 반드시 해제하거나 타이머를 두세요.pmset 정책이 막혀 있을 수 있습니다.MIT © 2026 carg
macOS 잠자기 방지 앱 — 뚜껑 닫아도/열어둘 때만 깨어 있기 (pmset · caffeinate)
根据分类、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.
A macOS command-line tool that uses Apple's on-device speech APIs to transcribe prerecorded audio into plain text, JSON, JSONL, SRT, or WebVTT.
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.