SelfHost Hub SelfHost Hub
中文
← Back to all services

GitHub repository information

Fetched · June 5, 2026
★ 1,584 Latest: v0.8.3 Updated: June 2, 2026
README
<p align="center">
    <a href="https://github.com/traggo/logo">
        <img height="300px" src="https://raw.githubusercontent.com/traggo/logo/master/logo.png" />
    </a>
</p>

<h1 align="center">traggo/server</h1>
<p align="center"><i>tag-based time tracking</i></p>

<p align="center">
    <a href="https://travis-ci.com/traggo/server">
        <img alt="Build Status" src="https://travis-ci.com/traggo/server.svg?branch=master">
    </a>
     <a href="https://codecov.io/gh/traggo/server">
        <img alt="codecov" src="https://codecov.io/gh/traggo/server/branch/master/graph/badge.svg">
    </a>
    <a href="https://goreportcard.com/report/github.com/traggo/server">
        <img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/traggo/server">
    </a>
    <a href="https://hub.docker.com/r/traggo/server">
        <img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/traggo/server.svg">
    </a>
    <a href="https://github.com/traggo/server/releases/latest">
        <img alt="latest release" src="https://img.shields.io/github/release/traggo/server.svg">
    </a>
</p>


Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only [tagged](https://traggo.net/terminology/#tag) [time spans](https://traggo.net/terminology/#timespan).

With [tags](https://traggo.net/terminology/#tag), Traggo tries to be as customizable as possible, f.ex. if you work on different projects you could add a `project`-tag.
If you like to see statistics from the different things you do, you could add a `type`-tag with values like `email`, `programming`, `meeting`. 
You can do it just as you like.

If you want to use Traggo, you need to host it yourself. This way, you have the full control over your data and no third-party
may be able to read it. Have a look at our [Install Guide](https://traggo.net/install/).

## Features

* easy to setup
* time tracking (obviously)
* customizable dashboards with diagrams
* a list and calendar view of the tracked time
* sleek web ui with multiple themes
* simple user management

---

<a href="./.github/traggo_list.png">
    <img width="265" alt="traggo list" src=".github/traggo_list.png">
</a>
<a href=".github/traggo_calendar.png">
    <img width="265" alt="traggo list" src=".github/traggo_calendar.png">
</a>
<a href=".github/traggo_dashboard.png">
    <img width="265" alt="traggo list" src=".github/traggo_dashboard.png">
</a>

[Install](https://traggo.net/install/) ᛫
[Configuration](https://traggo.net/config/) ᛫
[Setup Dev Environment](https://traggo.net/dev/setup/)

## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the
[tags on this repository](https://github.com/traggo/server/tags).

Discover more