Tick& icon
Tick& icon

Tick&

Tick& is a free, open-source and self-hostable ITSM ticketing platform designed for internal service desks: IT departments, public-sector IT services, and shared support teams. IT asset management is deliberately out of scope — there is no hardware inventory or license...

Tick& screenshot 1

Cost / License

Application type

Platforms

  • Self-Hosted  Self-hostable on your own infrastructure. Pre-built releases are available for Linux and Windows.
  • Docker  Docker deployment is supported for easy installation and containerized hosting.
  • Linux  Pre-built Linux releases are available for direct bare-metal deployment, with no Docker required.
  • Windows  Pre-built Windows releases are available for direct bare-metal deployment, with no Docker required.
1like
0articles

Features

Properties

  1.  Privacy focused

Features

  1.  Full-Text Search
  2.  Ad-free
  3.  Dark Mode
  4.  Real time collaboration
  5.  Extensible by Plugins/Extensions
  6.  File Versioning
  7.  No Coding Required
  8.  Support for MarkDown
  9.  Support for @mentions
  10.  Hierarchical Structure
  11.  No Tracking
  12.  Incident Management
  13.  Issue Tracking
  14.  Team Collaboration
  15.  Knowledge Base

Tick& News & Activities

Highlights All activities

Recent activities

Tick& information

AlternativeTo Categories

Office & ProductivityBusiness & CommerceRemote Work & EducationSocial & CommunicationsDevelopment

GitHub repository

  •  2 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
Tick& was added to AlternativeTo by tick0001 on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is Tick&?

Tick& is a free, open-source and self-hostable ITSM ticketing platform designed for internal service desks: IT departments, public-sector IT services, and shared support teams. IT asset management is deliberately out of scope — there is no hardware inventory or license management.

What it covers

The full ITIL lifecycle: incidents and requests, problems, and changes, built on a common foundation of actors, unified timelines, tasks, solutions, approvals, and relationships between objects.

Service commitments (SLA and OLA) with business calendars, public holidays, reminders, and escalation. A four-hour deadline set on Friday at 5 PM falls on Monday, not Saturday.

A rule engine with a simulator: run a fictional ticket through the engine to see what a rule would do before applying it to a real ticket.

Knowledge base with a public FAQ, conditional catalog forms, satisfaction surveys, and a self-service portal.

Email notifications and inbound email collection, scheduling, statistics, and CSV/PDF exports.

What makes it different

Tenant isolation is enforced at the database level, not by the application. Organizations form a hierarchy, and isolation relies on PostgreSQL Row-Level Security rather than application-level WHERE conditions that developers can accidentally forget.

Permissions are defined as object × action × scope, and the absence of authorization means denial.

Permissions follow the active profile, never the union of profiles. Someone who is a technician at one site and a requester at headquarters does not inherit the combined permissions of both roles.

Extensible without forking: extensions are loaded into the process, declare their permissions through a versioned manifest, receive their own PostgreSQL schema, and can be removed without leaving behind database objects.

French and English from day one, covering both the interface and emails. Authentication supports local accounts as well as LDAP and Active Directory.

Installation

Tick& can be deployed using Docker — with published images and a provided Compose file — or using standalone archives for servers where container engines are not allowed, with a dedicated archive for each platform.

Dependencies: PostgreSQL and Redis.

Before using it

No service desk is currently using Tick& in production. A public demonstration environment runs continuously on the published images, exercising the deployment path every day, but no real support tickets have been handled there.

Version 0.1 is tagged, but not yet battle-tested: breaking changes between minor versions should be expected until the interfaces have been exercised by users other than the author.

Try it without installing anything: https://tick-demo.tickand.fr

Five demo accounts are available on the login screen, one for each profile. The environment is reset every hour.