MARTECHSIGNAL

Ever Gauzy Review

Open business management platform: ERP, CRM, HRM, ATS, and time tracking

CRM · Open Source · OPEN SOURCE

Overview

Ever Gauzy is an open business management platform from Ever Co that bundles ERP, CRM, HRM, applicant tracking, project management, and employee time and activity tracking under an AGPLv3 Community Edition license, with paid Small Business and Enterprise license tiers documented alongside it. The module list is unusually wide for open source: estimates, invoicing, payments, income and expense tracking, inventory and equipment sharing, schedules and appointments, sales pipelines and proposals, goals and KPIs, time off, a help center with knowledge base, and reports, alongside multi-organization, multi-currency, and multi-language support. The stack is TypeScript on Node.js and NestJS with an Angular frontend and TypeORM or MikroORM for data, SQLite for demos and PostgreSQL or MySQL recommended for production, deployable with Docker Compose or Kubernetes. Public APIs are served from api.gauzy.co with Swagger docs at the /docs path, and desktop applications (a server, a desktop app, and a timer app) run on Windows, Mac, and Linux for time and activity tracking. Companion products connect to the same APIs: Ever Teams for work management, built on React, Next.js, and React Native, and Ever Works, an agentic runtime. Hosted cloud pricing is published: a Starter tier free for one company and one employee, Small Business at $17 per month billed annually for ten employees with additional employees at $5 each, and Enterprise at $139 per month billed annually with either unlimited employees or unlimited companies; both paid tiers carry a 90-day free trial, and the hosted SaaS at app.gauzy.co is marked alpha. No AI features are documented in the product; the AI-adjacent material in the repo is developer tooling, not capability. Treat Gauzy as a broad platform where you adopt two or three modules, not a suite you adopt whole.

Homepage of Ever Gauzy
Ever Gauzy homepage. Screenshot captured 2026-09-08; site content belongs to its owner.

How to install

  1. Fastest look: the hosted demo at demo.gauzy.co, or the hosted SaaS at app.gauzy.co, which the README marks as an alpha version. Default demo logins documented in the README are [email protected] / admin and [email protected] / 12345678.
  2. Demo stack in one command: docker-compose -f docker-compose.demo.yml up (Docker Compose v2.20 or later is the stated minimum).
  3. Production containers: docker-compose up -d after setting JWT_SECRET, JWT_REFRESH_TOKEN_SECRET, and JWT_VERIFICATION_TOKEN_SECRET in .env.compose (the README suggests generating them with openssl rand -hex 64). A docker-compose.infra.yml brings up infrastructure only, and docker-compose.build.yml builds locally.
  4. From source: yarn bootstrap, optionally yarn prepare:husky, then yarn start; seed demo data with yarn seed or yarn seed:all. The UI runs at localhost:4200 and the API at localhost:3000/api.
  5. Desktop users install Gauzy Desktop or the Desktop Timer app for Windows, Mac, or Linux from the releases rather than running the web stack.

Requirements

Node.js and Yarn for a source build, with PostgreSQL or MySQL recommended for production (SQLite is the default only for demos; MariaDB, MS SQL, CockroachDB, Oracle, and MongoDB are also listed as supported by the ORM layer). Docker Compose v2.20 or later for containers, Kubernetes documented for production deployments.

Best for

Small teams and agencies that want one self-hosted system combining client billing, invoicing, pipelines, and employee time and activity tracking, and are comfortable running a multi-service NestJS platform to get it without per-seat license fees.

Not for

Teams wanting a single-purpose, lightweight tool: this is a many-module monorepo with real operational weight. Also reconsider where employee activity monitoring is sensitive; the tracking heritage needs an explicit conversation before rollout. AI-driven CRM is absent by any documented measure.

Hands-on notes

Assessed from github.com/ever-co/ever-gauzy, gauzy.co, and its pricing page; we have not run an instance. The repo is large and active (4,300-plus stars, 27,000-plus commits), and the README is honest about maturity markers: app.gauzy.co is labeled alpha, and the demo database defaults to SQLite unless you configure PostgreSQL or MySQL.

