Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solidtime-io/solidtime-desktop

solidtime timetracker desktop app for macOS, Windows and Linux
https://github.com/solidtime-io/solidtime-desktop

desktop electron linux mac time-tracker timetracker timetracking window

Last synced: 2 days ago
JSON representation

solidtime timetracker desktop app for macOS, Windows and Linux

Awesome Lists containing this project

README

        

# solidtime desktop

Solidtime Desktop App Demo

Desktop Application for Solidtime - The modern open-source time-tracker for macOS, Windows and Linux.

> [!WARNING]
> This client is currently in beta, if you run into any problems please open an issue.

Download the latest versions:

- mac OS (Silicon): [Download](https://github.com/solidtime-io/solidtime-desktop/releases/latest/download/solidtime-arm64.dmg)
- mac OS (Intel): [Download](https://github.com/solidtime-io/solidtime-desktop/releases/latest/download/solidtime-x64.dmg)
- Windows: [Download](https://github.com/solidtime-io/solidtime-desktop/releases/latest/download/solidtime-setup.exe)
- Linux (deb, ARM): [Download](https://github.com/solidtime-io/solidtime-desktop/releases/latest/download/solidtime-arm64.deb)
- Linux (deb, x86): [Download](https://github.com/solidtime-io/solidtime-desktop/releases/latest/download/solidtime-amd64.deb)
- Linux (RPM, ARM): [Download](https://github.com/solidtime-io/solidtime-desktop/releases/latest/download/solidtime-aarch64.rpm)
- Linux (RPM, x86): [Download](https://github.com/solidtime-io/solidtime-desktop/releases/latest/download/solidtime-x86_64.rpm)
- Linux (tar.gz, ARM): [Download](https://github.com/solidtime-io/solidtime-desktop/releases/latest/download/solidtime-arm64.tar.gz)
- Linux (tar.gz, x86): [Download](https://github.com/solidtime-io/solidtime-desktop/releases/latest/download/solidtime-x64.tar.gz)

You can find the latest versions [here](https://github.com/solidtime-io/solidtime-desktop/releases)

Additionally you can install the app via


Get it from the Snap Store

## Development Setup

**We do not accept any external contributions at the moment as this project is still in an early stage.**

### Install

```bash
$ npm install
```

### Development

```bash
$ npm run dev
```

### Build

```bash
# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux
```

## Contributing

This project is in a very early stage. The structure and APIs are still subject to change and not stable.
Therefore, we do not currently accept any contributions, unless you are a member of the team.

As soon as we feel comfortable enough that the application structure is stable enough, we will open up the project for contributions.

## Security

Looking to report a vulnerability? Please refer our [SECURITY.md](./SECURITY.md) file.

## License

This project is open-source and available under the GNU Affero General Public License v3.0 (AGPL v3). Please see the [license file](LICENSE.md) for more information.