Intelligence.
Engineered.

Foundational developer infrastructure. A privacy-first AI coding assistant, an open-source Go web framework, and a self-hosted identity server.

Plexon AI

Plexon

What can I help you build?

Explain this codebaseFix a bugWrite testsRefactor code
Message
◇ Code ▾⚙ Models ▾✦ 8 Skills☆ 2/5 Active

Our Products

Foundational software for development teams. Each product represents a different answer to the same question: what would we build if we refused to compromise?

Plexon AI

Plexon AI

Live

Desktop AI coding assistant. Seven AI providers. Five operational modes. Voice input, Desktop Pilot, MCP plugin system. Your code never leaves your machine.

Plexon AI
AI Providers
Appearance
Extensions
Advanced

Advanced Settings

CONTEXT CONDENSING

Condense conversation history when approaching context window limits.

Condense Min Threshold50%
Automatic Condensing
Learn more
Iris Framework

Iris Framework

Open Source

An open-source HTTP/2 web framework for Go, first released in 2016. MVC, dependency injection, WebSocket, and middleware in the core. BSD-3-Clause licensed.

25,571

Stars

2,428

Forks

2016

Since

Learn more

Hellenic Identity

Live

Enterprise identity and access management. OAuth 2.0, OpenID Connect, quantum-resilient cryptography, user & group management, custom schemas, API logging, and a modern admin panel. All self-hosted.

Dashboard

+ Add User

Welcome to your Hellenic Identity Server admin panel

System Overview

Total Users

96,317

96,317 active, 0 disabled

User Groups

0

Filter-based user collections

Quick Actions

Manage Users

Create, edit, and manage user accounts

User Groups

Manage filter-based user groups

User Attributes

View user schema and debug tokens

API Logs

Monitor and debug API requests

Admin panel shown with sample data.

Learn more

RNS

Multi-tenant push notification gateway for mobile applications.

Coming Soon

Patrol

Real-time error tracking and log aggregation with multi-channel notifications.

Coming Soon
Plexon AIPlexon AI

Your code stays yours. Always.

A desktop AI coding assistant with seven AI providers and five specialized modes. Your source code never leaves your machine. Privacy enforced by architecture, not by policy.

Zero-knowledge architecture
5 operational modes
Desktop app + Mini Mode
MCP tools & 6 bundled skills
Built-in voice control
Autonomous orchestration
7
AI Providers
5
Operational Modes
100%
Local
Plexon AI
Image

What would you like to do next with this information about Iris?

Compare with Gin, Fiber, EchoBuild an API with IrisLearn MVC architecture
See a code example of building an API with Iris
🔍 webSearchPrime🔍 webSearchPrime
Image

Reasoning

Assistant internal thought process

The user wants to see a code example of building an API with Iris. Let me search for some examples...

IrisIris Framework

Speed is a feature.

Iris is an open-source HTTP/2 web framework for Go, first released in 2016. It carries MVC, dependency injection, WebSocket handling, and a middleware system in its core, so you assemble less to ship a service.

25,571
GitHub stars
2,428
Forks
2016
First release

Star and fork counts read from the GitHub API on 2026-07-10. Licensed BSD-3-Clause.

How fast is it, really?

Fast enough that routing is rarely what limits a Go service. Rather than publish a bar chart you cannot reproduce, we maintain the benchmark suite itself. It is open source, it covers several HTTP/2 servers, and it was last run in 2024. Read the methodology, then run it against your own workload.

kataras/server-benchmarks
main.go
package main

import "github.com/kataras/iris/v12"

func main() {
  app := iris.New()

  app.Get("/", func(ctx iris.Context) {
    ctx.JSON(iris.Map{"message": "Hello, World!"})
  })

  app.Listen(":8080")
}

Why Hellenic

We do not build products to demonstrate what is possible. We build infrastructure developers depend on every day.

Zero-Knowledge by Architecture

Privacy is not our policy. It is our architecture. Plexon's servers are stateless - we cannot access your data even under compulsion.

Open Source at the Foundation

Iris has been open source since day one, with 25,571 stars and a decade of contributions. We earned trust the only way that matters: by shipping code anyone can read.

Performance as a Discipline

We do not optimize after the fact. Performance is a first-class design constraint, from high-throughput Go backends to AI pipelines that execute in parallel.

Built by Those Who Use It

Every product we ship is a product we use. Our founder created Iris. Our team builds on Plexon daily. We build from within, not from the outside.

Leadership

Gerasimos Maropoulos

Gerasimos Maropoulos

Founder & CEO

Creator of the Iris web framework. Over a decade of Go development. 25,571 GitHub stars on Iris alone.

LinkedIn
Christos Papadopoulos

Christos Papadopoulos

Co-Founder & CMO

People-focused creative and strategic direction. Brand storytelling and authentic marketing that connects ideas with people.

What we do

