Join us

ContentUpdates and recent posts about NanoClaw..
Link
@anjali shared a link, 9 months, 2 weeks ago
Customer Marketing Manager, Last9

Monitor Nginx with OpenTelemetry Tracing

Instrument NGINX with OpenTelemetry to capture traces, track latency, and connect upstream and downstream services in a single request flow.

Nginx_opentelemetry
Story
@laura_garcia shared a post, 9 months, 3 weeks ago
Software Developer, RELIANOID

🔐 Zero-Trust Micro-Segmentation in Industrial Environments

In today's connected industrial world, the convergence of IT & OT brings efficiency—but also new risks. That’s why Zero-Trust Micro-Segmentation is no longer optional. 📌 It divides your network into isolated zones, applies strict access rules, and assumes no user or device is inherently trusted. ✅ K..

Industrial Zero-Trust Micro-Segmentation
Link
@anjali shared a link, 9 months, 3 weeks ago
Customer Marketing Manager, Last9

Stream AWS Metrics to Grafana with Last9 in 10 minutes

Visualize AWS metrics like Lambda, API Gateway, and RDS in Grafana using Last9. No agents, no code, set it up in under 10 minutes.

cloudwatch_metrics
Story
@laura_garcia shared a post, 9 months, 3 weeks ago
Software Developer, RELIANOID

🌉 RELIANOID is heading to TECHSPO San Francisco 2025!

📅 July 21–22 | 📍 Grand Hyatt at SFO Where business, tech, and innovation collide. Join us to explore the future of: 🔹 Internet, Mobile, AdTech, MarTech, SaaS 🔹 Live demos & emerging technologies 🔹 Real conversations with real innovators Let’s talk secure, high-performance solutions — and how RELIANO..

techspo san francisco relianoid
Story
@viktoriia-yarosh shared a post, 9 months, 3 weeks ago
Freshcode

This One Programming Choice Completely Changed These Tech Firms—Here's How. Part 1

Clojure is more than just a programming language—it helps teams work smarter and build faster. Companies like Quuppa, CodeScene, Griffin, and Catermonkey have found that embracing their functional style and mindset lets them grow efficiently, even with smaller teams, and shared their experience in the "Clojure in Product. Would you do it again?" podcast by Freshcode.

img (4)
Link
@anjali shared a link, 9 months, 3 weeks ago
Customer Marketing Manager, Last9

Enable Kong Gateway Tracing in 5 Minutes

Instrument Kong with OpenTelemetry for end-to-end API visibility, no code changes required.

Kong Gateway Tracing
Link
@anjali shared a link, 9 months, 3 weeks ago
Customer Marketing Manager, Last9

Kibana Logs: Advanced Query Patterns and Visualization Techniques

A practical guide to querying, filtering, and visualizing logs in Kibana, built for speed, scale, and real-world debugging workflows.

Kibana logs
Story
@laura_garcia shared a post, 9 months, 3 weeks ago
Software Developer, RELIANOID

🔐 Strengthen Your MFA with Google Authenticator and RELIANOID

At RELIANOID, we take authentication seriously. We've just published a new technical guide on how to integrate Google Authenticator into the RELIANOID MFA Portal, using Active Directory or LDAP to manage user secrets. ✅ Understand TOTP vs. HOTP ✅ Store secrets securely in AD/LDAP ✅ Guide to provisio..

2FA with AD_LDAP and Google Authenticator
Story
@laura_garcia shared a post, 9 months, 3 weeks ago
Software Developer, RELIANOID

🚀 New Release: RELIANOID 7.7 (Community Edition) is now available!

We're excited to bring you a powerful new version packed with essential features and improvements to boost your infrastructure’s flexibility, security, and performance: ✨ Key Highlights: VPN support for secure connectivity Full cloud integration: AWS, Azure, GCP Based on Debian Bookworm 12.11 New no..

Community Edition V7.7.0 RELIANOID
Link
@faun shared a link, 9 months, 3 weeks ago
FAUN.dev()

How I found a bypass in Google's big anti-adblock update

Chrome's MV3 transition nixed adblockers, but a 2023 bug threw a surprise party for them by milking JavaScript bindings still lurking in the browser's API logic.Even after Google's patch in Chrome 118, this little glitch—once a golden ticket for adblockers—highlights how ancient code can birth absur.. read more  

How I found a bypass in Google's big anti-adblock update
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.