TrueDeck
Free multi-agent coding workbench: Grok/Codex/Claude/Cursor panes + TrueMemory (per-repo + global)
File Explorer
Download Latest Version (.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
# Installation Guide
1. Get the code
git clone https://github.com/WutIsHummus/TrueDeck
Downloads the entire project code from GitHub to your computer.
cd TrueDeck
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd crates/truedeck-backend
This project's files live in a subfolder, so move into it first.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
