freshcrate
Skin:/
Home > Uncategorized > anolisa

anolisa

ANOLISA - Agentic Nexus Operating Layer & Interface System Architecture

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

ANOLISA - Agentic Nexus Operating Layer & Interface System Architecture

README

ANOLISA — An Agentic OS Implementation

ä¸­æ–‡į‰ˆ

ANOLISA, the Agentic evolution of Anolis OS, aims to deliver the best-practice implementation of Agentic OS — a server-side operating system built for AI Agent workloads.

Agentic Nexus Operating Layer & Interface System Architecture

Components

Component Description
Copilot Shell AI-powered terminal assistant for code understanding, task automation, and system management. Built on Qwen Code.
Agent Sec Core OS-level security kernel — system hardening, sandboxing, asset integrity verification, and security decision-making.
AgentSight eBPF-based observability for AI Agents — zero-intrusion monitoring of LLM API calls, token consumption, and process behavior.
OS Skills Curated skill library for system administration, monitoring, security, DevOps, and cloud integration.

See each component's README for detailed documentation.

Getting Started

# Install all components via RPM
sudo yum install copilot-shell agent-sec-core agentsight anolisa-skills

# Launch Copilot Shell
cosh

License

Apache License 2.0 — see LICENSE.

Release History

VersionChangesUrgencyDate
ckpt/v0.3.3## ws-ckpt v0.3.3 <!-- Add release notes here --> ## What's Changed <!-- List the key changes in this release --> **Full Changelog**: https://github.com/alibaba/anolisa/compare/ckpt/v0.3.2...ckpt/v0.3.3High6/5/2026
memory/v0.1.0## agent-memory v0.1.0 <!-- Add release notes here --> ## What's Changed <!-- List the key changes in this release --> **Full Changelog**: https://github.com/alibaba/anolisa/commits/memory/v0.1.0High5/28/2026
tokenless/v0.4.0## tokenless v0.4.0 <!-- Add release notes here --> ## What's Changed <!-- List the key changes in this release --> **Full Changelog**: https://github.com/alibaba/anolisa/compare/tokenless/v0.3.2...tokenless/v0.4.0High5/26/2026
tokenless/v0.3.2## tokenless v0.3.2 <!-- Add release notes here --> ## What's Changed <!-- List the key changes in this release --> **Full Changelog**: https://github.com/alibaba/anolisa/compare/tokenless/v0.3.0...tokenless/v0.3.2High5/20/2026
sec-core/v0.4.1## agent-sec-core v0.4.1 <!-- Add release notes here --> ## What's Changed <!-- List the key changes in this release --> **Full Changelog**: https://github.com/alibaba/anolisa/compare/sec-core/v0.4.0...sec-core/v0.4.1High5/14/2026
sec-core/v0.4.0## agent-sec-core v0.4.0 <!-- Add release notes here --> ## What's Changed <!-- List the key changes in this release --> **Full Changelog**: https://github.com/alibaba/anolisa/compare/sec-core/v0.3.0...sec-core/v0.4.0High5/9/2026
cosh/v2.2.1## copilot-shell v2.2.1 This release contains 7 bug fixes focused on hooks, command auto-completion, and UI state restoration. ## What's Changed - Fixed initial chat being blocked during skill/subagent first-load discovery. (#418) - Fixed missing tool_use_id in PostToolUse hook event payload. (#414) - Fixed missing skill_context in PreToolUse hook input for resolved skill path. (#409) - Fixed missing auto-completion for `/statusline` subcommands. (#408) - Fixed unavailable agents apHigh4/30/2026
cosh/v2.2.0## copilot-shell v2.2.0 This release includes new features such as ask decision support for hooks, interactive Skills TUI Panel, configurable status bar, /export command, and various bug fixes for API key validation, memory leaks, and extension lifecycle reliability. ## What's Changed - Added `ask` decision support for UserPromptSubmit hook. (#328) - Added new command for Clawhub CLI. (#313) - Added interactive Skills TUI Panel with enable/disable support. (#311) - Added variable subHigh4/26/2026
cosh/v2.1.0## copilot-shell v2.1.0 Release Copilot Shell v2.1.0 with various fixes and usability improvements. ## What's Changed - Added startup bash entry and simplified manual auth dialog. (#217) - Added async fzf-based tab completion optimization. (#214) - Fixed OpenAI API key and model validation via /models endpoint on auth. (#243) - Fixed API key retention when navigating to apiKey field in auth dialog. (#241) - Fixed node-pty native binary bundling for both linux architectures. (#232) High4/19/2026
sight/v0.2.2## agentsight v0.2.2 <!-- Add release notes here --> ## What's Changed <!-- List the key changes in this release --> **Full Changelog**: https://github.com/alibaba/anolisa/compare/sight/v0.2.1...sight/v0.2.2High4/14/2026
skill/v0.2.2## os-skills v0.2.2 Release OS Skills v0.2.2 with various fixes and usability improvements. ## What's Changed - Support enable AgentSight dashboard in `agentsight` skill. **Full Changelog**: https://github.com/alibaba/anolisa/compare/skill/v0.2.1...skill/v0.2.2Medium4/14/2026
cosh/v2.0.4.1## copilot-shell v2.0.4.1 Release Copilot Shell v2.0.4.1 with bug fix and usability improvement. ## What's Changed - Added option to skip authentication on first startup and directly use Bash Shell. (#217) **Full Changelog**: https://github.com/alibaba/anolisa/compare/cosh/v2.0.4...cosh/v2.0.4.1Medium4/14/2026
skill/v0.2.1## os-skills v0.2.1 Release OS Skills v0.2.1 with various fixes and usability improvements. ## What's Changed - Upgraded `xlsx` skill with MiniMax open-source implementation. (#218) - Updated skill descriptions from "suitable for alinux4" to "rpm-base linux". (#182) **Full Changelog**: https://github.com/alibaba/anolisa/compare/skill/v0.2...skill/v0.2.1Medium4/14/2026
sight/v0.2.1## agentsight v0.2.1 Release Agent Sight v0.2.1. Updated with improvements to agent discovery, storage protection, audit and token reporting, documentation, and service configuration. ## What's Changed - Add `/usr/lib/copilot-shell` path to CoshMatcher for agent discovery. (#190) - Add 200MB size limit for `genai_events.db` to prevent unbounded growth. (#211) - Remove `/api/stats` endpoint returning incorrect data. (#197) - Extract audit from HttpRecord and filter non-LLM calls. (#19Medium4/14/2026
sight/v0.2.0## agentsight v0.2.0 Release Agent Sight v0.2.0. Implemented a web UI panel along with various fixes and usability improvements. ## What's Changed - AgentSight Dashboard web UI with real-time monitoring interface. (#74) - Agent health monitoring with offline alerting and hung process dashboard restart. (#158) - One-click navigation from dashboard to ATIF trace analysis page. (#116) - /metrics endpoint to expose standard Prometheus-format data. (#134) - Support for HTTP 2.0 protocol.High4/13/2026
sec-core/v0.2.0## agent-sec-core v0.2.0 Release Agent Sec Core v0.2.0. Implemented various fixes and usability improvements. ## What's Changed - Added Hardened skill signing pipeline and added `.skill-meta` layout. (#129) - Added `Cargo.lock` to version control. (#149) - Added `make install-sandbox` target. (#68) - Fixed bubblewrap version compatibility for `--argv0` option. (#112) - Changed Refactor SKILL.md to executable protocol and align sub-skills. (#130) **Full Changelog**: https://githubMedium4/13/2026
skill/v0.2## os-skills v0.2 Release OS Skills v0.2. Added 5 new skills and enhanced SysOM operations capabilities. ## What's Changed - Added `humanizer`, `image-gen`, `pdf-reader`, and `xlsx` skills. (#178) - Added `cosh-guide` skill. (#23) - Support net/io/load diagnostic capabilities to `sysom-diagnosis` skill. (#163) **Full Changelog**: https://github.com/alibaba/anolisa/compare/skill/v0.1...skill/v0.2Medium4/12/2026
cosh/v2.0.4## copilot-shell v2.0.4 Release Copilot Shell v2.0.4. Added Aliyun STS login support, expanded Hook types, and implemented various fixes and usability improvements. ## What's Changed - Added STS authentication support via ECS RAM role. (#161) - Added BeforeModel, AfterModel, and BeforeToolSelection hooks. (#154) - Added sandbox usage summary on session exit. (#137) - Added Tab-completion for `!` shell mode. (#131) - Fixed config-dir source unification and prevented ~/.copilot creatiMedium4/12/2026
skill/v0.1Latest release: skill/v0.1High4/9/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

AutoRedactđŸ›Ąī¸ Redact sensitive information from images securely in your browser with AutoRedact, featuring automatic detection and local processing for privacy.main@2026-06-06
gh-aw-firewallGitHub Agentic Workflows Firewallv0.25.65
tweakccCustomize Claude Code's system prompts, create custom toolsets, input pattern highlighters, themes/thinking verbs/spinners, customize input box & user message styling, support AGENTS.md, unlock privatv4.0.14
argentAn agentic toolkit to control, debug, and profile the iOS Simulator. Made by Software Mansion.v0.9.0
slot-jsx-pragma🎰 Enable declarative slottable components with a custom JSX pragma for seamless React integration and enhanced performance.main@2026-06-06

More from alibaba

OpenSandboxSecure, Fast, and Extensible Sandbox runtime for AI agents.
zvecA lightweight, lightning-fast, in-process vector database

More in Uncategorized

llama.cppLLM inference in C/C++
modal-clientSDK libraries for Modal
gh-aw-firewallGitHub Agentic Workflows Firewall