Public surface of gnu.in.labs inc.

Open systems, local-first computing, and infrastructure you can inspect.

gnu6.live is the principal public entry point for the company: who we are, what we build, what we research, what is documented publicly, and where controlled service access begins.

Company
gnu.in.labs inc.
Public surface
gnu6.live
System program
Gnosis.OS
01

Understand the company before the machinery

The public information architecture starts with identity, mission and responsibility. Experimental system surfaces remain available, but no longer define the whole front door.

ABOUT

Identity and mission

What gnu.in.labs inc. is, why it exists and how its public programs are separated.

About the company
PROJECTS

Products and programs

Gnosis.OS, gnu6.live and public engineering work presented with explicit maturity boundaries.

Project index
DOCUMENTATION

Public records

Documentation, source repositories, decisions, status and machine-readable public evidence.

Documentation index
02

Gnosis.OS remains a major program, not the whole company

The existing interactive proof is preserved as a research/product demonstration. It explains a core idea—turning direct mutations into inspectable, approval-gated plans—without implying access to a live workstation.

settings/theme.rsSelected Rust function
Public fixture · no host access · no network
1use std::path::Path;
2
3pub fn set_theme(config: &mut Config,
4 value: Theme) -> Result<()> {
5 config.theme = value;
6 config.save(Path::new("config.toml"))?;
7 emit("theme.changed");
8 Ok(())
9}
Context Menuset_theme()
Immediate local actions
Gnosis suggestion
Analyzing the authorized selection…
03

Research stays inspectable

The v0.5 capability ledger is retained as a secondary evidence instrument. It distinguishes demonstrated behavior from research, planned work and unverified claims.

CapabilityMaturityPublic status
ExperimentalPublicly demonstrated
AvailablePublicly demonstrated
ResearchNot publicly verified
ExperimentalPublicly demonstrated
ExperimentalPublicly demonstrated
PlannedNot publicly verified
PlannedNot publicly verified
04

A portal boundary without fake authentication

The public /login route reserves the secure entry point. This release does not collect credentials, simulate accounts or expose an internal control plane.

Authenticated portal: scaffold only

Public information remains separate from future authenticated workspaces and application authorization.

Open portal boundary
05

Research and demos are still one click away

No v0.5 proof surface was removed. They are simply classified below the company-facing navigation.