Open Source — AGPL-3.0

AltiusOne
Community Edition

The open source version of AltiusOne. All business modules included, self-hosted, free. Ideal for developers, independent SMEs and contributors.

15 modules included

Quick Start

In 3 commands, your AltiusOne instance is operational

# Clone the repository
git clone https://github.com/Altius-rebus-SARL/altiusone-community.git
cd altiusone-community

# Configure the environment
cp .env.example .env
# Edit .env — change the passwords!

# Start all services
docker compose up -d

# Create an administrator
docker compose exec django python manage.py createsuperuser

# Open application
open http://localhost:8011

15 modules included

All business modules from the Cloud version, without restriction

Accounting
Invoicing
Payroll
VAT
Fiscalité
Documents
Analytics
Projects
Graph
Mailing
MCP Server
API REST
Forms
Chat
Import/Export

Community vs Cloud

Choose the option suited to your needs

Community Edition

Free

Self-hosted, open source, for autonomous teams

Included :

  • 15 modules métier
  • Unlimited users
  • API REST complète
  • MCP Server (AI)
  • Docker Compose
  • 4 languages (FR, DE, IT, EN)
  • AGPL-3.0 License

Not included :

  • Hébergement managé
  • Nextcloud + OnlyOffice
  • Mobile App
  • Automatic updates
  • Professional support
Get on GitHub

Tech stack

Proven technologies, modern architecture

Contribute to the project

AltiusOne is an open project. Bug fixes, new features, translations — all contributions are welcome.

Contribute on GitHub

Frequently Asked Questions

1. What is the difference with the Cloud version?

The business code is identical (15 modules). The Cloud version adds managed hosting in Switzerland, Nextcloud + OnlyOffice, the mobile app, the integrated AI service, automatic updates and professional support.

2. Can I use the Community Edition for business?

Yes. The AGPL-3.0 licence allows commercial use. If you modify the code and deploy it as a service, you must share your modifications under the same licence.

3. What do I need to host AltiusOne?

A Linux server with Docker and Docker Compose. Recommended minimum: 2 vCPUs, 4 GB RAM, 40 GB SSD. Also works locally for development.

4. Is AI included?

AltiusOne works entirely without AI. To add AI capabilities, you can connect any LLM via the built-in MCP server or point to an OpenAI-compatible API (Ollama, vLLM, etc.).

5. Can I migrate from Community to Cloud?

Yes. Contact us for an assisted migration of your data to a managed Cloud instance.