Skip to content

Releases: hilfing/JarvisAI

v3.2.0 - Release

09 Dec 15:38
61fc998
Compare
Choose a tag to compare

Summary

  • Code will be much more streamlined
  • Better sanitization of user inputs
  • Better DB handling
  • Updated Chatbot (Shift from ChatBotAPI to gpt4free)
  • More Logging and better Error Handling

What's Changed

Full Changelog: v3.0.0...v3.2.0

Installation

How to Download and Run the Executable on Linux

Follow these simple steps to download and run the executable on your Linux machine:

1. Download All Parts

Make sure you download all parts of the executable. The files should be named like this:

  • Jarvis_part_aa
  • Jarvis_part_ab
  • Jarvis_part_ac

2. Recombine the Parts

Once all the parts are downloaded, open a terminal and navigate to the directory where the files are located.

Run the following command to recombine the parts into a single file:

cat part_* > Jarvis

3. Make the Executable File Run

Once the file is recombined, you need to give it executable permissions. Run:

chmod +x Jarvis

4. Run the Executable

Finally, run the executable using the following command:

./Jarvis

Troubleshooting:

  • Missing Parts: If you’re missing any parts of the file, the cat command will not work correctly. Ensure you’ve downloaded all the parts.
  • Permissions Issue: If you encounter a permission error, make sure you ran chmod +x to set the executable permissions properly.

Enjoy using the program!

v3.0 - Release

23 Apr 16:28
Compare
Choose a tag to compare

Adding tons of new features and security improvements along with a much more beautiful UI.

Most important -

  1. Shift to SQL from JSON (External Database)
  2. Profile Management
  3. Use of config files
  4. Increased Stability
  5. Code restructure (Increased readability and stability)
  6. Protection against Injection attacks
  7. Data Encryption
  8. New GUI
  9. New login/register menu
  10. New local library for better management

v2.3.1

04 Sep 13:22
1b50488
Compare
Choose a tag to compare

Full Changelog:

  1. Complete Rewrite of entire codebase
  2. Disabled developer/admin mode module.
  3. Disabled picture module.
  4. Enhanced chatbot.
  5. Added Command module [Microphone mode will soon be released]
  6. Added various commands
  7. Added production/development mode.
  8. Completely new logging module with detailed logs.

For further details check this out : v1.9...v2.3.1

v1.9.0

16 Jul 13:30
Compare
Choose a tag to compare
Removed Web version from this repo