Skip to content

rururunu/AltAltAi

Repository files navigation

AltAltAi

Windows overlay coding agent — double-tap Alt to bring your current selection, files, and workspace to AI (DeepSeek).

AltAltAi

English · 简体中文

platform tauri vue rust ai

AltAltAi is a local Windows desktop overlay. It captures context from the foreground app, then runs a DeepSeek agent that can read and edit files, run Shell, use MCP tools, and search the web — without leaving the window you were in.


Quickstart

Installer

  1. Download the MSI from Releases
  2. Open Settings from the tray and add your DeepSeek API key
  3. In any app, double-tap Alt → type → Enter

From source

Requires Node 18+, pnpm, Rust stable, VS C++ Build Tools, and WebView2.

pnpm install
pnpm tauri dev

Build an MSI:

pnpm tauri build
# → src-tauri/target/release/bundle/msi/

Everyday use

Shortcut Action
Double-tap Alt Show / hide overlay
Enter Send (with captured context)
/ Slash commands

What you get

  • Overlay summon — transparent panel near the cursor
  • Automatic context — selection, Explorer files, active window, optional workspace
  • Coding agent — files, Shell, Git, Skills, MCP, sub-agents, optional LSP / web search
  • Controls — tool approval, Plan Mode, checkpoints / rewind, path sandbox
  • Local-first — settings and chats stay on your machine by default

Project layout

Path Role
src/ Overlay, chat UI, settings
src-tauri/src/commands/ Tauri IPC
src-tauri/src/core/ AI, chat, context, tools, MCP, checkpoint
src-tauri/src/runtime/ Search, browser, Git helpers
src-tauri/prompts/ System / tool prompts

Docs


Privacy

API keys and settings live in the local app data directory. Chats are local by default. Workspace files leave your machine only when you send a turn to your configured DeepSeek endpoint.


Acknowledgments

Inspired in part by DeepSeek-Reasonix.

Built with Tauri, Vue, Rust, and DeepSeek.

License

This repository is dedicated to the public domain under the Unlicense.

About

Select+shortcut key to ask AI

Topics

Resources

License

Stars

5 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors