Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Add deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser committed Jan 23, 2025
1 parent aa79eb0 commit 32dfc33
Showing 1 changed file with 16 additions and 67 deletions.
83 changes: 16 additions & 67 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,79 +13,28 @@

</p>

# Kiwi Browser Next
# Kiwi Browser

Source-code for Kiwi Next, a Kiwi Browser auto-rebased with latest [Chromium](https://www.chromium.org/Home/).
Important note: Kiwi Browser is now archived. It will no longer be maintained after January 2025.

This repository is the control center for development, testing and deployment of new releases.
The extensions code for Kiwi Browser has now been integrated into [Microsoft Edge Canary](https://play.google.com/store/apps/details?id=com.microsoft.emmx.canary).

If you are looking into modifying or improving Kiwi Browser, you are at the right place.
To install extensions on Microsoft Edge Canary:

The mindset behind this project is that you should be able to modify and create a modification of Kiwi Browser directly from within Kiwi Browser (without the need of a computer).
1. Open **Microsoft Edge Canary** and go to **Settings > About Microsoft Edge**.
2. Tap the **Edge build number** (e.g., `xx.0.2487.0`) 5 times to enable **Developer Options**.
3. In Developer Options, select **Extension install by id**.

Keep it in mind, if you need a computer to do a change, it means it's too complicated. Even rebasing should be doable from the GitHub user interface.
To find the extension ID:
- Open the [Microsoft Edge Web Store](https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home).
- Locate and select the desired extension.
- Copy the ID from the URL (e.g., for Bitwarden, the ID is `jbkfoedolllekgbhcbcoahefnbanhhlh` from the URL ending).

Servers are paid-for and sponsored by Geometry OU (the company behind Kiwi Browser), and additional computing hours for contributors are provided for free by Microsoft Azure via GitHub Actions.
4. Paste the extension ID into the **Extension install by id** field.
5. The extension will install.

If you want to join the development process or read more about the technical work behind, or topics like `Contributing` , `Development` and `Workflows`, just click on the Wiki below:
If you really need Kiwi Browser, you can download the [latest published version of Kiwi Browser here](https://github.com/kiwibrowser/src.next/releases/tag/12867802748). Do not download Kiwi Browser from any other sources.

<a href="https://github.com/kiwibrowser/src.next/wiki">
<img src="https://img.shields.io/badge/WIKI-ffffff?style=for-the-badge&logo=github&logoColor=black"></a>
While your Kiwi Browser installation will still work for some time, it’s essential to explore alternatives like [Microsoft Edge Canary](https://play.google.com/store/apps/details?id=com.microsoft.emmx.canary), [Vivaldi Browser](https://play.google.com/store/apps/details?id=com.vivaldi.browser) or [Mozilla Firefox](https://play.google.com/store/apps/details?id=org.mozilla.firefox) to stay secure and up-to-date.

## Releases

Official releases of Kiwi can be downloaded from PlayStore

<a href="https://play.google.com/store/apps/details?id=com.kiwibrowser.browser">
<img src="https://img.shields.io/badge/Google_Play-414141?style=for-the-badge&logo=google-play&logoColor=white"></a>

We also have more frequently builds of Kiwi here on the Github

<a href="https://github.com/kiwibrowser/src.next/releases">
<img src="https://img.shields.io/badge/GitHub_Releases-100000?style=for-the-badge&logo=github&logoColor=white"></a>

Kiwi is currently built for ARM, ARM64 and x86

## Features
- Beautiful, customizable night mode for comfortable night time browsing.
- Kiwi supports most Chrome desktop extensions! Get them from the Chrome Webstore and enable them in options ( ⋮ ) -> Extensions
- Never strain your fingers again! Optional bottom address bar and support for easy one-handed usage
- A fully customizable homepage. Add, move or delete tiles of your favorite websites. Change the location and language of the news feed
- Block invasive ads with our powerful Ad Blocker. Enable and manage from options ( ⋮ ) -> Settings -> Ads. Browse without distractions with our Pop Up Blocker!
- Kiwi has been translated into over 60 languages. On top of that, kiwi supports multiple translators to translate any site you come across
- Choose where files get downloaded! To manage, go to options ( ⋮ ) -> Settings -> Downloads. We even support external download managers!

## Social

You can ask for extra help by [filing an issue](https://github.com/kiwibrowser/src.next/issues) or reach our main community chat on Discord

<a href="https://discord.gg/XyMppQq"> <img src="https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white"></a>

We also have other social communities managed by contributors

<a href="https://t.me/kiwibrowserchat">
<img src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
<a href="https://www.reddit.com/r/kiwibrowser">
<img src="https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white"></a>


## License

This repository is licensed under the same license as Chromium.
Chromium uses a very permissive and advantageous license. To keep this freedom we don't want to include code from much more restrictive licenses (for example GPL, or CC-NC).

It is very important to keep attribution to Kiwi Browser.
You can use the exact wording written in LICENSE, or use "Based on Kiwi Browser".

Google has established a list of licenses that shouldn't be included in Chromium, we follow this list, and you can find the list below.

See `restricted` in https://opensource.google/docs/thirdparty/licenses/

Verify before proposing code to Kiwi Browser that the code doesn't come from such restricted projects.


***

Have fun with Kiwi!

Arnaud.
-- Arnaud.

0 comments on commit 32dfc33

Please sign in to comment.