Engineering services from the team behind Iris and Plexon AI. We bring the same rigor to your problems that we bring to our own products.

AI Integration & Privacy Architecture

  • Deploy AI systems with verifiable privacy guarantees
  • Integrate LLMs into workflows without data exposure
  • On-premise architectures for regulated environments
  • Intelligent automation within your security perimeter

System Architecture & Engineering

  • Design systems that perform at scale from day one
  • Resolve architectural debt before it compounds
  • Microservices, monoliths, or the right hybrid for your constraints
  • Security-first design for finance, healthcare, and government

Team Enablement & Knowledge Transfer

  • Hands-on workshops built around your actual codebase
  • Go, AI tooling, and modern systems architecture
  • Code review that transfers understanding, not just corrections
  • Build internal capabilities that outlast the engagement

Rapid Product Development

  • Production-quality MVPs delivered in weeks
  • Transparent process with weekly demonstrations
  • Architecturally sound from the first commit
  • Clean handoff with full documentation when ready

Let's Discuss Your Architecture

No pitch deck. A direct conversation about your technical challenges with engineers who have shipped at scale. We will be honest about whether we are the right fit.

Get in Touch

Start a Conversation

Describe what you are building. We will be direct about whether our expertise is the right match.

Frequently Asked Questions

What people ask about Hellenic Development, its products, and how it works.

What is Hellenic Development?

Hellenic Development is a developer infrastructure company founded in 2025 by Gerasimos Maropoulos and Christos Papadopoulos. It builds and maintains three products: Plexon AI, a desktop AI coding assistant; Iris, an open-source web framework for Go; and Hellenic Identity, a self-hosted identity and access management server. The company also takes on consulting work in privacy-preserving AI, Go systems architecture, team training, and rapid product development, mainly for teams in finance, healthcare, and government.

Who founded Hellenic Development?

Gerasimos Maropoulos founded Hellenic Development and serves as its CEO. He created the Iris web framework for Go in 2016, which has since gathered 25,000+ GitHub stars, and he has worked in Go for over a decade. He publishes as "kataras" on GitHub. Christos Papadopoulos is the co-founder and CMO, responsible for brand and strategic direction.

What products does Hellenic Development make?

Hellenic Development ships three products. Plexon AI is a desktop AI coding assistant for macOS, Windows, and Linux that connects to seven AI providers and keeps your code on your own machine. Iris is an open-source HTTP/2 web framework for Go, licensed BSD-3-Clause, with MVC, WebSocket support, and dependency injection. Hellenic Identity is a self-hosted IAM server implementing OAuth 2.0 and OpenID Connect with post-quantum cryptography. Two more products are in development: RNS, a multi-tenant push notification gateway, and Patrol, an error tracking and log aggregation service.

Is Iris free to use?

Yes. Iris is open source under the BSD-3-Clause license, which permits commercial use, modification, and redistribution, provided the copyright notice travels with the code. There is no paid tier, no license key, and no cap on requests or environments. The source lives at github.com/kataras/iris and the API reference is published on pkg.go.dev. Iris was first released in 2016 and is maintained by Gerasimos Maropoulos through Hellenic Development, so the framework and the company that backs it share the same author.

Does Plexon AI send my code to a server?

No. Plexon AI runs on your machine and your source code stays there. The architecture is zero-knowledge: the Plexon server is stateless and holds no copy of your files, so it cannot read them. You bring your own API keys for whichever of the seven supported AI providers you choose, and requests go from your machine to that provider directly. Plexon AI is available for macOS, Windows, and Linux.

Can Hellenic Identity be self-hosted?

Yes. Hellenic Identity is designed to be self-hosted, which is the point of it: organisations that cannot send identity data to a third party run it on their own infrastructure. It implements OAuth 2.0 and OpenID Connect, and it uses quantum-resilient cryptography, specifically ML-KEM (Kyber) for key encapsulation and ML-DSA (Dilithium) for digital signatures. It ships with user and group management and an administration panel.

What services does Hellenic Development offer?

Hellenic Development offers four consulting services. AI Integration and Privacy Architecture covers deploying AI systems with verifiable privacy guarantees in regulated environments. System Architecture and Engineering covers Go backends, microservices, and security-first design. Team Enablement and Knowledge Transfer covers hands-on workshops in Go, AI tooling, and systems architecture. Rapid Product Development covers production-quality MVPs delivered in weeks. Engagements start at hellenic.dev/get-in-touch.

Does hellenic.dev track visitors?

No. The hellenic.dev website loads no analytics service, no tracking pixels, and no advertising cookies, and it sets no cookies of its own. The site is static HTML, so there is no session to follow you between pages and no profile to sell. The only information you ever send is what you type into the contact form and submit deliberately. Hellenic Development measures the site through Google Search Console instead, which reports search queries and indexing status without identifying anyone. The full policy is published at hellenic.dev/privacy.