Skip to content

Commit

Permalink
initial repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Oct 17, 2023
1 parent 31b3122 commit 3d6e149
Show file tree
Hide file tree
Showing 8 changed files with 114 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# These are supported funding model platforms

github: ['Alex313031']
custom: ['https://paypal.me/alex313031?country.x=US&locale.x=en_US']
patreon: ThoriumDeveloper
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Bug Report
about: Create a report to help me improve Thorium
title: ''
labels: ''
assignees: ''

---

**System Details**
- OS: [e.g. Ubuntu 22.04, Windows 7, 8.1, 10, 11]
- Thorium Version [e.g.107.0.5347.0]

**Problem**
A clear and concise description of what the bug is.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional Notes**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature Request
about: Suggest an idea for Thorium
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like, including relevant patches or source**
A clear and concise description of what you want to happen.

**Additional Notes**
Add any other context or screenshots about the feature request here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/general-feedback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: General Feedback
about: Feedback, praise, hate, comments, or anything else that doesn't fit lol.
title: ''
labels: ''
assignees: ''

---

**Add all the stuffz here**
28 changes: 28 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
BSD 3-Clause License

Copyright (c) 2023, Alexander David Frick

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
# Thorium-WOA
Repo to serve ARM64 Windows on Arm builds of Thorium. https://github.com/Alex313031/Thorium/
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/alex313031/thorium-woa?label=Version%3A)  ![GitHub](https://img.shields.io/github/license/alex313031/thorium-woa?color=green&label=License%3A)  ![GitHub commit activity](https://img.shields.io/github/commit-activity/w/alex313031/thorium?color=blueviolet&label=Commit%20Activity%3A)  ![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/ChromiumBrowser?style=social)

# Thorium for ARM64 Windows
__Repo to serve Windows on Arm ([most Intel/AMD CPUs since 2017](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX2)) builds of [Thorium](https://github.com/Alex313031/Thorium)!__ \
__*NEW!* Linux builds are here > https://github.com/Alex313031/Thorium-Linux-AVX2__ \
__*IMPORTANT: PLEASE USE THE NEW WINDOWS 7/8 REPO HERE FOR WINDOWS 7/8/8.1 RELEASES* > https://github.com/Alex313031/thorium-win7__

<img src="https://github.com/Alex313031/Thorium-WOA/blob/main/ThoriumLogo.png"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/Alex313031/Thorium-WOA/blob/main/arm_logo.png" width="200">

The other Thorium repos :

Main repo that hosts the source code for all platforms and serves linux builds > https://github.com/Alex313031/Thorium

Windows repo that serves regular (AVX) Windows builds (the source code there is out of date and was merged with the main repo above) > https://github.com/Alex313031/Thorium-Win

MacOS builds for x64 and M1 ARM64 are here > https://github.com/Alex313031/Thorium-MacOS \

Android builds for ARM32 and ARM64 are here > https://github.com/Alex313031/Thorium-Android \

Raspberry Pi (ARM64) builds are here > https://github.com/Alex313031/Thorium-Raspi \

Builds for Windows 7/8/8.1 are here > https://github.com/Alex313031/thorium-win7 \

Special repo which serves builds for SSE3, SSE4, and 32 bit builds are here > https://github.com/Alex313031/Thorium-Special \

Another related project I'm trying to share is ThoriumOS : ChromiumOS builds with Thorium, Widevine, Google Sync, Google Drive, Kernel 5.15, firmware, and extra packages > https://github.com/Alex313031/ThoriumOS

## Building <img src="https://github.com/Alex313031/Thorium/blob/main/logos/NEW/build_light.svg#gh-dark-mode-only"> <img src="https://github.com/Alex313031/Thorium/blob/main/logos/NEW/build_dark.svg#gh-light-mode-only">
For building yourself, follow instructions at [BUILDING_WIN.md](https://github.com/Alex313031/thorium/blob/main/docs/BUILDING_WIN.md) (if building natively on Windows), OR [BUILDING_WIN_CROSS.md](https://github.com/Alex313031/thorium/blob/main/docs/BUILDING_WIN_CROSS.md) (if cross building for Windows on Linux).

*Thanks for using Thorium!*

<img src="https://github.com/Alex313031/Thorium/blob/main/logos/STAGING/Thorium90_504.jpg" width="200">
Binary file added ThoriumLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added arm_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d6e149

Please sign in to comment.