Catime
💌A tiny (995KB) but mighty timer in **pure C** ! — almost no memory usage!❤️🔥 Supports clock, countdown, stopwatch, Pomodoro, and fully customizable tray animations (GIFs, CPU/Mem%) 💘 Don't be shy, join here🧸: https://discord.com/invite/W3tW2gtp6g
An ultra-lightweight Windows countdown and Pomodoro tool written in pure C with a clean transparent interface, rich customization, powerful shortcuts, and almost no resource usage. The project is written primarily in C, distributed under the Apache License 2.0 license, first published in 2025. It has gained significant community traction with 4,335 stars and 175 forks on GitHub. Key topics include: c, clock, efficiency, efficiency-tool, pomodoro.
v1.4.0 is out! 🎉 Download Now - Only 995KB!
</div>
<div align="center">
<a href="https://cati.me" target="_blank">
<img src="Images/catime_resize.png" alt="Catime" width="249">
</a>
<h1>
<a href="https://cati.me" target="_blank" style="text-decoration: none; color: inherit;">Cati.me</a>
</h1>
</div>
<!-- Project Description + Rocket Icon -->
<p align="center">
An ultra-lightweight Windows countdown and Pomodoro tool written in <b>pure C</b> with a clean transparent interface,<br/>
rich customization, powerful shortcuts, and almost no resource usage.
</p>
<p align="center">
<img src="https://count.getloli.com/@catime?name=catime&theme=booru-qualityhentais&padding=7&offset=0&align=top&scale=1&pixelated=1&darkmode=auto" width="400">
</p>
<p align="center">
<a href="https://hellogithub.com/repository/00a7a32b7bc647e1a62747530bc16115" target="_blank" style="text-decoration: none;">
<img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=00a7a32b7bc647e1a62747530bc16115&claim_uid=JBczix10rXqNblQ" alt="Featured|HelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" />
</a>
<a href="https://trendshift.io/repositories/15506" target="_blank" style="text-decoration: none;">
<img src="https://trendshift.io/api/badge/repositories/15506" alt="Catime | Trendshift" style="width: 250px; height: 55px;" width="250" height="55" />
</a>
<a href="https://www.producthunt.com/posts/catime?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-catime" target="_blank" style="text-decoration: none;">
<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=942133&theme=light" alt="Catime - a very useful timer | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" />
</a>
</p>
<!-- Demo Video -->
<div align="center" style="margin-bottom: 30px;">
<video src="https://github.com/user-attachments/assets/a59a85af-c522-4081-9a84-e0d3a71be236
" autoplay loop style="border-radius: 8px; max-width: 800px;"></video>
</div>
<!-- Community Links -->
<div align="center" style="margin-bottom: 30px;">
👏 Join us on
<a href="https://discord.com/invite/W3tW2gtp6g" target="_blank" style="text-decoration: none; font-weight: bold; color: #5865F2;">Discord</a>
and
<a href="https://qm.qq.com/q/vjCduOQILI" target="_blank" style="text-decoration: none; font-weight: bold; color: #12B7F5;">🐧QQ Group(1079222265)</a>to say hi and ask questions.
</div>
🎨 Powerful Tray Animations
Your tray icon can now come alive! Catime brings powerful custom animation features:
- Custom Animations: Use GIF, WebP, and static images like PNG & JPG as your tray icon.
- System Status: Supports real-time display of CPU %, Memory %, Battery %, and Caps Lock status.
[!TIP]
Looking for more fun animations? Check out our companion project, MemeTray!
💫Plugins
<img width="1105" height="481" alt="image" src="https://github.com/user-attachments/assets/734037a7-997c-48dd-b93f-513d1696ac54" /> <img width="1920" height="899" alt="image" src="https://github.com/user-attachments/assets/1ca3e4a4-c6b0-4c42-ac40-152330cec07a" />Plugins write to output.txt, Catime displays it — that simple.
[!TIP]
Looking for more useful Plugins? Check out our companion project, Catime-Plugins!
❤️🔥Staying tuned with us
Star us and witness how this pure C-crafted minimalist time tool continues to evolve - don't miss any exciting updates!
<a href="https://github.com/vladelaina/Catime" target="_blank">
<img src="https://github.com/user-attachments/assets/50cfc9d4-3d3f-4370-b233-89d76f78977e" />
</a>
Sponsors
<div align="center"> <a href="https://www.dkdun.cn/aff/SCEYKYCH"> <img width="732" height="246" alt="dk" src="https://github.com/user-attachments/assets/6d06ac2a-ae1d-4b3f-b828-65b653f6e189" /> </a><br><br>
<table align="center"> <tr> <td style="vertical-align: middle; padding-right: 10px;"> <img alt="SignPath" src="https://signpath.org/assets/favicon-50x50.png" /> </td> <td style="vertical-align: middle;"> Free code signing on Windows provided by <a href="https://signpath.io">SignPath.io</a>, certificate by <a href="https://signpath.org/">SignPath Foundation</a> </td> </tr> </table> </div>📥 Download
-
GitHub Releases
Download the latest release from GitHub Releases.
-
Winget
winget install --id VladElaina.Catime
📑User Guide
- Left-click tray icon: Set time
- Right-click tray icon: Set menu
- Edit mode: Drag to adjust position, scroll wheel to resize, 🖱️ right-click to exit edit mode
Configuration file saved at
%LOCALAPPDATA%\Catime\config.ini
⚡Font Optimization
Reduce custom font file size by 90%+ with the official Font Simplification Tool.
Since Catime only displays numbers and symbols (
0-9,:,.), most font characters are unnecessary.Recommendation: Keep your original font files as backups. Future software updates may require additional characters beyond the current set.
🛠️ Development
Prerequisites: MinGW and CMake are required to build Catime.
Getting Started
<details> <summary>📋 Windows Setup Instructions</summary>bashgit clone https://github.com/vladelaina/Catime.git cd Catime # INSTALL DEPENDENCIES # Ubuntu/Debian sudo apt update && sudo apt install -y mingw-w64 cmake # Arch Linux sudo pacman -Syu --noconfirm mingw-w64 cmake # Windows - See setup instructions below
📦 Required Tools
| Tool | Description | Recommended Version Format | Download Link |
|---|---|---|---|
| MinGW | GCC Compiler | x86_64-<version>-release-win32-seh-ucrt-rtv<num>-rev<num>.7z | MinGW Build |
| CMake | Build Tool | cmake-<version>-windows-x86_64.msi | CMake |
🔧 Installation Steps
1. Install MinGW
- Download
x86_64-<version>-release-win32-seh-ucrt-rtv<num>-rev<num>.7zfrom MinGW Build - Extract to
C:\mingw64 - Add
C:\mingw64\binto your PATH environment variable:- Open:
Control Panel → System → Advanced System Settings → Environment Variables - Find
Pathin System variables, click "Edit" - Add:
C:\mingw64\bin
- Open:
2. Install CMake
- Download and run
cmake-<version>-windows-x86_64.msifrom CMake - During installation, select "Add CMake to the system PATH"
3. Verify Installation
</details>bashgcc --version cmake --version
Building
bashchmod +x build.sh && ./build.sh # Linux build.bat # Windows
🎁 Support
<div align="center" style="margin: 20px 0;"> <a href="https://vladelaina.github.io/Catime/support.html"> <img src="https://img.shields.io/badge/Support_Catime-EA4AAA?style=for-the-badge&logo=githubsponsors&logoColor=white" alt="Support Catime" width="2500" height="1250"> </a> </div> <a href="https://vladelaina.github.io/Catime/support.html"> <img src="https://github.com/user-attachments/assets/49035b18-e803-4ee8-9ea5-2e3f32f099de" width="1889" height="872" alt="image" /> </a>Project Status
🌟Star History
<a href="https://www.star-history.com/#vladelaina/Catime&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=vladelaina/Catime&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=vladelaina/Catime&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=vladelaina/Catime&type=Date" /> </picture> </a>✨Acknowledgements
With special appreciation to 猫屋敷梨梨Official for the beautiful icon design.
<table> <tbody> <tr> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/MadMaxChow"><img src="https://vladelaina.github.io/Catime/assets/Contributors/MAX%C2%B0%E5%AD%9F%E5%85%86.webp" width="100px;" alt="MAX°孟兆"/><br /><sub><b>MAX°孟兆</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/sumruler"><img src="https://vladelaina.github.io/Catime/assets/Contributors/XuJilong.webp" width="100px;" alt="XuJilong"/><br /><sub><b>XuJilong</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://www.diandiapp.com/"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E7%82%B9%E6%BB%B4%E8%BF%9B%E5%BA%A6%E4%BD%9C%E8%80%85.webp" width="100px;" alt="点滴进度作者"/><br /><sub><b>点滴进度作者</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/ZGGSONG"><img src="https://vladelaina.github.io/Catime/assets/Contributors/zggsong.webp" width="100px;" alt="zggsong"/><br /><sub><b>zggsong</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/26087398"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E7%8C%AB%E5%B1%8B%E6%95%B7%E6%A2%A8%E6%A2%A8Official.webp" width="100px;" alt="猫屋敷梨梨Official"/><br /><sub><b>猫屋敷梨梨Official</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/6189012"><img src="https://vladelaina.github.io/Catime/assets/Contributors/MOJI%E3%82%82%E3%82%89.webp" width="100px;" alt="MOJIもら"/><br /><sub><b>MOJIもら</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/475437261"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E6%9D%8E%E5%BA%B7.webp" width="100px;" alt="李康"/><br /><sub><b>李康</b></sub></a><br /> </td> </tr> <tr> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/1708573954"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E6%88%91%E6%98%AF%E6%97%A0%E5%90%8D%E5%90%96.webp" width="100px;" alt="我是无名吖"/><br /><sub><b>我是无名吖</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/flying-hilichurl"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E9%87%91%E9%BA%9F.webp" width="100px;" alt="金麟"/><br /><sub><b>金麟</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/161061562"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E5%8F%8C%E8%84%9A%E7%8C%AB.webp" width="100px;" alt="双脚猫"/><br /><sub><b>双脚猫</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/rsyqvthv"><img src="https://vladelaina.github.io/Catime/assets/Contributors/rsyqvthv.webp" width="100px;" alt="rsyqvthv"/><br /><sub><b>rsyqvthv</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/297146893"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E5%90%9B%E5%BD%B1.webp" width="100px;" alt="君影"/><br /><sub><b>君影</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/3546380188519387"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E5%AD%A6%E4%B9%A0%E9%A9%AC%E6%A5%BC.webp" width="100px;" alt="学习马楼"/><br /><sub><b>学习马楼</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/8010065"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E7%9D%A1%E7%9D%80%E7%9A%84%E7%81%AB%E5%B1%B1.webp" width="100px;" alt="睡着的火山"/><br /><sub><b>睡着的火山</b></sub></a><br /> </td> </tr> <tr> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/5549978"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E6%98%9F%E7%A9%BA%E4%B8%8B%E6%95%B0%E7%BE%8A.webp" width="100px;" alt="星空下数羊"/><br /><sub><b>星空下数羊</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/13129221"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E9%9D%92%E9%98%B3%E5%BF%98%E5%B7%9D.webp" width="100px;" alt="青阳忘川"/><br /><sub><b>青阳忘川</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/llfWilliam"><img src="https://vladelaina.github.io/Catime/assets/Contributors/William.webp" width="100px;" alt="William"/><br /><sub><b>William</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/wangye99"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E7%8E%8B%E9%87%8E.webp" width="100px;" alt="王野"/><br /><sub><b>王野</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/572042200"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E7%85%AE%E9%85%92%E8%AE%BA%E7%A7%91%E6%8A%80.webp" width="100px;" alt="煮酒论科技"/><br /><sub><b>煮酒论科技</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/470931145"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E9%A3%8E%E5%A2%9E.webp" width="100px;" alt="风增"/><br /><sub><b>风增</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/266931550"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E7%94%B0%E6%98%A5.webp" width="100px;" alt="田春"/><br /><sub><b>田春</b></sub></a><br /> </td> </tr> <tr> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/behappy425"><img src="https://vladelaina.github.io/Catime/assets/Contributors/behappy425.webp" width="100px;" alt="behappy425"/><br /><sub><b>behappy425</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/xxtui-main/xxtui"><img src="https://vladelaina.github.io/Catime/assets/Contributors/xj.webp" width="100px;" alt="x.j"/><br /><sub><b>x.j</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/kissholic"><img src="https://vladelaina.github.io/Catime/assets/Contributors/kissholic.webp" width="100px;" alt="kissholic"/><br /><sub><b>kissholic</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href=""><img src="https://vladelaina.github.io/Catime/assets/Contributors/Alnilam.webp" width="100px;" alt="Alnilam"/><br /><sub><b>Alnilam</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/pyqmlp"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E6%9F%92.webp" width="100px;" alt="柒"/><br /><sub><b>柒</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/Mapaler"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E6%9E%AB%E8%B0%B7%E5%89%91%E4%BB%99.webp" width="100px;" alt="枫谷剑仙"/><br /><sub><b>枫谷剑仙</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/Crazy-A2"><img src="https://vladelaina.github.io/Catime/assets/Contributors/Marial.webp" width="100px;" alt="Marial"/><br /><sub><b>Marial</b></sub></a><br /> </td> </tr> <tr> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/507572706"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E5%8D%93%E8%B6%8A%E6%96%B9%E8%BE%BE.webp" width="100px;" alt="卓越方达"/><br /><sub><b>卓越方达</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/choyy"><img src="https://vladelaina.github.io/Catime/assets/Contributors/choyy.webp" width="100px;" alt="choyy"/><br /><sub><b>choyy</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/378034263?spm_id_from=333.1007.0.0"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E7%9B%8A%E6%B8%8AYyuan.webp" width="100px;" alt="益渊Yyuan"/><br /><sub><b>益渊Yyuan</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/xiaodao0036"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E4%B8%8A%E6%9D%A1%E6%95%99%E4%B8%BB.webp" width="100px;" alt="上条教主"/><br /><sub><b>上条教主</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/jin-gubang"><img src="https://vladelaina.github.io/Catime/assets/Contributors/jin-gubang.webp" width="100px;" alt="jin-gubang"/><br /><sub><b>jin-gubang</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/xlr134"><img src="https://vladelaina.github.io/Catime/assets/Contributors/xlr134.webp" width="100px;" alt="xlr134"/><br /><sub><b>xlr134</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/leisure365"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E8%8E%AB%E9%A2%9C.webp" width="100px;" alt="莫颜"/><br /><sub><b>莫颜</b></sub></a><br /> </td> </tr> <tr> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/LuSrackhall"><img src="https://vladelaina.github.io/Catime/assets/Contributors/LuSrackhall.webp" width="100px;" alt="LuSrackhall"/><br /><sub><b>LuSrackhall</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/sakuraxy2004"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E6%98%AF%E7%8E%84%E5%A4%9C%E4%B8%8D%E6%98%AF%E7%8E%84%E6%9C%88.webp" width="100px;" alt="是玄夜不是玄月"/><br /><sub><b>是玄夜不是玄月</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/YangCangShu"><img src="https://vladelaina.github.io/Catime/assets/Contributors/YangCangShu.webp" width="100px;" alt="YangCangShu"/><br /><sub><b>YangCangShu</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://meta.appinn.net/u/valuex/summary"><img src="https://vladelaina.github.io/Catime/assets/Contributors/valuex.webp" width="100px;" alt="valuex"/><br /><sub><b>valuex</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://meta.appinn.net/u/lxzrjyff/summary"><img src="https://vladelaina.github.io/Catime/assets/Contributors/lxzrjyff.webp" width="100px;" alt="lxzrjyff"/><br /><sub><b>lxzrjyff</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/darkmatter2048"><img src="https://vladelaina.github.io/Catime/assets/Contributors/DaYe.webp" width="100px;" alt="DaYe"/><br /><sub><b>DaYe</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/zct4257"><img src="https://vladelaina.github.io/Catime/assets/Contributors/zct4257.webp" width="100px;" alt="zct4257"/><br /><sub><b>zct4257</b></sub></a><br /> </td> </tr> <tr> <td align="center" valign="top" width="14.28%"> <a href=""><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E5%B0%8F%E8%B4%A5%E5%8F%B6.webp" width="100px;" alt="小败叶"/><br /><sub><b>小败叶</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/25249757"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E9%97%B2%E4%BA%BA%E4%B8%8D%E6%A2%A6%E5%90%9BQ.webp" width="100px;" alt="闲人不梦君Q"/><br /><sub><b>闲人不梦君Q</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://space.bilibili.com/1191321078"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E6%9D%8E%E8%89%AF.webp" width="100px;" alt="李良"/><br /><sub><b>李良</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/imxhe"><img src="https://vladelaina.github.io/Catime/assets/Contributors/iweek.webp" width="100px;" alt="imxhe"/><br /><sub><b>imxhe</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/haeob"><img src="https://vladelaina.github.io/Catime/assets/Contributors/mua.webp" width="100px;" alt="mua"/><br /><sub><b>mua</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://b23.tv/iRKb7Ua"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E6%9E%90%E6%9C%A8.webp" width="100px;" alt="析木"/><br /><sub><b>析木</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href=""><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E6%BA%9C%E6%BA%9C%E5%A4%A7%E7%A5%9E%E6%A0%A1%E9%95%BF%E6%9D%A5%E4%BA%86.webp" width="100px;" alt="溜溜大神校长来了"/><br /><sub><b>溜溜大神校长来了</b></sub></a><br /> </td> </tr> <tr> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/Seredo"><img src="https://vladelaina.github.io/Catime/assets/Contributors/Seredo.webp" width="100px;" alt="Seredo"/><br /><sub><b>Seredo</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://b23.tv/HVVVykm"><img src="https://vladelaina.github.io/Catime/assets/Contributors/%E7%BA%A2%E6%A0%91%E6%9E%97.webp" width="100px;" alt="红树林"/><br /><sub><b>红树林</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/Snow-kal"><img src="https://vladelaina.github.io/Catime/assets/Contributors/Snow-kal.webp" width="100px;" alt="Snow-kal"/><br /><sub><b>Snow-kal</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/mayjay-wei"><img src="https://vladelaina.github.io/Catime/assets/Contributors/TCWei.webp" width="100px;" alt="TCWei"/><br /><sub><b>TCWei</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://github.com/YuYinLC"><img src="https://vladelaina.github.io/Catime/assets/Contributors/YuYinLC.webp" width="100px;" alt="YuYinLC"/><br /><sub><b>YuYinLC</b></sub></a><br /> </td> <td align="center" valign="top" width="14.28%"> <a href="https://meta.appinn.net/u/fireman"><img src="https://vladelaina.github.io/Catime/assets/Contributors/Fireman.webp" width="100px;" alt="Fireman"/><br /><sub><b>Fireman</b></sub></a><br /> </td> </tr> </tbody> </table>Special thanks to the following contributors(chronological order):
🗝️Copyright Notice
This project is released under the Apache License 2.0 open source license.
Icon copyright notice:
- The software icon was created by 猫屋敷梨梨Official who reserves all rights. Without explicit authorization from the original creator, it may not be used for any commercial purposes.
Font licenses:
- MIT:
- ProFontWindows Essence.ttf
- SIL Open Font License:
- DaddyTimeMono Essence.otf, DepartureMono Essence.otf,
Rec Mono Casual Essence.ttf, Terminess Nerd Font Essence.ttf
- DaddyTimeMono Essence.otf, DepartureMono Essence.otf,
- OFL (Open Font License):
- Jacquard 12 Essence.ttf, Jacquarda Bastarda 9 Essence.ttf,
Pixelify Sans Essence.ttf, Rubik Burned Essence.ttf,
Rubik Glitch Essence.ttf, Rubik Marker Hatch Essence.ttf,
Rubik Puddles Essence.ttf, Wallpoet Essence.ttf
- Jacquard 12 Essence.ttf, Jacquarda Bastarda 9 Essence.ttf,
Wallpaper:
- Author: 猫屋敷梨梨Official
- Dynamic wallpaper link: 猫屋敷梨梨「星之所在」曲绘夜晚版 & 猫屋敷梨梨-「星之所在」曲绘黄昏版
<div align="center">
Copyright © 2025-2026 - Catime
By vladelaina
Made with ❤️ & ⌨️
Contributors
Showing top 12 contributors by commit count.
