Merge branch 'master' into add-loggifly

This commit is contained in:
Rabenherz112 2026-01-06 12:03:23 +01:00 committed by GitHub
commit d03c851e40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1087 changed files with 12957 additions and 4189 deletions

View file

@ -7,6 +7,8 @@ assignees: ''
---
<!-- DO NOT DELETE THE TEXT BELOW . Please make sure relevant boxes are checked [x] -->
Thanks for taking the time to suggest an addition to awesome-selfhosted!
Please fill out information below (all fields are mandatory unless noted otherwise):

View file

@ -120,6 +120,16 @@ To save maintainers time, a few premade replies for common issues can be found b
>
>Thanks for understanding, and good luck with this project.
#### First release less than 4 months old
>Hi, thanks for your contribution.
>
>Currently, this project has a release, but it is not yet 4 months old. Our guidelines require that Any software project you are adding was first released more than 4 months ago. This count initiates only after a release has been created to ensure users need not rely on the latest development version to use the project.
>
>I'll go ahead and close it for now to keep the PR section focused on active tasks. Once the first release is four months old, feel free to resubmit it to awesome-selfhosted, or you can create an issue instead (we don't close issues; we just tag them to indicate they need to mature).
>
>Thanks for understanding, and good luck with this project.
### Other operations
**Rename a tag/category:** the tag must be renamed in the appropriate `tags/mytag.yml` file. All references to it must be updated in `tags/*.yml` and `software/*.yml`.

View file

@ -8,7 +8,7 @@ install:
python3 -m venv .venv
source .venv/bin/activate && \
pip3 install wheel && \
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.5.0
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.5.1
.PHONY: import # import data from the original list at https://github.com/awesome-selfhosted/awesome-selfhosted
import: clean install

View file

@ -36,6 +36,10 @@
name: Elastic License 2.0
url: https://spdx.org/licenses/Elastic-2.0.html
- identifier: FSL-1.1-MIT
name: Functional Source License, Version 1.1, MIT Future License
url: https://spdx.org/licenses/FSL-1.1-MIT.html
- identifier: NPOSL-3.0
name: Non-Profit Open Software License 3.0
url: https://spdx.org/licenses/NPOSL-3.0.html

View file

@ -11,12 +11,12 @@
**[`^ back to top ^`](#awesome-selfhosted)**
- Alternative frontends/portals to discover/filter awesome-selfhosted apps: [awweso.me](https://awweso.me/) | [awesome-web.theravenhub](https://awesome-web.theravenhub.com/browse.html)
- Alternative frontends/portals to discover/filter awesome-selfhosted apps: [awweso.me](https://awweso.me/), [awesome-web.theravenhub](https://awesome-web.theravenhub.com/browse.html), [awesomehub.web.app](https://awesomehub.js.org/list/selfhosted)
- [Awesome Sysadmin](https://github.com/awesome-foss/awesome-sysadmin) - Curated list of amazingly awesome open source sysadmin resources.
- Lists of software aimed at privacy and decentralization in some form: [PRISM Break](https://prism-break.org/en/), [privacytools.io](https://www.privacytools.io/), [Alternative Internet](https://redecentralize.github.io/alternative-internet/), [Libre Projects](https://libreprojects.net/), [Easy Indie App](https://easyindie.app)
- Other Awesome lists: [Awesome Big Data](https://github.com/0xnr/awesome-bigdata), [Awesome Public Datasets](https://github.com/awesomedata/awesome-public-datasets)
- Dynamic Domain Name services: [Afraid.org](https://freedns.afraid.org/domain/registry/), [Pagekite](https://pagekite.net/)
- Communities/forums: [/c/selfhosted on lemmy.world](https://lemmy.world/c/selfhosted), [/c/selfhost on lemmy.ml](https://lemmy.ml/c/selfhost), [/r/selfhosted on reddit](https://old.reddit.com/r/selfhosted/), [r-selfhosted forum](https://forum.r-selfhosted.com/), [/r/selfhosted Matrix Channel](https://matrix.to/#/#selfhosted:selfhosted.chat), [Homelab forum](https://homelabforum.com/), [/r/homelab on reddit](https://old.reddit.com/r/homelab/), [IndieWeb](https://indieweb.org/)
- Communities/forums: [/c/selfhosted on lemmy.world](https://lemmy.world/c/selfhosted), [/c/selfhost on lemmy.ml](https://lemmy.ml/c/selfhost), [/r/selfhosted on reddit](https://old.reddit.com/r/selfhosted/), [/r/selfhosted Matrix Channel](https://matrix.to/#/#selfhosted:selfhosted.chat), [/r/homelab on reddit](https://old.reddit.com/r/homelab/), [IndieWeb](https://indieweb.org/)
- [theme.park](https://theme-park.dev/) - A collection of themes/skins for 50 selfhosted apps! ([Source Code](https://github.com/GilbN/theme.park/)) `MIT` `CSS`
--------------------

View file

@ -1,2 +1,2 @@
name: Docker
description: "[Docker](https://en.wikipedia.org/wiki/Docker_(software)) is a tool that automates the deployment of applications in lightweight containers so that applications can work efficiently in different environments in isolation."
description: "[Docker](https://en.wikipedia.org/wiki/Docker_(software)) is a tool that automates the deployment of applications in lightweight containers so that applications can work efficiently in different environments. This page lists software which can run through Docker or similar containerization platforms relying on [OCI](https://en.wikipedia.org/wiki/Open_Container_Initiative) images, such as [Podman](https://en.wikipedia.org/wiki/Podman)"

22
software/015.yml Normal file
View file

@ -0,0 +1,22 @@
name: '015'
website_url: https://send.fudaoyuan.icu
source_code_url: https://github.com/keven1024/015
description: A temporary file sharing platform. Focused on providing one-time, temporary file and text upload, processing, and sharing services.
licenses:
- AGPL-3.0
platforms:
- Docker
tags:
- File Transfer - Single-click & Drag-n-drop Upload
- Pastebins
stargazers_count: 291
updated_at: '2025-12-27'
archived: false
current_release:
tag: 0.0.8.1
published_at: '2025-10-28'
commit_history:
2025-10: 46
2025-11: 1
2025-12: 31
2026-01: 0

View file

@ -10,14 +10,22 @@ tags:
- Miscellaneous
source_code_url: https://github.com/Bubka/2FAuth
demo_url: https://demo.2fauth.app/
stargazers_count: 3503
updated_at: '2025-06-18'
stargazers_count: 3657
updated_at: '2025-11-21'
archived: false
current_release:
tag: v5.6.0
published_at: '2025-06-18'
tag: v5.6.1
published_at: '2025-11-21'
commit_history:
2025-02: 15
2025-03: 28
2025-04: 10
2025-05: 2
2025-06: 23
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-11: 6
2025-12: 0
2026-01: 0

View file

@ -12,14 +12,22 @@ tags:
- Task Management & To-do Lists
- Software Development - Project Management
demo_url: https://demo.4gaboards.com
stargazers_count: 381
updated_at: '2025-11-06'
stargazers_count: 428
updated_at: '2026-01-03'
archived: false
current_release:
tag: v3.2.14
published_at: '2025-11-06'
tag: v3.2.16
published_at: '2025-12-02'
commit_history:
2025-02: 96
2025-03: 42
2025-04: 148
2025-05: 68
2025-06: 63
2025-07: 29
2025-08: 5
2025-09: 65
2025-10: 69
2025-11: 9
2025-11: 57
2025-12: 57
2026-01: 1

View file

@ -9,14 +9,22 @@ tags:
- Games
source_code_url: https://github.com/doublespeakgames/adarkroom
demo_url: https://adarkroom.doublespeakgames.com/
stargazers_count: 7825
stargazers_count: 7919
updated_at: '2025-05-23'
archived: false
current_release:
tag: '1.4'
published_at: '2023-06-09'
commit_history:
2025-02: 2
2025-03: 0
2025-04: 0
2025-05: 2
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -9,11 +9,19 @@ platforms:
tags:
- Software Development - Localization
source_code_url: https://github.com/mirego/accent
stargazers_count: 1436
updated_at: '2025-07-04'
stargazers_count: 1462
updated_at: '2025-12-26'
archived: false
commit_history:
2025-02: 3
2025-03: 7
2025-04: 5
2025-05: 0
2025-06: 6
2025-07: 8
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 8
2026-01: 0

View file

@ -8,11 +8,19 @@ platforms:
tags:
- Community-Supported Agriculture (CSA)
source_code_url: https://github.com/csa-admin-org/csa-admin
stargazers_count: 62
updated_at: '2025-11-04'
stargazers_count: 67
updated_at: '2026-01-04'
archived: false
commit_history:
2025-02: 60
2025-03: 84
2025-04: 81
2025-05: 39
2025-06: 44
2025-07: 24
2025-08: 60
2025-09: 59
2025-10: 74
2025-11: 10
2025-11: 84
2025-12: 103
2026-01: 23

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Automation
source_code_url: https://github.com/activepieces/activepieces
stargazers_count: 19054
updated_at: '2025-11-06'
stargazers_count: 20210
updated_at: '2026-01-04'
archived: false
current_release:
tag: 0.71.1
published_at: '2025-11-02'
tag: 0.75.0
published_at: '2026-01-02'
commit_history:
2025-02: 540
2025-03: 686
2025-04: 591
2025-05: 1293
2025-06: 1062
2025-07: 4796
2025-08: 17105
2025-09: 8592
2025-10: 1290
2025-11: 195
2025-10: 1334
2025-11: 1478
2025-12: 1183
2026-01: 23

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Time Tracking
source_code_url: https://github.com/ActivityWatch/activitywatch
stargazers_count: 15691
stargazers_count: 16332
updated_at: '2025-10-02'
archived: false
current_release:
tag: v0.13.2
published_at: '2024-10-05'
commit_history:
2025-02: 5
2025-03: 0
2025-04: 0
2025-05: 0
2025-06: 0
2025-07: 0
2025-08: 4
2025-09: 0
2025-10: 1
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Money, Budgeting & Management
source_code_url: https://github.com/actualbudget/actual
stargazers_count: 23036
updated_at: '2025-11-06'
stargazers_count: 24050
updated_at: '2026-01-04'
archived: false
current_release:
tag: v25.11.0
published_at: '2025-11-04'
tag: v26.1.0
published_at: '2026-01-04'
commit_history:
2025-08: 99
2025-09: 70
2025-10: 96
2025-11: 25
2025-02: 130
2025-03: 138
2025-04: 83
2025-05: 105
2025-06: 106
2025-07: 78
2025-08: 116
2025-09: 83
2025-10: 106
2025-11: 123
2025-12: 110
2026-01: 3

View file

@ -8,14 +8,22 @@ platforms:
tags:
- DNS
source_code_url: https://github.com/AdguardTeam/AdGuardHome
stargazers_count: 30788
updated_at: '2025-11-01'
stargazers_count: 31863
updated_at: '2025-12-26'
archived: false
current_release:
tag: v0.107.69
published_at: '2025-10-30'
tag: v0.107.71
published_at: '2025-12-08'
commit_history:
2025-02: 16
2025-03: 32
2025-04: 19
2025-05: 15
2025-06: 10
2025-07: 9
2025-08: 15
2025-09: 23
2025-10: 26
2025-11: 2
2025-11: 14
2025-12: 13
2026-01: 0

View file

@ -10,14 +10,22 @@ tags:
- Human Resources Management (HRM)
source_code_url: https://github.com/Admidio/admidio
demo_url: https://www.admidio.org/demo/
stargazers_count: 411
updated_at: '2025-11-04'
stargazers_count: 422
updated_at: '2025-12-31'
archived: false
current_release:
tag: v5.0-Beta.3
published_at: '2025-10-25'
tag: v5.0.3
published_at: '2025-12-21'
commit_history:
2025-02: 150
2025-03: 102
2025-04: 55
2025-05: 159
2025-06: 208
2025-07: 91
2025-08: 53
2025-09: 67
2025-10: 104
2025-11: 3
2025-10: 106
2025-11: 54
2025-12: 28
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Database Management
source_code_url: https://github.com/vrana/adminer
stargazers_count: 7117
stargazers_count: 7212
updated_at: '2025-10-27'
archived: false
current_release:
tag: v5.4.1
published_at: '2025-09-26'
commit_history:
2025-02: 272
2025-03: 625
2025-04: 204
2025-05: 19
2025-06: 34
2025-07: 8
2025-08: 7
2025-09: 38
2025-10: 9
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -8,15 +8,23 @@ platforms:
- Docker
tags:
- Maps and Global Positioning System (GPS)
demo_url: https://adventurelog.app
stargazers_count: 2287
updated_at: '2025-11-06'
demo_url: https://demo.adventurelog.app/signup
stargazers_count: 2503
updated_at: '2025-12-10'
archived: false
current_release:
tag: v0.11.0
published_at: '2025-09-01'
commit_history:
2025-02: 60
2025-03: 47
2025-04: 60
2025-05: 119
2025-06: 99
2025-07: 1
2025-08: 1
2025-09: 10
2025-10: 2
2025-11: 1
2025-12: 2
2026-01: 0

View file

@ -10,14 +10,22 @@ platforms:
tags:
- Knowledge Management Tools
demo_url: https://app.affine.pro/
stargazers_count: 59232
updated_at: '2025-11-06'
stargazers_count: 61359
updated_at: '2026-01-04'
archived: false
current_release:
tag: v2025.11.2-canary.903
published_at: '2025-11-02'
tag: v2026.1.4-canary.903
published_at: '2026-01-04'
commit_history:
2025-02: 483
2025-03: 620
2025-04: 603
2025-05: 441
2025-06: 190
2025-07: 283
2025-08: 74
2025-09: 55
2025-10: 42
2025-11: 4
2025-11: 41
2025-12: 79
2026-01: 10

View file

@ -8,14 +8,22 @@ platforms:
- Docker
tags:
- Generative Artificial Intelligence (GenAI)
stargazers_count: 3335
updated_at: '2025-11-06'
stargazers_count: 3586
updated_at: '2026-01-03'
archived: false
current_release:
tag: v0.60.1
published_at: '2025-11-06'
tag: v0.72.4
published_at: '2025-12-31'
commit_history:
2025-02: 267
2025-03: 31
2025-04: 35
2025-05: 30
2025-06: 29
2025-07: 18
2025-08: 14
2025-09: 25
2025-10: 55
2025-11: 5
2025-11: 582
2025-12: 972
2026-01: 4

View file

@ -10,11 +10,19 @@ tags:
- E-commerce
source_code_url: https://github.com/aimeos/aimeos
demo_url: https://demo.aimeos.org/
stargazers_count: 5048
updated_at: '2025-10-12'
stargazers_count: 5208
updated_at: '2025-12-18'
archived: false
commit_history:
2025-02: 0
2025-03: 3
2025-04: 3
2025-05: 1
2025-06: 0
2025-07: 2
2025-08: 0
2025-09: 0
2025-10: 1
2025-11: 0
2025-11: 1
2025-12: 3
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
- Nodejs
tags:
- Maps and Global Positioning System (GPS)
stargazers_count: 767
updated_at: '2025-11-05'
stargazers_count: 824
updated_at: '2026-01-04'
archived: false
current_release:
tag: v3.2.2
published_at: '2025-11-05'
tag: v3.3.0
published_at: '2025-11-23'
commit_history:
2025-02: 6
2025-03: 7
2025-04: 27
2025-05: 13
2025-06: 0
2025-07: 0
2025-08: 51
2025-09: 7
2025-10: 16
2025-11: 14
2025-11: 21
2025-12: 2
2026-01: 2

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Money, Budgeting & Management
source_code_url: https://github.com/akaunting/akaunting
stargazers_count: 9309
updated_at: '2025-09-08'
stargazers_count: 9456
updated_at: '2026-01-02'
archived: false
current_release:
tag: 3.1.19
published_at: '2025-07-22'
tag: 3.1.21
published_at: '2025-12-13'
commit_history:
2025-02: 29
2025-03: 35
2025-04: 19
2025-05: 9
2025-06: 2
2025-07: 18
2025-08: 15
2025-09: 3
2025-10: 0
2025-11: 0
2025-11: 17
2025-12: 16
2026-01: 3

View file

@ -11,14 +11,22 @@ tags:
- Knowledge Management Tools
source_code_url: https://github.com/alephdata/aleph
demo_url: https://aleph.occrp.org/
stargazers_count: 2265
updated_at: '2025-10-27'
stargazers_count: 2302
updated_at: '2025-12-19'
archived: false
current_release:
tag: 4.1.7
published_at: '2025-10-27'
commit_history:
2025-02: 19
2025-03: 6
2025-04: 33
2025-05: 10
2025-06: 8
2025-07: 5
2025-08: 11
2025-09: 2
2025-10: 9
2025-11: 0
2025-12: 4
2026-01: 0

View file

@ -9,14 +9,22 @@ tags:
- Booking and Scheduling
source_code_url: https://github.com/alfio-event/alf.io
demo_url: https://demo.alf.io/authentication
stargazers_count: 1528
updated_at: '2025-09-27'
stargazers_count: 1545
updated_at: '2026-01-02'
archived: false
current_release:
tag: 2.0-M5-2509-1
published_at: '2025-09-10'
commit_history:
2025-02: 9
2025-03: 10
2025-04: 3
2025-05: 9
2025-06: 1
2025-07: 4
2025-08: 7
2025-09: 13
2025-10: 0
2025-11: 0
2025-12: 2
2026-01: 1

View file

@ -8,11 +8,19 @@ platforms:
tags:
- Content Management Systems (CMS)
source_code_url: https://github.com/Alfresco/alfresco-community-repo
stargazers_count: 183
updated_at: '2025-11-05'
stargazers_count: 194
updated_at: '2026-01-04'
archived: false
commit_history:
2025-02: 72
2025-03: 61
2025-04: 46
2025-05: 59
2025-06: 48
2025-07: 95
2025-08: 57
2025-09: 57
2025-10: 50
2025-11: 18
2025-11: 75
2025-12: 37
2026-01: 1

View file

@ -9,14 +9,22 @@ platforms:
- Docker
tags:
- Web Servers
stargazers_count: 2955
updated_at: '2025-11-01'
stargazers_count: 2971
updated_at: '2025-12-28'
archived: false
current_release:
tag: v1.17.4
published_at: '2025-08-07'
tag: v1.17.5
published_at: '2025-11-13'
commit_history:
2025-02: 44
2025-03: 4
2025-04: 4
2025-05: 1
2025-06: 8
2025-07: 2
2025-08: 14
2025-09: 5
2025-10: 15
2025-11: 1
2025-11: 13
2025-12: 12
2026-01: 0

View file

@ -9,14 +9,22 @@ tags:
- Media Streaming - Audio Streaming
source_code_url: https://github.com/ampache/ampache
demo_url: https://play.dogmazic.net/
stargazers_count: 3729
updated_at: '2025-10-31'
stargazers_count: 3748
updated_at: '2025-12-22'
archived: false
current_release:
tag: 7.7.2
published_at: '2025-08-19'
tag: 7.8.0
published_at: '2025-12-22'
commit_history:
2025-02: 404
2025-03: 167
2025-04: 209
2025-05: 208
2025-06: 374
2025-07: 273
2025-08: 33
2025-09: 16
2025-10: 56
2025-11: 0
2025-11: 19
2025-12: 61
2026-01: 0

View file

@ -10,11 +10,19 @@ tags:
- Wikis
source_code_url: https://github.com/melmothx/amusewiki
demo_url: https://sandbox.amusewiki.org
stargazers_count: 205
updated_at: '2025-10-31'
stargazers_count: 208
updated_at: '2025-12-14'
archived: false
commit_history:
2025-02: 0
2025-03: 8
2025-04: 1
2025-05: 4
2025-06: 2
2025-07: 0
2025-08: 1
2025-09: 0
2025-10: 12
2025-11: 0
2025-11: 11
2025-12: 5
2026-01: 0

View file

@ -9,13 +9,22 @@ platforms:
- Docker
tags:
- Analytics
stargazers_count: 21
updated_at: '2025-11-04'
stargazers_count: 30
updated_at: '2025-12-31'
archived: false
current_release:
tag: v0.1.2
published_at: '2025-07-12'
commit_history:
2025-02: 0
2025-03: 0
2025-04: 0
2025-05: 0
2025-06: 189
2025-07: 31
2025-08: 7
2025-09: 6
2025-10: 9
2025-11: 2
2025-11: 5
2025-12: 5
2026-01: 0

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Miscellaneous
source_code_url: https://github.com/muety/anchr
stargazers_count: 354
updated_at: '2025-09-30'
stargazers_count: 357
updated_at: '2025-12-30'
archived: false
current_release:
tag: 3.3.9
published_at: '2024-03-15'
tag: 3.5.2
published_at: '2025-11-14'
commit_history:
2025-02: 1
2025-03: 0
2025-04: 2
2025-05: 0
2025-06: 1
2025-07: 0
2025-08: 1
2025-09: 4
2025-10: 0
2025-11: 0
2025-11: 1
2025-12: 2
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Communication - Email - Complete Solutions
source_code_url: https://github.com/anonaddy/anonaddy
stargazers_count: 4159
updated_at: '2025-10-16'
stargazers_count: 4317
updated_at: '2025-12-10'
archived: false
current_release:
tag: v1.3.5
published_at: '2025-07-29'
commit_history:
2025-02: 3
2025-03: 0
2025-04: 1
2025-05: 3
2025-06: 1
2025-07: 5
2025-08: 1
2025-09: 3
2025-10: 2
2025-11: 0
2025-12: 1
2026-01: 0

View file

@ -9,11 +9,19 @@ platforms:
tags:
- Self-hosting Solutions
source_code_url: https://github.com/DaveStephens/ansible-nas
stargazers_count: 3595
stargazers_count: 3649
updated_at: '2025-05-13'
archived: false
commit_history:
2025-02: 0
2025-03: 3
2025-04: 1
2025-05: 3
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Communication - Social Networks and Forums
source_code_url: https://github.com/apache/answer
stargazers_count: 15084
updated_at: '2025-10-30'
stargazers_count: 15271
updated_at: '2025-12-15'
archived: false
current_release:
tag: v1.7.0
published_at: '2025-11-05'
tag: v1.7.1
published_at: '2025-12-19'
commit_history:
2025-02: 39
2025-03: 52
2025-04: 79
2025-05: 48
2025-06: 29
2025-07: 8
2025-08: 19
2025-09: 15
2025-10: 27
2025-11: 0
2025-12: 30
2026-01: 0

View file

@ -9,13 +9,21 @@ tags:
- Blogging Platforms
source_code_url: https://github.com/antville/antville
stargazers_count: 88
updated_at: '2025-06-01'
updated_at: '2026-01-02'
archived: false
current_release:
tag: 1.6.0
published_at: '2025-03-01'
commit_history:
2025-02: 13
2025-03: 10
2025-04: 15
2025-05: 24
2025-06: 2
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 2

View file

@ -10,14 +10,22 @@ platforms:
- Go
tags:
- Miscellaneous
stargazers_count: 14266
updated_at: '2025-11-03'
stargazers_count: 15943
updated_at: '2026-01-04'
archived: false
current_release:
tag: v1.23.0
published_at: '2025-10-30'
tag: v1.24.0
published_at: '2025-12-24'
commit_history:
2025-02: 0
2025-03: 87
2025-04: 110
2025-05: 90
2025-06: 94
2025-07: 125
2025-08: 54
2025-09: 50
2025-10: 23
2025-11: 3
2025-11: 40
2025-12: 24
2026-01: 5

View file

@ -10,14 +10,22 @@ tags:
- Communication - Custom Communication Systems
source_code_url: https://github.com/anycable/anycable
demo_url: https://demo.anycable.io
stargazers_count: 2189
updated_at: '2025-10-31'
stargazers_count: 2215
updated_at: '2025-12-18'
archived: false
current_release:
tag: v1.6.6
published_at: '2025-10-07'
tag: v1.6.8
published_at: '2025-12-18'
commit_history:
2025-02: 19
2025-03: 22
2025-04: 8
2025-05: 6
2025-06: 4
2025-07: 11
2025-08: 2
2025-09: 8
2025-10: 13
2025-11: 0
2025-11: 10
2025-12: 10
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
- Docker
tags:
- Generative Artificial Intelligence (GenAI)
stargazers_count: 50764
updated_at: '2025-11-05'
stargazers_count: 52893
updated_at: '2026-01-02'
archived: false
current_release:
tag: v1.9.0
published_at: '2025-10-09'
tag: v1.9.1
published_at: '2025-12-09'
commit_history:
2025-02: 69
2025-03: 34
2025-04: 55
2025-05: 77
2025-06: 39
2025-07: 56
2025-08: 16
2025-09: 33
2025-10: 38
2025-11: 1
2025-11: 35
2025-12: 46
2026-01: 3

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Automation
source_code_url: https://github.com/apache/airflow/
stargazers_count: 43093
updated_at: '2025-11-06'
stargazers_count: 43726
updated_at: '2026-01-04'
archived: false
current_release:
tag: 3.1.2
published_at: '2025-11-05'
tag: 3.1.5
published_at: '2025-12-10'
commit_history:
2025-02: 496
2025-03: 730
2025-04: 875
2025-05: 597
2025-06: 688
2025-07: 706
2025-08: 566
2025-09: 608
2025-10: 663
2025-11: 163
2025-11: 642
2025-12: 487
2026-01: 55

View file

@ -10,11 +10,19 @@ platforms:
tags:
- Search Engines
source_code_url: https://github.com/apache/solr
stargazers_count: 1503
updated_at: '2025-11-04'
stargazers_count: 1540
updated_at: '2026-01-04'
archived: false
commit_history:
2025-02: 65
2025-03: 60
2025-04: 47
2025-05: 20
2025-06: 42
2025-07: 33
2025-08: 74
2025-09: 146
2025-10: 119
2025-11: 11
2025-11: 62
2025-12: 76
2026-01: 21

View file

@ -8,11 +8,19 @@ platforms:
tags:
- File Transfer - Web-based File Managers
source_code_url: https://github.com/oupala/apaxy
stargazers_count: 1900
stargazers_count: 1909
updated_at: '2024-10-09'
archived: false
commit_history:
2025-02: 0
2025-03: 0
2025-04: 0
2025-05: 0
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -9,11 +9,19 @@ tags:
- Content Management Systems (CMS)
source_code_url: https://github.com/apostrophecms/apostrophe
demo_url: https://apostrophecms.com/demo
stargazers_count: 4497
updated_at: '2025-11-06'
stargazers_count: 4509
updated_at: '2026-01-02'
archived: false
commit_history:
2025-02: 12
2025-03: 16
2025-04: 28
2025-05: 21
2025-06: 21
2025-07: 23
2025-08: 15
2025-09: 16
2025-10: 31
2025-11: 3
2025-11: 24
2025-12: 37
2026-01: 1

View file

@ -10,14 +10,22 @@ platforms:
tags:
- Task Management & To-do Lists
source_code_url: https://github.com/AppFlowy-IO/appflowy
stargazers_count: 66354
updated_at: '2025-11-06'
stargazers_count: 67314
updated_at: '2025-11-16'
archived: false
current_release:
tag: 0.10.3
published_at: '2025-10-31'
tag: 0.10.8
published_at: '2025-12-22'
commit_history:
2025-02: 51
2025-03: 253
2025-04: 271
2025-05: 93
2025-06: 19
2025-07: 3
2025-08: 4
2025-09: 1
2025-10: 0
2025-11: 4
2025-11: 6
2025-12: 0
2026-01: 0

View file

@ -10,14 +10,22 @@ platforms:
tags:
- Communication - Custom Communication Systems
source_code_url: https://github.com/caronc/apprise
stargazers_count: 14830
updated_at: '2025-11-06'
stargazers_count: 15388
updated_at: '2025-12-23'
archived: false
current_release:
tag: v1.9.5
published_at: '2025-09-30'
tag: v1.9.6
published_at: '2025-12-07'
commit_history:
2025-02: 3
2025-03: 12
2025-04: 2
2025-05: 1
2025-06: 4
2025-07: 16
2025-08: 11
2025-09: 9
2025-10: 4
2025-11: 3
2025-11: 12
2025-12: 14
2026-01: 0

View file

@ -10,14 +10,22 @@ platforms:
tags:
- Software Development - Low Code
source_code_url: https://github.com/appsmithorg/appsmith
stargazers_count: 38377
updated_at: '2025-11-06'
stargazers_count: 38822
updated_at: '2025-12-31'
archived: false
current_release:
tag: v1.91
published_at: '2025-11-06'
tag: v1.94
published_at: '2025-12-18'
commit_history:
2025-02: 186
2025-03: 216
2025-04: 188
2025-05: 80
2025-06: 73
2025-07: 34
2025-08: 9
2025-09: 19
2025-10: 20
2025-11: 4
2025-11: 23
2025-12: 18
2026-01: 0

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Software Development - Low Code
source_code_url: https://github.com/appwrite/appwrite
stargazers_count: 53466
updated_at: '2025-11-06'
stargazers_count: 54202
updated_at: '2026-01-02'
archived: false
current_release:
tag: 1.8.0
published_at: '2025-10-21'
tag: 1.8.1-RC1
published_at: '2025-12-09'
commit_history:
2025-02: 598
2025-03: 635
2025-04: 507
2025-05: 716
2025-06: 525
2025-07: 428
2025-08: 609
2025-09: 402
2025-10: 196
2025-11: 7
2025-10: 490
2025-11: 409
2025-12: 259
2026-01: 1

View file

@ -8,11 +8,19 @@ platforms:
tags:
- Analytics
source_code_url: https://github.com/aptabase/aptabase
stargazers_count: 1522
updated_at: '2025-07-02'
stargazers_count: 1571
updated_at: '2025-12-14'
archived: false
commit_history:
2025-02: 6
2025-03: 10
2025-04: 2
2025-05: 0
2025-06: 1
2025-07: 10
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-11: 6
2025-12: 2
2026-01: 0

View file

@ -10,14 +10,22 @@ tags:
- Archiving and Digital Preservation (DP)
source_code_url: https://github.com/ArchiveBox/ArchiveBox
demo_url: https://demo.archivebox.io/
stargazers_count: 25465
updated_at: '2025-05-19'
stargazers_count: 26302
updated_at: '2026-01-04'
archived: false
current_release:
tag: v0.7.3
published_at: '2024-12-15'
commit_history:
2025-02: 13
2025-03: 5
2025-04: 0
2025-05: 2
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 213
2026-01: 18

View file

@ -9,14 +9,22 @@ tags:
- Archiving and Digital Preservation (DP)
source_code_url: https://github.com/archivesspace/archivesspace
demo_url: https://archivesspace.org/application/sandbox
stargazers_count: 385
updated_at: '2025-11-06'
stargazers_count: 392
updated_at: '2025-12-26'
archived: false
current_release:
tag: v4.1.1
published_at: '2025-07-01'
commit_history:
2025-02: 24
2025-03: 34
2025-04: 95
2025-05: 84
2025-06: 77
2025-07: 30
2025-08: 29
2025-09: 48
2025-10: 49
2025-11: 16
2025-11: 53
2025-12: 61
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
- Docker
tags:
- Communication - Social Networks and Forums
stargazers_count: 2113
stargazers_count: 2169
updated_at: '2025-06-09'
archived: false
current_release:
tag: nightly
published_at: '2025-06-10'
commit_history:
2025-02: 1
2025-03: 0
2025-04: 0
2025-05: 0
2025-06: 2
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -10,14 +10,22 @@ tags:
- Miscellaneous
source_code_url: https://github.com/asciinema/asciinema-server
demo_url: https://asciinema.org/explore
stargazers_count: 2418
updated_at: '2025-11-06'
stargazers_count: 2433
updated_at: '2025-12-15'
archived: false
current_release:
tag: v20251013
published_at: '2025-10-13'
tag: v20251114
published_at: '2025-11-14'
commit_history:
2025-02: 75
2025-03: 2
2025-04: 60
2025-05: 9
2025-06: 16
2025-07: 69
2025-08: 1
2025-09: 8
2025-10: 36
2025-11: 15
2025-11: 68
2025-12: 36
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Communication - SIP
source_code_url: https://github.com/asterisk/asterisk
stargazers_count: 2885
updated_at: '2025-11-04'
stargazers_count: 2984
updated_at: '2025-12-31'
archived: false
current_release:
tag: 23.1.0-rc1
published_at: '2025-10-30'
tag: 23.1.0
published_at: '2025-11-20'
commit_history:
2025-02: 20
2025-03: 20
2025-04: 18
2025-05: 15
2025-06: 16
2025-07: 26
2025-08: 32
2025-09: 30
2025-10: 34
2025-11: 2
2025-11: 18
2025-12: 31
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Software Development - IDE & Tools
source_code_url: https://github.com/Atheos/Atheos
stargazers_count: 577
updated_at: '2025-09-03'
stargazers_count: 638
updated_at: '2025-12-10'
archived: false
current_release:
tag: v601
published_at: '2025-01-10'
commit_history:
2025-02: 0
2025-03: 0
2025-04: 0
2025-05: 13
2025-06: 15
2025-07: 0
2025-08: 0
2025-09: 2
2025-10: 0
2025-11: 0
2025-12: 38
2026-01: 0

View file

@ -10,14 +10,22 @@ tags:
- Knowledge Management Tools
source_code_url: https://github.com/atomicdata-dev/atomic-server
demo_url: https://atomicdata.dev/
stargazers_count: 1402
updated_at: '2025-10-02'
stargazers_count: 1462
updated_at: '2025-11-25'
archived: false
current_release:
tag: v0.40.0
published_at: '2024-10-07'
commit_history:
2025-02: 34
2025-03: 0
2025-04: 0
2025-05: 2
2025-06: 52
2025-07: 27
2025-08: 0
2025-09: 20
2025-10: 30
2025-11: 0
2025-11: 11
2025-12: 0
2026-01: 0

View file

@ -10,14 +10,22 @@ tags:
- Document Management - E-books
source_code_url: https://github.com/Atsumeru-xyz/Atsumeru
related_software_url: https://atsumeru.xyz/guides/#how-does-it-work
stargazers_count: 147
stargazers_count: 156
updated_at: '2025-07-14'
archived: false
current_release:
tag: '1.3'
published_at: '2025-07-14'
commit_history:
2025-02: 0
2025-03: 0
2025-04: 0
2025-05: 3
2025-06: 0
2025-07: 3
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -12,14 +12,22 @@ tags:
- Document Management - E-books
source_code_url: https://github.com/advplyr/audiobookshelf
related_software_url: https://github.com/advplyr/audiobookshelf-app
stargazers_count: 10568
updated_at: '2025-10-21'
stargazers_count: 11216
updated_at: '2025-12-24'
archived: false
current_release:
tag: v2.30.0
published_at: '2025-10-08'
tag: v2.32.1
published_at: '2025-12-23'
commit_history:
2025-02: 179
2025-03: 165
2025-04: 98
2025-05: 131
2025-06: 109
2025-07: 140
2025-08: 139
2025-09: 42
2025-10: 69
2025-11: 0
2025-09: 43
2025-10: 75
2025-11: 58
2025-12: 44
2026-01: 0

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Media Streaming - Audio Streaming
source_code_url: https://github.com/izderadicka/audioserve
stargazers_count: 794
updated_at: '2025-11-02'
stargazers_count: 805
updated_at: '2025-12-17'
archived: false
current_release:
tag: v0.29.1
published_at: '2025-09-22'
commit_history:
2025-02: 32
2025-03: 24
2025-04: 9
2025-05: 0
2025-06: 1
2025-07: 0
2025-08: 39
2025-09: 48
2025-10: 0
2025-11: 10
2025-11: 23
2025-12: 7
2026-01: 0

View file

@ -8,14 +8,22 @@ platforms:
- Python
tags:
- Games - Administrative Utilities & Control Panels
stargazers_count: 338
updated_at: '2025-09-15'
stargazers_count: 360
updated_at: '2025-12-16'
archived: false
current_release:
tag: v2.3.3
published_at: '2025-09-15'
tag: v2.3.5
published_at: '2025-12-16'
commit_history:
2025-02: 30
2025-03: 2
2025-04: 36
2025-05: 24
2025-06: 0
2025-07: 19
2025-08: 37
2025-09: 81
2025-10: 0
2025-10: 168
2025-11: 0
2025-12: 21
2026-01: 0

23
software/automad.yml Normal file
View file

@ -0,0 +1,23 @@
name: Automad
website_url: https://automad.org/
source_code_url: https://github.com/marcantondahmen/automad
description: Flat-file content management system and template engine.
licenses:
- MIT
platforms:
- PHP
- Docker
tags:
- Content Management Systems (CMS)
demo_url: https://try.automad.org/
stargazers_count: 848
updated_at: '2026-01-04'
archived: false
current_release:
tag: 2.0.0-beta.7
published_at: '2026-01-02'
commit_history:
2025-10: 90
2025-11: 34
2025-12: 67
2026-01: 18

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Automation
source_code_url: https://github.com/automatisch/automatisch
stargazers_count: 13325
updated_at: '2025-10-30'
stargazers_count: 13487
updated_at: '2025-12-03'
archived: false
current_release:
tag: v0.15.0
published_at: '2025-08-08'
commit_history:
2025-02: 137
2025-03: 97
2025-04: 108
2025-05: 55
2025-06: 113
2025-07: 205
2025-08: 95
2025-09: 47
2025-10: 17
2025-11: 0
2025-11: 1
2025-12: 3
2026-01: 0

View file

@ -9,14 +9,22 @@ tags:
- Analytics
source_code_url: https://github.com/eldy/awstats
demo_url: https://www.awstats.org/#DEMO
stargazers_count: 413
updated_at: '2025-10-13'
stargazers_count: 418
updated_at: '2025-11-10'
archived: false
current_release:
tag: AWSTATS_8_0
published_at: '2025-08-26'
commit_history:
2025-02: 0
2025-03: 2
2025-04: 0
2025-05: 0
2025-06: 0
2025-07: 0
2025-08: 6
2025-09: 4
2025-10: 1
2025-11: 0
2025-11: 2
2025-12: 0
2026-01: 0

View file

@ -12,11 +12,19 @@ tags:
- Database Management
- Software Development - IDE & Tools
demo_url: https://azimutt.app/gallery/gospeak
stargazers_count: 2004
stargazers_count: 2033
updated_at: '2025-07-07'
archived: false
commit_history:
2025-02: 4
2025-03: 1
2025-04: 0
2025-05: 0
2025-06: 0
2025-07: 1
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Media Streaming - Audio Streaming
source_code_url: https://github.com/AzuraCast/AzuraCast
stargazers_count: 3568
updated_at: '2025-11-04'
stargazers_count: 3667
updated_at: '2026-01-02'
archived: false
current_release:
tag: 0.19.0
published_at: '2023-08-17'
commit_history:
2025-02: 59
2025-03: 56
2025-04: 24
2025-05: 4
2025-06: 47
2025-07: 87
2025-08: 121
2025-09: 106
2025-10: 56
2025-11: 2
2025-11: 14
2025-12: 57
2026-01: 6

View file

@ -9,14 +9,22 @@ tags:
- Miscellaneous
source_code_url: https://github.com/babybuddy/babybuddy
demo_url: https://github.com/babybuddy/babybuddy#-demo
stargazers_count: 2557
stargazers_count: 2620
updated_at: '2025-09-07'
archived: false
current_release:
tag: v2.7.1
published_at: '2025-02-22'
commit_history:
2025-02: 2
2025-03: 1
2025-04: 0
2025-05: 1
2025-06: 0
2025-07: 0
2025-08: 1
2025-09: 1
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Content Management Systems (CMS)
source_code_url: https://github.com/backdrop/backdrop
stargazers_count: 1024
updated_at: '2025-11-06'
stargazers_count: 1026
updated_at: '2026-01-04'
archived: false
current_release:
tag: 1.32.1
published_at: '2025-10-07'
commit_history:
2025-02: 14
2025-03: 10
2025-04: 5
2025-05: 15
2025-06: 2
2025-07: 8
2025-08: 15
2025-09: 12
2025-10: 8
2025-11: 3
2025-11: 5
2025-12: 4
2026-01: 20

View file

@ -9,14 +9,22 @@ tags:
- E-commerce
source_code_url: https://github.com/bagisto/bagisto
demo_url: https://demo.bagisto.com/
stargazers_count: 23578
updated_at: '2025-11-06'
stargazers_count: 24819
updated_at: '2026-01-02'
archived: false
current_release:
tag: v2.3.8
published_at: '2025-10-16'
tag: v2.3.10
published_at: '2026-01-02'
commit_history:
2025-02: 200
2025-03: 181
2025-04: 111
2025-05: 213
2025-06: 45
2025-07: 28
2025-08: 35
2025-09: 181
2025-10: 48
2025-11: 9
2025-10: 49
2025-11: 15
2025-12: 86
2026-01: 7

View file

@ -10,14 +10,22 @@ tags:
- Recipe Management
source_code_url: https://github.com/karlomikus/bar-assistant
demo_url: https://demo.barassistant.app/
stargazers_count: 910
updated_at: '2025-11-02'
stargazers_count: 944
updated_at: '2025-12-29'
archived: false
current_release:
tag: v5.9.1
published_at: '2025-11-02'
tag: v5.11.2
published_at: '2025-12-29'
commit_history:
2025-02: 93
2025-03: 105
2025-04: 25
2025-05: 28
2025-06: 7
2025-07: 24
2025-08: 47
2025-09: 6
2025-10: 10
2025-11: 3
2025-09: 8
2025-10: 11
2025-11: 23
2025-12: 24
2026-01: 0

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Calendar & Contacts
source_code_url: https://github.com/sabre-io/Baikal
stargazers_count: 2929
updated_at: '2025-09-27'
stargazers_count: 2999
updated_at: '2025-12-23'
archived: false
current_release:
tag: 0.10.1
published_at: '2024-11-10'
tag: 0.11.1
published_at: '2025-11-30'
commit_history:
2025-02: 0
2025-03: 0
2025-04: 1
2025-05: 0
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 1
2025-10: 0
2025-11: 0
2025-11: 7
2025-12: 4
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Time Tracking
demo_url: https://beaverhabits.com/demo
stargazers_count: 1541
updated_at: '2025-11-04'
stargazers_count: 1621
updated_at: '2026-01-04'
archived: false
current_release:
tag: v0.7.3
published_at: '2025-10-12'
tag: v0.8.1
published_at: '2026-01-04'
commit_history:
2025-02: 21
2025-03: 61
2025-04: 69
2025-05: 32
2025-06: 17
2025-07: 20
2025-08: 21
2025-09: 0
2025-10: 6
2025-11: 2
2025-11: 9
2025-12: 28
2026-01: 2

View file

@ -9,16 +9,24 @@ platforms:
- K8S
- Go
tags:
- Miscellaneous
- Network Utilities
depends_3rdparty: true
stargazers_count: 1668
updated_at: '2025-10-27'
stargazers_count: 1801
updated_at: '2025-12-24'
archived: false
current_release:
tag: v3.5.0
published_at: '2025-10-27'
tag: v3.6.2
published_at: '2025-12-24'
commit_history:
2025-02: 8
2025-03: 11
2025-04: 5
2025-05: 1
2025-06: 1
2025-07: 9
2025-08: 7
2025-09: 9
2025-10: 5
2025-11: 0
2025-11: 8
2025-12: 5
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Media Streaming - Audio Streaming
source_code_url: https://github.com/beetbox/beets
stargazers_count: 14102
updated_at: '2025-11-05'
stargazers_count: 14515
updated_at: '2026-01-04'
archived: false
current_release:
tag: v2.5.1
published_at: '2025-10-14'
commit_history:
2025-02: 64
2025-03: 10
2025-04: 63
2025-05: 129
2025-06: 7
2025-07: 120
2025-08: 94
2025-09: 169
2025-10: 167
2025-11: 21
2025-10: 170
2025-11: 103
2025-12: 80
2026-01: 6

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Software Development - Testing
source_code_url: https://github.com/bencherdev/bencher
stargazers_count: 763
updated_at: '2025-11-03'
stargazers_count: 782
updated_at: '2025-12-29'
archived: false
current_release:
tag: v0.5.7
published_at: '2025-11-03'
tag: v0.5.9
published_at: '2025-12-07'
commit_history:
2025-02: 147
2025-03: 70
2025-04: 68
2025-05: 1
2025-06: 18
2025-07: 17
2025-08: 83
2025-09: 26
2025-10: 4
2025-11: 3
2025-11: 89
2025-12: 75
2026-01: 0

View file

@ -13,14 +13,22 @@ tags:
- Note-taking & Editors
- Photo Galleries
related_software_url: https://github.com/bewcloud
stargazers_count: 1022
updated_at: '2025-11-04'
stargazers_count: 1065
updated_at: '2026-01-02'
archived: false
current_release:
tag: v2.8.0
published_at: '2025-11-04'
tag: v3.5.1
published_at: '2026-01-02'
commit_history:
2025-02: 8
2025-03: 6
2025-04: 0
2025-05: 7
2025-06: 12
2025-07: 3
2025-08: 9
2025-09: 7
2025-10: 7
2025-11: 2
2025-11: 4
2025-12: 17
2026-01: 4

View file

@ -9,11 +9,19 @@ tags:
- Maps and Global Positioning System (GPS)
source_code_url: https://github.com/knrdl/bicimon
demo_url: https://knrdl.github.io/bicimon/
stargazers_count: 61
stargazers_count: 62
updated_at: '2022-04-15'
archived: false
commit_history:
2025-02: 0
2025-03: 0
2025-04: 0
2025-05: 0
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Communication - Video Conferencing
source_code_url: https://github.com/bigbluebutton/bigbluebutton
stargazers_count: 8940
updated_at: '2025-11-06'
stargazers_count: 8994
updated_at: '2025-12-17'
archived: false
current_release:
tag: v3.1.0-beta.2
published_at: '2025-10-16'
tag: v3.0.19
published_at: '2025-12-17'
commit_history:
2025-02: 253
2025-03: 423
2025-04: 220
2025-05: 250
2025-06: 227
2025-07: 226
2025-08: 195
2025-09: 269
2025-10: 221
2025-11: 9
2025-10: 222
2025-11: 98
2025-12: 110
2026-01: 0

View file

@ -9,14 +9,22 @@ tags:
- Money, Budgeting & Management
- Inventory Management
source_code_url: https://github.com/bigcapitalhq/bigcapital
stargazers_count: 3376
updated_at: '2025-11-02'
stargazers_count: 3451
updated_at: '2026-01-03'
archived: false
current_release:
tag: v0.22.0
published_at: '2024-12-09'
tag: v0.23.0-rc.1
published_at: '2025-12-03'
commit_history:
2025-02: 7
2025-03: 21
2025-04: 24
2025-05: 24
2025-06: 32
2025-07: 9
2025-08: 5
2025-09: 2
2025-10: 39
2025-11: 9
2025-11: 44
2025-12: 43
2026-01: 16

View file

@ -12,7 +12,15 @@ stargazers_count: 222
updated_at: '2025-03-30'
archived: false
commit_history:
2025-02: 2
2025-03: 2
2025-04: 0
2025-05: 0
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Pastebins
source_code_url: https://github.com/w4/bin
stargazers_count: 603
stargazers_count: 624
updated_at: '2025-05-25'
archived: false
current_release:
tag: v2.0.2
published_at: '2025-05-25'
commit_history:
2025-02: 0
2025-03: 0
2025-04: 0
2025-05: 5
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
- Java
tags:
- Pastebins
stargazers_count: 13
updated_at: '2025-10-31'
stargazers_count: 12
updated_at: '2025-11-21'
archived: false
current_release:
tag: v1.0.494
published_at: '2025-01-26'
tag: v1.0.595
published_at: '2025-11-12'
commit_history:
2025-02: 13
2025-03: 8
2025-04: 0
2025-05: 3
2025-06: 1
2025-07: 0
2025-08: 6
2025-09: 2
2025-10: 8
2025-11: 0
2025-11: 10
2025-12: 0
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
- Crystal
tags:
- URL Shorteners
stargazers_count: 60
updated_at: '2025-11-02'
stargazers_count: 69
updated_at: '2025-12-23'
archived: false
current_release:
tag: 1.6.0
published_at: '2025-11-02'
tag: 1.6.1
published_at: '2025-12-23'
commit_history:
2025-02: 12
2025-03: 47
2025-04: 2
2025-05: 0
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 14
2025-11: 17
2025-12: 4
2026-01: 0

View file

@ -11,14 +11,22 @@ tags:
- Money, Budgeting & Management
source_code_url: https://github.com/bitcart/bitcart
demo_url: https://admin.bitcart.ai
stargazers_count: 749
updated_at: '2025-11-01'
stargazers_count: 867
updated_at: '2025-12-08'
archived: false
current_release:
tag: 0.10.1.1
published_at: '2025-11-01'
commit_history:
2025-02: 2
2025-03: 22
2025-04: 2
2025-05: 0
2025-06: 1
2025-07: 15
2025-08: 2
2025-09: 47
2025-10: 31
2025-11: 4
2025-11: 14
2025-12: 3
2026-01: 0

View file

@ -11,14 +11,22 @@ tags:
- Archiving and Digital Preservation (DP)
- File Transfer - Peer-to-peer Filesharing
- Search Engines
stargazers_count: 3523
stargazers_count: 3753
updated_at: '2025-07-01'
archived: false
current_release:
tag: v0.10.0
published_at: '2025-03-02'
commit_history:
2025-02: 4
2025-03: 10
2025-04: 0
2025-05: 5
2025-06: 1
2025-07: 1
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -10,14 +10,22 @@ tags:
- Polls and Events
source_code_url: https://github.com/fsinfuhh/Bitpoll
demo_url: https://bitpoll.de/
stargazers_count: 283
updated_at: '2025-09-30'
stargazers_count: 291
updated_at: '2025-12-27'
archived: false
current_release:
tag: 0.9.2
published_at: '2020-01-20'
commit_history:
2025-02: 0
2025-03: 0
2025-04: 0
2025-05: 0
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 1
2025-10: 0
2025-11: 0
2025-12: 1
2026-01: 0

View file

@ -8,14 +8,22 @@ platforms:
tags:
- File Transfer - Peer-to-peer Filesharing
source_code_url: https://github.com/webtorrent/bittorrent-tracker
stargazers_count: 1886
stargazers_count: 1907
updated_at: '2025-09-06'
archived: false
current_release:
tag: v11.2.2
published_at: '2025-09-06'
commit_history:
2025-02: 0
2025-03: 0
2025-04: 0
2025-05: 0
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 2
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -10,14 +10,22 @@ tags:
- Password Managers
source_code_url: https://github.com/bitwarden/server
depends_3rdparty: true
stargazers_count: 1472
updated_at: '2025-06-04'
stargazers_count: 17759
updated_at: '2026-01-02'
archived: false
current_release:
tag: v0.7.1
published_at: '2025-04-28'
tag: v2025.12.1
published_at: '2025-12-23'
commit_history:
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-02: 100
2025-03: 85
2025-04: 114
2025-05: 116
2025-06: 86
2025-07: 107
2025-08: 60
2025-09: 121
2025-10: 107
2025-11: 95
2025-12: 128
2026-01: 2

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Media Streaming - Audio Streaming
source_code_url: https://github.com/blackcandy-org/blackcandy
stargazers_count: 3953
updated_at: '2025-10-27'
stargazers_count: 4050
updated_at: '2025-12-03'
archived: false
current_release:
tag: v3.1.0
published_at: '2025-06-18'
commit_history:
2025-02: 2
2025-03: 2
2025-04: 5
2025-05: 3
2025-06: 15
2025-07: 20
2025-08: 0
2025-09: 0
2025-10: 6
2025-11: 0
2025-12: 2
2026-01: 0

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Note-taking & Editors
source_code_url: https://github.com/blinkospace/blinko
stargazers_count: 6868
updated_at: '2025-11-05'
stargazers_count: 8896
updated_at: '2026-01-02'
archived: false
current_release:
tag: 1.6.5
published_at: '2025-11-05'
tag: 1.8.2
published_at: '2026-01-02'
commit_history:
2025-02: 119
2025-03: 178
2025-04: 77
2025-05: 71
2025-06: 56
2025-07: 41
2025-08: 41
2025-09: 117
2025-10: 20
2025-11: 3
2025-11: 13
2025-12: 45
2026-01: 13

View file

@ -9,14 +9,22 @@ platforms:
tags:
- DNS
source_code_url: https://github.com/0xERR0R/blocky
stargazers_count: 5714
updated_at: '2025-11-06'
stargazers_count: 5862
updated_at: '2025-12-15'
archived: false
current_release:
tag: v0.27.0
published_at: '2025-10-10'
tag: v0.28.2
published_at: '2025-11-18'
commit_history:
2025-02: 8
2025-03: 23
2025-04: 0
2025-05: 19
2025-06: 11
2025-07: 16
2025-08: 22
2025-09: 11
2025-10: 44
2025-11: 4
2025-11: 31
2025-12: 10
2026-01: 0

View file

@ -9,14 +9,22 @@ tags:
- Content Management Systems (CMS)
source_code_url: https://github.com/bludit/bludit
depends_3rdparty: true
stargazers_count: 1367
stargazers_count: 1382
updated_at: '2025-10-28'
archived: false
current_release:
tag: 3.16.2
published_at: '2024-08-25'
commit_history:
2025-02: 0
2025-03: 0
2025-04: 0
2025-05: 1
2025-06: 0
2025-07: 0
2025-08: 4
2025-09: 0
2025-10: 9
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Video Surveillance
source_code_url: https://github.com/bluecherrydvr/bluecherry-apps
stargazers_count: 250
updated_at: '2025-09-13'
stargazers_count: 253
updated_at: '2025-12-29'
archived: false
current_release:
tag: v3.1.14
published_at: '2025-08-31'
commit_history:
2025-02: 17
2025-03: 2
2025-04: 1
2025-05: 45
2025-06: 38
2025-07: 23
2025-08: 42
2025-09: 12
2025-10: 0
2025-11: 0
2025-12: 31
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Automation
depends_3rdparty: true
stargazers_count: 255
stargazers_count: 263
updated_at: '2025-07-31'
archived: false
current_release:
tag: v0.2.10
published_at: '2025-07-31'
commit_history:
2025-02: 5
2025-03: 1
2025-04: 0
2025-05: 0
2025-06: 0
2025-07: 6
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -9,14 +9,22 @@ platforms:
tags:
- Document Management - E-books
demo_url: https://demo.booklogr.app/
stargazers_count: 425
updated_at: '2025-10-01'
stargazers_count: 451
updated_at: '2025-12-20'
archived: false
current_release:
tag: v1.6.0
published_at: '2025-07-20'
commit_history:
2025-02: 0
2025-03: 0
2025-04: 0
2025-05: 0
2025-06: 72
2025-07: 117
2025-08: 2
2025-09: 0
2025-10: 1
2025-11: 0
2025-11: 1
2025-12: 4
2026-01: 0

View file

@ -8,14 +8,22 @@ platforms:
- Docker
tags:
- Document Management - E-books
stargazers_count: 5656
updated_at: '2025-10-31'
stargazers_count: 8348
updated_at: '2026-01-04'
archived: false
current_release:
tag: v1.10.0
published_at: '2025-10-28'
tag: v1.16.4
published_at: '2026-01-04'
commit_history:
2025-02: 30
2025-03: 82
2025-04: 120
2025-05: 84
2025-06: 138
2025-07: 77
2025-08: 116
2025-09: 70
2025-10: 105
2025-11: 0
2025-11: 79
2025-12: 173
2026-01: 29

View file

@ -10,14 +10,22 @@ tags:
- Wikis
source_code_url: https://github.com/BookStackApp/BookStack
demo_url: https://www.bookstackapp.com/#demo
stargazers_count: 17659
updated_at: '2025-11-02'
stargazers_count: 17998
updated_at: '2026-01-03'
archived: false
current_release:
tag: v25.07.3
published_at: '2025-10-05'
tag: v25.12.1
published_at: '2025-12-30'
commit_history:
2025-02: 41
2025-03: 14
2025-04: 21
2025-05: 52
2025-06: 25
2025-07: 46
2025-08: 34
2025-09: 18
2025-10: 33
2025-11: 3
2025-11: 37
2025-12: 54
2026-01: 1

View file

@ -8,14 +8,22 @@ platforms:
tags:
- Document Management - E-books
source_code_url: https://github.com/bookwyrm-social/bookwyrm
stargazers_count: 2578
updated_at: '2025-11-02'
stargazers_count: 2620
updated_at: '2026-01-01'
archived: false
current_release:
tag: v0.8.0
published_at: '2025-10-14'
tag: v0.8.2
published_at: '2025-11-16'
commit_history:
2025-08: 67
2025-09: 86
2025-02: 4
2025-03: 54
2025-04: 127
2025-05: 26
2025-06: 107
2025-07: 33
2025-08: 74
2025-09: 89
2025-10: 22
2025-11: 8
2025-11: 109
2025-12: 27
2026-01: 5

View file

@ -10,14 +10,22 @@ platforms:
- Nodejs
tags:
- Polls and Events
stargazers_count: 1472
updated_at: '2025-11-03'
stargazers_count: 1552
updated_at: '2025-12-31'
archived: false
current_release:
tag: v2.2.5
published_at: '2025-08-08'
tag: v3.0.0-rc1
published_at: '2025-12-29'
commit_history:
2025-02: 50
2025-03: 21
2025-04: 25
2025-05: 43
2025-06: 24
2025-07: 23
2025-08: 22
2025-09: 17
2025-10: 23
2025-11: 1
2025-11: 53
2025-12: 57
2026-01: 0

View file

@ -10,11 +10,19 @@ tags:
- Bookmarks and Link Sharing
source_code_url: https://github.com/ndom91/briefkasten
demo_url: https://briefkastenhq.com/auth/signin
stargazers_count: 1120
stargazers_count: 1140
updated_at: '2025-05-08'
archived: false
commit_history:
2025-02: 0
2025-03: 0
2025-04: 0
2025-05: 2
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

View file

@ -9,14 +9,22 @@ tags:
- Money, Budgeting & Management
source_code_url: https://github.com/btcpayserver/btcpayserver
demo_url: https://mainnet.demo.btcpayserver.org/
stargazers_count: 7201
updated_at: '2025-11-05'
stargazers_count: 7307
updated_at: '2026-01-04'
archived: false
current_release:
tag: v2.2.1
published_at: '2025-09-09'
tag: v2.3.2
published_at: '2026-01-02'
commit_history:
2025-02: 22
2025-03: 77
2025-04: 77
2025-05: 59
2025-06: 44
2025-07: 51
2025-08: 16
2025-09: 16
2025-10: 19
2025-11: 5
2025-11: 53
2025-12: 67
2026-01: 6

View file

@ -9,14 +9,22 @@ tags:
- Feed Readers
source_code_url: https://github.com/georgemandis/bubo-rss
demo_url: https://bubo-rss-demo.netlify.app/
stargazers_count: 220
stargazers_count: 224
updated_at: '2025-01-20'
archived: false
current_release:
tag: v2.0.2
published_at: '2023-06-03'
commit_history:
2025-02: 0
2025-03: 0
2025-04: 0
2025-05: 0
2025-06: 0
2025-07: 0
2025-08: 0
2025-09: 0
2025-10: 0
2025-11: 0
2025-12: 0
2026-01: 0

Some files were not shown because too many files have changed in this diff Show more