ever-co/ever-gauzy

▲ 3,530 stars today★ 7,801⑂ 1,157

Ever® Gauzy™ - Open Business Management Platform (ERP/CRM/HRM/ATS/PM) - https://gauzy.co

About ever-co/ever-gauzy

ever-co/ever-gauzy is an open-source project on GitHub, mainly written in TypeScript. Ever® Gauzy™ - Open Business Management Platform (ERP/CRM/HRM/ATS/PM) - https://gauzy.co It currently holds 7,801 stars and 1,157 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

Git Homed tracks it on the Today's Trending board.

GitHub Repository Details

Repository ever-co/ever-gauzy · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

Ever Gauzy Platform

https://github.com/ever-co/ever-gauzy/blob/HEAD/ever-co%2Fever-gauzy | Trendshift https://github.com/ever-co/ever-gauzy/blob/HEAD/ever-co%2Fever-gauzy | Trendshift

[uri_gauzy]: https://gauzy.co [uri_license]: https://www.gnu.org/licenses/agpl-3.0.html [uri_license_image]: https://img.shields.io/badge/License-AGPL%20v3-blue.svg

visitors [![License: AGPL v3][uri_license_image]][uri_license] Ask DeepWiki Gitpod Ready-to-Code

💡 What's New

🌟 What is it

[Ever® Gauzy™][uri_gauzy] - Open Business Management Platform for Collaborative, On-Demand and Sharing Economies.

Ever® Gauzy™ Platform is a part of our larger Open Platform for Collaborative, On-Demand and Sharing Economies - Ever® Platform™.

https://github.com/ever-co/ever-gauzy/blob/HEAD/image

✨ Features

Main features:

A more detailed list of the features available in the platform: Read more about Gauzy and how to use it at your company, on-demand business, freelance business, agency, studio or in-house teams.

🌼 Screenshots

Show / Hide Screenshots

Web UI

overview

Desktop Timer UI (Standard)

timer

Desktop Timer UI (Expanded)

timer

🔗 Links

💻 Demo, Downloads, Testing and Production

Demo

Ever Gauzy Platform Demo at .

Notes:

  • Default super-admin user login is admin@ever.co and the password is admin. These are DEMO / local-development credentials only: a production install must set DEMO_SUPER_ADMIN_PASSWORD, DEMO_ADMIN_PASSWORD and DEMO_EMPLOYEE_PASSWORD before its first boot, and the API refuses to seed without them.
  • Content of demo DB resets on each deployment to the demo environment (usually daily)
  • Demo environment deployed using CI/CD from the develop branch

Downloads

You can download Gauzy Platform, Gauzy Server, or Desktop Apps (Windows/Mac/Linux) from the official Downloads page.

In addition, all releases and pre-releases downloads are also available from the following pages:

Production (SaaS)

Ever® Gauzy™ Platform SaaS is available at .

Note: it's currently in Alpha version/testing mode, please use it cautiously!

Staging

  • Gauzy Platform Staging builds (using CI/CD, from the stage branch) are available at
  • We are using the Staging environment to test releases before they are deployed to the production environment
  • Our pre-releases of desktop/server apps are built from this environment and can be configured manually (in settings) to connect to Stage API:

Server & Desktop Apps

We have Gauzy Server and two Desktop Apps (for Windows/Mac/Linux):

  • Ever® Gauzy™ Server - includes Gauzy API, SQLite DB (or connects to external PostgreSQL) and serves Guazy frontend. It allows to quickly run Gauzy Server for multiple clients (browser-based or Desktop-based). It's a recommended option if you want to setup the Ever Gauzy Platform in small to medium organizations.
  • Ever® Gauzy™ Desktop App - includes Gauzy frontend (UI), Gauzy API, SQLite DB, etc., all-in-one! It allows to quickly run the whole Gauzy solution locally, both UI and Timer (for time tracking, optionally of course). In addition, it allows you to connect to the external database (e.g. PostgreSQL) or external API (if you have Gauzy Server with API / DB installed on a different computer or if you want to connect to our live API). It's a recommended option if you want to try Gauzy quickly / for personal use or if you want to connect to Gauzy Server in the "client-server" configuration (and use Desktop App instead of web browser).
  • Ever® Gauzy™ Desktop Timer App - allows running Time and Activity Tracking for employees/contractors with screenshots and activity monitoring. It is recommended to setup by organization employees as long as they are not interested in other Gauzy Platform features (e.g. accounting) and only need to track work time.
