TrueDeck
Free multi-agent coding workbench: Grok/Codex/Claude/Cursor panes + TrueMemory (per-repo + global)
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- docs.yml
- release.yml
- INDEX.md
- truedeck.js
- icon.ico
- icon.png
- inject.rs
- mod.rs
- agents.rs
- main.rs
- models.rs
- paths.rs
- projects.rs
- protocol.rs
- resolve.rs
- sessions.rs
- settings.rs
- Cargo.lock
- Cargo.toml
- main.rs
- Cargo.toml
- README.md
- custom.css
- index.ts
- config.mts
- bg-abstract.jpg
- bg-branded.jpg
- index.html
- SCRIPT.md
- banner.svg
- favicon.svg
- logo.png
- screenshot.png
- studio-preview.svg
- agent-frame.md
- agents.md
- architecture.md
- banner.svg
- bridgespace-parity.md
- configuration.md
- development.md
- FAST-PTY.md
- getting-started.md
- glossary.md
- guide.md
- index.md
- keyboard-shortcuts.md
- mcp.md
- memory-providers.md
- README.md
- RUST-BACKEND.md
- screenshot-placeholder.svg
- studio-preview.svg
- task-board.md
- troubleshooting.md
- user-guide.md
- agent-frame.ts
- agent-inject.ts
- agent-resume.ts
- agents-folder.ts
- agents.ts
- app-lock.ts
- backend-bridge.ts
- deck-commands.ts
- detached-windows.ts
- document-viewer.ts
- first-run.ts
- graphify-service.ts
- index.ts
- layouts.ts
- mcp-hub.ts
- memory-providers.ts
- memory-service.ts
- memory-wing.ts
- memory.ts
- mempalace.ts
- onboarding.ts
- orchestrator.ts
- paths.ts
- pipelines.ts
- projects.ts
- resolve-command.ts
- review.ts
- roles.ts
- runs.ts
- session-layout.ts
- sessions-rust.ts
- task-dispatch.ts
- tasks.ts
- update-check.ts
- utf8-carry.ts
- worktrees.ts
- index.ts
- types.ts
- truedeck-frame.mjs
- icon-128.png
- icon-16.png
- icon-24.png
- icon-256.png
- icon-32.png
- icon-48.png
- icon-512.png
- icon-64.png
- truedeck-mcp.mjs
- favicon.svg
- icon-256.png
- icon-dark.svg
- icon-simple.svg
- icon.ico
- icon.png
- icon.svg
- viewer-preload.cjs
- AgentChromeBar.tsx
- AgentIcon.tsx
- CloneRepoInput.tsx
- CloseIcon.tsx
- CodeEditor.tsx
- DocumentPane.tsx
- GroupTabBar.tsx
- LanguageIcon.tsx
- LoadingCard.tsx
- MemoryPanel.tsx
- Onboarding.tsx
- OnOpenModal.tsx
- PaneWorkspace.tsx
- PixelBlast.tsx
- ProjectExplorer.tsx
- ProjectMenu.tsx
- SessionGrid.tsx
- SettingsMenu.tsx
- StudioDockOverlay.tsx
- TabBar.tsx
- TerminalPane.tsx
- WindowControls.tsx
- document-chrome.ts
- monaco-setup.ts
- pane-layout.ts
- path-links.ts
- paths.ts
- session-label.ts
- simple-markdown.tsx
- tab-drag.ts
- App.tsx
- env.d.ts
- index.html
- main.tsx
- store.ts
- styles.css
- _check-ready.mjs
- open-automation-window.mjs
- os-input.mjs
- os_mouse_worker.py
- playwright-demo.mjs
- README.md
- build-rust-backend.mjs
- build-rust-pty.mjs
- ensure-mempalace.ps1
- generate-icons.mjs
- install-native-mempalace-mcp.ps1
- agents.ts
- grid.ts
- index.ts
- memory.ts
- resolve.ts
- sessions.ts
- .gitignore
- AGENTS.md
- CLAUDE.md
- electron-builder.yml
- electron.vite.config.ts
- LICENSE
- package-lock.json
- package.json
- README.md
- start-truedeck.cmd
- tsconfig.json
- tsconfig.node.json
- tsconfig.web.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/WutIsHummus/TrueDeck
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd TrueDeck
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
3. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd crates/truedeck-backend
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
