Kernel v2.5.0-Stable / MCP Enabled

Abstractspaces and execute
logic.

UnlockOS is a headless OS that defines physical space sessions as executable objects.
It eliminates inconsistencies and makes every 'key' programmable.

Layer 01Separation of Concerns:
Core & Adapter

A dedicated Domain Core centrally manages physical usage states. Adapters absorb differences in hardware and services, while Core only processes normalized events.

Domain Core

Master of session atomicity, time calculation, and state management.

Universal Adapters

Proxy layer that absorbs API differences in PMS/payment/lock systems.

AI Orchestrator

AI directly rewrites and executes business rules via MCP.

AI / MCP Orchestrator
Kernel EngineSESSIONENGINE
PMS ADPT
PAY ADPT
LOCK ADPT

Layer 02Session Lifecycle

Transform uncertain 'schedules' into a chain of confirmed 'events'.
UnlockOS triggers atomic payment and permission management through physical authentication.

PLANNEDPMS/AI Provisional Booking
ACTIVEEntry Authenticated
FINALIZEDExit & Settlement Confirmed
EXECUTEDPayment & Permission Revoked

Developer Community Activation

Deliver the best developer experience (DX) and build an ecosystem where physical spaces worldwide are controlled by code.

Sandbox Environment

Provides a simulator that operates with 100% identical logic to production. Test all edge cases without physical devices.

$ unlockos dev --simulate-lock

Open Adapters

A documented Adapter layer sits between UnlockOS and the outside world. Locks with a public cloud API, payment methods, and PMS are integrated as adapters, so a new provider is an adapter rather than a fork of the core.

Webhook & CLI

All critical events are instantly delivered via Webhooks. Monitor and debug events from the terminal with dedicated CLI tools.

Reliable Delivery Enabled
session_finalized.json
{
  "os_version": "2.5.0-stable",
  "event": "session.finalized",
  "data": {
    "session_id": "SK-8822-X",
    "trigger": "lock.exit_confirmed",
    "metrics": {
      "duration": 124,
      "energy_kwh": 3.42,
      "peak_occupancy": 2
    },
    "settlement": {
      "amount": 4200,
      "currency": "JPY",
      "status": "CAPTURED",
      "provider": "stripe"
    }
  },
  "timestamp": "2025-12-23T18:50:00Z"
}

Layer 04Verifiable
"Confirmed Events"

UnlockOS does not trust uncertain 'reservations'. It completes payment the moment a physical fact—Confirmed Exit authentication—is established.

Atomicity Guarantee

Execute 'Exit = Payment Complete = Permission Revoked' as a single transaction. Eliminate spatial inconsistencies to zero.

Beyond Management

AI Manager
Autonomously Executes.

Because UnlockOS fully controls real-time space data and economic data, AI can go beyond 'proposals' and directly deploy 'business decisions'.

View Future Technology Roadmap
"Based on next week's rain forecast, I've set prices 15% off to maximize revenue and sent notifications to nearby users. Executed."
Autonomous Strategy Finalized
AI_KERNEL_v0.9

Control every physical space
with code.

Infrastructure for the Space Economy.