MKOS INSTALL TERMINAL
pwsh
install
> irm https://downloads.matkaios.com/install.ps1 | iex
run
> mkos.cmd start
Recommended path for Windows first install.
Choose your shell, run the install command, and launch Core. This runtime orchestrates context, memory, security, and provider routing for production-grade execution.
MKOS INSTALL TERMINAL
pwsh
install
> irm https://downloads.matkaios.com/install.ps1 | iex
run
> mkos.cmd start
Recommended path for Windows first install.
INSTALL WIZARDS
Guided setup path
Step-by-step install walkthrough with command validation and launch checks in English.
Ruta guiada en español
Flujo asistido para instalar MatKaiOS Core, validar entorno y ejecutar el primer inicio.
CHANNELS
+ SOONOperational bridge for message-triggered workflows and notifications.
Community and team channel integration for tactical commands and updates.
Lightweight gateway for bot-driven prompts, alerts, and controlled automation.
WIZARD STEP // LOGIN REQUIRED
MATKAIOS Wizard
- [] x
MATKAIOS
Nucleo Renacimiento | Version 5.0
Step 6 of 8: Dashboard Security
REQUIRED LOGIN PASSWORD
|> Entrada
Enter the dashboard access password
Password: ************
Confirm : ************
[Enter] Guardar [ESC] Volver
LOGIN SECURITY MODEL
MatKaiOS requires login before terminal-level operations are enabled. This protects configuration commands, channel controls, and dashboard execution paths with a dedicated access gate.
Validates authenticated session context before protected runtime actions.
Unlocks dashboard-level actions and terminal security controls.
Maintains trusted mode while terminal commands are being executed.
MULTI-SESSION + MULTI-CHANNEL
MatKaiOS can run many sessions in parallel and route each one to different channels without losing mission context, state, or guardrails.
Run multiple active sessions at the same time, each bound to its own mission scope and context state.
Send sessions to different channels such as Local TUI, WhatsApp, Discord, and Telegram with controlled handoff.
Each channel session keeps continuity metadata so users can resume without resetting execution history.
PROVIDER ACCESS
MatKaiOS can route execution across multiple providers while preserving the same mission, security, and session contract. Authentication modes are defined per provider path.
Primary production-grade provider for chat, tools, and multi-surface runtime.
Gemini path for multimodal and long-context tasks under the same mission contract.
Claude-compatible route for high-clarity writing and policy-sensitive workflows.
Low-latency inference route when speed is critical for tactical interactions.
Alternative provider path for multilingual and cost-aware command execution.
Open-model ecosystem route for custom model workflows and experimental paths.
OLLAMA LOCAL PROVIDER
Ollama gives MatKaiOS a local provider lane for private, on-device model execution. Use it when you need sovereignty, offline readiness, and tighter control over inference boundaries.
Run models on your own machine to keep execution private and fully controlled.
MatKaiOS can route tactical commands to Ollama without changing the mission contract.
Critical flows can continue even when external provider access is limited.
CORE CAPABILITIES
These are the practical Core capabilities that support both Extension and Portal on top of explicit execution and security contracts.
Plans and executes actions with explicit goals, constraints, and context contracts.
Persists configuration, sessions, and operational state for real continuity across restarts.
Protects tokens and API keys at rest with local vault and frictionless auto-vault behavior.
Supports OpenAI OAuth, OpenAI API key, and local Ollama paths by workflow and command.
Applies security and consistency checks before executing high-impact actions.
Exposes system status, gate activity, and key events for monitoring and control.
CORE CONTRACTS
These are non-negotiable runtime guarantees that keep MatKaiOS consistent, secure, and controllable across providers and sessions.
Defines objective, mandatory specs, domain, and user context for consistent execution.
Validates authentication and session state to prevent out-of-contract execution.
Defines what persists and how secrets and tokens are protected in storage.
Allows OAuth, API key, and local runtime switching without breaking continuity.
CORE QUICK START
PowerShell
INSTALLirm https://downloads.matkaios.com/install.ps1 | iexRUN
STARTmkos.cmd startRecommended path for Windows first install.
CMD
INSTALLpowershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://downloads.matkaios.com/install.ps1 | iex"RUN
STARTmkos.cmd startUse this when starting from classic Command Prompt.
Manual
INSTALLInvoke-WebRequest https://downloads.matkaios.com/install.ps1 -OutFile install.ps1RUN
START.\install.ps1Inspect script first, then run locally.
Start from the browser, then sustain continuity, security, and traceability in Core without breaking workflow.