A correction against our earlier record: Gauzy's own frontend is Angular, not React. The README lists Angular with ngx-admin for the Gauzy UI; Next.js belongs to the companion product Ever Teams, which is a separate codebase connecting to Gauzy's APIs. We had attributed the wrong frontend stack to Gauzy itself.

The commercial model is clearer than most open-core projects: the README names three license tiers (Community Edition, Small Business, Enterprise), the cloud pricing page publishes exact numbers (Starter free for one company and one employee, Small Business $17 per month billed annually for ten employees plus $5 per additional employee, Enterprise $139 per month billed annually with unlimited employees or unlimited companies), and both paid tiers carry a 90-day free trial. The hosted SaaS is explicitly alpha, so self-hosting or the demo remain the serious evaluation paths.

No AI features are documented in the product itself. The AI-adjacent items visible in the repo (AGENTS.md, .claude and .cursor directories, CodeRabbit review) are development tooling for contributors, and Ever Works, the agentic runtime product from Ever Co, is a separate project, not a Gauzy module. Any AI capability claim about Gauzy should be treated as unsupported until it appears in the README or changelog.

Verdict

Unusually broad open-source business platform with published cloud pricing; best value where time and activity tracking anchors the rollout, and best run by teams with operational patience.

Pros and cons

ProsCons
Open-source licensing with free self-hosting Paid plans start at $17/mo once past the free tier
API access for custom integrations
Established community (4,348 GitHub stars)

Building your martech shortlist?

The weekly newsletter: one tool teardown, one workflow, no fluff. Free.

Subscribe

Frequently asked questions

What is Ever Gauzy?

Open business management platform: ERP, CRM, HRM, ATS, and time tracking. It ships with 4,348 GitHub stars, an API for custom integrations. MartechSignal's review covers features, pricing, and how it compares to alternatives.

How much does Ever Gauzy cost?

Ever Gauzy has a free tier; paid plans start at $17/mo.

Is Ever Gauzy a good CRM tool in 2026?

Unusually broad open-source business platform with published cloud pricing; best value where time and activity tracking anchors the rollout, and best run by teams with operational patience.

How much does Ever Gauzy cost in practice?

Self-hosting is free under the AGPLv3 Community Edition license with no seat limits in the license itself. The hosted cloud plans are published in USD: Starter is free forever for one company and one employee; Small Business is $17 per month billed annually ($204 per year) for one company with ten employees, and additional employees cost $5 per month each; Enterprise is $139 per month billed annually ($1,668 per year), either with one company and unlimited employees or unlimited companies with ten employees each, and additional employees cost $10 per month each. Both paid tiers include a 90-day free trial, and customized UX/UI design or integrations carry additional quoted fees.

Can I use Ever Gauzy free for business, and what does AGPLv3 require?

Yes for internal business use, with one obligation to understand. Gauzy's default license is the AGPLv3 Community Edition, and the README also names paid Small Business and Enterprise license tiers for teams that need different terms. AGPLv3 closes the hosting loophole in plain GPL: if you offer Gauzy to users over a network, you must make the corresponding source available to those users. Running it internally for your own staff does not create that obligation. If you plan to resell hosted access to clients or modify the code and want to keep changes private, that is exactly what the commercial tiers exist for, so read the license terms before building on it.

Does Ever Gauzy include employee time tracking?

Yes, and it is the platform's anchor module. The README lists employee time-tracking, activity, and productivity tracking as a core capability, and it ships with dedicated desktop applications: Gauzy Desktop and a Desktop Timer app for Windows, Mac, and Linux, so tracked time feeds the same platform that handles invoicing, estimates, and payroll-adjacent reporting. The related features (schedules, appointments, time off, holidays) sit in the same module set. Note that activity tracking of this kind is employee monitoring in substance, so involve the people being tracked before rollout rather than after.

Similar Tools