Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 953 Bytes

File metadata and controls

31 lines (19 loc) · 953 Bytes

taskers

Taskers is a cross-platform terminal workspace for agent-heavy work. It gives you Niri-style top-level windows, local pane splits, and an attention sidebar so active, waiting, and completed terminal work stays visible.

Taskers workspace list and attention sidebar

Taskers split workspace window

Try it

Linux (x86_64-unknown-linux-gnu):

cargo install taskers --locked
taskers --demo

The first launch downloads the exact version-matched Linux bundle from the tagged GitHub release.

macOS:

  • Download the signed Taskers-v<version>-universal2.dmg from GitHub Releases.
  • Drag Taskers.app into Applications, then launch it normally from Finder or Spotlight.

Develop

cargo run -p taskers-gtk --bin taskers-gtk -- --demo

Release checklist: docs/release.md