genomi

(โ˜… 478)

Local-first, open-source Claude Science alternative, before Claude Science is a thing. Turn your AI agent into personal DNA expert.

  • .gitignore
  • AGENTS.md
  • CITATION.cff
  • CLAUDE.md
  • GENOMILAB_PRODUCT_DEFINITION.md
  • INSTALL_FOR_AGENTS.md
  • LICENSE
  • llms-full.txt
  • llms.txt
  • MANIFEST.in
  • pyproject.toml
  • README.md
  • README.zh-CN.md
  • RELEASE_NOTES.md
  • SKILL.md
  • uv.lock

# Installation Guide

1. Get the code
git clone https://github.com/exon-research/genomi

Downloads the entire project code from GitHub to your computer.

cd genomi

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
"args": ["-lc", "cd /path/to/genomi && PYTHONPATH=src python3 -m genomi serve"]

Runs the Python script (or module).

โœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation