FSmall is a minimal web browser app inspired by Min. Because Min is not supported on Mobile devices. I decided to create a similar app for mobile devices. I hope you like it :))).
FSmall have some features like:
- Full-text search for visited pages
- Automatic reader view for articles
- Dark mode
- Download File and Manage File Download
Download FSmall from App Store or Google Play. (Currently, it is only available for iOS and Android devices.)
- There is currently no download link, so wait a while :))
If you want to develop FSmall:
-
Install Node.js.
- With MacOS, you can install Node.js using Homebrew.
brew install node
- With Windows, you can download Node.js from the official website.
- Install pnpm.
npm install -g pnpm
- With MacOS, you can install Node.js using Homebrew.
-
Clone this repository.
git clone https://github.com/dunkeyyfong/FSmall.git
-
Run
pnpm install
to install dependencies. -
Start FSmall in development mode.
pnpm start
. -
If you want to FSmall version no build as React Native, you can go FSmall-iOS by build with UIKit. (I won't update often it, because Swift and UIKit I only know some it. So, I recommend you should use FSmall is coded with React Native)
I'm developing FSmall with now. If you want to release FSmall, you should wait me :))).