https://github.com/foundeo/fixinator-gui
Fixinator GUI App
https://github.com/foundeo/fixinator-gui
Last synced: 5 months ago
JSON representation
Fixinator GUI App
- Host: GitHub
- URL: https://github.com/foundeo/fixinator-gui
- Owner: foundeo
- License: mit
- Created: 2020-02-06T20:06:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T16:46:12.000Z (about 1 year ago)
- Last Synced: 2025-03-20T17:36:02.524Z (about 1 year ago)
- Language: ColdFusion
- Homepage: https://fixinator.app/
- Size: 820 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fixinator GUI
> The native GUI version of Fixinator has been discontinued. In the near future we will be re-releasing this app as a GUI web application instead of a native exe. In the meantime please use the commandbox cli interface, or the [fixinator-runner](https://github.com/foundeo/fixinator-runner/) scheduled task.
Fixinator GUI is a Native applications for Windows or Mac OS to run [Fixinator](https://fixinator.app) scans.

## Installation
### Prerequisites
If you do not have Java installed, or you're not sure if you have the latest version of java, start by downloading and installing the latest version of **Java 11** from [AdoptOpenJDK](https://adoptopenjdk.net/).
### Windows Installation
Download the [latest Fixinator-Setup-x.y.z.exe](https://github.com/foundeo/fixinator-gui/releases/latest) from the Releases section.
Double click the setup exe. The exe is signed with a code signing certificate, however Windows Defender may prevent you from running the app because you have downloaded it from the internet. Click _More Info_ and verify that the publisher is _Foundeo Inc._ and then you can hit _Run Anyway_.
### Mac Installation
Download the [latest Fixinator-x.y.z.dmg](https://github.com/foundeo/fixinator-gui/releases/latest) from the Releases page.
Double click the dmg file, and then drag the Fixinator icon into the Applications folder.
Go to the Applications folder, and right click on Fixinator and select Open.
### Standalone Web Application
You can also run Fixinator GUI as a web application with CommandBox. Just download or clone this repo, and then run:
cd resources/cfml/
box server start
This will open the application in a browser window instead of a native Windows or Mac app window.
## Uninstall
### Windows
Open the _Add Remove Programs_ from the Windows Control Panel, locate Fixinator and click Uninstall.
Application data is stored in `C:\Users\UserName\AppData\Local\Programs\Fixinator` and configuration data in `C:\Users\UserName\AppData\Roaming\Fixinator` by default.
### Mac
Delete the Fixinator.app from the Applications folder. Configuration data is stored in `~/Library/Application Support/Fixinator`