Overv/vramfs
VRAM based file system for Linux observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 50
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4322
- days_rel: n/a
- days_push: 304
- n_releases_24m: 0
Adoption not part of the score
1547 stars · 73 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
vramfs is a Linux utility that creates a file system in a GPU's video RAM using FUSE and OpenCL, functioning like a ramdisk backed by VRAM. It is a novelty/experimental tool not intended for serious production use, achieving roughly 2 GB/s read and write performance.
Use cases
- mount a filesystem in my GPU's VRAM on Linux
- use spare video memory as a fast temporary disk
- create a ramdisk-like scratch space on my graphics card
- benchmark file I/O performance against VRAM
- experiment with FUSE filesystems using OpenCL memory
When to choose
- you have a discrete GPU with large VRAM and want to experiment with using it as storage
- you need a fast scratch disk for temporary files and want to try VRAM
- you want to learn how FUSE user-space filesystems work
When to avoid
- you need reliable, production-grade storage
- you rely on your GPU for graphics workloads that need its VRAM
- you need maximum throughput, since a ramdisk is significantly faster
Facets
cli-tool · maturity maintenance
file-system cli developer-tools operating-systems hardware cli fuse vram ramdisk opencl gpu-memory filesystem linux
1 source
- readme: https://github.com/Overv/vramfs · fetched 2026-08-28 · 482344b015a2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Overv/vramfs | main | 55 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem