<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>EONYX - Tag - EONYX Guide</title><link>https://eonyx.tech/guide/tags/eonyx/</link><description>EONYX - Tag - EONYX Guide</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>eonyx.tech@proton.me (EONYX)</managingEditor><webMaster>eonyx.tech@proton.me (EONYX)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Fri, 03 Jul 2026 00:00:00 +0300</lastBuildDate><atom:link href="https://eonyx.tech/guide/tags/eonyx/" rel="self" type="application/rss+xml"/><item><title>Installing EONYX: build, run, and configure</title><link>https://eonyx.tech/guide/eonyx-setup/</link><pubDate>Fri, 03 Jul 2026 00:00:00 +0300</pubDate><author><name>EONYX</name></author><guid>https://eonyx.tech/guide/eonyx-setup/</guid><description><![CDATA[<div class="featured-image">
                <img src="/guide/eonyx-setup/cover.svg" referrerpolicy="no-referrer">
            </div><p><strong>EONYX</strong> is a terminal AI agent for working with code, written in <a href="https://go.dev" target="_blank" rel="noopener noreferrer">Go</a>.<br>
It connects straight to any OpenAI-compatible API.<br>
<a href="https://openai.com" target="_blank" rel="noopener noreferrer">OpenAI</a>, <a href="https://openrouter.ai" target="_blank" rel="noopener noreferrer">OpenRouter</a>, <a href="https://www.deepseek.com" target="_blank" rel="noopener noreferrer">DeepSeek</a>, <a href="https://www.moonshot.ai" target="_blank" rel="noopener noreferrer">Moonshot</a>.<br>
Or a local <a href="https://ollama.com" target="_blank" rel="noopener noreferrer">Ollama</a>, <a href="https://github.com/ggml-org/llama.cpp" target="_blank" rel="noopener noreferrer">llama.cpp</a> or <a href="https://lmstudio.ai" target="_blank" rel="noopener noreferrer">LM Studio</a> server.<br>
No telemetry, no OAuth.<br>
One process, one binary.</p>]]></description></item><item><title>EONYX and MCP: connecting external tools</title><link>https://eonyx.tech/guide/eonyx-mcp/</link><pubDate>Tue, 30 Jun 2026 00:00:00 +0300</pubDate><author><name>EONYX</name></author><guid>https://eonyx.tech/guide/eonyx-mcp/</guid><description><![CDATA[<div class="featured-image">
                <img src="/guide/eonyx-mcp/cover.svg" referrerpolicy="no-referrer">
            </div><p><strong>Model Context Protocol (MCP)</strong> is an open standard.<br>
Through it an agent reaches external systems: databases, APIs, trackers, anything.<br>
EONYX ships an MCP client built on the official Go SDK, <code>modelcontextprotocol/go-sdk</code>.<br>
Servers are described in <code>eonyx.json</code>, and their tools appear to the model next to the built-in ones.</p>]]></description></item><item><title>Local models in EONYX: fully offline</title><link>https://eonyx.tech/guide/eonyx-local-models/</link><pubDate>Wed, 24 Jun 2026 00:00:00 +0300</pubDate><author><name>EONYX</name></author><guid>https://eonyx.tech/guide/eonyx-local-models/</guid><description><![CDATA[<div class="featured-image">
                <img src="/guide/eonyx-local-models/cover.svg" referrerpolicy="no-referrer">
            </div><p>EONYX is not tied to the cloud.<br>
It speaks to <strong>any OpenAI-compatible API</strong>.<br>
Point it at a local model server and your code never leaves the machine.<br>
No model key, no model traffic, no cloud.</p>]]></description></item><item><title>EONYX memory: AGENTS.md, sessions and context compaction</title><link>https://eonyx.tech/guide/eonyx-memory/</link><pubDate>Wed, 17 Jun 2026 00:00:00 +0300</pubDate><author><name>EONYX</name></author><guid>https://eonyx.tech/guide/eonyx-memory/</guid><description><![CDATA[<div class="featured-image">
                <img src="/guide/eonyx-memory/cover.svg" referrerpolicy="no-referrer">
            </div><p>Every turn starts with the model receiving context.<br>
