⚠️ This project is archived. We recommend using the official Google CLI tool:gemini-cli
, which provides native support for the Gemini model with full multimodal capabilities and better integration with the Google AI ecosystem.
Welcome to my Rust project! Follow the instructions below to get started.
Ensure you have the following installed on your system:
- Rust (including
cargo
). It is recommended to use version 1.81.0.
Clone the repository to your local machine using the following command:
git clone https://github.com/marcosdanielr/gemini-cli.git
cd gemini-cli
Build the application with Cargo by running:
cargo build
This will compile the project and generate an executable.
Execute the application using:
cargo run
Using yay:
yay -S gemini-cli
Using paru:
paru -S gemini-cli
After installation, run:
gemini-cli
This will start the application. Enjoy!