-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11ad3e1
commit 7bfd356
Showing
1 changed file
with
82 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,82 @@ | ||
# Anton | ||
# Anton Browser | ||
|
||
Welcome to the official repository of **Anton**, the fastest browser designed exclusively for macOS. Anton is built with efficiency and speed in mind, offering a sleek, user-friendly interface and optimized performance to enhance your browsing experience on any Mac device. | ||
|
||
## Features | ||
|
||
Anton comes packed with features that prioritize speed, security, and ease of use: | ||
|
||
- **Blazing Fast Performance**: Experience unparalleled browsing speed with Anton’s optimized rendering engine. | ||
- **Privacy by Design**: Anton respects your privacy and includes features to protect your data from trackers and third-party cookies. | ||
- **Minimalist UI**: Navigate effortlessly with a clean, intuitive interface. | ||
- **Customization**: Tailor your browsing experience with customizable themes and extensions. | ||
- **Full macOS Integration**: Enjoy seamless integration with macOS, including support for native macOS features like Touch Bar and Dark Mode. | ||
|
||
## Getting Started | ||
|
||
### Prerequisites | ||
|
||
Before you install Anton, make sure your system meets the following requirements: | ||
|
||
- macOS 10.15 Catalina or later | ||
- At least 2 GB of RAM | ||
- 600 MB of free disk space | ||
|
||
### Installation | ||
|
||
To install Anton on your Mac, follow these simple steps: | ||
|
||
1. **Download the Installation File**: | ||
- Navigate to the [Releases](https://github.com/Vansh-Choudhary/anton/releases) page of this repository. | ||
- Download the latest release suitable for your macOS version. | ||
|
||
2. **Install the Application**: | ||
- Open the downloaded `.dmg` file. | ||
- Drag the Anton application icon to your Applications folder. | ||
- Launch Anton from your Applications folder. | ||
|
||
### How to Use | ||
|
||
After installing Anton, you can start browsing the internet immediately. For tips on getting the most out of Anton, refer to the [User Guide](docs/UserGuide.md). | ||
|
||
## Contributing | ||
|
||
We welcome contributions from the community! Whether it's fixing bugs, adding new features, or improving documentation, here's how you can contribute: | ||
|
||
1. **Fork the Repository**: | ||
- Click the Fork button at the top of this page. | ||
|
||
2. **Clone Your Fork**: | ||
```bash | ||
git clone https://github.com/yourusername/anton.git | ||
cd anton | ||
``` | ||
|
||
3. **Create a New Branch**: | ||
```bash | ||
git checkout -b feature-branch | ||
``` | ||
|
||
4. **Make Your Changes**: | ||
- Implement your feature or bug fix. | ||
|
||
5. **Commit Your Changes**: | ||
```bash | ||
git commit -am 'Add some feature' | ||
``` | ||
|
||
6. **Push to the Branch**: | ||
```bash | ||
git push origin feature-branch | ||
``` | ||
|
||
7. **Submit a Pull Request**: | ||
- Open a pull request from your fork to the main Anton repository. | ||
|
||
## License | ||
|
||
Anton is released under the MIT License. For more details, see the [LICENSE](LICENSE.md) file included with this repository. | ||
|
||
## Support | ||
|
||
For support, questions, or more information, please visit [issues](https://github.com/Vansh-Choudhary/anton/issues) and tag them appropriately. |