More information about our Server & Desktop Apps:
  • Download for your OS from the official Downloads page or see the section "Download" above for other links to our releases pages.
  • Setup Gauzy Server with default choices in Setup Wizard and run it.
  • You can also setup Gauzy Desktop App (can run independently or connect to Gauzy Server) or Gauzy Desktop Timer App (should be connected to Gauzy Server)
  • You can login with admin@ever.co and password admin to check Admin functionality if you installed Gauzy Server or Gauzy Desktop App. Note: such an Admin user is not an employee, so you will not be able to track time.
  • You can login with employee@ever.co and password 12345678 to check Employee-related functionality in Gauzy UI or to run Desktop Timer from an "Employee" perspective (such a user is an Employee and can track time).
  • If you install Gauzy Server, it is possible to connect to it using a browser (by default on ) or using Gauzy Desktop Apps (make sure to configure Desktop apps to connect to Gauzy API on because it's where Gauzy Server API runs by default).
  • You can read more information about our Desktop Apps on the Desktop Apps Wiki Page and our Server at the Server Wiki Page.

🧱 Technology Stack and Requirements

For Production, we recommend: Note: thanks to TypeORM / MikroORM, Gauzy will support lots of DBs: SQLite (default, for demos), PostgreSQL (development/production), MySql (development/production), MariaDb, CockroachDb, MS SQL, Oracle, MongoDb, and others (with minimal changes).

See also README.md and CREDITS.md files in relevant folders for lists of libraries and software included in the Platform, information about licenses, and other details

📄 Documentation

Please refer to our official Platform Documentation and our Wiki (WIP).

🚀 Quick Start

Super Quick Start

.

Note: it's currently in Alpha version/testing mode, please use it cautiously!

Run with Docker Compose

  • Clone repo.
  • Make sure you have the latest Docker Compose installed locally. Important: you need a minimum v2.20.

Demo

  • Run docker-compose -f docker-compose.demo.yml up, if you want to run the platform in basic configuration (e.g. for Demo / explore functionality / quick run) using our prebuilt Docker images. Check .env.demo.compose file for different settings (optionally), e.g. DB type. _(Note: Docker Compose will use latest images pre-build automatically from head of master branch using GitHub CI/CD.)_
  • Open in your browser.
  • Login with email admin@ever.co and password: admin for Super Admin user.
  • Login with email employee@ever.co and password: 12345678 for Employee user.
  • Enjoy!
Note: those credentials exist only because this stack runs with DEMO=true. They are NOT available in a production deployment — see below.

Production

Note: we recommend using Kubernetes for production workloads instead of Docker Compose!

Build

Notes: Together with Gauzy, the Docker Compose commands described above for Production (docker-compose.yml) and Build (docker-compose.build.yml) will run the following infrastructure components:

Quick Start to manually build & run

Required

Notes:

Optional / Recommended for Production

🏭 Production

General information

Kubernetes

DigitalOcean App Platform

Virtual Instances / Droplets (via SSH)

Pulumi

🚗 Other self-hosting options

Deploy on Hostinger

Deploy on Hostinger

Deploy on RepoCloud

Deploy Ever Gauzy instantly with one click on RepoCloud.

Deploy on Easypanel

Easypanel is a self-hosted Docker deployment platform, and Ever Gauzy has a one-click deployment template there:

[![Deploy on Easypanel][easypanel-btn]][easypanel-deploy]

[easypanel-btn]: https://easypanel.io/img/deploy-on-easypanel-40.svg [easypanel-deploy]: https://easypanel.io/templates/ever-gauzy

💌 Contact Us

GitHub Stars & Activity

7,801Stars
1,157Forks
0Open issues
TypeScriptLanguage

GitHub Popularity

GitHub stars7,801
Forks1,157
Open issues0
Primary languageTypeScript
License-
Stars gained today3,530
Created-
Last pushed-

Trending History

Weekly boardrank #15 · ▲ 3,530 stars
Monthly boardrank #45 · ▲ 3,675 stars

Related GitHub Projects

1

anthropics / claude-code

TypeScript★ 146,951⑂ 23,997▲ 415 stars
2

OpenCut-app / OpenCut

TypeScript★ 89,948⑂ 8,888▲ 126 stars
3

ZuodaoTech / everyone-can-use-english

TypeScript★ 38,103⑂ 5,221▲ 436 stars
4

supermemoryai / supermemory

TypeScript★ 30,670⑂ 2,676▲ 392 stars
5

browserbase / stagehand

TypeScript★ 24,631⑂ 1,698▲ 146 stars
6

vercel-labs / json-render

TypeScript★ 17,059⑂ 907▲ 585 stars
7

ahmedkhaleel2004 / gitdiagram

TypeScript★ 16,720⑂ 1,275▲ 285 stars
8

Open-Dev-Society / OpenStock

TypeScript★ 16,537⑂ 2,122▲ 752 stars

More Trending Repositories