# Better for iOS and macOS Better protects you from unethical web sites. It makes your web experience safer, lighter, and faster. Better enforces the [Ethical Design Manifesto](https://ind.ie/ethical-design). It helps the Web respect human rights, effort, and experience. Better is curated by Ind.ie, a social enterprise that defends human rights. It’s free, open, and transparent. ## I’m not a developer, I just want to experience a Better web. Get Better from the App Store. ## How can I support Better? Buying Better on the App Store is one way to support us. If you want to help with the ongoing costs of developing and maintaining Better, you can [donate to Ind.ie](https://ind.ie/fund/) or, even better, [become a patron](https://ind.ie/fund/) by setting up a recurring donation. ## I’m a developer, let me in! ### Installation On a Mac with Xcode and Git installed: 1. `mkdir better && cd better` 2. `git clone https://source.ind.ie/better/app.git` 3. `cd app && ./install` That will install all the necessary dependencies. Specifically, it will install [Better Builder](https://source.ind.ie/better/builder), set up a fully offline local development environment for you, and install the framework dependencies of the iOS app. Note: The master branch of Better is now written in Swift 4 and support iOS 11. For the older, Swift 3, version, please see the Swift 3 branch (depracated). ### Usage ```bash ./dev ``` This will start the Better Builder environment and open up the Xcode Workspace for the iOS app. You can then build for the iPhone Simulator and test locally. See the [Better Builder](https://source.ind.ie/better/builder) project for more information on the development process.