Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

USTP-CS3/LARDX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LARDX

Google Bard for the Linux Terminal

use

Requirements

  • Select a Chrome based browser user profile with a logged in bard.google.com account

Installation

Clone this repository

git clone https://github.com/USTP-CSCORE/LARDX.git

downloading

Run the install script

./install && exit

Open a new terminal, then run

lardx

install

Uninstalling

./uninstall

uninstall

How does it work?

  • It emulates queries using a reverse engineered open-source bardapi by reading cookies of the selected user on Google Chrome
  • It uses pyinstaller to wrap libraries in an executable to be able to run even without python installed on the user's computer