Please consider donating some money to our organization to help fund this project:
Head to Releases to download the exe, which is pre-bundled and ready to use.
- What's New?
- Introducing PatchFlow
- Running PatchFlow On Your Computer
- Features Of PatchFlow
- Issues
- License
Here at Temavrix we are committed in keeping PatchFlow up-to-date and up-to-speed with the growing tech solutions, services and algorithms. Hence this new commit includes:
PatchFlow Changelogs:-
ANNOUNCEMENT:-
For the project's future: Our resources at Temavrix are
currently being diverted to other new projects and endeavours
hence PatchFlow will be currently recieving important
Security patches and urgent patches if needed.
1. Due to unfeasibility concerns we have removed email
notifications for critical emails done by apache kafka.
Hence there will be no future plans of using kafka in
this project.
2. AI assistant and teams is now out of beta testing.
Code Checks Manifest:-
All Checks Status: ✅
-----------------------------------------
UX (User Experience) Checks: ✅
BackEnd Code-FrontEnd UI Integration Checks: ✅
(All evaluations are done by the R&D Department)
Last Updated: 27-May-2026 19:00 HRS (Singapore Standard Time)
Publisher: Temavrix
Keep up-to-date with what's happening on this repository by clicking the 'Star' and 'Watch' button on the top right corner of this repository.
PatchFlow is a desktop-based issue tracking and developer productivity tool built using JavaFX and SQLite (for local storage) and Firebase (for cloud based storage) designed to help developers manage bugs, track issues, and improve workflow efficiency.
It's Simplicity, Speed, Clean UI and Developer-first features make this suitable and lightweight for developers.
Install Maven using Chocolatey using PowerShell as Administrator:
choco install maven -y
Inside project root (where pom.xml is located) and then run Patchflow:
mvn clean install
mvn javafx:run (OR) mvn clean javafx:run
Check required version in pom.xml:
<maven.compiler.source>21</maven.compiler.source>
If it says 21 and you’re on 17 then it won’t work and you must fix by installing correct JDK.
A new way introduced to delegate and assign tasks.
To use this feature you will need to go settings and enter your 'email' and 'password' to register for accessing the database.
Patchflow will store your issues on our cloud-based storage and allow you to share the issue with others. Head to any of your local stored issues and select the 'assign task' button to be prompted with which email you want to assign it to.
By assigning a task to a team member, they will be able to view the issue in their 'team issue' page and then add to their workflow. The team member would also need to register with their unique Email for accessing Firebase from their side.
NOTE: For developers who want to use their custom firebase instance, you can head too line 18 of FirebaseService.java and add your Firebase API Key.
When creating a new issue you can now ask AI to assist you in filling issue's description and issue's code snippet.
User will need to fill project's language and issue's title for the AI to provide description and code snippet.
Before:
After with AI assistance:
You will need to create a Gemini token here and paste it in settings under Gemini API to ask for assistance.
Patchflow allows you to ask assistance on an issue if you have any problems solving it by using our in-built AI window.
You can choose the model that you want to chat with:
Select the model and you can get assistance to your questions:
You will need to create a Gemini token here and a OpenRouter token here then paste it in settings under Gemini API and OpenRouter API repectively to access the models.
With Patchflow not only are you able to keep track of unfinished tasks and feature requests on your local system but you can also import issues from Github.
By serching for your requested repository you can view the list of issues and select them to add in your local database.
You will need to create a Github token here and paste it in settings under Github Token.
As this project is still in constant development, if you run into any issues while operating or have any suggestions or features, please feel free to drop by our issues section and open a issue and we'll respond within 2-4 working days, Thank you for your understanding.
IMPORTANT NOTE: Any User who are willing to Share or Re-Distribute PatchFlow are kindly advised to:
- A link to this repository from the user's 'Modified program' README file.
This will be helpful for us as users will know it's original source and about our startup.
Please also refer to LICENSE file for clarifications.
Thank you for your kind co-operation :-)
PatchFlow Copyright (C) Temavrix 2026
All Rights Reserved
Version 1.1.0

