Join us

ContentUpdates and recent posts about NanoClaw..
Story FAUN.dev() Team
@eon01 shared a post, 3ย months ago
Founder, FAUN.dev

Announcing FAUN.sensei() โ€” Self-paced guides to grow fast โ€” even when tech moves faster.

Docker GitLab CI/CD Helm Kubernetes GitHub Copilot

After months of hard work, FAUN.sensei() is finally alive!

FAUN.sensei()
Story
@laura_garcia shared a post, 3ย months ago
Software Developer, RELIANOID

๐ŸŒŸ ๐—ช๐—ฒโ€™๐—ฟ๐—ฒ ๐—›๐—ถ๐—ฟ๐—ถ๐—ป๐—ด! ๐—๐—ผ๐—ถ๐—ป ๐˜๐—ต๐—ฒ ๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— ๐—ง๐—ฒ๐—ฎ๐—บ ๐ŸŒŸ

Are you passionate about technology, networking, and innovation? At RELIANOID, weโ€™re building cutting-edge solutions that power secure, scalable, and reliable infrastructures โ€” and weโ€™re looking for talented people to join us on this journey! ๐Ÿš€ Whether youโ€™re an experienced professional or just star..

careers RELIANOID hiring
ย Activity
@arunsanna added a new tool AWS-Sage , 3ย months ago.
Story FAUN.dev() Team Trending
@eon01 shared a post, 3ย months ago
Founder, FAUN.dev

Helm Cheat Sheet: Everything You Need to Know to Start Using Helm

Helm Kubernetes

Helm is the package manager Kubernetes was missing. It lets you package applications and their dependencies into charts, deploy them as versioned releases, and manage installs, upgrades, and rollbacks in a consistent and repeatable way. This post walks through what Helm is, how to install it, and the core commands you will use day to day.

ย Activity
@varbear added a new tool Git , 3ย months ago.
Course
@eon01 published a course, 3ย months ago
Founder, FAUN.dev

Helm in Practice

#Helmย 
Helm Argo CD Docker k3s Harbor Kubernetes

Designing, Deploying, and Operating Kubernetes Applications at Scale

Helm in Practice
ย Activity
@zeno added a new tool Sigstore , 3ย months ago.
Story
@laura_garcia shared a post, 3ย months ago
Software Developer, RELIANOID

๐Ÿš€ ๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— ๐Ÿณ.๐Ÿด.๐Ÿฌ ๐—–๐—ผ๐—บ๐—บ๐˜‚๐—ป๐—ถ๐˜๐˜† ๐—˜๐—ฑ๐—ถ๐˜๐—ถ๐—ผ๐—ป ๐—ถ๐˜€ ๐—ผ๐˜‚๐˜!

This new release brings a modern foundation and powerful cloud automation to the open-source community: ๐Ÿ”น Debian Bookworm 12.12 ๐Ÿ”น Major upgrade support ๐Ÿ”น Automated cloud deployments on AWS, Azure & GCP ๐Ÿ”น Terraform-based Infrastructure as Code ๐Ÿ”น Improved Web UI usability and responsiveness Designed t..

Community edition V7.8 release relianoid
Story
@viktoriiagolovtseva shared a post, 3ย months ago

A Ready-to-Use Business Travel Template For Jira

For many of us, even planning a personal trip can be a daunting task. Missing one detail when booking a flight or hotel can lead to a disaster. The challenge becomes even greater when you need to organize a business trip for others, especially for large events where many people travel simultaneously.ย 

Additionally, business travel often requires multiple approvals and cross-team collaboration. You will need a solution to keep everyone on the same page and easily track every detail. A business travel template for Jira is an ideal way to solve this challenge.ย 

In this blog post, we share a ready-to-use template and explain how to use it.

Zrzut ekranu 2025-12-17 143647
Story
@laura_garcia shared a post, 3ย months ago
Software Developer, RELIANOID

๐Ÿš€ AI is redefining Site Reliability Engineering (SRE)

What started as ensuring web apps were fast and resilient has now entered a new era: AI Reliability Engineering. Inference workloads demand speed, trust, and observability far beyond traditional infrastructure challenges. In our latest blog, we explore: Why unreliable AI is worse than no AI at all H..

relianoid_blog_documentation
NanoClaw is an open-source personal AI agent designed to run locally on your machine while remaining small enough to fully understand and audit. Built as a lightweight alternative to larger agent frameworks, the system runs as a single Node.js process with roughly 3,900 lines of code spread across about 15 source files.

The agent integrates with messaging platforms such as WhatsApp and Telegram, allowing users to interact with their AI assistant directly through familiar chat applications. Each conversation group operates independently and maintains its own memory and execution environment.

A core design principle of NanoClaw is security through isolation. Every agent session runs inside its own container using Docker or Apple Container, ensuring that the agent can only access files and resources that are explicitly mounted. This approach relies on operating systemโ€“level sandboxing rather than application-level permission checks.

The architecture is intentionally simple: a single orchestrator process manages message queues, schedules tasks, launches containerized agents, and stores state in SQLite. Additional functionality can be added through a modular skills system, allowing users to extend capabilities without increasing the complexity of the core codebase.

By combining a minimal architecture with container-based isolation and messaging integration, NanoClaw aims to provide a transparent, customizable personal AI agent that users can run and control entirely on their own infrastructure.