- Surftix is an open-source search-engine.
- Easy-To-Use 😊
- Secure 🔒
- Fast 🚀
- 1000% FREE ✅
- NO ADS 🚫
- macOS/Win/Linux
- 4GiB+
- 10GiB Interal Storage+
- latest rust version
- redis-server
$ git clone https://github.com/krishpranav/surftix.git
$ cd surftix
$ cargo build --release
$ redis-server --port 8082 & ./target/release/surftix
- check out the API.md for more details on how the backend works for this engine.
-
most of the times when you try running the builded binary it throws an error which shows you to run the project with
RUST_BACKTRACE=1
, to avoid that try doingcargo run
-
if the search-request doesn't work try running the binary with
redis-server --port 8082
infront of the./target/release/surftix
- surftix is an open-source projects and contributions are always welcomed!
- look at the CONTRIBUTING.md file for more guide regarding the contributions.
- surftix is licensed under MIT-License