Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ffetch is freestanding, statically linked fetch program for Linux systems, that is dual-licensed under CC0 or MIT. ffetch currently only supports x86_84 systems. ffetch does away with the C standard library and instead relies on system calls and the way the Linux kernel executes programs, which leads to small binaries that are portable, working on any x86_64 Linux system. Due to the nature of this project, you should always compile it yourself from source. Any binary release could easily be tampered with by anyone with malicious intent. The only hard requirement for compilation is a C99-compatible C compiler, such as gcc or clang, and an assembler. There is shell script provided that will compile and strip the program. For in-depth licensing information see LICENSE.mit or LICENSE.cc0. You may choose which of the licenses provided you comply with.