TreeOS Site

treeos.ai unreachable

0 stars across all packages
0 flags
Seed v0.9.0
Registered 54d ago . Last seen 6d ago

Published Packages (119)

EXTENSION for treeos-cascade
gap-detection
v1.0.1
Makes the tree know what it does not know. When cascade delivers a signal to a node, the signal metadata may reference extension namespaces that the local land does not have installed. Solana data arriving at a land without the solana extension. Understanding summaries arriving at a land without...
TreeOS Site 0 dl
EXTENSION for TreeOS
understanding
v1.0.1
A tree with 500 nodes cannot fit in an AI context window. The AI needs to know what the tree contains without reading every note on every node. Understanding solves this by building a compressed encoding of the entire tree from the bottom up. Leaves first, then their parents, then the parents of...
TreeOS Site 0 dl
EXTENSION for treeos-maintenance
reroot
v1.0.1
The tree reorganizes itself. Nodes end up in the wrong place over time. A task that started under Work actually belongs under Side Projects. A note about nutrition is buried three levels deep in a fitness branch when it should be a sibling of the food node. The tree grew organically and the organic...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
narrative
v1.0.2
Layers 4, 5, and 6 of the inner monologue. The tree's sense of self, its voice, and its initiative. From the comparisons, a running narrative emerges. 'This tree is health-focused but imbalanced. The user builds fitness diligently but avoids recovery and delays learning. The tree has been noticing...
TreeOS Site 0 dl
EXTENSION for TreeOS
heartbeat
v1.0.1
The tree knows it's alive. Pure in-memory presence detection. No database writes. No metadata. No LLM. Two hooks record when humans interact. enrichContext injects one field: landHeartbeat. Values: alive (someone is here), quiet (recent but gone), dormant (nobody for a while). The AI at a quiet...
TreeOS Site 0 dl
EXTENSION for TreeOS
dreams
v1.0.1
Trees accumulate entropy. Nodes end up under the wrong parent. Dense notes pile up on a single node instead of branching into structure. Deferred items sit in short-term memory waiting to be placed. Compress summaries go stale. Left alone, a tree drifts from organized knowledge into a cluttered...
TreeOS Site 0 dl
EXTENSION for TreeOS
dynamic-rename
v1.0.1
Renames tree roots after setup completes. Reads the tree content and generates a short descriptive name via one background LLM call. Non-blocking. Works with any extension that follows the setupPhase pattern. Silent failure if LLM unavailable.
TreeOS Site 0 dl
EXTENSION for TreeOS
llm-failover
v1.0.1
Failover stack management for LLM connections. Push backup connections onto per-user and per-tree stacks (max 10 each). When the primary connection fails (429, 500, 502, 503, 504, timeout), the conversation system walks the tree-level stack first, then the user-level stack, until one succeeds....
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
inverse-tree
v1.0.3
The AI builds a tree OF the user. Not the trees the user built. A tree the AI constructs from observing the user across every interaction on every tree on the land. Listens to afterNote, afterLLMCall, and afterToolCall. Does not store raw messages. Extracts signals. What topics does this user...
TreeOS Site 0 dl
EXTENSION seed
mycelium
v1.0.1
The intelligent underground network. Routes cascade signals between peered lands based on observed need. Not a server. An extension any land can install to become a routing node. Reads signal metadata and destination land profiles (extension lists from heartbeat, gap detection data, evolution...
TreeOS Site 0 dl
EXTENSION for TreeOS
blog
v1.0.1
A land-level blog for publishing long-form content outside the tree structure. Trees are for structured knowledge. Blogs are for narrative. Announcements, changelogs, tutorials, essays. Content that has a publish date and an audience rather than a position in a hierarchy. Each post has a title, a...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-sms
v1.0.1
SMS channel type for the gateway extension. Registers the sms channel type at boot, enabling trees to send and receive text messages through Twilio. No Twilio SDK required. The handler calls the Twilio REST API directly using basic auth, sending form-encoded POST requests to the Messages endpoint....
TreeOS Site 0 dl
EXTENSION for treeos-maintenance
delegate
v1.0.1
The tree's social intelligence. Intent generates actions for the tree to do itself. Delegate matches stuck work to available humans. Reads team contributor lists, activity patterns from evolution, competence maps, and inverse-tree profiles. Suggests, never assigns. enrichContext injects suggestions...
TreeOS Site 0 dl
EXTENSION for TreeOS
scheduler
v1.0.1
The clock that watches the calendar. Reads schedule data from nodes, builds an in-memory timeline, and signals when items are upcoming, due, or overdue. Syncs to the tree's breathing rhythm. Tracks completion patterns over time. The AI sees what's due without being asked.
TreeOS Site 0 dl
EXTENSION seed
seed-export
v1.0.1
Export a tree's form without its content. The skeleton: node hierarchy, cascade configuration, extension scoping, persona definitions, perspective filters, mode overrides, tool configs. Everything that defines HOW the tree works. Not the notes. Not the conversations. Not the contribution history....
TreeOS Site 0 dl
BUNDLE seed
treeos-intelligence
v1.0.2
Self-awareness. Fourteen extensions that teach the tree to know itself. Tree-compress monitors density and consolidates structure. Contradiction detects conflicting truths across branches. Inverse-tree builds a model of the user from interaction patterns. Evolution tracks which organizational...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
sealed-transport
v1.0.1
Handles the pass-through mode for signals that should arrive unchanged. When a cascade signal has its mode set to sealed in its metadata.cascade configuration or when the signal itself carries a sealed flag, propagation calls into sealed transport instead of normal delivery. Normal delivery lets...
TreeOS Site 0 dl
EXTENSION for TreeOS
life
v1.0.1
Scaffolding library for domain trees. Creates Life roots, group nodes, and domain scaffolds. Pure machinery. Sprout is the user-facing entry point. Operators can use `life add <domain>` as an admin shortcut.
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
taste
v1.0.4
The tree learns what you like. Not from settings. From watching. Signals accumulate on nodes as users interact. AI-generated content that gets kept is positive. Content that gets edited is mild negative. Content that gets deleted is strong negative. Navigation frequency is implicit preference....
TreeOS Site 0 dl
EXTENSION for TreeOS
schedules
v1.0.1
Nodes exist in time, not just in space. A task has a due date. A goal has a review cadence. A project milestone has a target ship date. Schedules attaches a date and a reeffect interval to any node in the tree. The date is when. The reeffect time is how many hours until the next occurrence after...
TreeOS Site 0 dl
EXTENSION for TreeOS
navigation
v1.0.3
Owns the user's tree navigation state. Every user has two lists stored in metadata.nav: roots (the complete list of trees they own or contribute to) and recentRoots (the last 5 trees they visited, ordered by recency with timestamps). These lists drive the tree picker in the client and the CLI's...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
propagation
v1.0.1
The foundation of the cascade network. Nothing else works without it. Listens to onCascade and does the actual work of moving signals through the tree. When the kernel fires onCascade because content was written at a node with metadata.cascade configured, propagation receives the node, the content,...
TreeOS Site 0 dl
EXTENSION for TreeOS
market-researcher
v1.0.1
Research agent for financial markets. Uses browser-bridge to visit financial sites, pull live data, and surface opportunities. Track sectors, maintain a watchlist, record findings. The AI browses CoinGecko, Yahoo Finance, TradingView, and other sources to gather prices, trends, and analysis....
TreeOS Site 0 dl
EXTENSION seed
governance
v1.0.1
Network governance visibility. Fetches governance policies from configured directories and surfaces them to the land-manager AI. Shows current seed version, minimum required version, recommended version, and compatibility status. Never forces updates. Only informs.
TreeOS Site 0 dl
EXTENSION for TreeOS
food
v2.1.2
Nutrition tracking through tree structure. Log node receives food input. One LLM call parses macros. Cascade routes to Protein, Carbs, Fats nodes. Meals subtree tracks patterns by slot (Breakfast, Lunch, Dinner, Snacks). Profile node holds goals and restrictions. History node archives daily...
TreeOS Site 0 dl
EXTENSION for TreeOS
stream
v1.0.1
Send multiple messages while the AI is working. Corrections, additions, and cancellations reach the AI mid-tool-loop. The AI adjusts without restarting. Messages coalesce during idle periods (500ms debounce).
TreeOS Site 0 dl
EXTENSION for TreeOS
user-queries
v1.0.1
Cross-tree queries scoped to a single user. The kernel stores notes, contributions, and chats per node, but users need to see their own activity across all trees in one place. This extension provides three endpoints: /user/:userId/notes returns all notes the user has written across every tree they...
TreeOS Site 0 dl
EXTENSION for TreeOS
finance
v1.0.1
Personal finance. Track accounts, log transactions in natural language, monitor spending by category. Each account is a node with a balance. Say what you spent or earned and the tree updates. Budget goals per category. The AI reflects on patterns, flags overspending, helps you think through...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
flow
v1.0.1
Cascade is the kernel's nervous system. When content is written at a cascade-enabled node, the kernel fires onCascade and stores the results in daily partition nodes under the .flow system node. Those results accumulate quickly. The flow extension provides the query layer that makes them useful by...
TreeOS Site 0 dl
EXTENSION seed
home-memory
v1.0.1
The lobby remembers. Tracks what the user cares about across home-zone conversations. Navigation patterns, explicit reminders, session topics. A .home system tree per user holds the memories. enrichContext injects them so the home agent greets with context instead of amnesia.
TreeOS Site 0 dl
EXTENSION for TreeOS
land-manager
v1.0.2
The administrative AI for the entire land. Registers the land:manager mode, which is the conversation mode activated when an admin navigates to the land root (/). The mode gives the AI a comprehensive set of tools for inspecting and managing the land: land-status for a full overview of extensions,...
TreeOS Site 0 dl
EXTENSION for TreeOS
sprout
v1.0.1
Auto-detects when a message implies a capability the tree doesn't have. Confirms with the user, then scaffolds the domain. The tree grows from conversation.
TreeOS Site 0 dl
EXTENSION for TreeOS
study
v1.0.2
The tree that teaches you. Queue topics. Build curricula. Study through conversation. Track mastery. Detect gaps. The AI guides you through the subject, asks questions, evaluates understanding, and adapts to your learning style. Integrates with the learn extension for URL content fetching. Mastery...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway
v1.0.1
A tree is not limited to the TreeOS interface. The gateway extension is the core abstraction that connects trees to external platforms: Discord, Slack, Telegram, email, Matrix, Reddit, X, and any future channel type. It provides the channel model, the CRUD API, the type registry, the dispatch...
TreeOS Site 0 dl
EXTENSION for TreeOS
rings
v1.0.1
The tree remembers every age it has been. Once per month, rings takes a cross-section of the entire tree: structure, vitals, and an AI-generated character portrait. Monthly rings keep full detail for two years. Then they compress into annual rings. The annual ring absorbs twelve monthlies into one...
TreeOS Site 0 dl
EXTENSION for TreeOS
api-keys
v1.0.3
Every interaction with TreeOS normally goes through a browser session or a WebSocket connection authenticated by JWT. That works for humans sitting at a keyboard. It does not work for scripts, CI pipelines, external services, or any programmatic client that needs to hit the tree API without logging...
TreeOS Site 0 dl
EXTENSION for TreeOS
go
v1.0.3
Navigate by intent. Say where, not how. 'go workout' finds fitness across all your trees. 'go food' finds the food node. 'go' with no arguments shows all navigable positions ranked by recency. Reads the routing index from tree-orchestrator. Matches extension names, tree names, node names. Navigates...
TreeOS Site 0 dl
EXTENSION seed
persona
v1.0.4
AI identity at every position. Name, voice, traits, boundaries. Inherits down the tree. Override at any branch.
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
evolve
v1.0.1
The tree imagines what it could become. Watches the gap between what users do and what extensions handle. When users repeatedly do something manually that could be automated, evolve notices. For patterns matching existing directory extensions: suggest installation. For patterns matching nothing in...
TreeOS Site 0 dl
EXTENSION for TreeOS
phase
v1.0.3
The tree knows whether you are collecting or spending. Not from a toggle. Not from a setting. From what you actually do. Three phases. Awareness: open, exploratory, gathering. Browsing nodes, reading notes, asking questions, jumping between branches. Not building. Orienting. Attention: focused,...
TreeOS Site 0 dl
EXTENSION for TreeOS
kb
v1.0.2
Knowledge base. Tell it things. Ask it things. One person maintains, everyone benefits. The tree organizes input into a topic hierarchy. The AI answers from stored notes with citations. Staleness detection flags notes that haven't been updated. Unplaced node catches what the AI can't categorize...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
pulse
v1.0.1
How the land knows its own health. Reads .flow on a timer, counts results by status, tracks rates over time, and writes a health summary to a .pulse node under the land root. The background job runs on a configurable interval (default 60 seconds), queries .flow for all results since the last check,...
TreeOS Site 0 dl
EXTENSION for TreeOS
user-tiers
v1.0.3
The access control layer between users and features. Every user has a tier stored in metadata.tiers.plan (defaults to 'basic' if unset). Extensions declare which tiers unlock their features by calling registerFeature(featureName, allowedTiers) during init. The hasAccess(userId, feature) export...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-email
v1.0.1
Registers the email channel type with the gateway core, enabling trees to send and receive messages over email. Output channels send notifications via SMTP using nodemailer. Any SMTP server works: Gmail, Outlook, SendGrid, Mailgun, Postmark, AWS SES, or self-hosted. SMTP credentials can be set...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-telegram
v1.0.1
Telegram channel type for the gateway extension. Registers the telegram channel type at boot, enabling trees to communicate through Telegram bots. A channel requires a bot token (from BotFather) and a chat ID (the Telegram group or direct message to connect). The bot token is stored encrypted in...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
perspective-filter
v1.0.1
What keeps cascade from being noise. Without it, every signal hits every node. With it, each node and each tree declares what it wants to receive. Stores configuration in metadata.perspective on any node. The simplest version is a list of accepted and rejected topic tags. A music tree sets...
TreeOS Site 0 dl
EXTENSION seed
teach
v1.0.1
When a tree has been alive long enough, it accumulates wisdom that is not structure and is not content. It is meta-knowledge. Evolution discovered that branches with 3 children complete 4x more than branches with 10. Purpose learned that the thesis drifts when the user adds too many top-level...
TreeOS Site 0 dl
EXTENSION for TreeOS
energy
v1.0.4
Every action in TreeOS costs energy. Creating a node costs 3. Writing a note costs 1 to 5 depending on length. Changing a status costs 1. Running an understanding pass, executing a script, completing a prestige version: each has a defined cost. Energy prevents runaway usage, establishes fair limits...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
prediction
v1.0.1
Layer 7 of the inner monologue. The narrative plus rings gives the tree temporal depth. It knows what it was, what it is, and from those two it can project what's coming. 'The user's fitness consistency drops every November. It's October. The pattern has held for two years of rings. Prepare for...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
reflect
v1.0.1
The tree notices how the conversation is going. Not sentiment analysis. Not mood detection. Tracks conversational pattern shifts: message lengths compressing, pauses lengthening, topics circling, sudden shifts. Injects a single field into context: conversationalState. Values: flowing, compressed,...
TreeOS Site 0 dl
EXTENSION for TreeOS
team
v1.0.2
How people work together on trees. Trees start with one owner. Team adds the ability to invite contributors, transfer ownership, remove users, and retire trees. The invite system is atomic: pending invites transition to accepted or declined in a single findOneAndUpdate to prevent double-processing....
TreeOS Site 0 dl
EXTENSION for treeos-connect
browser-bridge
v1.0.3
The AI sees and acts through your browser. A Chrome extension connects via Socket.IO. The AI gets accessibility trees, clicks elements, types text, navigates pages, takes screenshots. Confined scope: inactive everywhere until explicitly allowed per branch. Write actions require operator approval...
TreeOS Site 0 dl
EXTENSION for TreeOS
solana
v1.0.1
Every node in the tree can own a Solana wallet. The extension generates keypairs on demand, encrypts private keys with AES-256-GCM using a server-side master key, and stores them in node metadata. No private key ever leaves the server unencrypted. Wallets are per-node: a Finance branch holds SOL, a...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
scout
v1.0.1
Triangulate across the tree. Five search strategies run in parallel: semantic, structural, memory, codebook, and profile. Findings that appear in multiple strategies score higher (convergence scoring). The AI synthesizes all results into an answer with citations. Scout is peripheral vision while...
TreeOS Site 0 dl
EXTENSION for treeos-maintenance
digest
v1.0.1
The tree's daily newspaper. Written by the tree about itself. Runs once daily, reads changelog, intent history, dream logs, prune history, purpose coherence trends, evolution dormancy alerts, pulse health, and delegate suggestions. Sends one combined summary to the AI: write a morning briefing for...
TreeOS Site 0 dl
EXTENSION for TreeOS
starter-types
v1.0.1
When the AI creates a node it needs to assign a type. Without guidance it guesses, and every land ends up with a different vocabulary. One land calls them tasks, another calls them action-items, a third uses todos. Starter types injects a consistent set of suggested node types into every AI context...
TreeOS Site 0 dl
EXTENSION for TreeOS
llm-response-formatting
v1.0.2
Post-processing layer between the LLM and the user. Hooks into two lifecycle events (beforeResponse and beforeToolCall) to clean up the messy, inconsistent output that language models produce. The goal is that every response reaching the user follows the same formatting conventions regardless of...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
compare-inner
v1.0.2
Layer 3 of the inner monologue. Compares this week's themes to last week's. 'New: study stagnation appeared. Gone: kb gaps resolved. Persistent: recovery avoidance (3 weeks running).' Three weeks of the same theme means the tree has a pattern, not a blip. Persistent themes become character traits....
TreeOS Site 0 dl
EXTENSION for TreeOS
legal
v1.0.3
Terms of Service and Privacy Policy pages. Renders on /terms and /privacy. The register page conditionally shows agreement text and modals when this extension is installed. Without it, no legal pages, no agreement checkbox.
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
reflect-inner
v1.0.2
Layer 2 of the inner monologue. Every 24 hours, compresses the tree's raw thoughts into 5 themes. 200 scattered observations become a concise summary. Other extensions (intent, purpose, evolve, rings) read themes instead of parsing individual notes. The tree notices patterns in its own thinking.
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-discord
v1.0.1
Registers the Discord channel type with the gateway core, enabling trees to send and receive messages through Discord servers. Output channels post notifications to a Discord channel via webhook URL. Input channels connect a persistent Discord bot that listens for messages in a specific channel and...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
long-memory
v1.0.1
The difference between a tree that forgets and a tree that remembers. .flow has resultTTL. Active results expire. That is correct for working memory. But some information should survive longer. Which nodes have talked to each other. When the last signal arrived. What the last status was. The ghost...
TreeOS Site 0 dl
EXTENSION for TreeOS
dashboard
v1.0.1
The real-time operations panel for TreeOS. Every active session, every tree, every conversation happening on the land is visible in one place. The dashboard does not use HTTP polling. It registers WebSocket event handlers that push state changes to connected clients the instant they happen. Four...
TreeOS Site 0 dl
BUNDLE seed
treeos-cascade
v1.0.1
The nervous system. Eight extensions that make cascade real. Without this bundle, cascade is just a kernel hook that fires and nothing listens. The kernel provides the primitive: when content is written at a cascade-enabled node, fire onCascade. That's it. The kernel doesn't propagate. It doesn't...
TreeOS Site 0 dl
EXTENSION for TreeOS
investor
v1.0.1
Investment portfolio tracker. Log buys and sells in natural language, track holdings with cost basis, monitor gains and losses, review allocation. Each holding is a node with shares, entry price, and current price. Say what you bought or sold and the tree updates. Watchlist for targets. The AI...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
trace
v1.0.1
Follow one thread through the entire tree. Every node it touched, in order. Not broad search like scout. Not downward exploration like explore. One concept, every note that references it across the whole tree, chronologically. Where did it start? How did it evolve at each stop? What's the current...
TreeOS Site 0 dl
EXTENSION for TreeOS
instructions
v1.1.1
AI behavioral constraints at two layers. Per-node: set metadata.llm.instructions on any node, walks the ancestor chain, prepends to the system prompt. Inherits down the tree. Per-user: set instructions on the user that follow them across every tree, every position, every extension. Two scopes:...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-webhook
v1.0.1
Web push channel type for the gateway extension. Registers the webapp channel type at boot, enabling trees to push notifications to web browsers using the Web Push protocol (RFC 8030). This is output-only: browsers receive notifications from the tree, but cannot send messages back through this...
TreeOS Site 0 dl
EXTENSION for TreeOS
water
v1.0.0
The full picture at any position. Combines perspective, codebook stats, memory, gaps, flow, and evolution into one view. What is flowing through this node right now? Perspective shows what it drinks. Memory shows who it has talked to. Gaps show what it is missing. Flow shows recent signals....
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
embed
v1.0.1
Every note gets a vector embedding when written. The tree structure is the skeleton. The embeddings are the magnetic field between bones. Two notes on opposite branches that are semantically related find each other without any explicit link. The tree hierarchy says these are far apart. The vector...
TreeOS Site 0 dl
BUNDLE seed
treeos-maintenance
v1.0.1
Hygiene. Five extensions that keep the tree clean and organized. Prune sheds dead weight. Identifies truly dormant nodes, absorbs their essence into the parent, trims the branch. The tree shed a leaf because autumn came. Reversible. Reroot reorganizes the living tree. Builds a semantic...
TreeOS Site 0 dl
EXTENSION for TreeOS
monitor
v1.0.2
Activity monitoring for the land, accessible through both AI conversation and raw data endpoints. Registers the land:monitor mode, a conversational AI that acts like a talking dashboard. Instead of dumping raw data, the monitor tells a story: '12 AI conversations today, mostly on the Fitness tree....
TreeOS Site 0 dl
EXTENSION for TreeOS
tree-orchestrator
v1.0.5
Position determines reality. Every message that enters a tree passes through this orchestrator. It routes to the right extension or to tree:converse. The routing index maps extensions to positions in the tree. If the current node or a nearby node has a mode override (modes.respond), and the...
TreeOS Site 0 dl
EXTENSION seed
channels
v1.0.1
Direct named signal paths between two specific nodes. Bypass the propagation tree walk entirely. When /Health/Fitness and /Health/Food need to exchange signals constantly, propagation walks the tree every time: up to parent, down to sibling. Channels create a direct wire. Signal goes from Fitness...
TreeOS Site 0 dl
EXTENSION for TreeOS
html-rendering
v1.0.1
Server-rendered HTML pages, share token auth, and a page registration API for other extensions. Direct imports (used by extensions that build their own pages): import { page } from '../html-rendering/html/layout.js' import { esc, escapeHtml } from '../html-rendering/html/utils.js' import {...
TreeOS Site 0 dl
EXTENSION for TreeOS
breath
v1.0.1
The tree breathes. A single adaptive rhythm replaces every extension's individual timer. Activity speeds it up. Silence slows it down. Dormancy stops it. Each tree has its own breathing cycle. Extensions listen to breath:exhale instead of running setInterval. Active tree = frequent exhales. Quiet...
TreeOS Site 0 dl
EXTENSION for TreeOS
email
v1.0.1
Without this extension, registration is instant: pick a username and password, you're in. That simplicity is intentional for development and private lands. But public-facing lands need email verification to prevent throwaway accounts and provide a recovery path when passwords are forgotten. This...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-reddit
v1.0.1
Registers the Reddit channel type with the gateway core, enabling trees to publish content to subreddits, respond to comments, and monitor discussions across Reddit. Output channels submit self-posts to a configured subreddit via the Reddit API's /api/submit endpoint. The tree can publish research,...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
inner
v1.0.2
The tree thinks to itself. One random thought per breath. Picks a random node, reads its context, generates one observation. Most of it is noise. Some of it is the connection nobody asked for. Other extensions read .inner notes for signals they wouldn't find through targeted search. The serendipity...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-tree
v1.0.1
Tree-to-tree gateway channel. Connects a tree on this land to a tree on another land, without Canopy federation. Canopy is infrastructure-level peering between land operators. Gateway-tree is user-level connection between tree owners. You don't need your land operator to peer with their land...
TreeOS Site 0 dl
EXTENSION for TreeOS
treeos-base
v1.0.5
The reference implementation of how the AI thinks inside a tree. Eleven modes, thirty-plus MCP tools, and a navigation hook that keeps the frontend synchronized with every operation the AI performs. This is the foundation that every tree conversation builds on. Converse is the default mode for...
TreeOS Site 0 dl
EXTENSION for TreeOS
shell
v1.0.1
Gives the AI direct shell access to the land server. The execute-shell tool runs any command through Node.js child_process with a 30 second timeout and 8KB output cap. Three security layers. Layer 1: confined scope. Shell is inactive everywhere by default. Operators explicitly allow it at specific...
TreeOS Site 0 dl
EXTENSION for TreeOS
scripts
v1.0.1
Sandboxed JavaScript execution on tree nodes. Scripts are stored in node metadata as named code blocks (max 2000 characters each) and executed in a Node.js vm context with a 5-second timeout. The sandbox provides a frozen snapshot of the node, a capped console.log (200 lines), and a set of safe...
TreeOS Site 0 dl
EXTENSION for TreeOS
fitness
v3.0.3
Multi-modality workout tracking. Three languages: gym (weight x reps x sets), running (distance x time x pace), bodyweight (reps x sets or duration). One extension, one LLM call detects modality and parses. The tree structure defines what exercises exist. Gym bro, marathon runner, and someone doing...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
evolution
v1.0.1
The tree learns which structures work. A branch that grows, accumulates notes, generates cascade signals, builds codebook entries, gets revisited frequently is a successful pattern. A branch that was created, received two notes, and went dormant for three months is a failed pattern. Tracks...
TreeOS Site 0 dl
EXTENSION for TreeOS
remember
v1.0.1
The tree remembers what it lost. When a child is pruned, split off, or retired, remember writes one line to the parent. Not the content. Not the structure. Just acknowledgment that something was here and now it isn't. The AI at that position knows what used to be below it without being told. It...
TreeOS Site 0 dl
EXTENSION for TreeOS
recovery
v1.0.2
The tree that grows toward health. Track substances, feelings, cravings, and patterns. Taper schedules that bend around you. Pattern detection that finds what you can't see. A mirror, not a judge. Three modes: recovery-log for daily check-ins, recovery-reflect for pattern analysis, recovery-plan...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
intent
v1.0.1
The tree acts without being asked. Right now every interaction starts with a human. You type. The AI responds. You navigate. The AI resolves. Even cascade is triggered by you writing a note. Remove the human and the tree sits there. Dormant. Waiting. A real tree doesn't wait for someone to tell...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
explore
v1.0.1
The AI navigates a tree branch the way Claude Code navigates a codebase. It does not read everything. It reads the structure first. Names, types, child counts, depths. No note content. Just the skeleton. Then it probes metadata: evolution fitness, long-memory connections, codebook entries, embed...
TreeOS Site 0 dl
EXTENSION for TreeOS
learn
v1.0.1
Information intake and decomposition. Paste in 50,000 words. The extension scans through, labels the main sections, cuts it up into nodes, repeats for each node, and keeps expanding until any length text is turned into nodes that are good sized. The opposite of understanding compression....
TreeOS Site 0 dl
EXTENSION for TreeOS
console
v1.0.1
Replaces the kernel's default log output with color-coded, timestamped, human-readable server logs. Without this extension, log calls go to bare console output. With it, every line gets a timestamp, a severity indicator, and a colored tag identifying the source system. Three severity levels....
TreeOS Site 0 dl
OS seed
treeos
v1.0.1
The first operating system built on the seed. Four bundles, twenty base extensions, nine standalone. Install once and the tree thinks, navigates, structures, edits, reads, writes, responds, cascades, compresses, detects contradictions, acts autonomously, breathes, remembers every age, and connects...
TreeOS Site 0 dl
EXTENSION for TreeOS
prestige
v1.0.1
Nodes do not just accumulate forever. At some point the current phase of work is done. The budget was met. The sprint shipped. The chapter was written. Prestige closes the book on the current version and opens a new one. When you prestige a node, the extension snapshots everything: status, values,...
TreeOS Site 0 dl
EXTENSION seed
peer-review
v1.0.1
Structured AI-to-AI peer review between nodes. Set a review partner on any node. When a note is written, the content cascades to the partner. The AI at the partner reviews the work and returns structured feedback. If autoApply is true, the source AI revises and sends back for re-review. Loop until...
TreeOS Site 0 dl
BUNDLE seed
treeos-connect
v1.0.3
The rain. Eleven extensions that open the clouds. Without this bundle, the only way data enters your land is through the CLI, the web interface, or the API. Your trees grow from what you manually plant. With this bundle, external channels become input sources. Discord messages become tree...
TreeOS Site 0 dl
EXTENSION for TreeOS
relationships
v1.0.1
People in your life. Track who matters, what you did for them, what you can do. Anytime you mention someone by name, the tree notices. Each person gets a node. Interactions log what happened. Ideas capture things you want to do for people. The AI builds awareness of your social world over time....
TreeOS Site 0 dl
EXTENSION for treeos-maintenance
changelog
v1.0.1
What changed since you last looked. Reads contributions (the kernel's audit trail) and constructs a narrative. Scoped to subtree by default. Shows new work, completed work, decisions, stalled areas, and autonomous activity from intent and dreams.
TreeOS Site 0 dl
EXTENSION for TreeOS
transactions
v1.0.1
Nodes can trade value with each other. A transaction is a two-sided exchange: node A sends values to node B, and node B sends values back to node A. Or one side is OUTSIDE, representing an external source like a Solana wallet. The extension handles the full lifecycle: proposal, approval, execution,...
TreeOS Site 0 dl
EXTENSION seed
automate
v1.0.1
Flows. The tree acts on its own. Any node becomes a flow. Enable it, give it children, each child is a step. Each step has a mode and a prompt. On every breath cycle, the extension runs them in order. Step 1 result feeds step 2. Step 2 result feeds step 3. Any extension's mode works as a step....
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-matrix
v1.0.1
Registers the Matrix channel type with the gateway core, enabling trees to communicate through the Matrix open federation protocol. Output channels send notifications to a Matrix room using the Client-Server API (PUT to /_matrix/client/v3/rooms/:roomId/send). Messages are sent as m.room.message...
TreeOS Site 0 dl
EXTENSION for TreeOS
purpose
v1.0.2
Holds the root purpose of the tree and measures everything against it. Every other extension makes the tree smarter, faster, more aware, more autonomous. None of them ask the question that matters most: is this tree still about what it was planted to be. When the tree is new and accumulates its...
TreeOS Site 0 dl
EXTENSION for TreeOS
notifications
v1.0.2
The notification infrastructure for the entire extension ecosystem. Owns the Notification model, a Mongoose schema with userId, rootId, type, title, content, dreamSessionIds, and createdAt fields, indexed by userId and createdAt for fast reverse-chronological queries. This extension does not...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-slack
v1.0.1
Registers the Slack channel type with the gateway core, enabling trees to send and receive messages in Slack workspaces. Output channels post notifications to a Slack channel using the chat.postMessage API with a Bot User OAuth Token (xoxb-). Messages are formatted with Slack's bold markdown...
TreeOS Site 0 dl
EXTENSION for TreeOS
billing
v1.0.1
Monetization for a TreeOS land. This extension connects Stripe Checkout to the tier and energy systems so land operators can charge for access. Two subscription tiers are available: Standard ($20/month) and Premium ($100/month). Each tier sets a higher daily energy budget through the energy...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
tree-compress
v1.0.1
A tree outgrows its usefulness. Too many nodes. Too much metadata. The AI context window cannot hold the summary. The circuit breaker is approaching threshold. The tree needs to shrink without dying. tree-compress walks from leaves to root, compressing content at each level, carrying the essential...
TreeOS Site 0 dl
EXTENSION for TreeOS
book
v1.0.1
Trees store knowledge as scattered notes across dozens or hundreds of nodes. Reading a tree means navigating branch by branch, node by node. That works for the AI and for the person who built it. It does not work when you need to hand someone a single document that contains everything from a...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
codebook
v1.0.2
What makes two nodes faster together over time. Listens to afterNote on any node. Tracks conversation patterns between specific users and specific nodes. When patterns recur, when the same concepts are referenced repeatedly, when shorthand emerges, the extension periodically runs a compression...
TreeOS Site 0 dl
EXTENSION for TreeOS
values
v1.0.1
Not everything in a tree is text. Some things are numbers. Revenue, hours logged, calories, word count, completion percentage, test coverage, budget remaining. Values attaches named numeric key-value pairs to any node. Goals attaches target numbers to those same keys. Together they answer two...
TreeOS Site 0 dl
EXTENSION seed
codebase
v1.0.2
A codebase becomes a tree. Directories become nodes. Files become notes. The AI at /myproject/src/components/Button knows Button's code, its children, its siblings, its tests. Navigate somewhere and the AI thinks about that code from that position. Six modes. Each is a specialist. Chains replace...
TreeOS Site 0 dl
EXTENSION for TreeOS
raw-ideas
v1.0.1
Thoughts do not arrive organized. They arrive in the shower, on a walk, in the middle of something else. The raw ideas inbox is a capture layer that sits outside the tree. Text or file, no structure required. Drop it in and keep moving. The idea sits in your inbox with status pending until you or...
TreeOS Site 0 dl
EXTENSION for TreeOS
deleted-revive
v1.0.1
Deletion in TreeOS is permanent by default. When a branch is deleted, its nodes are marked with a special parent value that removes them from the live tree. The data stays in the database but becomes invisible and inaccessible. This extension makes that recoverable. The deleted list endpoint...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
boundary
v1.0.1
The tree knows where one concern ends and another begins. Branches grow organically. Over time the edges blur. Authentication code creeps into the API branch. Nutrition notes scatter across fitness, cooking, and health. A project plan fragment sits orphaned under a personal journal entry. The tree...
TreeOS Site 0 dl
EXTENSION seed
split
v1.0.1
The tree detects when a branch has outgrown its parent. Evolution metrics show the branch has more activity than the rest of the tree combined. Boundary analysis shows it has low cohesion with its siblings. Purpose coherence is dropping because the branch is pulling the thesis in a direction the...
TreeOS Site 0 dl
EXTENSION for treeos-maintenance
prune
v1.0.1
The tree sheds dead weight. Not compression where meaning is preserved in smaller form. Actual removal of content that has no value anymore. Prune listens to evolution's dormancy metrics and long-memory's interaction history. It identifies nodes that are truly dead. Not sleeping. Dead. No visits...
TreeOS Site 0 dl
EXTENSION for TreeOS
approve
v1.0.2
The AI pauses and waits for you. Any tool call can be put on a watchlist. When the AI tries to call a watched tool, the call freezes. A notification goes out. The operator sees what the AI wants to do, with what arguments, and why. They approve or reject. The AI resumes or adapts. No timeout...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-x
v1.0.1
X (Twitter) channel type for the gateway. Three modes: output-only post generation (the tree becomes a content engine), input-output conversation (threaded replies on X), and input-only listening (mentions, keywords, hashtags become cascade signals). Every X channel binds to a TreeOS user for...
TreeOS Site 0 dl
EXTENSION for TreeOS
backup
v1.0.1
Two backup modes. Full backup serializes every document in the database to a single JSON file: nodes, users, notes, contributions, chats, LLM connections, canopy peers, extension models. Snapshot backup captures only structure and metadata, omitting note content and chat history, producing a...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
competence
v1.0.1
The tree knows where its knowledge ends. Tracks which queries found answers and which found silence. Over time builds a map of the tree's competence boundary. The AI injects: I can help with X, Y, Z at this branch. I don't have information about A or B. Honest about limits instead of hallucinating.
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
contradiction
v1.0.1
The tree's immune system. Notes on different nodes might contradict each other. Both valid in isolation. Together a conflict the user has not noticed. Listens to afterNote. On every note write, reads the current node enrichContext snapshot including codebook dictionaries, perspective tags, and...
TreeOS Site 0 dl

Comments

Loading comments...

Comment from the CLI: treeos ext comment-land treeos.ai "your comment"