Your Desktop, Supercharged.
Deski is a floating, agentic AI assistant that lives on your desktop. Understand your screen, listen to your voice, and execute commands, all with a single shortcut.
Deski in Action
See how Deski integrates seamlessly into your workflow to solve real problems in seconds. These aren't mockups—this is the real UI.
Use Your Voice to Automate Tasks
Running tool: arxiv_search(query="latest paper on large language models")
Generate Code on the Fly
"Write a python script to resize all jpg images in a folder to 50% of their original size"
import os from PIL import Image def resize_images(folder_path='.'): """Resizes all JPG images in a folder to 50%.""" for filename in os.listdir(folder_path): if filename.lower().endswith('.jpg'): img_path = os.path.join(folder_path, filename) with Image.open(img_path) as img: width, height = img.size new_size = (width // 2, height // 2) resized_img = img.resize(new_size) resized_img.save(f"resized_{filename}") print("Image resizing complete.")
Debug Visually with Screenshots
"Why am I getting a NameError in this Python script?"
Based on the screenshot, the error is a typo. The library is named `requests` but it's being called as `request`.
# Incorrect line from your screenshot response = request.get(url) # Here's the fix: response = requests.get(url)
Always a Shortcut Away
Control Deski with simple keyboard shortcuts. Never break your flow.
Toggle Deski
Show or hide the assistant instantly.
Start Listening
Begin voice transcription on the fly.
Take Screenshot
Capture your screen for visual analysis.
Choose Your Engine: Power vs. Speed
Deski offers distinct modes, letting you balance between powerful models for complex tasks and blazing-fast models for when every millisecond counts.
Normal Mode
Powered by OpenRouter
Ideal for complex reasoning, creative writing, and tasks that require deep understanding and accuracy. Expect thoughtful, high-quality responses with standard latency.
Turbo Mode
Powered by Groq
Experience unparalleled speed with near-instantaneous, low-latency responses. Perfect for real-time conversations and rapid-fire queries.
An AI That Understands Your Context
Deski isn't just a chatbot. It's an integrated part of your workflow, with the tools to get things done.
Visual Understanding
Take a screenshot of anything and ask Deski to analyze, explain, or even write code based on it.
Voice Commands
Powered by state-of-the-art models, Deski transcribes your voice in real-time to process requests quickly.
System Automation
Ask Deski to perform system tasks like opening folders, launching apps, or searching the web with natural language.
Multiple AI Models
Switch between powerful models for complex reasoning (Normal Mode) and blazing-fast models for quick queries (Turbo Mode).
Research Assistant
Leverage the Arxiv tool to find and summarize the latest scientific papers and academic articles instantly.
Secure & Private
Dangerous commands are blocked, and deletions are moved to the trash for safety. Your data is sent directly to API providers, not our servers.
Frequently Asked Questions
What are the subscription costs?
Deski is offered as a premium application. Your purchase includes the app license and updates. Note that Deski requires third-party API keys (like from OpenRouter or Groq), which may have their own usage-based costs.
What platforms are supported?
Currently, Deski is available for macOS and Windows. We are actively working on a Linux version.
How is my data handled for privacy?
Your data is sent directly from your computer to the third-party API providers you've configured (e.g., OpenRouter, AssemblyAI). We do not proxy, log, or store any of your conversations or screenshots on our servers, ensuring your privacy.
What are the system requirements?
Deski is lightweight, but for the best experience we recommend a modern operating system (Windows 10/11 or macOS 11 Big Sur or newer) and a stable internet connection for the AI features to function correctly.
How is Deski different from web-based assistants?
Unlike web-based tools, Deski is a native desktop application. This allows it to integrate deeply with your operating system to perform actions like taking screenshots and executing shell commands, making it a true context-aware assistant for your entire workflow.
Ready to Boost Your Productivity?
Get your copy of Deski today and experience a smarter way to interact with your computer.