Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
solidtime timetracker desktop app for macOS, Windows and Linux
- Host: GitHub
- URL: https://github.com/solidtime-io/solidtime-desktop
- Owner: solidtime-io
- License: agpl-3.0
- Created: 2024-08-25T18:01:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T11:59:20.000Z (3 months ago)
- Last Synced: 2025-01-23T04:46:23.657Z (6 days ago)
- Topics: desktop, electron, linux, mac, time-tracker, timetracker, timetracking, window
- Language: Vue
- Homepage:
- Size: 1.79 MB
- Stars: 81
- Watchers: 4
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# solidtime desktop
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
## 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.