New:Socket for Asana Is Now Available.Learn more
Get Started

fuzzy-os

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

fuzzy-os

> **Looking for the fuzzy coding agent?** See **[packages/coding-agent](packages/coding-agent)** for installation and usage.

latest
npmnpm
Version
0.0.3
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

FuzzyOS

Looking for the fuzzy coding agent? See packages/coding-agent for installation and usage.

Tools for building AI agents and managing LLM deployments.

Packages

PackageDescription
@fuzzyos/fuzzy-aiUnified multi-provider LLM API (OpenAI, Anthropic, Google, etc.)
@fuzzyos/fuzzy-agent-coreAgent runtime with tool calling and state management
@fuzzyos/fuzzy-coding-agentInteractive coding agent CLI
@fuzzyos/fuzzy-momSlack bot that delegates messages to the fuzzy coding agent
@fuzzyos/fuzzy-tuiTerminal UI library with differential rendering
@fuzzyos/fuzzy-web-uiWeb components for AI chat interfaces
@fuzzyos/fuzzy-podsCLI for managing vLLM deployments on GPU pods

Contributing

See CONTRIBUTING.md for contribution guidelines and AGENTS.md for project-specific rules (for both humans and agents).

Development

npm install          # Install all dependencies
npm run build        # Build all packages
npm run check        # Lint, format, and type check
./test.sh            # Run tests (skips LLM-dependent tests without API keys)
./fuzzy-test.sh         # Run fuzzy from sources (must be run from repo root)

Note: npm run check requires npm run build to be run first. The web-ui package uses tsc which needs compiled .d.ts files from dependencies.

License

MIT

FAQs

Package last updated on 06 Mar 2026

Related posts