Windows
- Download and extract the latest version of
flast-win-xxx.zip
zip file to a folder - Navigate to the the extracted files & copy the
Flast.bat
file - Navigate to desktop and paste shortcut by right clicking on the desktop
- Run the
Flast.bat
file to run the application - Click on, configure if username and password fields are not already visible
- Enter your login credentials
- Click on Save button
- Click on Connect (Alt + C) & Disconnect (Alt + D) as needed
Linux, Mac & Others
- Download and extract the latest version of
flast-xxx.zip
zip file to a folder - Install Java 18+ & add it to the path if not preinstalled
- Navigate to the the extracted files & copy the
Flast.jar
file - Navigate to desktop and paste shortcut on Desktop
- Execute
java -jar flast.exe
to run the app - Click on, configure if username and password fields are not already visible
- Enter your login credentials
- Click on Save button
- Click on Connect (Alt + C) & Disconnect (Alt + D) as needed
Adding Auto start apps
- Note down the file location of the application to be run on succesful login
- Click on Add Apps Button on Flast App
- Navigate to the path & choose the application
Developers Guide
- Clone the repository to your machine
- Compile using
javac -d . ./in/madilu/flast/Flast.java
- Run using
java in.madilu.flast.Flast
- Compile to JAR using
jar -cmvf ./MANIFEST.MF flast.jar ./in/madilu/flast/Flast.class ./in
- Create
.dev
file in the root directory for detailed LOG