EONYX builds it from three parts.<br>
<strong>AGENTS.md</strong> carries the project&rsquo;s standing instructions.<br>
<strong>Sessions</strong> hold the full history on disk.<br>
<strong>Auto-summarization</strong> compacts the older turns as the window fills.</p>]]></description></item><item><title>EONYX vs Claude Code: an honest comparison</title><link>https://eonyx.tech/guide/eonyx-vs-claude-code/</link><pubDate>Mon, 15 Jun 2026 00:00:00 +0300</pubDate><author><name>EONYX</name></author><guid>https://eonyx.tech/guide/eonyx-vs-claude-code/</guid><description><![CDATA[<div class="featured-image">
                <img src="/guide/eonyx-vs-claude-code/cover.svg" referrerpolicy="no-referrer">
            </div><p><strong>EONYX</strong> and <strong><a href="https://www.anthropic.com/claude-code" target="_blank" rel="noopener noreferrer">Claude Code</a></strong> are both terminal AI agents for code.<br>
The workflow rhymes: <a href="https://modelcontextprotocol.io" target="_blank" rel="noopener noreferrer">MCP</a>, skills, hooks, subagents, plan mode, sessions.<br>
The difference is architecture and freedom.<br>
Claude Code is bound to the cloud and to <a href="https://www.anthropic.com" target="_blank" rel="noopener noreferrer">Anthropic</a> models.<br>
EONYX is not.</p>]]></description></item><item><title>EONYX skills: how Agent Skills and SKILL.md work</title><link>https://eonyx.tech/guide/eonyx-skills/</link><pubDate>Thu, 11 Jun 2026 00:00:00 +0300</pubDate><author><name>EONYX</name></author><guid>https://eonyx.tech/guide/eonyx-skills/</guid><description><![CDATA[<div class="featured-image">
                <img src="/guide/eonyx-skills/cover.svg" referrerpolicy="no-referrer">
            </div><p>A <strong>skill</strong> is a folder with a <code>SKILL.md</code> inside.<br>
It is an instruction the agent loads when the task calls for it.<br>
Package a repetitive procedure once: a code review, a deploy checklist, a report format.<br>
It then costs no context until it is actually needed.</p>]]></description></item><item><title>Configuring providers and models in EONYX</title><link>https://eonyx.tech/guide/eonyx-providers/</link><pubDate>Sun, 07 Jun 2026 00:00:00 +0300</pubDate><author><name>EONYX</name></author><guid>https://eonyx.tech/guide/eonyx-providers/</guid><description><![CDATA[<div class="featured-image">
                <img src="/guide/eonyx-providers/cover.svg" referrerpolicy="no-referrer">
            </div><p>EONYX talks to <strong>any OpenAI-compatible API</strong>.<br>
A provider is the way to reach a backend.<br>
A model binds an id to a provider.<br>
Here is how to connect one, hide the secrets and set price, window and retries.</p>]]></description></item><item><title>How EONYX Works: The Agent Architecture from the Inside</title><link>https://eonyx.tech/guide/eonyx-architecture/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0300</pubDate><author><name>EONYX</name></author><guid>https://eonyx.tech/guide/eonyx-architecture/</guid><description><![CDATA[<div class="featured-image">
                <img src="/guide/eonyx-architecture/cover.svg" referrerpolicy="no-referrer">
            </div><p>EONYX is written in Go.<br>
It builds into a single static binary.<br>
Inside sits a small set of packages around one central abstraction.<br>
Here is how it fits together.</p>]]></description></item><item><title>EONYX Hooks: Automation Around Tool Calls</title><link>https://eonyx.tech/guide/eonyx-hooks/</link><pubDate>Wed, 03 Jun 2026 00:00:00 +0300</pubDate><author><name>EONYX</name></author><guid>https://eonyx.tech/guide/eonyx-hooks/</guid><description><![CDATA[<div class="featured-image">
                <img src="/guide/eonyx-hooks/cover.svg" referrerpolicy="no-referrer">
            </div><p><strong>Hooks</strong> are shell commands that run <strong>around a tool call</strong>.<br>
One before it, one after it.<br>
They bolt on formatting, auditing and guardrails without touching the agent&rsquo;s code.</p>]]></description></item><item><title>EONYX permissions and security: control over every action</title><link>https://eonyx.tech/guide/eonyx-security/</link><pubDate>Tue, 26 May 2026 00:00:00 +0300</pubDate><author><name>EONYX</name></author><guid>https://eonyx.tech/guide/eonyx-security/</guid><description><![CDATA[<div class="featured-image">
                <img src="/guide/eonyx-security/cover.svg" referrerpolicy="no-referrer">
            </div><p>An agent reads code, edits it and runs commands.<br>
So it has to stay <strong>inside explicit permissions</strong>.<br>
EONYX stacks several layers: a static gateway, a file sandbox, plan mode and a hard block on dangerous commands.</p>]]></description></item></channel></rss>