Skip to content

Commit 866e30a

Browse files
kiwibrowserraven
authored andcommitted
Add deprecation message
1 parent aa79eb0 commit 866e30a

File tree

1 file changed

+15
-68
lines changed

1 file changed

+15
-68
lines changed

README.md

Lines changed: 15 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -13,79 +13,26 @@
1313

1414
</p>
1515

16-
# Kiwi Browser Next
16+
# Kiwi Browser
1717

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

20-
This repository is the control center for development, testing and deployment of new releases.
20+
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).
2121

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

24-
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).
24+
1. Open **Microsoft Edge Canary** and go to **Settings > About Microsoft Edge**.
25+
2. Tap the **Edge build number** (e.g., `xx.0.2487.0`) 5 times to enable **Developer Options**.
26+
3. In Developer Options, select **Extension install by id**.
2527

26-
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.
28+
To find the extension ID:
29+
- Open the [Microsoft Edge Web Store](https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home).
30+
- Locate and select the desired extension.
31+
- Copy the ID from the URL (e.g., for Bitwarden, the ID is `jbkfoedolllekgbhcbcoahefnbanhhlh` from the URL ending).
2732

28-
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.
33+
4. Paste the extension ID into the **Extension install by id** field.
34+
5. The extension will install.
2935

30-
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:
36+
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.
3137

32-
<a href="https://github.com/kiwibrowser/src.next/wiki">
33-
<img src="https://img.shields.io/badge/WIKI-ffffff?style=for-the-badge&logo=github&logoColor=black"></a>
34-
35-
## Releases
36-
37-
Official releases of Kiwi can be downloaded from PlayStore
38-
39-
<a href="https://play.google.com/store/apps/details?id=com.kiwibrowser.browser">
40-
<img src="https://img.shields.io/badge/Google_Play-414141?style=for-the-badge&logo=google-play&logoColor=white"></a>
41-
42-
We also have more frequently builds of Kiwi here on the Github
43-
44-
<a href="https://github.com/kiwibrowser/src.next/releases">
45-
<img src="https://img.shields.io/badge/GitHub_Releases-100000?style=for-the-badge&logo=github&logoColor=white"></a>
46-
47-
Kiwi is currently built for ARM, ARM64 and x86
48-
49-
## Features
50-
- Beautiful, customizable night mode for comfortable night time browsing.
51-
- Kiwi supports most Chrome desktop extensions! Get them from the Chrome Webstore and enable them in options ( ⋮ ) -> Extensions
52-
- Never strain your fingers again! Optional bottom address bar and support for easy one-handed usage
53-
- A fully customizable homepage. Add, move or delete tiles of your favorite websites. Change the location and language of the news feed
54-
- Block invasive ads with our powerful Ad Blocker. Enable and manage from options ( ⋮ ) -> Settings -> Ads. Browse without distractions with our Pop Up Blocker!
55-
- Kiwi has been translated into over 60 languages. On top of that, kiwi supports multiple translators to translate any site you come across
56-
- Choose where files get downloaded! To manage, go to options ( ⋮ ) -> Settings -> Downloads. We even support external download managers!
57-
58-
## Social
59-
60-
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
61-
62-
<a href="https://discord.gg/XyMppQq"> <img src="https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white"></a>
63-
64-
We also have other social communities managed by contributors
65-
66-
<a href="https://t.me/kiwibrowserchat">
67-
<img src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"></a>
68-
<a href="https://www.reddit.com/r/kiwibrowser">
69-
<img src="https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white"></a>
70-
71-
72-
## License
73-
74-
This repository is licensed under the same license as Chromium.
75-
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).
76-
77-
It is very important to keep attribution to Kiwi Browser.
78-
You can use the exact wording written in LICENSE, or use "Based on Kiwi Browser".
79-
80-
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.
81-
82-
See `restricted` in https://opensource.google/docs/thirdparty/licenses/
83-
84-
Verify before proposing code to Kiwi Browser that the code doesn't come from such restricted projects.
85-
86-
87-
***
88-
89-
Have fun with Kiwi!
90-
91-
Arnaud.
38+
-- Arnaud.

0 commit comments

Comments
 (0)