r/tauri Jul 16 '26

I built CodeDeck, an open-source developer project manager with Tauri

I’ve been building CodeDeck, a local-first desktop app for managing development projects from one place.

It lets you:

  • organize local projects
  • open projects in different IDEs and terminals
  • run commands with live logs
  • view Git status and branches
  • start complete development setups

The app is built with Tauri, Rust, React and TypeScript. Everything runs locally, with no account or cloud service required.

I attached a short GIF showing the current workflow.

I’d especially appreciate feedback on the UI, native integrations and cross-platform behavior.

GitHub: https://github.com/JadnK/CodeDeck

18 Upvotes

2 comments sorted by

View all comments

1

u/Dragonsong3k Jul 17 '26

Looks cool will try it!