pi-desktop
Native desktop shell for Pi Coding Agent (Tauri + Lit), extension-first and multi-session aware
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- config.yml
- feature_request.md
- ci.yml
- release-smoke.yml
- release.yml
- pull_request_template.md
- RELEASE_TEMPLATE.md
- pi-desktop-icon.svg
- SKILL.md
- ARCHITECTURE.md
- CAPABILITY_MODEL.md
- ICONS.md
- ISSUE_IMPLEMENTATION_LOG_2026-03-22.md
- ISSUE_IMPLEMENTATION_LOG_2026-03-31.md
- PACKAGE_CAPABILITY_TEMPLATE.md
- PACKAGES.md
- PERMISSIONS.md
- RELEASES.md
- THEMES_DESKTOP_MAPPING.md
- chat-ui-polish-checklist-temp.md
- feature-terminal-integration.md
- tree-fork-polish-followup.md
- provider-auth.ts
- slash-command-catalog.ts
- slash-command-runtime.ts
- assistant-workflow-view.ts
- backend-message-mapper.ts
- composer-controls-view.ts
- composer-fragments-view.ts
- composer-input-events.ts
- composer-slash-palette-view.ts
- composer-stats-view.ts
- event-runtime-status-handlers.ts
- event-stream-handlers.ts
- git-branch-actions.ts
- git-repo-control-view.ts
- history-fork-utils.ts
- history-tree-utils.ts
- history-viewer-types.ts
- history-viewer-view.ts
- image-file-utils.ts
- message-content-utils.ts
- message-timeline-view.ts
- models-load-utils.ts
- send-message-flow.ts
- session-stats-refresh.ts
- session-stats-utils.ts
- slash-builtin-command.ts
- welcome-dashboard-data.ts
- welcome-dashboard-view.ts
- workflow-utils.ts
- chat-view.ts
- command-palette.ts
- content-tabs.ts
- extension-ui-handler.ts
- file-drag-transfer.ts
- file-viewer.ts
- model-selector.ts
- packages-view.ts
- session-browser.ts
- settings-panel.ts
- shortcuts-panel.ts
- sidebar.ts
- terminal-panel.ts
- titlebar.ts
- workspace-tabs.ts
- desktop-notify-bridge-extension.ts
- extension-command-hints.ts
- extension-command-intent.ts
- sdk-compat-extension.ts
- smart-voice-notify-config.ts
- branches.ts
- model-options.ts
- model-picker-auth-ui.ts
- model-picker-provider-groups.ts
- model-selection.ts
- bridge.ts
- app.css
- theme.css
- tokens.css
- appearance-profiles.ts
- bundled-themes.ts
- pi-theme-bridge.ts
- pi-theme-document.ts
- theme-manager.ts
- desktop-updates.ts
- main.ts
- recommended-packages.ts
- recommended-skills.ts
- default.json
- ic_launcher.xml
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher_background.xml
- AppIcon-20x20@1x.png
- AppIcon-20x20@2x-1.png
- AppIcon-20x20@2x.png
- AppIcon-20x20@3x.png
- AppIcon-29x29@1x.png
- AppIcon-29x29@2x-1.png
- AppIcon-29x29@2x.png
- AppIcon-29x29@3x.png
- AppIcon-40x40@1x.png
- AppIcon-40x40@2x-1.png
- AppIcon-40x40@2x.png
- AppIcon-40x40@3x.png
- AppIcon-512@2x.png
- AppIcon-60x60@2x.png
- AppIcon-60x60@3x.png
- AppIcon-76x76@1x.png
- AppIcon-76x76@2x.png
- AppIcon-83.5x83.5@2x.png
- 128x128.png
- 128x128@2x.png
- 32x32.png
- 64x64.png
- icon.icns
- icon.ico
- icon.png
- Square107x107Logo.png
- Square142x142Logo.png
- Square150x150Logo.png
- Square284x284Logo.png
- Square30x30Logo.png
- Square310x310Logo.png
- Square44x44Logo.png
- Square71x71Logo.png
- Square89x89Logo.png
- StoreLogo.png
- com.pi.desktop.metainfo.xml
- lib.rs
- main.rs
- build.rs
- Cargo.toml
- tauri.conf.json
- .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- commandsdevelopment.md
- CONTRIBUTING.md
- FEATURE_MAPPING.md
- index.html
- LICENSE
- package-lock.json
- package.json
- README.md
- RELEASE_CRITERIA.md
- ROADMAP_V1.md
- SECURITY.md
- TODO.md
- tsconfig.json
- vite.config.ts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/gustavonline/pi-desktop
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd pi-desktop
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Node.js npm 명령어를 쓰려면 Node.js가 설치되어 있어야 합니다.
npm install -g @mariozechner/pi-coding-agent
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install -g @mariozechner/pi-coding-agent
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run tauri dev
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run check
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run build:frontend
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cd src-tauri
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
