Financial Information


Number of associate members (as of September, 23rd, 2025)

Warning: the number below comes from counting the names on https://trisquel.info/about (and subsequent pages), but it is how many users have ever been associate member, not the current number, because no name is ever removed.

189

The following command automatically computes (from up-to-date information) the number above (but "150" will have to be substituted by "200" and https://trisquel.info/en/about?page=3 by https://trisquel.info/en/about?page=4 once the latter page exists): $ echo 150 + $(wget -qO - https://trisquel.info/en/about?page=3 | sed -n '/Associate Members/,/Registered Users/p' | grep -c 'tr class') | bc

Per-year amounts of one-time donations during the past ten years (as of September, 23rd, 2025)

Currency 0 to 1 year ago 1 to 2 years ago 2 to 3 years ago 3 to 4 years ago 4 to 5 years ago 5 to 6 years ago 6 to 7 years ago 7 to 8 years ago 8 to 9 years ago 9 to 10 years ago
$ 1565 1219.01 1905.01 1279.5 1115.45 420 841.69 3708.77 720.68 2325.99
£ 86.91 80 70 40 125 105 16 72 10 255
1012 1359.5 664 1635.56 1489.73 1001.12 986.17 1648.39 1396.86 1327.09
AUD 20 90 60 140 60 0 30 115 20 95
CAD 45 173 95 85 80.27 86.5 0 40 75.35 81
CHF 0 0 0 20 100 0 0 0 0 10
CZK 0 0 0 0 0 0 0 0 200 300
DKK 0 0 0 0 20 50 0 0 0 100
HKD 0 0 0 0.15 0 0 0 0 22 0
HUF 1 0 0 0 0 0 0 0 0 0
ILS 0 0 0 0 0 7.77 0 0 0 20
JPY 5 0 0 0 5000 50000 1000 0 0 0
MXN 500.23 53.17 288.87 0 0 0 200 110 1000.5 210
NOK 0 0 0 10 0 0 0 0 0 0
NZD 0 0 20 0 20 0 0 10 0 0
PLN 7.8 35.46 29.81 0 0 0 20.56 30 0 0
SEK 0 20 110 20 20 1105 70 75 707 200

The following command automatically generates the Wiki table above (with up-to-date information): $ printf '{| class="wikitable"\n! Currency\n! 0 to 1 year ago\n'; seq 9 | awk '{ print "! " $0 " to " ++$0 " years ago" }'; wget https://trisquel.info/en/donate -qO - | tr -d , | tr \< \\n | awk -v RS=td\>donated '$6 ~ /year/ { y = substr($5, 4) } { y += 0 } y > 9 { for (c in currencies) { printf c; for (y = 0; y <= 9; ) printf " || " donations[c, y++] + 0; print "" }; exit } NR > 1 { currencies[$1]; donations[$1, y] += $2 }' | sort | sed 'i|-'; printf '|}'

Bitcoin donations

They can be tracked here for donations until the address changed on 2021-10-21, and here for donations after.

Total Income (besides Bitcoin donations)

  • 8100€ income in 2015 (Source)
  • 8795€ income in 2014 (Source)
  • 7790€ income in 2013 (Source)
  • US$ 16,000 income in 2012 (Source)

Total Savings

  • 20.517€ plus ~7.000€ in Bitcoin in savings as of the end of 2015 (Source).
  • 11.000€ in savings as of 12/12/2012 (Source)

Expenses

  • Infrastructure costs (3 rented servers with an annual cost of 1090€).
  • Travel fare for LibrePlanet.
  • Monthly 500€ stipend from October 2014 to May 2015 (4.000€) for Trisquel's leader, Ruben Rodriguez (aka quidam).
  • USB Keys sent to associate members.

Source

Revisions

12/12/2012 - 16:09
jdenz
02/21/2016 - 15:19
Magic Banana
09/24/2025 - 16:29
Jacob K