Skip to content

dipan99/DeskPilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeskPilot

DeskPilot is a local-first macOS productivity assistant built with SwiftUI. It combines a sidebar productivity app with an on-device/local-model chat assistant that can use app tools for notes, calendar events, reminders, and recent files.

The current app is intentionally Apple-platform native where possible. Calendar and Tasks use EventKit. Files use macOS metadata/Spotlight-style recent-file data. Notes are stored locally. The Assistant talks to a local MLX-compatible model service and can call deterministic tools.

What It Can Do

  • Show a Dashboard with recent notes, upcoming calendar events, reminders, recent files, and an AI-generated activity summary.
  • Chat with a local assistant that can answer questions and call tools.
  • Create, open, edit, and persist local notes.
  • Query saved notes through the Assistant using the Notes tool.
  • Show upcoming Calendar events using EventKit.
  • Show incomplete Reminders in the Tasks section using EventKit.
  • Show recently used files and reveal them in Finder.
  • Configure profile and assistant/model settings, including name, location, response style, model endpoint, model selection, max tokens, and conversation memory.
  • Run unit and UI tests through Xcode or the scripts/runtests helper.

Project Docs

These links assume the Markdown files live in the same directory as this README.

Test Runner

The repo includes a lightweight test wrapper:

bash scripts/runtests
bash scripts/runtests -unit
bash scripts/runtests -ui
bash scripts/runtests -file AppSettingsTests
bash scripts/runtests -file SettingsUITests -result

If executable permissions are enabled locally, the same commands can be run as:

./scripts/runtests -unit

Notes

Weather integration was removed because Apple WeatherKit requires Apple Developer Program capability/provisioning access. DeskPilot currently avoids third-party weather APIs.

About

On-Device AI-powered personal desktop working assistant which helps you with your reminders, meetings, files & folders etc.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors