acorn-cli

Crates.ioacorn-cli
lib.rsacorn-cli
version0.1.30
created_at2025-09-07 22:53:03.628442+00
updated_at2025-09-12 17:30:49.387185+00
descriptionACORN command line interface
homepage
repositoryhttps://code.ornl.gov/research-enablement/acorn
max_upload_size
id1828590
size11,362,545
Jason Wohlgemuth (jhwohlgemuth)

documentation

https://acorn.ornl.gov

README

ACORN 🌱

gitlab unsafe forbidden crates.io Latest Release

Accessible Content Optimization for Research Needs

Installation

Homebrew and Scoop packages are planned. Check back soon for updates.

Install with cargo

  • Install acorn command

    cargo install acorn-cli
    
  • Test the installation

    acorn help
    

Download pre-compiled binary

  • Download newest binary from releases page
    curl -LO https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-unknown-linux-gnu/v0.1.26/acorn
    
  • Make binary executable
    chmod +x ./acorn
    
  • Move binary to folder on path (ex. /usr/local/bin)
    mv acorn /usr/local/bin
    
  • Verify installation with acorn --version

⚠️ CAUTION acorn export is not currently supported on MacOS

Build from source

  • Clone this project and navigate to it

    git clone https://code.ornl.gov/research-enablement/acorn
    cd ./acorn
    
  • Install acorn command

    cargo install --path ./acorn-cli
    
  • Test the installation

    acorn help
    

Architecture

See ARCHITECTURE.md

Contributing

See CONTRIBUTING.md

Commit count: 0

cargo fmt