osgrep
Open Source Semantic Search for your AI Agent
File Explorer
Download Latest Version (.zip)- marketplace.json
- ci.yml
- release.yml
- benchmark-results.html
- 1.txt
- 10.txt
- 2.txt
- 3.txt
- 4.txt
- 5.txt
- 6.txt
- 7.txt
- 8.txt
- 9.txt
- 1.txt
- 10.txt
- 2.txt
- 3.txt
- 4.txt
- 5.txt
- 6.txt
- 7.txt
- 8.txt
- 9.txt
- .gitignore
- benchmark_opencode.csv
- plot.ts
- mrr-sweep.ts
- quick_check.ts
- ranking-test.ts
- verify-fix.ts
- plugin.json
- start.js
- stop.js
- SKILL.md
- hooks.json
- bench.png
- compare-engines.ts
- index-bench.sh
- sync-eval-cases.ts
- verify_skeleton.ts
- claude-code.ts
- codex.ts
- doctor.ts
- droid.ts
- index.ts
- list.ts
- mcp.ts
- opencode.ts
- search.ts
- serve.ts
- setup.ts
- skeleton.ts
- symbols.ts
- trace.ts
- verify.ts
- languages.ts
- graph-builder.ts
- chunker.ts
- grammar-loader.ts
- ignore-patterns.ts
- sync-helpers.ts
- syncer.ts
- walker.ts
- formatter.ts
- json-formatter.ts
- intent.ts
- searcher.ts
- model-loader.ts
- setup-helpers.ts
- body-fields.ts
- index.ts
- retriever.ts
- skeletonizer.ts
- summary-formatter.ts
- meta-cache.ts
- types.ts
- vector-db.ts
- cleanup.ts
- exit.ts
- file-utils.ts
- filter-builder.ts
- formatter.ts
- git.ts
- lock.ts
- project-root.ts
- server-registry.ts
- colbert.ts
- granite.ts
- colbert-math.ts
- colbert-tokenizer.ts
- download-worker.ts
- orchestrator.ts
- pool.ts
- process-child.ts
- worker.ts
- config.ts
- eval.ts
- index.ts
- chunking.large_json.test.ts
- chunking.test.ts
- index-command.test.ts
- search-command.test.ts
- serve-command.test.ts
- setup.ts
- test-graph.ts
- test-structural-boosting.ts
- watcher-ignore.test.ts
- .gitignore
- biome.json
- LICENSE
- NOTICE
- package.json
- pnpm-lock.yaml
- README.md
- test_skeleton.py
- tsconfig.json
- vitest.config.mts
# Installation Guide
1. Get the code
git clone https://github.com/Ryandonofrio3/osgrep
Downloads the entire project code from GitHub to your computer.
cd osgrep
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g osgrep
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install -g osgrep
Installs the package published on the npm registry globally β no need to clone the source.
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm build # or pnpm dev
Starts the development/run server.
pnpm format # biome check
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
