Home
Order
Uses
Docs
About
Credits

Get Started

  • Get Started
  • Install on Linux
  • Install on Windows
  • Configuration
  • Commands

Infrastructure

  • Relay
  • Bulletin

Authentication

  • Chits
  • License Plate Nonce

Standards

  • Standards
  • Constraints
  • Extending Standards
  • Standards as Constraints
  • Standard Definitions

Records

  • Records
  • In-Memory
  • Finding
  • Sorting
  • Updating
  • Deleting
  • Importing and Exporting

Code

  • Variables & Types
  • Operators
  • Conditions
  • Loops
  • Functions
  • First Run

Functionality

  • Functionality
  • Search
  • Files
  • Intelligence
  • Database

Interfaces

  • Secured Websocket
  • Node GUI
  • Superuser

Configuration

Default Config

    
    name: standard-c1
    version: 1.0
    master: true
    server_port: 9002
    server_bind_address: 0.0.0.0
    mode: client
    relay: relay.standardcomputers.net
    gui_host: standard.local
    nodes: []
    conversational: true
    voice: en_GB-northern_english_male-medium
    model: standard
    sms: true
    email: true
    spoken: true
    remote_changes: true
    cli_output: true
    smtp_enabled: true
    nas_enabled: false
    preload_articles: false
    release_cadence: 86400
    indexing_cadence: 21600
    relay_response_timeout: 30
    

Properties

  • name — Device hostname. Hostname naming conventions.
  • version — Don't change; Standard Parser and Compiler version.
  • server_port — Web socket port clients connect to. Default 9002
  • server_bind_address — Default 0.0.0.0
  • mode — Options are relay, server, or client.
  • relay — URL of a Standard System in relay mode. Default is relay.standardcomputers.net. Do not include http(s)/www.
  • gui_host — GUI or Standard UI address. Default is standard.local
  • nodes — List of child nodes as IP addresses
  • conversational — If true, enable conversational AI
  • voice — Voice file for text-to-speech
  • model — AI Large Language Model. Default is standard or ollama model
  • sms — If true, enables SMS notifications
  • email — If true, enables email notifications
  • spoken — If true, enables spoken notifications via TTS
  • remote_changes — True or false; allow changes via relay. Default true
  • cli_output — True or false; logs to console for visibility. Default true
  • smtp_enabled — True or false; allows inbound email. Email standard required. Default true if using public relay.
  • nas_enabled — True or false; enabled NAS server. Default false.
  • preload_articles — True or false; loads article records in-memory on start. Default false.
  • release_cadence — Time in seconds for bulletin updates. Default 86400 for 24 hours
  • indexing_cadence — Time in seconds for file indexing. Default 21600 for 6 hours
  • relay_response_timeout — Time in seconds for response timeout. Default 30
Order Use Cases Docs About Credits

© 2026 Standard Computers LLC of Cincinnati