Skip to content

Mrroboto9819/FlowStack-desktop

Repository files navigation

Task Manager V1

Desktop task manager built with SvelteKit, Tailwind, and Tauri. It supports:

  • Status-based task boards with drag and drop
  • Local storage persistence (no backend required)
  • Users and assignments
  • Custom statuses with colors and visibility
  • Filters by status, tag, and date

Installation

Prerequisites:

  • Bun
  • Rust + Cargo
  • Tauri prerequisites for your OS

Install dependencies:

bun install

Run the app:

bun run tauri dev

Build installers (current OS only):

bun run tauri build

macOS Users

If you download the pre-built .app from GitHub Releases, macOS may block it because the app is not signed with an Apple Developer certificate. To run it, open Terminal and execute:

xattr -cr ~/Downloads/task-manager-v1.app

Then open the app normally. This removes the quarantine attribute that macOS adds to downloaded files.

License

MIT License. You are free to use, modify, and distribute this project, including for commercial use, as long as the original copyright and license notice are included in copies or substantial portions of the software.

Contributing

Contributions are welcome. Please:

  1. Fork the repo and create a feature branch.
  2. Keep changes focused and documented.
  3. Run the app locally to verify behavior.
  4. Open a pull request with a clear summary and screenshots for UI changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published