clibard

Command line interface for Google Bard

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.7.1
License GPL-3.0
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:26

Tags

Authors

  • Thiago Navarro

Installation

nimble install clibard
choosenim install clibard
git clone https://github.com/thisago/clibard

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
clibard - - - - - - -

Dependencies

Package Version Optional
nim >= 1.6.0 No
cligen - No
bard >= 0.7.0 No
iecook >= 0.6.0 No

Source

Repository https://github.com/thisago/clibard
Homepage https://github.com/thisago/clibard
Registry Source nimble_official

README

# clibard #### Command line interface for Google Bard **[About](#about) - [Setup](#setup) - [Usage](#usage)** - [License](#license)

About

See this app in action here: - clibard prompt - clibard chat

This is a Google Bard CLI application interface.

Core libs used

  • Google Bard - Google Bard batchexecute implementation
  • iecook - Session cookie getter

Setup

You can install using nimble, the Nim package manager:

nimble install clibard

To iecook be able to get your Google session, you'll need to install an client extension in your browser. See the tutorial at iecook repository

Now, just login into your Google account and keep open the browser

Usage

Help

$ clibard --help

Google Bard CLI
Usage:
  clibard {SUBCMD}  [sub-command options & parameters]
where {SUBCMD} is one of:
  help    print comprehensive or per-cmd help
  prompt  Prompts to Google Bard
  chat    Start chat with Google Bard

The usage is very simple:

Single prompt

clibard prompt "what is ram memory?"

Chat

clibard chat

License

This CLI application is open source, licensed over GPL-3