Crisp
Free, open-source external monitor control for macOS: a lightweight menu bar app with sharp HiDPI/Retina scaling (no more blurry or tiny text), DDC brightness, presets, and virtual displays. A free alternative to BetterDisplay and Lunar, including features they charge for.
파일 탐색기
최종 버전 다운로드 (.zip)- pre-push
- bug_report.yml
- feature_request.yml
- ci.yml
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- AppDelegate.swift
- CrispApp.swift
- PanelCanvas.swift
- Contents.json
- icon_1024.png
- icon_128.png
- icon_16.png
- icon_256.png
- icon_32.png
- icon_512.png
- icon_64.png
- Contents.json
- DDCServiceMatcher.swift
- DisplayInfo.swift
- DisplayMode.swift
- DisplayModeGeometry.swift
- DisplayPreset.swift
- GammaPersistenceKey.swift
- KeyboardShortcut.swift
- RefreshRateFormat.swift
- VariableRefreshModes.swift
- VariableRefreshRange.swift
- Localizable.xcstrings
- ArrangementService.swift
- AutoBrightnessService.swift
- BrightnessBoostService.swift
- BrightnessHUDService.swift
- BrightnessKeyService.swift
- BrightnessService.swift
- CGHelpers.swift
- ColorProfileService.swift
- CoreBrightnessService.swift
- DDCService.swift
- DisplayManager.swift
- DisplayPresetService.swift
- EDROverlayManager.swift
- GammaService.swift
- HiDPIService.swift
- HotkeyService.swift
- KeepAwakeService.swift
- LaunchService.swift
- MirrorService.swift
- PhysicalDisplayToggleService.swift
- PresetService.swift
- ResolutionService.swift
- SettingsService.swift
- UpdateService.swift
- VirtualDisplayService.swift
- VolumeService.swift
- BrightnessBoostMath.swift
- NSScreenExtension.swift
- ArrangementView.swift
- AutoBrightnessView.swift
- BrightnessSliderView.swift
- ColorProfileView.swift
- DisplayDetailView.swift
- DisplayModeListView.swift
- DisplayPresetView.swift
- ExtraBrightnessView.swift
- HDRToggleView.swift
- ImageAdjustmentView.swift
- MainDisplayView.swift
- MenuBarView.swift
- NotchView.swift
- PanelBlocks.swift
- PhysicalDisplayToggleView.swift
- PresetListView.swift
- ResolutionSliderView.swift
- SavePresetView.swift
- ScreenEffectsView.swift
- ShortcutRecorderRow.swift
- ShortcutsSectionView.swift
- SystemAutoBrightnessView.swift
- SystemColorView.swift
- VirtualDisplayView.swift
- VolumeOverrideView.swift
- VolumeSliderView.swift
- Crisp-Bridging-Header.h
- Crisp.entitlements
- DDCServiceMatcherTests.swift
- DisplayModeGeometryEdgeCaseTests.swift
- DisplayModeGeometryTests.swift
- DisplayPresetShortcutTests.swift
- GammaPersistenceKeyTests.swift
- KeyboardShortcutTests.swift
- RefreshRateFormatTests.swift
- VariableRefreshModesTests.swift
- 2026-08-04-brightness-upscaling.md
- 2026-08-18-keyboard-shortcuts.md
- 2026-08-04-brightness-upscaling-design.md
- 2026-08-18-keyboard-shortcuts-design.md
- _config.yml
- appcast.xml
- BUILDING.md
- CNAME
- crisp-vs-betterdisplay-zh.html
- crisp-vs-betterdisplay.html
- ddc-notes.md
- demo-darkmode.gif
- demo-hidpi.gif
- demo-tour.gif
- demo.mp4
- DESIGN.md
- download-macos.png
- fix-blurry-external-monitor-macos.html
- icon.png
- index.html
- mac-hidpi.html
- og-card-zh.png
- og-card.png
- panel-resize.md
- RELEASING.md
- robots.txt
- screenshot-zh.png
- screenshot.png
- sitemap.xml
- styles.css
- zh.html
- download-badge.html
- og-card-zh.html
- og-card.html
- README.md
- build-dmg.sh
- check-boost-math.swift
- check-localization-keys.py
- check-translations.py
- ddc-probe.swift
- ddc-stress-probe.swift
- ddc-write-probe.swift
- edr-inspect.swift
- edr-spike.swift
- edr-spike2.swift
- edr-spike3.swift
- fetch-sparkle.sh
- generate-icon.swift
- hdr-probe.swift
- i18n-missing-allowlist.txt
- release.sh
- runtime-floor-probe.swift
- vrr-probe.swift
- washout-probe.swift
- xcstrings-compile.py
- .gitignore
- .swiftlint.yml
- ACKNOWLEDGMENTS.md
- dev.sh
- LICENSE
- Makefile
- project.yml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/didriksg/Crisp
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Crisp
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Homebrew macOS/Linux용 패키지 매니저입니다.
brew install --cask didriksg/tap/crisp
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
brew install xcodegen
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
