Releases: madebypx/PXOS
Releases · madebypx/PXOS
Release list
v2.3.1 — AI Indexability & Zero-Friction Distribution Engine
Full Changelog: v2.3.0...v2.3.1
v2.3.0 — AI Indexability, Zero-Friction Distribution & Apache 2.0
What's Changed in v2.3.0
AI Indexability Standard (llms.txt & llms-full.txt)
- Root
llms.txtcompliant withllmstxt.orgfor AI crawlers and developer agents. - Dense single-file
llms-full.txt(65KB) providing zero-overhead complete framework reference for LLM context windows. - Autonomous validation utility (
scripts/generate-llms-txt.py).
Cross-Platform Zero-Friction Distribution
- Native Windows PowerShell installer (
install.ps1):irm https://raw.githubusercontent.com/madebypx/PXOS/main/install.ps1 | iex - Pure Python CLI (
pyproject.toml,pxos/package):pip install pxos && pxos initwith zero runtime dependencies. - POSIX shell installer (
install.sh):curl -fsSL https://raw.githubusercontent.com/madebypx/PXOS/main/install.sh | bash
Intellectual Property & Licensing
- Standardized on the Apache License, Version 2.0 (Apache-2.0) by PROJECT/X: 100% OSI-approved open source, granting unrestricted free use for developers, startups, and enterprise teams without corporate compliance roadblocks (FOSSA/Snyk/Black Duck), while maintaining explicit trademark protection for PROJECT/X and reciprocal patent infringement safeguards.
CI/CD & Public Distribution
- Automated GitHub Actions release workflow (
.github/workflows/release.yml) for package builds, release management, and PyPI distribution. - Web deployment bundle (
templates/site/public/) with Schema.org JSON-LD, OpenGraph, and crawler directives forpxos.madebypx.com. - Publication-ready community launch kit (
docs/LAUNCH_KIT.md) for Hacker News, Dev.to, and Reddit.