livinity.io/

Changelog

10.0

App Store Platform

App StoreUIIntegration

A fully integrated App Store experience — browse, install, and manage apps without leaving LivOS.

  • apps.livinity.io/store — standalone Next.js store with Apple App Store aesthetic
  • iframe embedding — App Store window inside LivOS with seamless integration
  • postMessage bridge — bidirectional communication between store and LivOS
  • One-click install — browse, click Install, and the app is running with its own subdomain
  • Install progress — real-time progress tracking with animated progress bar
  • Credentials dialog — auto-display of default credentials after install
  • User profiles — installed apps across all instances with history timeline
  • Install history — chronological record of all install/uninstall events
  • Install script hardening — auto-setup auth-server + tor Docker containers

8.0

Livinity Platform

PlatformInfrastructureTunnel

The biggest release yet — LivOS servers are now accessible from anywhere via livinity.io.

  • Custom tunnel relay on Server5 with WebSocket-based proxying
  • User registration with email verification via Resend
  • Dashboard with API key management, server status, and bandwidth tracking
  • Landing page at livinity.io with premium design
  • Subdomain routingusername.livinity.io reaches your server
  • App subdomain routingapp.username.livinity.io reaches individual apps
  • On-Demand TLS via Caddy for automatic HTTPS certificates
  • One-command installer with --api-key flag for instant tunnel connection
  • Memory monitoring with 80% threshold for connection rejection
# Install LivOS and connect to the platform
curl -sSL https://livinity.io/install.sh | sudo bash --api-key YOUR_KEY
# Your server is now live at username.livinity.io

7.2

Multi-User Platform

Multi-UserSecurityDocker

LivOS becomes a true multi-user platform with complete isolation between users.

  • PostgreSQL database with users, sessions, preferences tables
  • JWT authentication with userId, role, and sessionId
  • Login screen with avatar selection and password entry
  • Invite system — create invite links with 7-day expiry
  • Per-user file isolation — each user gets their own workspace
  • Per-user AI conversations — isolated chat history
  • Per-user Docker containers — separate app instances per user
  • Per-user subdomain routing and app gateway middleware
  • Accent color picker and wallpaper selection per user
  • Onboarding personalization — role, use cases, style preferences

6.0

Kimi Code Migration

AIMigrationBackend

Full AI provider migration to Kimi Code for improved performance and cost efficiency.

  • KimiProvider — 603-line OpenAI-compatible provider
  • KimiAgentRunner — CLI print mode with MCP bridging
  • OAuth device flow authentication via kimi login
  • Settings UI and onboarding wizard updated
  • Removed Claude, Gemini, and Anthropic SDK dependencies
  • Zero Claude/Anthropic references in active source code
# All AI now powered by Kimi Code
kimi login
# Credentials stored at ~/.kimi/credentials/kimi-code.json
5.3

Light Theme & Apple Spotlight

UISearchResearch

LivOS gets a beautiful light theme and Apple-quality search experience.

  • Complete light theme with semantic design tokens
  • Apple Spotlight search — replaced cmd-k with native-feeling search
  • Desktop search button redesign
  • Files redesign — path bar, empty states, loading skeletons
  • Dashboard effects — Tilt and Spotlight on widgets
  • Visual consistency audit — borders, menus, shadows unified
  • Terminal dark theme fix
  • Tabler Icons throughout the UI

4.0

UI Polish & Motion Primitives

UIAnimationDesign

Complete UI polish pass with premium animation library integration.

  • Motion Primitives — Tilt, Spotlight, Magnetic, AnimatedBackground, BorderTrail
  • App Store redesign with Apple-style card layouts
  • Auth pages polish — login, register, onboarding flows
  • Desktop, dock & windows visual refinements
  • AI chat light theme with improved readability
  • File manager design update
  • Settings page restructure
  • Loading skeletons across all views
  • 99 files changed — deployed to livinity.cloud
2.0

Voice, Canvas & Multi-Agent

VoiceAIIntegrations

A major release bringing voice, visual, and multi-agent capabilities.

  • Voice interaction powered by Cartesia and Deepgram — talk to your AI
  • Live Canvas — real-time collaborative drawing and visualization
  • Multi-agent sessions for complex task orchestration
  • LivHub community integration
  • Webhooks for external service notifications
  • Gmail integration — read, search, and draft emails from AI
  • Chat commands with DM security and onboarding CLI
  • Session compaction and usage tracking for efficiency
1.5

AI Platform

AIToolsPlatform

LivOS becomes a full AI platform with multi-provider support and extensibility.

  • Multi-provider AI with Claude as primary and Gemini as fallback
  • Native tool calling — AI can interact with your server directly
  • Hybrid memory system for persistent context across conversations
  • Slack/Matrix channels for AI-powered messaging integrations
  • WebSocket gateway for real-time bidirectional communication
  • HITL approval — human-in-the-loop for sensitive AI actions
  • Skill marketplace with parallel execution support

1.3

Browser App

AppsDockerBrowser

A full web browser running inside LivOS, powered by Docker.

  • Docker-based Chromium browser as a native LivOS app
  • App Store integration for one-click browser installation
  • Playwright MCP for browser automation and testing
  • Proxy and anti-detection support for privacy
1.1

UI Redesign

UIDesignMobile

A complete visual overhaul of the LivOS interface.

  • Semantic design tokens for consistent theming across all components
  • Responsive mobile layout — full functionality on any screen size
  • AI chat redesign with conversation sidebar and improved message rendering
  • Design system foundation with reusable component patterns
1.0

Open Source Foundation

FoundationSecurityInstaller

The very first release of LivOS — a self-hosted AI-powered home server OS.

  • Config system with environment-based configuration and typed defaults
  • Security foundation with JWT authentication and role-based access
  • AI exports and provider migration infrastructure
  • TypeScript quality pass across the entire codebase
  • Security hardening with OWASP top-10 mitigations
  • Documentation for all modules and APIs
  • Production installerinstall.sh with curl | bash safety, OS/arch detection, and 7 idempotent dependency installers