Polished work that hasn't found its audience yet.

Concrete: TFHE Compiler that converts python programs into FHE equivalent

Documentation

94

Contributing guide5pt77

CONTRIBUTING guide found.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under Other.

Engineering

91

Tests18pt80

Test files detected (backends/concrete-cuda/implementation/test_and_benchmark/test).

Reproducibility6pt90

Lockfile present (backends/concrete-cpu/implementation/Cargo.lock). Installs are reproducible.

CI/CD14pt100

CI is configured (.github/workflows/main.yml).

Linting and formatting5pt100

Linter or formatter configured (frontends/concrete-python/.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

64

Activity5pt5

No pushes in over 2 years. Looks unmaintained (−95 pts).

A recent commit signals the project is alive and worth using.

Repository metadata5pt60

Repository has a description.

Dependency manifest6pt100

Dependency manifest found (backends/concrete-cpu/implementation/Cargo.toml).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 0
    Forks
  • 0
    Releases

Community

  • Community health
  • authors own >50% of commits
  • 0
    Watchers

Responsiveness

  • Median issue response
  • Median PR merge time
  • 0
    Open issues
Repository files17 root entries
  • .github
    Good: CI is configured (.github/workflows/main.yml).
    Good: Dependabot covers 2 ecosystems (github-actions, docker). Dependencies stay current.
    Good: Issue or PR templates present.
  • backends
    Good: Test files detected (backends/concrete-cuda/implementation/test_and_benchmark/test).
    Good: Lockfile present (backends/concrete-cpu/implementation/Cargo.lock). Installs are reproducible.
    Good: Dependency manifest found (backends/concrete-cpu/implementation/Cargo.toml).
  • ci
  • compilers
  • docker
  • docs
    Good: CONTRIBUTING guide found.
    Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
  • frontends
    Good: Linter or formatter configured (frontends/concrete-python/.editorconfig).
  • third_party
  • tools
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • .linelint.yml
  • .rustfmt.toml
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • LICENSE.txt
    Good: Licensed under Other.
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • UPGRADING.md