Uxnan icon
Uxnan icon

Uxnan

Uxnan is a suite of tools I built to solve a very specific problem I face as a developer: managing AI-powered coding agents from anywhere, without my hardware becoming a bottleneck.

Uxnan screenshot 1

Cost / License

Platforms

  • Mac  You need to compile it - push notifications may not work yet
  • Windows  Ready to use
  • Linux  Ready to use
  • Android
  • iPhone  You need to compile it - push notifications may not work yet
  • Self-Hosted
2likes
0comments
0articles

Features

Properties

  1.  Lightweight
  2.  Support for Themes
  3.  Privacy focused
  4.  Distraction-free

Features

  1.  Batch Editing
  2.  Dark Mode
  3.  No registration required
  4.  No Coding Required
  5.  Support for MarkDown
  6. Git icon  Git Support
  7.  No Tracking
  8.  Ad-free
  9.  Agentic AI

Uxnan News & Activities

Highlights All activities

Recent activities

Uxnan information

  • Developed by

    luisgamas
  • Licensing

    Open Source (MPL-2.0) and Free product.
  • Alternatives

    18 alternatives listed
  • Supported Languages

    • English
    • Spanish

AlternativeTo Categories

DevelopmentAI Tools & Services

GitHub repository

  •  14 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
Uxnan was added to AlternativeTo by Snyder Sju on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Uxnan?

Uxnan (pronounced /u?.nan/) is a toolkit I'm building to solve a very specific problem I have as a developer: controlling AI coding agents from anywhere, without my hardware becoming the bottleneck.

Uxnanmobile — the mobile app

A Flutter app (Android + iOS) that turns your phone into a remote control for the agents on your PC. Watch conversations stream in real time, send instructions, attach images, dictate by voice, review diffs, commit and push, and get a notification the moment an agent finishes — all over the encrypted, bridge-first channel.

Uxnandesktop — the desktop app

A lightweight Agent Development Environment built with Tauri 2, Rust and Svelte 5. Unlike Electron-based alternatives that consume 200-500 MB of RAM just by existing, this ADE uses the OS's native webview and targets 30-100 MB of RAM.

The core idea: each task lives in its own git worktree with its own agent running in an independent pseudoterminal. I can have 5 agents working in parallel without one blocking another, switch between them with a click (no git stash, no git checkout), and review each one's changes in an integrated diff viewer (CodeMirror 6, unified + side-by-side, hunk-level staging) before committing.

It doesn't integrate any agent's SDK. It's terminal-centric: any CLI agent works without modification.

Official Links